* 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:
Kazu Hirata
2007-09-27 11:14:10 +00:00
parent e03a35752c
commit d0fa13723f
8 changed files with 40 additions and 14 deletions

View File

@@ -131,8 +131,8 @@ enum m68k_register
MBAR,
ASID, /* m5475. */
CAC, /* fido added this. */
MBB,
#define last_movec_reg MBB
MBO,
#define last_movec_reg MBO
/* End of movec ordering constraints. */
FPI,