diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-08-19 19:56:44 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-08-19 19:56:44 +0000 |
commit | e423441da4b1bb1559936ac8b6aa54447e1a96ec (patch) | |
tree | ef670e534d592dc23858cd1e70c2ec93f57e93e0 /include | |
parent | 5e0dc5bae9dbbbcbd4156cafc941d3f984bfc792 (diff) | |
download | gdb-e423441da4b1bb1559936ac8b6aa54447e1a96ec.zip gdb-e423441da4b1bb1559936ac8b6aa54447e1a96ec.tar.gz gdb-e423441da4b1bb1559936ac8b6aa54447e1a96ec.tar.bz2 |
include/opcode/
* mips.h: Remove references to "+I" and imm2_expr.
gas/
* config/tc-mips.c (imm2_expr): Delete.
(md_assemble, match_insn, imm2_expr.X_op, mips_ip): Update accordingly.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/mips.h | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index bacadb0..e842f5d 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,9 @@ 2013-08-19 Richard Sandiford <rdsandiford@googlemail.com> + * mips.h: Remove references to "+I" and imm2_expr. + +2013-08-19 Richard Sandiford <rdsandiford@googlemail.com> + * mips.h (M_DEXT, M_DINS): Delete. 2013-08-19 Richard Sandiford <rdsandiford@googlemail.com> diff --git a/include/opcode/mips.h b/include/opcode/mips.h index c768cf2..f21697e 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -799,7 +799,6 @@ struct mips_opcode Macro instructions: "A" General 32 bit expression "I" 32 bit immediate (value placed in imm_expr). - "+I" 32 bit immediate (value placed in imm2_expr). "F" 64 bit floating point constant in .rdata "L" 64 bit floating point constant in .lit8 "f" 32 bit floating point constant @@ -906,7 +905,7 @@ struct mips_opcode Extension character sequences used so far ("+" followed by the following), for quick reference when adding more: "1234567890" - "ABCEFGHIJKLMNPQSXZ" + "ABCEFGHJKLMNPQSXZ" "abcfgijmpqrstxyz" */ @@ -2025,7 +2024,6 @@ extern const int bfd_mips16_num_opcodes; Macro instructions: "A" general 32 bit expression "I" 32-bit immediate (value placed in imm_expr). - "+I" 32-bit immediate (value placed in imm2_expr). "F" 64-bit floating point constant in .rdata "L" 64-bit floating point constant in .lit8 "f" 32-bit floating point constant @@ -2062,7 +2060,7 @@ extern const int bfd_mips16_num_opcodes; following), for quick reference when adding more: "" "" - "ABCEFGHI" + "ABCEFGH" "ij" Extension character sequences used so far ("m" followed by the |