aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-dis.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-12-20 01:53:03 +0000
committerMaciej W. Rozycki <macro@imgtec.com>2016-12-20 11:52:11 +0000
commit4ebce1a0a5911e71aa2d00932ffb2126ff1f3633 (patch)
tree0896d0aaa8e3ba12db285c77e7a572822f6e007b /opcodes/mips-dis.c
parentc97dda72b905d5ba9b82004bf4e57dd4cf343147 (diff)
downloadfsf-binutils-gdb-4ebce1a0a5911e71aa2d00932ffb2126ff1f3633.zip
fsf-binutils-gdb-4ebce1a0a5911e71aa2d00932ffb2126ff1f3633.tar.gz
fsf-binutils-gdb-4ebce1a0a5911e71aa2d00932ffb2126ff1f3633.tar.bz2
MIPS16/opcodes: Correct 64-bit macros' ISA membership
Limit the DDIV, DDIVU, DREM, DREMU and DSUBU macros to the MIPS III rather than MIPS I ISA. These macros expand to machine code sequences including 64-bit instructions which require a 64-bit ISA. Entries for those instructions are already correctly marked, however the marking is ignored if entries are used in the process of macro expansion rather than directly, making it possible to indirectly produce 64-bit machine code even when output requested has been limited to a 32-bit ISA. opcodes/ * mips16-opc.c (mips16_opcodes): Set membership to I3 rather than I1 for the "ddiv", "ddivu", "drem", "dremu" and "dsubu" INSN_MACRO entries. gas/ * testsuite/gas/mips/mips16-macro.l: New list test. * testsuite/gas/mips/mips.exp: Run the new test.
Diffstat (limited to 'opcodes/mips-dis.c')
0 files changed, 0 insertions, 0 deletions