diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-08-01 20:30:02 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-08-01 20:30:02 +0000 |
commit | 6a819047abffdeff6cb732854bda08a2eb502535 (patch) | |
tree | 332279ced7932978ed461bf81f534de27711c705 /opcodes/ChangeLog | |
parent | 344c74a665f2f76ce61b1306fa983d7862ab66dc (diff) | |
download | gdb-6a819047abffdeff6cb732854bda08a2eb502535.zip gdb-6a819047abffdeff6cb732854bda08a2eb502535.tar.gz gdb-6a819047abffdeff6cb732854bda08a2eb502535.tar.bz2 |
opcodes/
* mips-opc.c (mips_builtin_opcodes): Remove WR_* and RD_* flags
for operands that are hard-coded to $0.
* micromips-opc.c (micromips_opcodes): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 081c924..324f2e9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,11 @@ 2013-08-01 Richard Sandiford <rdsandiford@googlemail.com> + * mips-opc.c (mips_builtin_opcodes): Remove WR_* and RD_* flags + for operands that are hard-coded to $0. + * micromips-opc.c (micromips_opcodes): Likewise. + +2013-08-01 Richard Sandiford <rdsandiford@googlemail.com> + * mips-opc.c (mips_builtin_opcodes): Use WR_31 rather than WR_d for the single-operand forms of JALR and JALR.HB. * micromips-opc.c (micromips_opcodes): Likewise JALR, JALRS, JALR.HB |