aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/frv/ChangeLog-2021
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-07-08 02:33:28 -0400
committerMike Frysinger <vapier@gentoo.org>2021-08-17 20:27:36 -0400
commit9335d9f8235a13777ae058b1ad59f124b678f4fc (patch)
tree55967dca6225c01fddbe724e1549446d1c472959 /sim/testsuite/frv/ChangeLog-2021
parent8ae5245324fdc1d42cc221ce72689b40f4c08f66 (diff)
downloadfsf-binutils-gdb-9335d9f8235a13777ae058b1ad59f124b678f4fc.zip
fsf-binutils-gdb-9335d9f8235a13777ae058b1ad59f124b678f4fc.tar.gz
fsf-binutils-gdb-9335d9f8235a13777ae058b1ad59f124b678f4fc.tar.bz2
sim: rename ChangeLog files to ChangeLog-2021
Now that ChangeLog entries are no longer used for sim patches, this commit renames all relevant sim ChangeLog to ChangeLog-2021, similar to what we would do in the context of the "Start of New Year" procedure. The purpose of this change is to avoid people merging ChangeLog entries by mistake when applying existing commits that they are currently working on. Also throw in a .gitignore entry to keep people from adding new ChangeLog files anywhere in the sim tree.
Diffstat (limited to 'sim/testsuite/frv/ChangeLog-2021')
-rw-r--r--sim/testsuite/frv/ChangeLog-202194
1 files changed, 94 insertions, 0 deletions
diff --git a/sim/testsuite/frv/ChangeLog-2021 b/sim/testsuite/frv/ChangeLog-2021
new file mode 100644
index 0000000..aa7409f
--- /dev/null
+++ b/sim/testsuite/frv/ChangeLog-2021
@@ -0,0 +1,94 @@
+2021-04-08 Mike Frysinger <vapier@gentoo.org>
+
+ * allinsn.exp (arch): Delete.
+ * fr400/allinsn.exp, fr500/allinsn.exp, fr550/allinsn.exp,
+ interrupts.exp, misc.exp, parallel.exp: Likewise.
+
+2021-02-13 Mike Frysinger <vapier@gentoo.org>
+
+ * allinsn.exp, fr400/allinsn.exp, fr500/allinsn.exp,
+ fr550/allinsn.exp, interrupts.exp, misc.exp,
+ parallel.exp: Define arch.
+
+2021-01-15 Mike Frysinger <vapier@gentoo.org>
+
+ * cache.ms: New testcase from ../../frv-elf/.
+ * exit47.ms, grloop.ms, hello.ms: Likewise.
+ * misc.exp: New file.
+
+2004-03-01 Richard Sandiford <rsandifo@redhat.com>
+
+ * allinsn.exp (all_machs): Add fr405 and fr450.
+ * fr400/allinsn.exp (all_machs): Likewise.
+ * fr400/addss.cgs (mach): Change to "fr405 fr450".
+ * fr400/scutss.cgs (mach): Likewise.
+ * fr400/slass.cgs (mach): Likewise.
+ * fr400/smass.cgs (mach): Likewise.
+ * fr400/smsss.cgs (mach): Likewise.
+ * fr400/smu.cgs (mach): Likewise.
+ * fr400/subss.cgs (mach): Likewise.
+ * interrupts/fp_exception.cgs: Replace fmadds with .word.
+ * interrupts/fp_exception-fr550.cgs: Likewise.
+ * mqlclrhs.cgs: New test.
+ * mqlmths.cgs: New test.
+ * mqsllhi.cgs: New test.
+ * mqsrahi.cgs: New test.
+
+2004-03-01 Richard Sandiford <rsandifo@redhat.com>
+
+ * fr400/scutss.cgs: Fix tests to account for rounding.
+ Add some new ones.
+
+2004-03-01 Richard Sandiford <rsandifo@redhat.com>
+
+ * {rstb,rsth,rst,rstd,rstq}.cgs: Delete.
+ * {rstbf,rsthf,rstf,rstdf,rstqf}.cgs: Delete.
+
+2003-10-10 Dave Brolley <brolley@redhat.com>
+
+ * testutils.inc (or_gr_immed): New macro.
+ * fp_exception-fr550.cgs: Write insns using
+ unaligned registers into the program in order to
+ cause the required exceptions.
+ * fp_exception.cgs: Ditto.
+ * regalign.cgs: Ditto.
+
+2003-10-06 Dave Brolley <brolley@redhat.com>
+
+ * fr550: New subdirectory.
+ * fr400/*.cgs: Add fr550 as appropriate.
+ * fr500/*.cgs: Add fr550 as appropriate.
+ * interrupts/*.cgs: Add fr550 as appropriate.
+ * interrupts/*-fr550.cgs: New test cases for fr550.
+
+2003-09-19 Michael Snyder <msnyder@redhat.com>
+
+ * nldqi.cgs: Remove. This insn was never implemented
+ by Fujitsu.
+
+2003-09-19 Dave Brolley <brolley@redhat.com>
+
+ * rstqf.cgs: Use nldq instead of nldqi.
+ * rstq.cgs: Use nldq instead of nldqi.
+
+2003-09-11 Michael Snyder <msnyder@redhat.com>
+
+ * 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>
+
+ * maddaccs.cgs: move to fr400 subdirectory.
+ * msubaccs.cgs: move to fr400 subdirectory.
+ * masaccs.cgs: move to fr400 subdirectory.
+
+2003-09-03 Michael Snyder <msnyder@redhat.com>
+
+ * fr500/mclracc.cgs: Change mach to 'all', to be
+ consistent with other tests in the directory.
+
+2003-09-03 Michael Snyder <msnyder@redhat.com>
+
+ * interrupts/Ipipe-fr400.cgs: New file.
+ * interrupts/Ipipe-fr500.cgs: New file.
+ * interrupts/Ipipe.cgs: Remove (replaced by above).