aboutsummaryrefslogtreecommitdiff
path: root/gas/config/m68k-parse.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-12-27 07:15:02 +0000
committerKazu Hirata <kazu@codesourcery.com>2006-12-27 07:15:02 +0000
commitf7ec513bed7e6bf8c2b88b7fdb5cf3fe94523def (patch)
treecb5363f79a82d503bc37215ac9afbfa18a54f28f /gas/config/m68k-parse.h
parent6bd025df59a8cb2a0f3b0fcfe21f60592a898c41 (diff)
downloadgdb-f7ec513bed7e6bf8c2b88b7fdb5cf3fe94523def.zip
gdb-f7ec513bed7e6bf8c2b88b7fdb5cf3fe94523def.tar.gz
gdb-f7ec513bed7e6bf8c2b88b7fdb5cf3fe94523def.tar.bz2
gas/
* config/m68k-parse.h (m68k_register): Add CAC and MBB. * config/tc-m68k.c (fido_ctrl): New. (m68k_archs): Use fido_ctrl for -mfidoa. (m68k_cpus): Use fido_ctrl on fido-*-*. (m68k_ip): Add support for CAC and MBB. (init_table): Add CAC and MBB. opcodes/ * m68k-dis.c (print_insn_arg): Add support for cac and mbb.
Diffstat (limited to 'gas/config/m68k-parse.h')
-rw-r--r--gas/config/m68k-parse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/config/m68k-parse.h b/gas/config/m68k-parse.h
index e7af853..272075d 100644
--- a/gas/config/m68k-parse.h
+++ b/gas/config/m68k-parse.h
@@ -126,7 +126,9 @@ enum m68k_register
FLASHBAR, RAMBAR, /* mcf528x added these. */
MBAR2, /* mcf5249 added this. */
MBAR,
-#define last_movec_reg MBAR
+ CAC, /* fido added this. */
+ MBB,
+#define last_movec_reg MBB
/* End of movec ordering constraints. */
FPI,