]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
MIPS: Remove remnants of 48-bit microMIPS instruction support
authorMaciej W. Rozycki <macro@imgtec.com>
Mon, 18 Jan 2016 21:29:37 +0000 (21:29 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Mon, 18 Jan 2016 22:19:54 +0000 (22:19 +0000)
commit100b4f2e9f65565e3e3e484162c4474effc54be8
tree373155614842784f25b2f1a5383a7c88f852a476
parent3d304f48cafbff4b7a1c0a9d338fb20aa4e4934b
MIPS: Remove remnants of 48-bit microMIPS instruction support

The POOL48A major opcode was defined in early revisions of the 64-bit
microMIPS ISA, has never been implemented, and was removed before the
64-bit microMIPS ISA specification[1] has been finalized.

This complements commit a6c7053929dd ("MIPS/opcodes: Remove microMIPS
48-bit LI instruction").

References:

[1] "MIPS Architecture for Programmers, Volume II-B: The microMIPS64
    Instruction Set", MIPS Technologies, Inc., Document Number: MD00594,
    Revision 3.06, October 17, 2012, Table 6.2 "microMIPS64 Encoding of
    Major Opcode Field", p. 578

gas/
* config/tc-mips.c (micromips_insn_length): Remove the mention
of 48-bit microMIPS instructions.

gdb/
* mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
instruction support.
(micromips_next_pc): Likewise.
(micromips_scan_prologue): Likewise.
(micromips_deal_with_atomic_sequence): Likewise.
(micromips_stack_frame_destroyed_p): Likewise.
(mips_breakpoint_from_pc): Likewise.

opcodes/
* mips-dis.c (print_insn_micromips): Remove 48-bit microMIPS
instruction support.
gas/ChangeLog
gas/config/tc-mips.c
gdb/ChangeLog
gdb/mips-tdep.c
opcodes/ChangeLog
opcodes/mips-dis.c