aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-10-29 09:30:11 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-10-29 09:30:11 +0000
commit3ac7980b2380b561cfb1f123a338a7a2fb73b58a (patch)
tree5b34646498ae8d74a62e114b9f70b453d937bea0 /sim/mips
parent5c01b16e4ee720c57ec5f4fea40d994c06f8ed41 (diff)
downloadbinutils-3ac7980b2380b561cfb1f123a338a7a2fb73b58a.zip
binutils-3ac7980b2380b561cfb1f123a338a7a2fb73b58a.tar.gz
binutils-3ac7980b2380b561cfb1f123a338a7a2fb73b58a.tar.bz2
* Fixes for PR 18015, from customer.
Thu Oct 29 11:06:30 EST 1998 Frank Ch. Eigler <fche@cygnus.com> * r5900.igen: Fix PSRLVW, MULTU1, PADSBH instructions, as per customer patch.
Diffstat (limited to 'sim/mips')
-rw-r--r--sim/mips/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 873c6e8..701d104 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,10 @@
+start-sanitize-r5900
+Thu Oct 29 11:06:30 EST 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+ * r5900.igen: Fix PSRLVW, MULTU1, PADSBH instructions,
+ as per customer patch.
+
+end-sanitize-r5900
Fri Oct 9 18:02:25 1998 Doug Evans <devans@canuck.cygnus.com>
* interp.c: #include "itable.h" if WITH_IGEN.