aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-08-06 15:20:49 +0000
committerIan Lance Taylor <ian@airs.com>1993-08-06 15:20:49 +0000
commit11a0aaa785fe33713bfd97c5b5a8dfa0716384b8 (patch)
tree7e97639b90984d23f22544c9156c680727494b26 /opcodes
parentac32a7e7dfe8f9a1cf755c42f9e748b0aafda65f (diff)
downloadgdb-11a0aaa785fe33713bfd97c5b5a8dfa0716384b8.zip
gdb-11a0aaa785fe33713bfd97c5b5a8dfa0716384b8.tar.gz
gdb-11a0aaa785fe33713bfd97c5b5a8dfa0716384b8.tar.bz2
* mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
coprocessor instructions out of #if 0, and made them use new argument type "C".
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 2ebf1e9..4743b7f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
+ coprocessor instructions out of #if 0, and made them use new
+ argument type "C".
+
Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.