aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-04-06 00:38:25 +0000
committerJohn Gilmore <gnu@cygnus>1993-04-06 00:38:25 +0000
commitd802b9481b4736694b3210d50bd560d64bb21fd9 (patch)
tree7dabe2ce25fd6633b52010a0b3c3237903a34ab0 /opcodes
parent3cb4caa6b509dea66946af18718cdf62e53cd222 (diff)
downloadfsf-binutils-gdb-d802b9481b4736694b3210d50bd560d64bb21fd9.zip
fsf-binutils-gdb-d802b9481b4736694b3210d50bd560d64bb21fd9.tar.gz
fsf-binutils-gdb-d802b9481b4736694b3210d50bd560d64bb21fd9.tar.bz2
Make "ta" the default trap instruction, "t" the alias.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 70d3e92..3ae7b14 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,12 @@
+Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
+
+ * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
+
+Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
+
+ * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
+ const.
+
Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
* sparc-dis.c: Use fprintf_func a few places where I forgot,