]> 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 f23c5707a828d356957a357160968792f49c3388..9688fb62f08168ed4ae249e4181ad97c0c5c2afb 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for ARM with a.out
-   Copyright (C) 1995-2017 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.
@@ -53,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                                         \
 {                                                              \
@@ -72,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