aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-09-08 11:09:45 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-09-08 11:09:45 +0000
commit9ade226a4221cc362f1636d8b962cbd05d1098ed (patch)
tree48105ea5090e4db54a1b06de655698d53263123c /sim/mips/ChangeLog
parentebe909d29eae67ce5cd0cfce1b4737fcee932137 (diff)
downloadgdb-9ade226a4221cc362f1636d8b962cbd05d1098ed.zip
gdb-9ade226a4221cc362f1636d8b962cbd05d1098ed.tar.gz
gdb-9ade226a4221cc362f1636d8b962cbd05d1098ed.tar.bz2
* Patch for PR 17142, brought over from sky branch.
Fri Sep 4 10:37:57 1998 Frank Ch. Eigler <fche@cygnus.com> * r5900.igen (mtsab): Correct typo in input register. * sim-main.h (TMP_*): New macros for accessing local 128-bit temporary for multimedia instructions. * r5900.igen (*): Convert most instructions to use new TMP macros to store output result during computation.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r--sim/mips/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 137060d..f5dad1d 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,14 @@
+start-sanitize-r5900
+Fri Sep 4 10:37:57 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+ * r5900.igen (mtsab): Correct typo in input register.
+
+ * sim-main.h (TMP_*): New macros for accessing local 128-bit
+ temporary for multimedia instructions.
+ * r5900.igen (*): Convert most instructions to use new TMP
+ macros to store output result during computation.
+
+end-sanitize-r5900
start-sanitize-tx3904
Tue Sep 1 15:39:18 1998 Frank Ch. Eigler <fche@cygnus.com>