X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sim%2Ferc32%2FChangeLog;h=4fff0da1bf1e20bd6a51ec5c86a0472cd9d30ad2;hb=bf3d9781ec049aef88547a9be711df2c1291c898;hp=6876443b0bce2c46f32f5b82b0668efc11fac513;hpb=81ecdfbb4d56574d58dba939f419722a7cf0de91;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 6876443b0b..4fff0da1bf 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,104 @@ +2013-09-23 Alan Modra + + * configure: Regenerate. + +2013-06-03 Mike Frysinger + + * aclocal.m4, configure: Regenerate. + +2013-03-14 Joel Sherrill + + * Makefile.in: Include build directory in search path to find + config.h + +2012-08-16 Nick Clifton + + * end.c: Include config.h before system header files. + * erc32.c: Likewise. + * exec.c: Likewise. + * float.c: Likewise. + * func.c: Likewise. + * help.c: Likewise. + * interf.c: Likewise. + +2012-06-15 Joel Brobecker + + * sys.h: Include "config.h". + +2012-06-15 Joel Brobecker + + * config.in, configure: Regenerate. + +2012-05-24 Pedro Alves + + PR gdb/7205 + + Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. + +2012-03-24 Mike Frysinger + + * aclocal.m4, config.in, configure: Regenerate. + +2011-12-31 Mike Frysinger + + PR sim/9971: + * configure.ac: Change AC_CHECK_LIB to AC_SEARCH_LIBS to match + the code in gdb's configure.ac with $TERMCAP. + * configure: Regenerated. + +2011-12-03 Mike Frysinger + + * aclocal.m4: New file. + * configure: Regenerate. + +2011-10-17 Mike Frysinger + + * configure.ac: Change include to common/acinclude.m4. + +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.