X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sim%2FChangeLog;h=d7cc92c1bb6ee61adff978b1dc882f2aa26173f0;hb=08ec958fe088c7a226bb35bd2993254ff21228a3;hp=7975de3f5d28e77f764448a43be58ea8c2defe1e;hpb=2f0122dcdf8897b4eca8be0d228447d123c5d6d4;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/ChangeLog b/sim/ChangeLog index 7975de3f5d..d7cc92c1bb 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,792 @@ +2016-07-19 Pitchumani Sivanupandi + + PR target/ 19401 + * avr/interp.c (step_once): Pass break instruction address to + sim_engine_halt function which writes that to PC. Remove code that + follows that function call as it is unreachable. + +2016-02-03 Maciej W. Rozycki + + * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer. + +2016-01-09 Mike Frysinger + + * configure.ac: Delete sim_common check and the + AC_CONFIG_SUBDIRS(common) call. + * configure: Regenerate. + * configure.tgt (sim_common): Delete the variable. + +2016-01-09 Mike Frysinger + + * .gitignore: Delete /common/cconfig.h entry. + +2016-01-05 Nick Clifton + + * MAINTAINERS: Add myself as AArch64 sim maintainer. + +2015-12-09 Tristan Gingold + + * aarch64/simulator.c: Remove syscall.h include. + +2015-12-26 Mike Frysinger + + * README-HACKING: Delete mention of tconfig.h. + +2015-11-24 Nick Clifton + + * configure.tgt: Add aarch64 entry. + * configure: Regenerate. + +2015-06-23 Mike Frysinger + + * configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING. + * configure: Regenerate. + +2015-06-12 Mike Frysinger + + * README-HACKING: Change configure.in to configure.ac. + +2015-04-02 H.J. Lu + + * arm/configure: Regenerated. + * avr/configure: Likewise. + * bfin/configure: Likewise. + * common/configure: Likewise. + * cr16/configure: Likewise. + * cris/configure: Likewise. + * d10v/configure: Likewise. + * erc32/configure: Likewise. + * frv/configure: Likewise. + * ft32/configure: Likewise. + * h8300/configure: Likewise. + * igen/configure: Likewise. + * iq2000/configure: Likewise. + * lm32/configure: Likewise. + * m32c/configure: Likewise. + * m32r/configure: Likewise. + * m68hc11/configure: Likewise. + * mcore/configure: Likewise. + * microblaze/configure: Likewise. + * mips/configure: Likewise. + * mn10300/configure: Likewise. + * moxie/configure: Likewise. + * msp430/configure: Likewise. + * ppc/configure: Likewise. + * rl78/configure: Likewise. + * rx/configure: Likewise. + * sh/configure: Likewise. + * sh64/configure: Likewise. + * v850/configure: Likewise. + +2015-04-01 H.J. Lu + + * common/Make-common.in (CSEARCH): Remove $(ZLIBINC). + (BFD_LIB): Remove $(ZLIB). + (CONFIG_LIBS): Add $(ZLIB). + * ppc/Makefile.in (ZLIBINC): Removed. + (INCLUDES): Remove $(ZLIBINC). + (BFD_LIB): Remove $(ZLIB). + +2015-04-01 H.J. Lu + + * arm/configure: Regenerated. + * avr/configure: Likewise. + * bfin/configure: Likewise. + * common/configure: Likewise. + * cr16/configure: Likewise. + * cris/configure: Likewise. + * d10v/configure: Likewise. + * erc32/configure: Likewise. + * frv/configure: Likewise. + * ft32/configure: Likewise. + * h8300/configure: Likewise. + * igen/configure: Likewise. + * iq2000/configure: Likewise. + * lm32/configure: Likewise. + * m32c/configure: Likewise. + * m32r/configure: Likewise. + * m68hc11/configure: Likewise. + * mcore/configure: Likewise. + * microblaze/configure: Likewise. + * mips/configure: Likewise. + * mn10300/configure: Likewise. + * moxie/configure: Likewise. + * msp430/configure: Likewise. + * ppc/configure: Likewise. + * rl78/configure: Likewise. + * rx/configure: Likewise. + * sh/configure: Likewise. + * sh64/configure: Likewise. + * v850/configure: Likewise. + +2015-03-29 Mike Frysinger + + * configure: Regenerate. + * configure.ac: Delete sim_testsuite check and config in testsuite. + * configure.tgt (sim_testsuite): Delete everywhere. + +2015-03-28 Mike Frysinger + + * configure: Regenerate. + * configure.tgt (avr*-*-*): Set sim_testsuite=yes. + +2015-03-28 James Bowman + + * configure.tgt: Add FT32 entry. + * configure: Regenerate. + +2015-03-16 Mike Frysinger + + * .gitignore: Delete tconfig.h. + * README-HACKING: Change tconfig.in to tconfig.h. + +2014-03-12 Nick Clifton + + * MAINTAINERS: Add myself as the maintainer for the MSP430. + +2014-03-10 Mike Frysinger + + * configure.tgt (msp430*-*-*): Set sim_testsuite to yes. + * configure: Regenerate. + +2014-01-06 Tom Tromey + + * common/cgen-trace.c: Don't use old VA_* macros. + * common/sim-load.c (xprintf): Likewise. + * common/sim-trace.c (trace_printf, debug_printf): Likewise. + +2014-01-06 Tom Tromey + + * README-HACKING: Don't use PARAMS. + * arm/wrapper.c: Don't use PARAMS. + * bfin/sim-main.h: Don't use PARAMS. + * common/callback.c: Don't use PARAMS. + * common/cgen-trace.c: Don't use PARAMS. + * common/run-sim.h: Don't use PARAMS. + * common/run.c: Don't use PARAMS. + * common/sim-base.h: Don't use PARAMS. + * common/sim-load.c: Don't use PARAMS. + * common/sim-options.h: Don't use PARAMS. + * common/sim-trace.c: Don't use PARAMS. + * common/sim-trace.h: Don't use PARAMS. + * common/sim-utils.h: Don't use PARAMS. + * cr16/cr16_sim.h: Don't use PARAMS. + * cr16/gencode.c: Don't use PARAMS. + * cr16/interp.c: Don't use PARAMS. + * cr16/simops.c: Don't use PARAMS. + * d10v/d10v_sim.h: Don't use PARAMS. + * d10v/gencode.c: Don't use PARAMS. + * d10v/interp.c: Don't use PARAMS. + * d10v/simops.c: Don't use PARAMS. + * erc32/erc32.c: Don't use PARAMS. + * erc32/exec.c: Don't use PARAMS. + * erc32/float.c: Don't use PARAMS. + * erc32/func.c: Don't use PARAMS. + * erc32/sis.c: Don't use PARAMS. + * erc32/sis.h: Don't use PARAMS. + * mips/interp.c: Don't use PARAMS. + * mips/sim-main.h: Don't use PARAMS. + * sh/interp.c: Don't use PARAMS. + * v850/sim-main.h: Don't use PARAMS. + * v850/v850_sim.h: Don't use PARAMS. + +2013-11-07 Will Newton + + PR gdb/15508 + * arm/wrapper.c (sim_create_inferior): Call init before + accessing STATE. + +2013-11-07 Will Newton + + PR gdb/8989 + * arm/wrapper.c (sim_create_inferior): Avoid calling + bfd_get_mach with a NULL bfd. + +2013-06-21 Nick Clifton + + * msp430: New Directory. + * configure.tgt: Add it. + * configure: Regenerate. + +2013-03-15 Steve Ellcey + + * arm/wrapper.c (sim_complete_command): Make char arguments const. + * avr/interp.c (sim_complete_command): Ditto. + * common/sim-options.c (sim_complete_command): Ditto. + * cr16/interp.c (sim_complete_command): Ditto. + * erc32/interf.c (sim_complete_command): Ditto. + * m32c/gdb-if.c (sim_complete_command): Ditto. + * microblaze/interp.c (sim_complete_command): Ditto. + * ppc/sim_calls.c (sim_complete_command): Ditto. + * rl78/gdb-if.c (sim_complete_command): Ditto. + * rx/gdb-if.c (sim_complete_command): Ditto. + * sh/interp.c (sim_complete_command): Ditto. + +2013-01-01 Joel Brobecker + + Update year range in copyright notice of all files. + +2012-12-19 Joel Brobecker + + Update old contact info in GPL license notices. + +2012-12-19 Joel Brobecker + + Update the non-FSF-copyrighted files in sim to GPLv3 or later. + +2012-11-20 Pavel Chupin + + * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS + condition. + * common/acinclude.m4: Define lt_cv_dlopen_libs. + * arm/configure: Regenerate. + * avr/configure: Regenerate. + * bfin/configure: Regenerate. + * common/configure: Regenerate. + * cr16/configure: Regenerate. + * cris/configure: Regenerate. + * d10v/configure: Regenerate. + * erc32/configure: Regenerate. + * frv/configure: Regenerate. + * h8300/configure: Regenerate. + * igen/configure: Regenerate. + * iq2000/configure: Regenerate. + * lm32/configure: Regenerate. + * m32c/configure: Regenerate. + * m32r/configure: Regenerate. + * m68hc11/configure: Regenerate. + * mcore/configure: Regenerate. + * microblaze/configure: Regenerate. + * mips/configure: Regenerate. + * mn10300/configure: Regenerate. + * moxie/configure: Regenerate. + * ppc/configure: Regenerate. + * rl78/configure: Regenerate. + * rx/configure: Regenerate. + * sh/configure: Regenerate. + * sh64/configure: Regenerate. + * testsuite/configure: Regenerate. + * v850/configure: Regenerate. + +2012-11-05 Stephane Carrez + + * MAINTAINERS: Update my email address. + +2012-09-24 Steve Ellcey + + * mips/basic.exp: Add mips*-mti-elf* target. + * configure.ac: Add mips*-mti-elf* target. + * configure: Regenerate. + +2012-06-15 Joel Brobecker + + * configure: Regenerate. + +2012-06-06 Michael Eager + + * microblaze/interp.c (config.h): Add #include. + +2011-11-29 Joel Brobecker + + * MAINTAINERS (Global Maintainers): New section. Add Mike + Frysinger. + +2011-11-28 DJ Delorie + + * configure.tgt: Add rl78 support. + * configure: Regenerate. + * rl78: New directory. + * MAINTAINERS: Add myself as RL78 maintainer. + +2011-07-08 Hans-Peter Nilsson + + * MAINTAINERS: Remove Thiemo Seufer. + +2011-06-04 Mike Frysinger + + * configure.tgt (bfin-*-*): Add sim_testsuite=yes. + * configure: Regenerate. + +2011-05-04 Joseph Myers + + * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't + handle targets. + * configure: Regenerate. + +2011-03-05 Mike Frysinger + + * MAINTAINERS: Add bfin entry. + * configure.tgt (bfin-*-*): Handle bfin targets. + * configure: Regenerate. + +2011-01-05 Mike Frysinger + + * .gitignore: Add /*/hw-config.h. + +2010-12-23 Mike Frysinger + + * .gitignore: New file. + +2010-07-28 DJ Delorie + + * MAINTAINERS: Add self as RX maintainer. Sort list. + +2010-06-08 Nick Clifton + + * reg.c (set_oszc): Use unsigned int for the mask. + (set_szc, set_osz, set_sz): Likewise. + +2010-04-26 Mike Frysinger + + * configure.ac: Target logic moved out to and included from ... + * configure.tgt: ... this new file. + * configure: Regenerated. + +2010-04-12 Mike Frysinger + + * README-HACKING: Add more sections. + +2010-02-11 Doug Evans + + * cris/cpuv10.h, * cris/cpuv32.h, * cris/cris-desc.c, + * cris/cris-desc.h, * cris/decodev10.c, * cris/decodev32.c, + * cris/modelv10.c, * cris/modelv32.c, * cris/semcrisv10f-switch.c, + * cris/semcrisv32f-switch.c: Regenerate. + +2010-01-09 Ralf Wildenhues + + * avr/configure: Regenerate. + * cris/configure: Regenerate. + * microblaze/configure: Regenerate. + +2010-01-02 Doug Evans + + * cris/arch.c, * cris/arch.h, * cris/cpuall.h, * cris/cpuv10.c, + * cris/cpuv10.h, * cris/cpuv32.c, * cris/cpuv32.h, * cris/cris-desc.c, + * cris/cris-desc.h, * cris/cris-opc.h, * cris/decodev10.c, + * cris/decodev10.h, * cris/decodev32.c, * cris/decodev32.h, + * cris/modelv10.c, * cris/modelv32.c, * cris/semcrisv10f-switch.c, + * cris/semcrisv32f-switch.c: Regenerate, update copyright year. + +2010-01-01 Doug Evans + + * cris/mloop.in: Fix copyright year update snafu. + +2009-11-24 Joel Brobecker + + * common/aclocal.m4: Add include of ../../config/zlib.m4. + * common/common.m4: Use AM_ZLIB to check for zlib support. + * ppc/configure.ac: Likewise. + * arm/configure, avr/configure, common/configure, cr16/configure, + cris/configure, d10v/configure, erc32/configure, frv/configure, + h8300/configure, iq2000/configure, lm32/configure, m32c/configure, + m32r/configure, m68hc11/configure, mcore/configure, + microblaze/configure, mips/configure, mn10300/configure, + moxie/configure, ppc/configure, sh/configure, sh64/configure, + v850/configure: Regenerate. + +2009-11-24 DJ Delorie + + * rx: New directory. + * configure.ac: Add entry for Renesas RX. + * configure: Regenerate. + +2009-11-22 Doug Evans + + * cris/cpuall.h: Regenerate. + * cris/cpuv10.h: Regenerate. + * cris/cpuv32.h: Regenerate. + * cris/decodev10.c: Regenerate. + * cris/decodev10.h: Regenerate. + * cris/decodev32.c: Regenerate. + * cris/decodev32.h: Regenerate. + +2009-11-12 Tristan Gingold + + * avr/interp.c (sim_write): Allow byte access. + (sim_read): Ditto. + +2009-11-12 Tristan Gingold + + * avr/interp.c (sim_load): Clear memory before loading. + +2009-11-09 Tristan Gingold + + * avr/interp.c (sim_resume): Fix typo for OP_ret. + +2009-10-23 Doug Evans + + * cris/arch.c: Regenerate. + * cris/arch.h: Regenerate. + * cris/cpuall.h: Regenerate. + * cris/cpuv10.c: Regenerate. + * cris/cpuv10.h: Regenerate. + * cris/cpuv32.c: Regenerate. + * cris/cpuv32.h: Regenerate. + * cris/cris-desc.c: Regenerate. + * cris/cris-desc.h: Regenerate. + * cris/cris-opc.h: Regenerate. + * cris/decodev10.c: Regenerate. + * cris/decodev10.h: Regenerate. + * cris/decodev32.c: Regenerate. + * cris/decodev32.h: Regenerate. + * cris/modelv10.c: Regenerate. + * cris/modelv32.c: Regenerate. + * cris/semcrisv10f-switch.c: Regenerate. + * cris/semcrisv32f-switch.c: Regenerate. + +2009-10-22 Tristan Gingold + + * avr/interp.c (sim_stop): Return 1. + +2009-10-16 Doug Evans + + * MAINTAINERS: Add myself as m32r maintainer. + +2009-10-15 Michael Egaer + + * MAINTAINERS: Add self as MicroBlaze maintainer. + +2009-10-14 Ben Elliston + + * MAINTAINERS (common): Move myself to "past maintainers" section. + +2009-10-06 Michael Eager + + * microblaze/interp.c: Add include microblaze-dis.h. + +2009-09-23 Michael Eager + + * configure: Add microblaze-*.* (not regenerated). + * configure.ac: Likewise. + * microblaze/config.in: New. + * microblaze/configure: Generate. + * microblaze/configure.ac: New. + * microblaze/interp.c: New. + * microblaze/Makefile.in: New. + * microblaze/microblaze.h: New. + * microblaze/microblaze.isa: New. + * microblaze/sim-main.h: New. + * microblaze/sysdep.h: New. + +2009-08-22 Ralf Wildenhues + + * avr/config.in: Regenerate. + * avr/configure: Likewise. + * configure: Likewise. + * cris/config.in: Likewise. + * cris/configure: Likewise. + + * configure.ac: m4_include toplevel config/override.m4. + * configure: Regenerate. + * avr/configure: Regenerate. + * cris/configure: Regenerate. + +2009-07-30 Ralf Wildenhues + + * Makefile.in (datarootdir): New variable. + +2009-05-18 Jon Beniston + + * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim. + * configure.ac: Add lm32 target. + * lm32: New directory. + +2009-05-11 Andrew Cagney + + * MAINTAINERS: Orphan ppc. + +2009-05-08 Kevin Buettner + + * m32c/gdb-if.c (m32c_signal_to_host): Rename to + m32c_signal_to_target. Change signal return values from SIGILL, + SIGTRAP, SIGSEGV, etc. to TARGET_SIGNAL_ILL, TARGET_SIGNAL_TRAP, + TARGET_SIGNAL_SEGV, etc. Fix all callers. + +2009-04-30 Anthony Green + + * MAINTAINERS: Add myself for the moxie port. + * moxie: New directory. + * configure.ac: Add entry for moxie. + * configure: Regenerate. + +2009-04-27 Tristan Gingold + + * avr: New directory. + * avr/interp.c, avr/Makefile.in, avr/configure.ac: New files. + * avr/config.in: New file, generated by autoheader. + * avr/configure: New file generated by autoconf. + * configure.ac: Add avr. + * configure: Regenerated. + +2009-04-17 Carlos O'Donell + + * Makefile.in: Add dummy install-pdf, html, and + install-html targets. + +2009-01-18 Hans-Peter Nilsson + + * cris/sim-if.c: Include errno.h. + (cris_start_address, cris_program_offset): New variables. + (OPTION_CRIS_PROGRAM_OFFSET, OPTION_CRIS_STARTADDR): New option + enums. + (cris_options): New options --cris-program-offset and + --cris-start-address. + (cris_option_handler): Handle new options. + (cris_program_offset_write, cris_set_section_offset_iterator) + (cris_offset_sections, cris_offset_sections): New functions. + (sim_load): Use cris_program_offset_write as function argument to + cris_load_elf_file, not sim_write. + (struct offsetinfo): New struct. + (cris_handle_interpreter): Fix typo in comment. + (sim_open): Call cris_offset_sections as soon as the bfd of the + infile is available. Gate bfd validity checks on abfd non-NULL. + (sim_create_inferior): Let cris_start_address when != -1 override + other start-address choices. + +2009-01-06 Hans-Peter Nilsson + + * cris/traps.c (abort): Define to call sim_io_error. + (create_map): Make -1 imply a non-fixed address, not 0. All + callers changed. Only prefer the next higher unmapped address if + the last mapped address is no less than 0x40000000. Check that + the address to be mapped is not already mapped. Update head + comment. + (unmap_pages): Don't call abort when recursive call fails, just + note and return an error if a page in the range couldn't be unmapped. + (cris_bmod_handler, h_supr_set_handler, h_supr_get_handler) + (schedule, make_first_thread, cris_pipe_empty): New local variable sd. + (cris_break_13_handler) : Handle + non-MAP_FIXED argument overlapping existing map. For MAP_FIXED, + don't abort on page not being mapped. Handle non-anon filemap + with length padded to pagesize. + +2009-01-03 Hans-Peter Nilsson + + * cris/sim-if.c (TARGET_AT_NULL, TARGET_AT_PHDR, TARGET_AT_PHENT) + (TARGET_AT_PHNUM, TARGET_AT_PAGESZ, TARGET_AT_BASE) + (TARGET_AT_FLAGS, TARGET_AT_ENTRY, TARGET_AT_UID, TARGET_AT_EUID) + (TARGET_AT_GID, TARGET_AT_EGID, TARGET_AT_HWCAP) + (TARGET_AT_CLKTCK): Remove redundant macros. + (AUX_ENT): Adjust to use standard ELF AT_* macros. + (AUX_ENTF): Ditto. Remove always-0 middle argument. Update all + callers. + (sim_open): Also pass AT_SECURE. + + * cris/sim-main.h (struct _sim_cpu): New member + set_target_thread_data. + * cris/crisv32f.c (CRIS_TLS_REGISTER): Define. + * cris/crisv10f.c: Ditto. + * cris/cris-tmpl.c (MY (set_target_thread_data)): New function. + (MY (f_specific_init)): Set new _sim_cpu member to new function. + * cris/traps.c (TARGET_SYS_set_thread_area): Define. + (cris_break_13_handler) : New + case. + + * cris/traps.c (TARGET_SYS_exit_group): Define. + (cris_break_13_handler): Handle it like the exit for the last + thread. + + * cris/traps.c (TARGET_UTSNAME): Update to 2009-01-01. + (TARGET_EPOCH): Update to match TARGET_UTSNAME. Correct comment. + (cris_break_13_handler) : Update to + 2.6.27. Set machine field to the BFD printable name of the + machine. + + * cris/traps.c (TARGET_MAP_DENYWRITE): Define. + (cris_break_13_handler) : Handle + TARGET_MAP_DENYWRITE. + + * cris/traps.c (TARGET_SYS_access, TARGET_R_OK, TARGET_W_OK) + (TARGET_X_OK, TARGET_F_OK): Define. + (cris_break_13_handler) : New case. + + * cris/semcrisv32f-switch.c: Regenerate. + +2008-12-30 Hans-Peter Nilsson + + * cris/sim-if.c (sim_open): If sim_analyze_program fails, emit + just a short CRIS-specific notice. Tweak the wording for a + failing architecture test. + + * cris/traps.c (TARGET_SYS_writev): New macro. + (is_mapped_only, cris_dump_map): New functions. + (cris_break_13_handler) : Handle more flags + and prot combinations and a non-zero page-offset. If + TARGET_MAP_FIXED, unmap pages before mapping them. + : When checking, allow any length + argument. Don't actually do anything. + : New case. + + * cris/Makefile.in (SIM_OBJS): Remove sim-hload.o. + * cris/sim-if.c: Include elf-bfd.h. + (struct progbounds): New members end_loadmem, start_nonloadmem. + (xprintf, eprintf): New functions, copied from common/sim-load.c. + (cris_load_elf_file, sim_load, cris_get_progbounds): New functions. + (get_progbounds_iterator): Renamed from get_progbounds. Make + static. Update head comment. Set new struct progbounds members. + (exec_load_addr, interp_load_addr, interp_start_addr): New static + variables. + (aux_ent_phdr, aux_ent_phent, aux_ent_phnum, aux_ent_base) + (aux_ent_entry, cris_write_interp, cris_handle_interpreter): New + functions. + (sim_open): New constant array auxv_entries. Rewrite AUX_ENT + handling to use auxv_entries. Improve error message and checking + for invalid programs. Use new variable abfd for the program + instead of for each access reaching into sd to get it. + (sim_create_inferior): If non-zero, use interp_start_addr instead + of the program start address. + (cris_disassemble_insn): Remove incorrect and unclear, supposedly + stale comment. Always specify little-endian. + +2008-07-29 Nick Clifton + + * common/genmloop.sh: Add new parameter: -shell to specify the + command interpreter to use to run the input file. This is + necessary because otherwise SHELL is taken from the user's + environment, and not from the makefile that invoked this script + and the user might not be running an sh-like shell. + * cris/Makefile.in: Pass -shell parameter to genmloop.sh. + * fr30/Makefile.in: Likewise. + * frv/Makefile.in: Likewise. + * i960/Makefile.in: Likewise. + * iq2000/Makefile.in: Likewise. + * m32r/Makefile.in: Likewise. + + * frv/mloop.in: Add missing start of line comment marker. + +2008-07-11 Hans-Peter Nilsson + + * cris/configure: Regenerate to track ../common/common.m4 changes. + * cris/config.in: Ditto. + +2008-06-06 Vladimir Prus + Daniel Jacobowitz + Joseph Myers + + * cris/configure: Regenerate. + +2008-05-09 Olivier Hainque + + * ppc/altivec.igen (vperm): Latch inputs into temporaries. + +2008-03-25 M R Swami Reddy + + * MAINTAINERS: Add myself as maintainer of cr16 port. + +2008-02-12 M Ranga Swami Reddy + + Add simulator for National cr16 processor. + * cr16: New directory. + * configure.ac: Add entry for National cr16. + * configure: Regenerate. + +2008-02-05 DJ Delorie + + * configure.ac (v850): V850 now has a testsuite. + * configure (v850): Likewise. + +2008-01-01 Daniel Jacobowitz + + Updated copyright notices for most files. + +2007-12-19 DJ Delorie + + * frv/frv.c (frvbf_cut): Only look at the six LSBs of + cut_point. + +2007-10-22 Hans-Peter Nilsson + + * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c, + cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c, + cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c, + cris/decodev10.h, cris/decodev32.c, cris/decodev32.h, + cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c, + cris/semcrisv32f-switch.c: Regenerate. + +2007-08-24 Joel Brobecker + + Switch the license of all files explicitly copyright the FSF + to GPLv3. + +2007-03-27 Brooks Moses + + * Makefile.in: Add dummy "pdf" target. + +2007-02-20 Hans-Peter Nilsson + + * cris/traps.c (dump_statistics): Change format for cycle numbers + to %llu and cast parameters to unsigned long long. + +2007-02-16 Thiemo Seufer + + * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST. + +2007-01-28 Manuel Lauss + + * configure.ac (sh64-*-*): Change to sh64*-*-*. + (sh-*-*): Change to sh*-*-*. + * configure: Regenerated. + +2007-01-09 Daniel Jacobowitz + + Updated copyright notices for most files. + +2006-12-20 Hans-Peter Nilsson + + * Makefile.in (autoconf-common autoheader-common): Only run + autoheader on subdirs with a file config.in. + + * configure.ac (common): Make the default "yes" for all targets + with sim subdirs. + * configure: Regenerate. + + * Makefile.in (autoconf-common autoheader-common): In documented + usage, say SHELL=/bin/sh. + (.PHONY): Add autoheader-common. + + * MAINTAINERS: Add self as authorized committer for *. + +2006-10-02 Edgar E. Iglesias + Hans-Peter Nilsson + + * cris/cris-sim.h (enum cris_unknown_syscall_action_type) + (cris_unknown_syscall_action): Declare. + * cris/sim-if.c (cris_unknown_syscall_action): Define. + (cris_options): Add cris-unknown-syscall option. + (cris_option_handler): Correct comment about and error message for + invalid --cris-cycles argument. Handle --cris-unknown-syscall. + * cris/traps.c: Include stdarg.h + (cris_unknown_syscall): New function. + (cris_break_13_handler): Instead of sim_io_eprintf and + sim_engine_halt, call cris_unknown_syscall to handle more or less + unknown syscalls. Adjust code as necessary to handle return + value. + +2006-09-30 Daniel Jacobowitz + + * MAINTAINERS: Add Dave Brolley for sh64. + +2006-09-30 Hans-Peter Nilsson + + * cris/traps.c (TARGET_PIPE_BUF): New macro. + (cris_pipe_empty): Correct initialization of "remaining". Only + adjust the "write" return value if more than TARGET_PIPE_BUF bytes + are written. + +2006-09-29 Hans-Peter Nilsson + + * cris/configure.ac: Check for limits.h and sys/param.h. + * cris/configure, cris/config.in: Rebuild. + * cris/traps.c (SIM_PATHMAX): New macro. + (cris_break_13_handler): Use SIM_PATHMAX, not MAXPATHLEN. + +2006-08-08 Joel Sherrill + + * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator. + * Makefile.in (FLAGS_TO_PASS): Include libdir. + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * cris/configure: Regenerated. @@ -160,7 +949,7 @@ * cris/traps.c (cris_break_13_handler) : For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't - implemented. In call to create_map, pad length argument to 8k. + implemented. In call to create_map, pad length argument to 8k. 2005-04-15 Corinna Vinschen @@ -219,7 +1008,7 @@ * configure.ac: For mips*-*-* and mn10300*-*-* configure the common directory. Remove sparc*-*-* from list. - + 2005-01-11 Andrew Cagney * Makefile.in (autoconf-common autoheader-common): Add --force to @@ -266,7 +1055,7 @@ * MAINTAINERS: Add myself as maintainer of the FRV port. 2003-08-20 Michael Snyder - Dave Brolley + Dave Brolley * frv/: New directory, simulator for the Fujitsu FRV. * configure.in: Add frv configury. @@ -312,7 +1101,7 @@ * configure.in (extra_subdirs): Mark d30v-*-* as obsolete. * configure: Re-generate. - + 2002-06-16 Andrew Cagney * Makefile.in (autoconf-changelog autoheader-changelog): Let name, @@ -382,7 +1171,7 @@ Tue Jul 4 13:43:54 2000 Andrew Cagney 2000-04-20 Nick Clifton * configure.in (extra_subdirs): Add testsuite to strongarm - directories. + directories. * configure: Regenerate. Sat Mar 4 16:48:54 2000 Andrew Cagney @@ -486,12 +1275,12 @@ Wed Oct 8 12:38:48 1997 Andrew Cagney * configure.in (extra_subdirs): Add IGEN directory when MIPS target. * configure: Regenerate. - + Fri Sep 12 13:10:31 1997 Andrew Cagney * configure.in (extra_subdirs): v850ea needs igen. * configure: Re-generate. - + Mon Sep 1 16:48:23 1997 Andrew Cagney * configure.in (testdir): When a testsuite directory, add that to @@ -505,14 +1294,14 @@ Tue Aug 26 15:14:48 1997 Andrew Cagney * configure.in (w65-*-*, only_if_enabled): Set. * configure: Re-generate. - + Mon Aug 25 16:26:53 1997 Andrew Cagney * configure.in (sparc*-*-*, only_if_enabled): Set only_if_enabled=yes. Check only_if_enabled before enabling a simulator. * configure: Regenerate. - + Mon Aug 18 10:56:59 1997 Nick Clifton * configure.in (extra_subdirs): Add v850e target. @@ -563,7 +1352,7 @@ Wed Mar 19 14:26:21 1997 Andrew Cagney * configure.in (extra_subdirs): Include testsuite for d30v. * configure: Regenerate. - + * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from ../gdb/Makefile.in (check): New rules - drive the testsuite. @@ -584,7 +1373,7 @@ Sun Feb 16 16:37:47 1997 Andrew Cagney * configure.in (d30v): New target. * configure: Regenerated. - + Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com) * configure.in: Don't require GCC to build the mn10200