summaryrefslogtreecommitdiff
path: root/gas/config/m68k-parse.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-21 13:28:59 +0000
committerNick Clifton <nickc@redhat.com>2003-10-21 13:28:59 +0000
commit5473452c613626f382aebf029ef3fd2a0952287a (patch)
tree370a3ae801673d08a4ce96426bcefecb319dfa32 /gas/config/m68k-parse.h
parent310e42be6f342a7bc203566231a9b86f99dc7a76 (diff)
downloadbinutils-redhat-5473452c613626f382aebf029ef3fd2a0952287a.tar.gz
Add ColfFire v4 support
Diffstat (limited to 'gas/config/m68k-parse.h')
-rw-r--r--gas/config/m68k-parse.h19
1 files changed, 14 insertions, 5 deletions
diff --git a/gas/config/m68k-parse.h b/gas/config/m68k-parse.h
index 6482007504..c82e69fc65 100644
--- a/gas/config/m68k-parse.h
+++ b/gas/config/m68k-parse.h
@@ -1,6 +1,6 @@
/* m68k-parse.h -- header file for m68k assembler
- Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000
- Free Software Foundation, Inc.
+ Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000,
+ 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -105,14 +105,23 @@ enum m68k_register
TC,
SRP,
URP,
- BUSCR, /* 68060 added these */
+ BUSCR, /* 68060 added these. */
PCR,
- ROMBAR, /* mcf5200 added these */
+ ROMBAR, /* mcf5200 added these. */
RAMBAR0,
RAMBAR1,
+ MMUBAR, /* mcfv4e added these. */
+ ROMBAR1, /* mcfv4e added these. */
+ MPCR, EDRAMBAR, SECMBAR, /* mcfv4e added these. */
+ PCR1U0, PCR1L0, PCR1U1, PCR1L1,/* mcfv4e added these. */
+ PCR2U0, PCR2L0, PCR2U1, PCR2L1,/* mcfv4e added these. */
+ PCR3U0, PCR3L0, PCR3U1, PCR3L1,/* mcfv4e added these. */
+ MBAR0, MBAR1, /* mcfv4e added these. */
+ ACR0, ACR1, ACR2, ACR3, /* mcf5200 added these. */
+ FLASHBAR, RAMBAR, /* mcf528x added these. */
MBAR,
#define last_movec_reg MBAR
- /* end of movec ordering constraints */
+ /* End of movec ordering constraints. */
FPI,
FPS,