Index: m32r/ChangeLog
[external/binutils.git] / sim / testsuite / ChangeLog
index 55fb628..c86d915 100644 (file)
@@ -1,3 +1,124 @@
+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.
+
+       * configure.in: Pass literal subdirectories to AC_CONFIG_SUBDIRS.
+       * configure: Re-generate.
+       
+       * fr30-elf, d30v-elf: Delete directory.
+
+2004-11-16  Hans-Peter Nilsson  <hp@axis.com>
+
+       * lib/sim-defs.exp (run_sim_test): Make multiple "output"
+       specifications concatenate, not override.
+       Support "xfail" and "kfail".
+
+2004-10-26  Nick Clifton  <nickc@redhat.com>
+
+       * lib/sim-defs.exp (sim_run): Add support for the "rawsid"
+       protocol.
+
+2004-09-13  DJ Delorie  <dj@redhat.com>
+
+       * lib/sim-defs.exp (run_sim_test): Add global_as_options,
+       global_ld_options, and global_sim_options to all test cases, if
+       defined.
+
+2004-05-12  Ben Elliston  <bje@au.ibm.com>
+
+       * lib/sim-defs.exp: Remove stray semicolons.
+
+2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
+
+       * sim/frv/allinsn.exp (all_machs): Add fr405 and fr450.
+       * sim/fr400/allinsn.exp (all_machs): Likewise.
+       * sim/fr400/addss.cgs (mach): Change to "fr405 fr450".
+       * sim/fr400/scutss.cgs (mach): Likewise.
+       * sim/fr400/slass.cgs (mach): Likewise.
+       * sim/fr400/smass.cgs (mach): Likewise.
+       * sim/fr400/smsss.cgs (mach): Likewise.
+       * sim/fr400/smu.cgs (mach): Likewise.
+       * sim/fr400/subss.cgs (mach): Likewise.
+       * sim/interrupts/fp_exception.cgs: Replace fmadds with .word.
+       * sim/interrupts/fp_exception-fr550.cgs: Likewise.
+       * sim/frv/mqlclrhs.cgs: New test.
+       * sim/frv/mqlmths.cgs: New test.
+       * sim/frv/mqsllhi.cgs: New test.
+       * sim/frv/mqsrahi.cgs: New test.
+
+2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
+
+       * sim/frv/fr400/scutss.cgs: Fix tests to account for rounding.
+       Add some new ones.
+
+2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
+
+       * sim/frv/{rstb,rsth,rst,rstd,rstq}.cgs: Delete.
+       * sim/frv/{rstbf,rsthf,rstf,rstdf,rstqf}.cgs: Delete.
+
+2004-01-26  Chris Demetriou  <cgd@broadcom.com>
+
+       * sim/mips: New directory.  Tests for the MIPS simulator.
+
+2004-01-23  Ben Elliston  <bje@wasabisystems.com>
+
+       * lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a
+       test passes.
+
+2003-10-10  Dave Brolley  <brolley@redhat.com>
+
+       * sim/frv/testutils.inc (or_gr_immed): New macro.
+       * sim/frv/fp_exception-fr550.cgs: Write insns using
+       unaligned registers into the program in order to
+       cause the required exceptions.
+       * sim/frv/fp_exception.cgs: Ditto.
+       * sim/frv/regalign.cgs: Ditto.
+
+2003-10-06  Dave Brolley  <brolley@redhat.com>
+
+       * sim/frv/fr550: New subdirectory.
+       * sim/frv/fr400/*.cgs: Add fr550 as appropriate.
+       * sim/frv/fr500/*.cgs: Add fr550 as appropriate.
+       * sim/frv/interrupts/*.cgs: Add fr550 as appropriate.
+       * sim/frv/interrupts/*-fr550.cgs: New test cases for fr550.
+
+2003-09-19  Michael Snyder  <msnyder@redhat.com>
+
+       * sim/frv/nldqi.cgs: Remove.  This insn was never implemented
+       by Fujitsu.
+
+2003-09-19  Dave Brolley  <brolley@redhat.com>
+
+       * sim/frv/rstqf.cgs: Use nldq instead of nldqi.
+       * sim/frv/rstq.cgs: Use nldq instead of nldqi.
+
+2003-09-11  Michael Snyder  <msnyder@redhat.com>
+
+       * sim/testsuite/sim/frv/movgs.cgs: Change lcr to spr[273],
+       which according to the comments seems to be the intent.
+
+2003-09-09  Dave Brolley  <brolley@redhat.com>
+
+       * sim/frv/maddaccs.cgs: move to fr400 subdirectory.
+       * sim/frv/msubaccs.cgs: move to fr400 subdirectory.
+       * sim/frv/masaccs.cgs: move to fr400 subdirectory.
+
+2003-09-03  Michael Snyder  <msnyder@redhat.com>
+
+       * sim/frv/fr500/mclracc.cgs: Change mach to 'all', to be
+       consistent with other tests in the directory.
+
+2003-09-03  Michael Snyder  <msnyder@redhat.com>
+
+       * sim/frv/interrupts/Ipipe-fr400.cgs: New file.
+       * sim/frv/interrupts/Ipipe-fr500.cgs: New file.
+       * sim/frv/interrupts/Ipipe.cgs: Remove (replaced by above).
+
 2003-08-20  Michael Snyder  <msnyder@redhat.com>
             On behalf of Dave Brolley