* NEWS: Mention sparc64-linux-gnu gdbserver support.
[binutils-gdb.git] / sim / ChangeLog
index 4e4bd2c61035f48dc90000bda61a89f7ba195b6c..0b8128b376a8515002ecd313e6c82ecda38b2520 100644 (file)
@@ -1,5 +1,109 @@
+2008-07-29  Nick Clifton  <nickc@redhat.com>
+
+       * 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  <hp@axis.com>
+
+       * cris/configure: Regenerate to track ../common/common.m4 changes.
+       * cris/config.in: Ditto.
+
+2008-06-06  Vladimir Prus  <vladimir@codesourcery.com>
+            Daniel Jacobowitz  <dan@codesourcery.com>
+            Joseph Myers  <joseph@codesourcery.com>
+
+       * cris/configure: Regenerate.
+
+2008-05-09  Olivier Hainque  <hainque@adacore.com>
+
+       * ppc/altivec.igen (vperm): Latch inputs into temporaries.
+
+2008-03-25  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+       * MAINTAINERS: Add myself as maintainer of cr16 port.
+
+2008-02-12  M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+       Add simulator for National cr16 processor.
+       * cr16: New directory.
+       * configure.ac: Add entry for National cr16.
+       * configure: Regenerate.
+
+2008-02-05  DJ Delorie  <dj@redhat.com>
+
+       * configure.ac (v850): V850 now has a testsuite.
+       * configure (v850): Likewise.
+
+2008-01-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       Updated copyright notices for most files.
+
+2007-12-19  DJ Delorie  <dj@redhat.com>
+
+       * frv/frv.c (frvbf_cut): Only look at the six LSBs of
+       cut_point.
+
+2007-10-22  Hans-Peter Nilsson  <hp@axis.com>
+
+       * 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  <brobecker@adacore.com>
+
+       Switch the license of all files explicitly copyright the FSF
+       to GPLv3.
+
+2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * Makefile.in: Add dummy "pdf" target.
+
+2007-02-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/traps.c (dump_statistics): Change format for cycle numbers
+       to %llu and cast parameters to unsigned long long.
+
+2007-02-16  Thiemo Seufer  <ths@mips.com>
+
+       * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
+
+2007-01-28  Manuel Lauss  <slauss@resi.at>
+
+       * configure.ac (sh64-*-*): Change to sh64*-*-*.
+       (sh-*-*): Change to sh*-*-*.
+       * configure: Regenerated.
+
+2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       Updated copyright notices for most files.
+
 2006-12-20  Hans-Peter Nilsson  <hp@axis.com>
 
+       * 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  <edgar@axis.com>