aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-11-07 08:31:22 +0000
committerJeff Law <law@redhat.com>1993-11-07 08:31:22 +0000
commit79f7e58c291a58eff72cb3723bc5705389003ecf (patch)
tree0b730a7fdf8bb9f9052804fdb21b2b14d293621e /include
parent18c4f112b465dc54b5f2145cdc134c1d41c653ab (diff)
downloadgdb-79f7e58c291a58eff72cb3723bc5705389003ecf.zip
gdb-79f7e58c291a58eff72cb3723bc5705389003ecf.tar.gz
gdb-79f7e58c291a58eff72cb3723bc5705389003ecf.tar.bz2
* hppa.h: Immediate field in probei instructions is unsigned,
not low-sign extended.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index db63188..e3515de 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,16 @@
+Sun Nov 7 00:30:11 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * hppa.h: Immediate field in probei instructions is unsigned,
+ not low-sign extended.
+
+Wed Nov 3 10:30:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * m88k.h (RRI10MASK): Change from 0xfc00ffe0 to 0xfc00fc00.
+
+Tue Nov 2 12:41:30 1993 Ken Raeburn (raeburn@rover.cygnus.com)
+
+ * i386.h: Add "fxch" without operand.
+
Mon Nov 1 18:13:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* mips.h (M_JAL_1, M_JAL_2, M_JAL_A): Added.