X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Ferc32%2FChangeLog;h=950fdf5cef1754b5d12ef3e53358b3a496532df2;hb=6ffe910a7e62888428dfe53168a5383dd3daf689;hp=14ea3a80390c8ca91450ac8f16c1f1aeceaa8fb0;hpb=a05391975eb6083cd3b30bcf0b7d2347692d4f57;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 14ea3a8039..950fdf5cef 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,178 @@ +2011-10-17 Mike Frysinger + + * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER + call. Replace common.m4 include with SIM_AC_COMMON. + * configure: Regenerate. + +2011-06-09 Mike Frysinger + + * interf.c (sim_open): Accept and ignore `--sysroot=...'. + +2011-06-01 Joel Brobecker + + * interf.c (sim_complete_command): New stub function. + +2011-01-11 Andrew Burgess + + * interf.c (sim_store_register): Update return value to + match new API. + +2010-05-20 Joel Brobecker + + * sis.h: Remove #include . + (uint64, int64): Redefine without using stdint.h. + (UINT64_MAX): Define. + +2010-04-20 Tiemen Schut + + * erc32.c (sis_memory_write): Change prototype to const unsigned char *. + * func.c (exec_cmd, event, advance_time, wait_for_irq): Use uint64 + for counts. + * interf.c (run_sim): Change icount to uint64_t. Use strtol directly. + (sim_resume): Specify maximum run time as uint64. + * sis.c (run_sim): Change icount to uint64_t. + * sis.h: Define uint64 as uint64_t. Change various fields and + prototypes to uint64 to support longer simulations. + +2010-04-14 Mike Frysinger + + * interp.c (sim_write): Add const to buf arg. + +2010-01-09 Ralf Wildenhues + + * configure: Regenerate. + +2009-08-22 Ralf Wildenhues + + * config.in: Regenerate. + * configure: Likewise. + + * configure: Regenerate. + +2008-11-10 Joel Sherrill + + * erc32.c, exec.c: Fix warnings. + +2008-07-11 Hans-Peter Nilsson + + * configure: Regenerate to track ../common/common.m4 changes. + * config.in: Ditto. + +2008-06-09 Joel Sherrill + + * sis.c: Correct spelling error. + +2008-06-06 Vladimir Prus + Daniel Jacobowitz + Joseph Myers + + * configure: Regenerate. + +2006-12-21 Hans-Peter Nilsson + + * acconfig.h: Remove. + * config.in: Regenerate. + +2006-12-20 Hans-Peter Nilsson + + * configure.ac: Add test for readline, substitute READLINE. + * Makefile.in (READLINE_LIB): New substituted-contents variable. + (SIM_EXTRA_LIBDEPS): Don't set. + (SIM_EXTRA_LIBS): Use $(READLINE_LIB) instead of + ../../readline/libreadline.a. + * configure: Regenerate. + +2006-08-08 Daniel Jacobowitz + + * Makefile.in (func.o, help.o): Correct dependencies. + +2006-08-08 Joel Sherrill + + * Makefile.in (install-sis): Honor DESTDIR. + +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + +2006-06-05 Daniel Jacobowitz + + * configure: Regenerated. + +2006-05-31 Daniel Jacobowitz + + * configure: Regenerated. + +2005-11-28 Mark Mitchell + + * interf.c: (gdb/signals.h): Include it. + (sim_stop_reason): Use TARGET_SIGNAL_*. + +2005-07-08 Ben Elliston + + * func.c: Remove ANSI_PROTOTYPES conditional code. + +2005-03-23 Mark Kettenis + + * configure: Regenerate. + +2005-03-07 Jerome Guitton + + * sim/erc32/float.c (set_fsr): Do not use deprecated multi-line + strings. + (clear_accex): Ditto. + * sim/erc32/interf.c: Remove the redeclaration of fprintf. + * sim/erc32/sis.c: Ditto. + * sim/erc32/exec.c: Add missing semicolon. + * sim/erc32/func.c: Remove definitions of generic_print_address, + generic_symbol_at_address, buffer_read_memory and perror_memory, as + they are already defined in opcodes/dis-buf.c. + +2005-01-14 Andrew Cagney + + * configure.ac: Sinclude aclocal.m4 before common.m4. Add + explicit call to AC_CONFIG_HEADER. + * configure: Regenerate. + +2005-01-12 Andrew Cagney + + * configure.ac: Update to use ../common/common.m4. + * configure: Re-generate. + +2005-01-11 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +2005-01-07 Andrew Cagney + + * configure.ac: Rename configure.in, require autoconf 2.59. + * configure: Re-generate. + +2004-12-08 Hans-Peter Nilsson + + * configure: Regenerate for ../common/aclocal.m4 update. + +2004-11-11 Andreas Schwab + + * interf.c: Include "libiberty.h" instead of declaring buildargv + ourselves. + +2003-02-27 Andrew Cagney + + * interf.c (sim_open, sim_create_inferior): Rename _bfd to bfd. + +2002-06-16 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +2002-06-08 Andrew Cagney + + * sis.h: Include "gdb/remote-sim.h" and "gdb/callback.h". + * interf.c: Include "gdb/remote-sim.h". + +Tue May 23 21:39:23 2000 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + 2000-03-07 Frank Ch. Eigler From John Dallaway :