aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1992-11-23 18:52:04 +0000
committerKen Raeburn <raeburn@cygnus>1992-11-23 18:52:04 +0000
commitf53f0a036d1a9597223ee95a47ecf7a2a019f497 (patch)
treef0bff7283b95582af1e3d65de7f33c5188d0792e /include/opcode/ChangeLog
parentf8f374394016774e75340de8cbff27f2dba42825 (diff)
downloadgdb-f53f0a036d1a9597223ee95a47ecf7a2a019f497.zip
gdb-f53f0a036d1a9597223ee95a47ecf7a2a019f497.tar.gz
gdb-f53f0a036d1a9597223ee95a47ecf7a2a019f497.tar.bz2
Change from John Carr: use `v', not `a', for operand 2 of vax bb* instructions.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index e34314a..01f4358 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,27 @@
+Mon Nov 23 10:47:25 1992 Ken Raeburn (raeburn@cygnus.com)
+
+ * vax.h (bb*): Use "v" (bitfield type), not "a" (address operand)
+ for operand 2; from John Carr, jfc@dsg.dec.com.
+
+Wed Nov 4 07:36:49 1992 Ken Raeburn (raeburn@cygnus.com)
+
+ * m68k.h: Define FIXED_SIZE_BRANCH, so bsr and bra instructions
+ always use 16-bit offsets. Makes calculated-size jump tables
+ feasible.
+
+Fri Oct 16 22:52:43 1992 Ken Raeburn (raeburn@cygnus.com)
+
+ * i386.h: Fix one-operand forms of in* and out* patterns.
+
+Tue Sep 22 14:08:14 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * m68k.h: Added CPU32 support.
+
+Tue Sep 22 00:38:41 1992 John Gilmore (gnu@cygnus.com)
+
+ * mips.h (break): Disassemble the argument. Patch from
+ jonathan@cs.stanford.edu (Jonathan Stone).
+
Wed Sep 9 11:25:28 1992 Ian Lance Taylor (ian@cygnus.com)
* m68k.h: merged Motorola and MIT syntax.