diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1997-05-20 15:29:25 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1997-05-20 15:29:25 +0000 |
commit | e17449bcfd72ae6a012566d6e2991c2f83ae559b (patch) | |
tree | fac8873871934a7a4b797a49b788fd4789cb3b16 /opcodes | |
parent | c86924cf7e3c7f31dd20cf011a81f2864f5f02b5 (diff) | |
download | gdb-e17449bcfd72ae6a012566d6e2991c2f83ae559b.zip gdb-e17449bcfd72ae6a012566d6e2991c2f83ae559b.tar.gz gdb-e17449bcfd72ae6a012566d6e2991c2f83ae559b.tar.bz2 |
Move mips INSN_ISA subfield into new membership field.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6ca827b..ac67d0b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +Tue May 20 11:26:27 1997 Gavin Koch <gavin@cygnus.com> + + * mips-opc.c (mips_builtin_opcodes): Moved INSN_ISA field into new + field membership. + * mips16-opc.c (mip16_opcodes): same. + +Mon May 12 15:10:53 1997 Jim Wilson <wilson@cygnus.com> + + * m68k-opc.c (moveb): Change $d to %d. + Mon May 5 14:28:41 1997 Ian Lance Taylor <ian@cygnus.com> * i386-dis.c: (dis386_twobyte): Add MMX instructions. |