Update year range in copyright notice of all files.
[external/binutils.git] / gas / config / m68k-parse.h
index f39bb82..eea7317 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-2017 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,
@@ -270,7 +272,12 @@ enum pic_relocation
   pic_plt_pcrel,               /* @PLTPC */
   pic_got_pcrel,               /* @GOTPC */
   pic_plt_off,                 /* @PLT */
-  pic_got_off                  /* @GOT */
+  pic_got_off,                 /* @GOT */
+  pic_tls_gd,                  /* @TLSGD */
+  pic_tls_ldm,                 /* @TLSLDM */
+  pic_tls_ldo,                 /* @TLSLDO */
+  pic_tls_ie,                  /* @TLSIE */
+  pic_tls_le                   /* @TLSLE */
 };
 #endif