]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/erc32/ChangeLog
sim/erc32: Fix incorrect simulator performance report
[thirdparty/binutils-gdb.git] / sim / erc32 / ChangeLog
index 4375a585c3d1c7b4c96984bcd611de50baa7757c..47e82d2f3f80443a77a4d7fd9089627a95748310 100644 (file)
@@ -1,3 +1,311 @@
+2015-02-21  Jiri Gaisler  <jiri@gaisler.se>
+
+       * func.c (reset_stat, show_stat): Switch to double in time keeping.
+       (get_time): New function to get system time.
+       * interf.c (run_sim): Use get_time() for system time.
+       * sis.c (run_sim): Likewise.
+       * sis.h: Likewise.
+
+2015-02-21  Jiri Gaisler  <jiri@gaisler.se>
+
+       * Makefile.in: Remove unused defines
+
+2015-02-21  Jiri Gaisler  <jiri@gaisler.se>
+
+       * float.c (get_accex, clear_accex, set_fsr): Use functions from fenv.h
+       instead of custom assembly.
+
+2015-02-21  Jiri Gaisler  <jiri@gaisler.se>
+
+       * erc32.c (mec_read): Allow simulator memory size to be read
+       by application.
+       (boot_init): initialize memory and timers if start address is
+       not 0.
+       * func.c (exe_cmd): Call boot_init if start address not 0.
+       * interf.c (run_sim): Likewise.
+
+2015-02-21  Jiri Gaisler  <jiri@gaisler.se>
+
+       * exec.c (init_regs): erc32 has vendor ID 1 and version ID 1 in %psr.
+
+2015-02-21  Jiri Gaisler  <jiri@gaisler.se>
+
+       * func.c (print_insn_sparc_sis): Add helper function for disassembly.
+       (disp_ctrl): Use helper function.
+
+2014-08-19  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
+
+2014-08-15  Roland McGrath  <mcgrathr@google.com>
+
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2014-03-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * interf.c (sim_do_command): Add const to cmd.
+
+2014-03-05  Mike Frysinger  <vapier@gentoo.org>
+
+       * interf.c (sim_load): Add const to prog.
+
+2013-10-09  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR sim/16018:
+       * float.c (set_fsr): Add missing "break" statements.  Reindent
+       code.
+
+2013-09-23  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
+
+2013-06-03  Mike Frysinger  <vapier@gentoo.org>
+
+       * aclocal.m4, configure: Regenerate.
+
+2013-03-14  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile.in: Include build directory in search path to find
+       config.h
+
+2012-08-16  Nick Clifton  <nickc@redhat.com>
+
+       * 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  <brobecker@adacore.com>
+
+       * sys.h: Include "config.h".
+
+2012-06-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * config.in, configure: Regenerate.
+
+2012-05-24  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/7205
+
+        Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
+
+2012-03-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * aclocal.m4, config.in, configure: Regenerate.
+
+2011-12-31  Mike Frysinger  <vapier@gentoo.org>
+
+       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  <vapier@gentoo.org>
+
+       * aclocal.m4: New file.
+       * configure: Regenerate.
+
+2011-10-17  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Change include to common/acinclude.m4.
+
+2011-10-17  Mike Frysinger  <vapier@gentoo.org>
+
+       * 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  <vapier@gentoo.org>
+
+       * interf.c (sim_open): Accept and ignore `--sysroot=...'.
+
+2011-06-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * interf.c (sim_complete_command): New stub function.
+
+2011-01-11  Andrew Burgess  <aburgess@broadcom.com>
+
+       * interf.c (sim_store_register): Update return value to
+       match new API.
+
+2010-05-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * sis.h: Remove #include <stdint.h>.
+       (uint64, int64): Redefine without using stdint.h.
+       (UINT64_MAX): Define.
+
+2010-04-20  Tiemen Schut    <T.Schut@sron.nl>
+
+       * 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  <vapier@gentoo.org>
+
+       * interp.c (sim_write): Add const to buf arg.
+
+2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * config.in: Regenerate.
+       * configure: Likewise.
+
+       * configure: Regenerate.
+
+2008-11-10  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * erc32.c, exec.c: Fix warnings.
+
+2008-07-11  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure: Regenerate to track ../common/common.m4 changes.
+       * config.in: Ditto.
+
+2008-06-09  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * sis.c: Correct spelling error.
+
+2008-06-06  Vladimir Prus  <vladimir@codesourcery.com>
+            Daniel Jacobowitz  <dan@codesourcery.com>
+            Joseph Myers  <joseph@codesourcery.com>
+
+       * configure: Regenerate.
+
+2006-12-21  Hans-Peter Nilsson  <hp@axis.com>
+
+       * acconfig.h: Remove.
+       * config.in: Regenerate.
+
+2006-12-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       * 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  <dan@codesourcery.com>
+
+       * Makefile.in (func.o, help.o): Correct dependencies.
+
+2006-08-08  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile.in (install-sis): Honor DESTDIR.
+
+2006-06-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       * configure: Regenerated.
+
+2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure: Regenerated.
+
+2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure: Regenerated.
+
+2005-11-28  Mark Mitchell  <mark@codesourcery.com>
+
+       * interf.c: (gdb/signals.h): Include it.
+       (sim_stop_reason): Use TARGET_SIGNAL_*.
+
+2005-07-08  Ben Elliston  <bje@au.ibm.com>
+
+       * func.c: Remove ANSI_PROTOTYPES conditional code.
+
+2005-03-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure: Regenerate.
+
+2005-03-07  Jerome Guitton  <guitton@gnat.com>
+
+       * 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  <cagney@gnu.org>
+
+       * configure.ac: Sinclude aclocal.m4 before common.m4.  Add
+       explicit call to AC_CONFIG_HEADER.
+       * configure: Regenerate.
+
+2005-01-12  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: Update to use ../common/common.m4.
+       * configure: Re-generate.
+
+2005-01-11  Andrew Cagney  <cagney@localhost.localdomain>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+2005-01-07  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: Rename configure.in, require autoconf 2.59.
+       * configure: Re-generate.
+
+2004-12-08  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure: Regenerate for ../common/aclocal.m4 update.
+
+2004-11-11  Andreas Schwab  <schwab@suse.de>
+
+       * interf.c: Include "libiberty.h" instead of declaring buildargv
+       ourselves.
+
+2003-02-27  Andrew Cagney  <cagney@redhat.com>
+
+       * interf.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
+
+2002-06-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+2002-06-08  Andrew Cagney  <cagney@redhat.com>
+
+       * 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  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+2000-03-07  Frank Ch. Eigler  <fche@redhat.com>
+
+       From John Dallaway  <jld@redhat.co.uk>:
+       * Makefile.in (install-sis): Add $(EXEEXT) for Windows host.
+
+2000-03-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+       * func.c (buffer_read_memory): Change type of size to unsigned to
+       match prototype
+
+Thu Sep  2 18:15:53 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+1999-05-08  Felix Lee  <flee@cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       
 1999-03-03  DJ Delorie  <dj@cygnus.com>
 
        * configure.in: add termcap and -luser32 for host=cygwin