]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/arm/aout.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / arm / aout.h
index 51d32a9d461fa5e6a2f4ad8bff5f447a54462fb3..9688fb62f08168ed4ae249e4181ad97c0c5c2afb 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for ARM with a.out
-   Copyright (C) 1995-2014 Free Software Foundation, Inc.
+   Copyright (C) 1995-2021 Free Software Foundation, Inc.
    Contributed by Richard Earnshaw (rearnsha@armltd.co.uk).
    
    This file is part of GCC.
    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
    License for more details.
 
-   You should have received a copy of the GNU General Public License
-   along with GCC; see the file COPYING3.  If not see
+   Under Section 7 of GPL version 3, you are granted additional
+   permissions described in the GCC Runtime Library Exception, version
+   3.1, as published by the Free Software Foundation.
+
+   You should have received a copy of the GNU General Public License and
+   a copy of the GCC Runtime Library Exception along with this program;
+   see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
 #ifndef ASM_APP_ON
@@ -48,7 +53,9 @@
 /* The assembler's names for the registers.  Note that the ?xx registers are
    there so that VFPv3/NEON registers D16-D31 have the same spacing as D0-D15
    (each of which is overlaid on two S registers), although there are no
-   actual single-precision registers which correspond to D16-D31.  */
+   actual single-precision registers which correspond to D16-D31.  New register
+   p0 is added which is used for MVE predicated cases.  */
+
 #ifndef REGISTER_NAMES
 #define REGISTER_NAMES                                         \
 {                                                              \
@@ -67,7 +74,7 @@
   "wr8",   "wr9",   "wr10",  "wr11",                           \
   "wr12",  "wr13",  "wr14",  "wr15",                           \
   "wcgr0", "wcgr1", "wcgr2", "wcgr3",                          \
-  "cc", "vfpcc", "sfp", "afp"                                  \
+  "cc", "vfpcc", "sfp", "afp", "apsrq", "apsrge", "p0"         \
 }
 #endif
 
            {                                                           \
              switch (GET_MODE(body))                                   \
                {                                                       \
-               case QImode:                                            \
+               case E_QImode:                                          \
                  asm_fprintf (STREAM, "\t.byte\t(%LL%d-%LL%d)/2\n",    \
                               VALUE, REL);                             \
                  break;                                                \
-               case HImode: /* TBH */                                  \
+               case E_HImode: /* TBH */                                        \
                  asm_fprintf (STREAM, "\t.2byte\t(%LL%d-%LL%d)/2\n",   \
                               VALUE, REL);                             \
                  break;                                                \
-               case SImode:                                            \
+               case E_SImode:                                          \
                  asm_fprintf (STREAM, "\t.word\t%LL%d-%LL%d\n",        \
                               VALUE, REL);                             \
                  break;                                                \
        {                                                               \
          switch (GET_MODE(body))                                       \
            {                                                           \
-           case QImode: /* TBB */                                      \
+           case E_QImode: /* TBB */                                    \
              asm_fprintf (STREAM, "\t.byte\t(%LL%d-%LL%d)/2\n",        \
                           VALUE, REL);                                 \
              break;                                                    \
-           case HImode: /* TBH */                                      \
+           case E_HImode: /* TBH */                                    \
              asm_fprintf (STREAM, "\t.2byte\t(%LL%d-%LL%d)/2\n",       \
                           VALUE, REL);                                 \
              break;                                                    \
-           case SImode:                                                \
+           case E_SImode:                                              \
              if (flag_pic)                                             \
                asm_fprintf (STREAM, "\t.word\t%LL%d+1-%LL%d\n", VALUE, REL); \
              else                                                      \