diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2001-08-10 16:22:08 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2001-08-10 16:22:08 +0000 |
commit | d98bb281e84ba33e1e19f67319f01e19c9c9c8e3 (patch) | |
tree | becda1116986bd153e9194c62e584392d2262dee /opcodes/ChangeLog | |
parent | a58ec95a7edf6346fcf46acc0f66d368ab64d34e (diff) | |
download | gdb-d98bb281e84ba33e1e19f67319f01e19c9c9c8e3.zip gdb-d98bb281e84ba33e1e19f67319f01e19c9c9c8e3.tar.gz gdb-d98bb281e84ba33e1e19f67319f01e19c9c9c8e3.tar.bz2 |
* mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32
argument.
* mips-opc.c (G6): Undefine.
(mips_builtin_opcodes): Remove gp32 entry for "move". Add macro
as the first "move" alternative.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d9dc0ac..2a12444 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2001-08-10 Richard Sandiford <rsandifo@redhat.com> + + * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32 + argument. + * mips-opc.c (G6): Undefine. + (mips_builtin_opcodes): Remove gp32 entry for "move". Add macro + as the first "move" alternative. + 2001-08-10 Andreas Jaeger <aj@suse.de> * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes |