]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/ppc/ChangeLog
http://sourceware.org/ml/gdb-patches/2010-11/msg00112.html
[thirdparty/binutils-gdb.git] / sim / ppc / ChangeLog
index 19e5fd9b27a105123dbe0d162c98fec937657fa0..faeec4fdd85b6fb4db0dbc9181988664370ed460 100644 (file)
@@ -1,3 +1,104 @@
+2011-01-11  Andrew Burgess  <aburgess@broadcom.com>
+
+       * gdb-sim.c (sim_store_register): Update return value to
+       match new API.
+
+2011-01-05  Joel Brobecker  <brobecker@adacore.com>
+
+       * psim.texinfo: Copyright year update.
+
+2010-04-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * sim_calls.c (sim_write): Add const to buf arg.
+
+2010-02-14  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * ppc-instructions: Fix missing assignment in last change.
+
+2010-02-05  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * ppc-instructions: Fix aliasing bugs when calling
+       invalid_arithemetic_operation.
+
+2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * configure.ac: If build != host, create a separate build-config.h
+       file desecribing the build machine.
+       * configure: Regenerate.
+       * lf.c: Include build-config.h instead of config.h.
+       * dgen.c: Likewise.
+       * igen.c: Likewise.
+       * misc.c: Likewise.
+       * misc.h: Likewise.
+       * filter.c: Likewise.
+       * table.c: Likewise.
+
+2009-10-15  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * std-config.h: Fix spelling error.
+
+2009-09-22  Joel Sherrill  <joel.sherrill@oarcorp.com>
+
+       * main.c: Fix spelling error.
+
+2009-09-15  Andreas Tobler <andreast-list@fgznet.ch>
+           Doug Evans  <dje@google.com>
+
+       * configure.ac (sim_hwflags): Use AC_DEFINE to define HAVE_UNION_SEMUN.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+       * hw_sem.c: (HAVE_UNION_SEMUN): Renamed from HAS_UNION_SEMUN.
+
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * config.in: Regenerate.
+       * configure: Likewise.
+
+       * configure: Regenerate.
+
+2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in (datarootdir): New variable.
+
+2009-01-12  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * ppc-instructions (sync): Add L field.
+
+2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * ppc-instructions, ppc-spr-table: Add ability
+       to read tbrl and tbru special registers.
+
+2008-11-18  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * configure: Regenerated.
+       * configure.ac: Add test for System V shared memory and semaphore.
+       * debug.c, debug.h: Add trace support for new devices.
+       * hw_sem.c, hw_shm.c: New files.
+       * Makefile.in: Add hw_sem.c and hw_shm.c.
+
+2008-07-11  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure.ac: Add test for libz and zlib.h.
+       * Makefile.in (LIBS): Set from @LIBS@.
+       * configure: Regenerate.
+       * config.in: Ditto.
+
+2008-06-06  Vladimir Prus  <vladimir@codesourcery.com>
+            Daniel Jacobowitz  <dan@codesourcery.com>
+            Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
+       * configure, config.in: Regenerated.
+       * Makefile.in (LIB_OBJ): Add version.o.
+       (version.c, version.o): New rules.
+       * psim.c (psim_usage): Add help parameter.  Print the bug URL.
+       Exit with code 0 for help.
+       (psim_options): Update calls to psim_usage.  Handle --help and
+       --version.
+       * psim.h (psim_usage): Update prototype.
+       * main.c (main): Update psim_usage call.
+
 2008-03-14  Nick Hudson  <nick.hudson@dsl.pipex.com
 
         * configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.