summaryrefslogtreecommitdiff
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
commitc26ccb04a62553d905c2cf6e8ccb33de26c12721 (patch)
tree34505ad5157d04f5ff45d51422346a3e5fda7396 /gas/config/m68k-parse.h
parentac80faef7f6356ec1b3716fdc0166fb083d65341 (diff)
downloadbinutils-redhat-c26ccb04a62553d905c2cf6e8ccb33de26c12721.tar.gz
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 e7af8536a8..272075dc43 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,