diff options
author | Jeff Law <law@redhat.com> | 1998-06-26 17:12:10 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-06-26 17:12:10 +0000 |
commit | 0c9b3858c1017102864fb795a89b448cb1380ddd (patch) | |
tree | c3ee103125d86b040bb3a6c7b991f981bb284535 /opcodes/ChangeLog | |
parent | 4db4e912e197fee94e6e63904cd43341d51785ac (diff) | |
download | gdb-0c9b3858c1017102864fb795a89b448cb1380ddd.zip gdb-0c9b3858c1017102864fb795a89b448cb1380ddd.tar.gz gdb-0c9b3858c1017102864fb795a89b448cb1380ddd.tar.bz2 |
* m10300-dis.c: Only recognize instructions from the currently
selected machine.
* m10300-opc.c: Add field indicating the particular variant of
the mn10300 each instruction is available on.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9311d6e..cc0b39d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Fri Jun 26 11:08:55 1998 Jeffrey A Law (law@cygnus.com) + + * m10300-dis.c: Only recognize instructions from the currently + selected machine. + * m10300-opc.c: Add field indicating the particular variant of + the mn10300 each instruction is available on. + Fri Jun 26 12:04:21 1998 Ian Lance Taylor <ian@cygnus.com> * configure.in: For bfd_vax_arch, build vax-dis.lo. |