mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
gas/
* config/m68k-parse.h (m68k_register): Use MBO instead of MBB. (last_movec_reg): Change to MBO. * config/tc-m68k.c (fido_ctrl): Use MBO instead of MBB. (m68k_ip): Use MBO instead of MBO. (init_table): Use MBO instead of MBO. Add an entry for mbo. gas/testsuite/ * gas/m68k/fido.s: Add tests for %mbo. * gas/m68k/fido.d: Update accordingly. opcodes/ * m68k-dis.c (print_insn_arg): Use %mbo instead of %mbb.
This commit is contained in:
@@ -641,7 +641,7 @@ print_insn_arg (const char *d,
|
||||
{"%urp", 0x806}, {"%srp", 0x807}, {"%pcr", 0x808},
|
||||
|
||||
/* Fido added these. */
|
||||
{"%cac", 0xffe}, {"%mbb", 0xfff}};
|
||||
{"%cac", 0xffe}, {"%mbo", 0xfff}};
|
||||
|
||||
val = fetch_arg (buffer, place, 12, info);
|
||||
for (regno = sizeof names / sizeof names[0] - 1; regno >= 0; regno--)
|
||||
|
||||
Reference in New Issue
Block a user