Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gas / config / m68k-parse.h
index a057841096753e58aa30de5e2bf89264ce802e58..099e064d8184dcfbcd0487fb86cfc308e7c34698 100644 (file)
@@ -1,6 +1,5 @@
 /* m68k-parse.h -- header file for m68k assembler
-   Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000,
-   2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -101,6 +100,7 @@ enum m68k_register
   CACR,
   VBR,
   CAAR,
+  CPUCR,
   MSP,
   ITT0,
   ITT1,
@@ -126,9 +126,11 @@ enum m68k_register
   PCR3U0, PCR3L0, PCR3U1, PCR3L1,/* mcfv4e added these.  */
   MBAR0, MBAR1,                        /* mcfv4e added these.  */
   ACR0, ACR1, ACR2, ACR3,       /* mcf5200 added these.  */
+  ACR4, ACR5, ACR6, ACR7,      /* mcf54418 added these.  */
   FLASHBAR, RAMBAR,            /* mcf528x added these.  */
   MBAR2,                       /* mcf5249 added this.  */
   MBAR,
+  RGPIOBAR,                    /* mcf54418 added this.  */
   ASID,                                /* m5475.  */
   CAC,                         /* fido added this.  */
   MBO,
This page took 0.025025 seconds and 4 git commands to generate.