]> 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 9dc1a041b2c748a03306ca38b2b0fc2ed8aeafe6..9688fb62f08168ed4ae249e4181ad97c0c5c2afb 100644 (file)
@@ -1,41 +1,27 @@
 /* Definitions of target machine for GNU compiler, for ARM with a.out
-   Copyright (C) 1995 - 1999 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 GNU CC.
+   This file is part of GCC.
 
-GNU CC is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
+   GCC is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published
+   by the Free Software Foundation; either version 3, or (at your
+   option) any later version.
 
-GNU CC is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+   GCC is distributed in the hope that it will be useful, but WITHOUT
+   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+   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 GNU CC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+   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.
 
-#ifndef ARM_OS_NAME
-#define ARM_OS_NAME "(generic)"
-#endif
-
-/* The text to go at the start of the assembler file */
-#ifndef ASM_FILE_START
-#define ASM_FILE_START(STREAM)             \
-{                                          \
-  asm_fprintf (STREAM,"%Rrfp\t.req\t%Rr9\n"); \
-  asm_fprintf (STREAM,"%Rsl\t.req\t%Rr10\n"); \
-  asm_fprintf (STREAM,"%Rfp\t.req\t%Rr11\n"); \
-  asm_fprintf (STREAM,"%Rip\t.req\t%Rr12\n"); \
-  asm_fprintf (STREAM,"%Rsp\t.req\t%Rr13\n"); \
-  asm_fprintf (STREAM,"%Rlr\t.req\t%Rr14\n"); \
-  asm_fprintf (STREAM,"%Rpc\t.req\t%Rr15\n"); \
-}
-#endif
+   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
 #define ASM_APP_ON             ""
@@ -45,13 +31,13 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 /* Switch to the text or data segment.  */
-#define TEXT_SECTION_ASM_OP    ".text"
-#define DATA_SECTION_ASM_OP    ".data"
-#define BSS_SECTION_ASM_OP     ".bss"
+#define TEXT_SECTION_ASM_OP    "\t.text"
+#define DATA_SECTION_ASM_OP    "\t.data"
+#define BSS_SECTION_ASM_OP     "\t.bss"
 
 /* Note: If USER_LABEL_PREFIX or LOCAL_LABEL_PREFIX are changed,
    make sure that this change is reflected in the function
-   coff_arm_is_local_label_name() in bfd/coff-arm.c  */
+   coff_arm_is_local_label_name() in bfd/coff-arm.c.  */
 #ifndef REGISTER_PREFIX
 #define REGISTER_PREFIX        ""
 #endif
@@ -64,15 +50,31 @@ Boston, MA 02111-1307, USA.  */
 #define LOCAL_LABEL_PREFIX     ""
 #endif
 
+/* 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.  New register
+   p0 is added which is used for MVE predicated cases.  */
 
-/* The assembler's names for the registers.  */
 #ifndef REGISTER_NAMES
-#define REGISTER_NAMES                            \
-{                                                 \
-  "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",  \
-  "r8", "r9", "sl", "fp", "ip", "sp", "lr", "pc",  \
-  "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",  \
-  "cc", "sfp", "afp"                              \
+#define REGISTER_NAMES                                         \
+{                                                              \
+  "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",              \
+  "r8", "r9", "r10", "fp", "ip", "sp", "lr", "pc",             \
+  "s0",  "s1",  "s2",  "s3",  "s4",  "s5",  "s6",  "s7",       \
+  "s8",  "s9",  "s10", "s11", "s12", "s13", "s14", "s15",      \
+  "s16", "s17", "s18", "s19", "s20", "s21", "s22", "s23",      \
+  "s24", "s25", "s26", "s27", "s28", "s29", "s30", "s31",      \
+  "d16", "?16", "d17", "?17", "d18", "?18", "d19", "?19",      \
+  "d20", "?20", "d21", "?21", "d22", "?22", "d23", "?23",      \
+  "d24", "?24", "d25", "?25", "d26", "?26", "d27", "?27",      \
+  "d28", "?28", "d29", "?29", "d30", "?30", "d31", "?31",      \
+  "wr0",   "wr1",   "wr2",   "wr3",                            \
+  "wr4",   "wr5",   "wr6",   "wr7",                            \
+  "wr8",   "wr9",   "wr10",  "wr11",                           \
+  "wr12",  "wr13",  "wr14",  "wr15",                           \
+  "wcgr0", "wcgr1", "wcgr2", "wcgr3",                          \
+  "cc", "vfpcc", "sfp", "afp", "apsrq", "apsrge", "p0"         \
 }
 #endif
 
@@ -89,10 +91,10 @@ Boston, MA 02111-1307, USA.  */
   {"v4", 7},                                   \
   {"v5", 8},                                   \
   {"v6", 9},                                   \
-  {"rfp", 9}, /* Gcc used to call it this */   \
-  {"sb", 9},                                   \
+  {"rfp", 9}, /* Historical.  */               \
+  {"sb", 9}, /* Historical.  */                        \
   {"v7", 10},                                  \
-  {"r10", 10}, /* sl */                        \
+  {"sl", 10},  /* Historical.  */              \
   {"r11", 11}, /* fp */                        \
   {"r12", 12}, /* ip */                        \
   {"r13", 13}, /* sp */                        \
@@ -101,38 +103,57 @@ Boston, MA 02111-1307, USA.  */
 }
 #endif
 
-/* Arm Assembler barfs on dollars */
-#define DOLLARS_IN_IDENTIFIERS 0
+#ifndef OVERLAPPING_REGISTER_NAMES
+#define OVERLAPPING_REGISTER_NAMES             \
+{                                              \
+  {"d0",  FIRST_VFP_REGNUM + 0,  2},           \
+  {"d1",  FIRST_VFP_REGNUM + 2,  2},           \
+  {"d2",  FIRST_VFP_REGNUM + 4,  2},           \
+  {"d3",  FIRST_VFP_REGNUM + 6,  2},           \
+  {"d4",  FIRST_VFP_REGNUM + 8,  2},           \
+  {"d5",  FIRST_VFP_REGNUM + 10, 2},           \
+  {"d6",  FIRST_VFP_REGNUM + 12, 2},           \
+  {"d7",  FIRST_VFP_REGNUM + 14, 2},           \
+  {"d8",  FIRST_VFP_REGNUM + 16, 2},           \
+  {"d9",  FIRST_VFP_REGNUM + 18, 2},           \
+  {"d10", FIRST_VFP_REGNUM + 20, 2},           \
+  {"d11", FIRST_VFP_REGNUM + 22, 2},           \
+  {"d12", FIRST_VFP_REGNUM + 24, 2},           \
+  {"d13", FIRST_VFP_REGNUM + 26, 2},           \
+  {"d14", FIRST_VFP_REGNUM + 28, 2},           \
+  {"d15", FIRST_VFP_REGNUM + 30, 2},           \
+  {"q0",  FIRST_VFP_REGNUM + 0,  4},           \
+  {"q1",  FIRST_VFP_REGNUM + 4,  4},           \
+  {"q2",  FIRST_VFP_REGNUM + 8,  4},           \
+  {"q3",  FIRST_VFP_REGNUM + 12, 4},           \
+  {"q4",  FIRST_VFP_REGNUM + 16, 4},           \
+  {"q5",  FIRST_VFP_REGNUM + 20, 4},           \
+  {"q6",  FIRST_VFP_REGNUM + 24, 4},           \
+  {"q7",  FIRST_VFP_REGNUM + 28, 4},           \
+  {"q8",  FIRST_VFP_REGNUM + 32, 4},           \
+  {"q9",  FIRST_VFP_REGNUM + 36, 4},           \
+  {"q10", FIRST_VFP_REGNUM + 40, 4},           \
+  {"q11", FIRST_VFP_REGNUM + 44, 4},           \
+  {"q12", FIRST_VFP_REGNUM + 48, 4},           \
+  {"q13", FIRST_VFP_REGNUM + 52, 4},           \
+  {"q14", FIRST_VFP_REGNUM + 56, 4},           \
+  {"q15", FIRST_VFP_REGNUM + 60, 4}            \
+}
+#endif
 
+#ifndef NO_DOLLAR_IN_LABEL
 #define NO_DOLLAR_IN_LABEL 1
-
-/* DBX register number for a given compiler register number */
-#define DBX_REGISTER_NUMBER(REGNO)  (REGNO)
+#endif
 
 /* Generate DBX debugging information.  riscix.h will undefine this because
-   the native assembler does not support stabs. */
-#ifndef DBX_DEBUGGING_INFO
-#define DBX_DEBUGGING_INFO  1
-#endif
+   the native assembler does not support stabs.  */
+#define DBX_DEBUGGING_INFO 1
 
 /* Acorn dbx moans about continuation chars, so don't use any.  */
 #ifndef DBX_CONTIN_LENGTH
 #define DBX_CONTIN_LENGTH  0
 #endif
 
-/* Output a source filename for the debugger. RISCiX dbx insists that the
-   ``desc'' field is set to compiler version number >= 315 (sic).  */
-#define DBX_OUTPUT_MAIN_SOURCE_FILENAME(STREAM, NAME)                  \
-  do                                                                   \
-    {                                                                  \
-      fprintf (STREAM, ".stabs ");                                     \
-      output_quoted_string (STREAM, NAME);                             \
-      fprintf (STREAM, ",%d,0,315,%s\n", N_SO, &ltext_label_name[1]);  \
-      text_section ();                                                 \
-      ASM_OUTPUT_INTERNAL_LABEL (STREAM, "Ltext", 0);                  \
-    }                                                                  \
-  while (0)
-  
 /* Output a function label definition.  */
 #ifndef ASM_DECLARE_FUNCTION_NAME
 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL)  \
@@ -144,27 +165,8 @@ Boston, MA 02111-1307, USA.  */
   while (0)
 #endif
 
-#ifndef ASM_OUTPUT_LABEL
-#define ASM_OUTPUT_LABEL(STREAM, NAME)         \
-  do                                           \
-    {                                          \
-      assemble_name (STREAM,NAME);             \
-      fputs (":\n", STREAM);                   \
-    }                                          \
-  while (0)
-#endif
-     
-/* Output a globalising directive for a label.  */
-#ifndef ASM_GLOBALIZE_LABEL
-#define ASM_GLOBALIZE_LABEL(STREAM, NAME)      \
-  do                                           \
-    {                                          \
-      fprintf (STREAM, "\t.global\t");         \
-      assemble_name (STREAM, NAME);            \
-      fputc ('\n',STREAM);                     \
-    }                                          \
-  while (0)
-#endif
+/* Globalizing directive for a label.  */
+#define GLOBAL_ASM_OP "\t.global\t"
 
 /* Make an internal label into a string.  */
 #ifndef ASM_GENERATE_INTERNAL_LABEL
@@ -172,96 +174,83 @@ Boston, MA 02111-1307, USA.  */
   sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
 #endif
      
-/* Construct a private name.  */
-#define ASM_FORMAT_PRIVATE_NAME(OUTVAR, NAME, NUMBER)  \
-  ((OUTVAR) = (char *) alloca (strlen (NAME) + 10),  \
-   sprintf (OUTVAR, "%s.%d", NAME, NUMBER))
-
 /* Output an element of a dispatch table.  */
-#define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE)  \
-  asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE)
-
-#define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL)  \
-  asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE)
-
-/* Output various types of constants.  For real numbers we output hex, with
-   a comment containing the "human" value, this allows us to pass NaN's which
-   the riscix assembler doesn't understand (it also makes cross-assembling
-   less likely to fail). */
-
-#define ASM_OUTPUT_LONG_DOUBLE(STREAM, VALUE)                          \
-  do                                                                   \
-    {                                                                  \
-      char dstr[30];                                                   \
-      long l[3];                                                       \
-      REAL_VALUE_TO_TARGET_LONG_DOUBLE (VALUE, l);                     \
-      REAL_VALUE_TO_DECIMAL (VALUE, "%.20g", dstr);                    \
-      asm_fprintf (STREAM,                                             \
-                  "\t.long 0x%lx,0x%lx,0x%lx\t%@ long double %s\n",    \
-                  l[0], l[1], l[2], dstr);                             \
-    }                                                                  \
-  while (0)
-
-#define ASM_OUTPUT_DOUBLE(STREAM, VALUE)                               \
-  do                                                                   \
-    {                                                                  \
-      char dstr[30];                                                   \
-      long l[2];                                                       \
-      REAL_VALUE_TO_TARGET_DOUBLE (VALUE, l);                          \
-      REAL_VALUE_TO_DECIMAL (VALUE, "%.14g", dstr);                    \
-      asm_fprintf (STREAM, "\t.long 0x%lx, 0x%lx\t%@ double %s\n", l[0],\
-                  l[1], dstr);                                         \
-    }                                                                  \
-  while (0)
-
-#define ASM_OUTPUT_FLOAT(STREAM, VALUE)                                \
+#define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE)                 \
   do                                                           \
     {                                                          \
-      char dstr[30];                                           \
-      long l;                                                  \
-      REAL_VALUE_TO_TARGET_SINGLE (VALUE, l);                  \
-      REAL_VALUE_TO_DECIMAL (VALUE, "%.7g", dstr);             \
-      asm_fprintf (STREAM, "\t.word 0x%lx\t%@ float %s\n", l,  \
-                  dstr);                                       \
+      gcc_assert (!TARGET_THUMB2);                             \
+      asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE);         \
     }                                                          \
   while (0)
+         
 
-#define ASM_OUTPUT_INT(STREAM, EXP)            \
-  do                                           \
-    {                                          \
-      fprintf (STREAM, "\t.word\t");           \
-      OUTPUT_INT_ADDR_CONST (STREAM, EXP);     \
-      fputc ('\n', STREAM);                    \
-    }                                          \
-  while (0)
-
-#define ASM_OUTPUT_SHORT(STREAM, EXP)          \
-  do                                           \
-    {                                          \
-      fprintf (STREAM, "\t.short\t");          \
-      output_addr_const (STREAM, EXP);         \
-      fputc ('\n', STREAM);                    \
-    }                                          \
-  while (0)
-
-#define ASM_OUTPUT_CHAR(STREAM, EXP)           \
-  do                                           \
-    {                                          \
-      fprintf (STREAM, "\t.byte\t");           \
-      output_addr_const (STREAM, EXP);         \
-      fputc ('\n', STREAM);                    \
-    }                                          \
+/* Thumb-2 always uses addr_diff_elf so that the Table Branch instructions
+   can be used.  For non-pic code where the offsets do not suitable for
+   TBB/TBH the elements are output as absolute labels.  */
+#define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL)             \
+  do                                                                   \
+    {                                                                  \
+      if (TARGET_ARM)                                                  \
+       asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE);                    \
+      else if (TARGET_THUMB1)                                          \
+       {                                                               \
+         if (flag_pic || optimize_size)                                \
+           {                                                           \
+             switch (GET_MODE(body))                                   \
+               {                                                       \
+               case E_QImode:                                          \
+                 asm_fprintf (STREAM, "\t.byte\t(%LL%d-%LL%d)/2\n",    \
+                              VALUE, REL);                             \
+                 break;                                                \
+               case E_HImode: /* TBH */                                        \
+                 asm_fprintf (STREAM, "\t.2byte\t(%LL%d-%LL%d)/2\n",   \
+                              VALUE, REL);                             \
+                 break;                                                \
+               case E_SImode:                                          \
+                 asm_fprintf (STREAM, "\t.word\t%LL%d-%LL%d\n",        \
+                              VALUE, REL);                             \
+                 break;                                                \
+               default:                                                \
+                 gcc_unreachable();                                    \
+               }                                                       \
+           }                                                           \
+         else                                                          \
+           asm_fprintf (STREAM, "\t.word\t%LL%d+1\n", VALUE);          \
+       }                                                               \
+      else /* Thumb-2 */                                               \
+       {                                                               \
+         switch (GET_MODE(body))                                       \
+           {                                                           \
+           case E_QImode: /* TBB */                                    \
+             asm_fprintf (STREAM, "\t.byte\t(%LL%d-%LL%d)/2\n",        \
+                          VALUE, REL);                                 \
+             break;                                                    \
+           case E_HImode: /* TBH */                                    \
+             asm_fprintf (STREAM, "\t.2byte\t(%LL%d-%LL%d)/2\n",       \
+                          VALUE, REL);                                 \
+             break;                                                    \
+           case E_SImode:                                              \
+             if (flag_pic)                                             \
+               asm_fprintf (STREAM, "\t.word\t%LL%d+1-%LL%d\n", VALUE, REL); \
+             else                                                      \
+               asm_fprintf (STREAM, "\t.word\t%LL%d+1\n", VALUE);      \
+             break;                                                    \
+           default:                                                    \
+             gcc_unreachable();                                        \
+           }                                                           \
+       }                                                               \
+    }                                                                  \
   while (0)
 
-#define ASM_OUTPUT_BYTE(STREAM, VALUE)         \
-  fprintf (STREAM, "\t.byte\t%d\n", VALUE)
 
+#undef  ASM_OUTPUT_ASCII
 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN)  \
-  output_ascii_pseudo_op (STREAM, (const unsigned char *)(PTR), LEN)
+  output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
 
 /* Output a gap.  In fact we fill it with nulls.  */
+#undef  ASM_OUTPUT_SKIP
 #define ASM_OUTPUT_SKIP(STREAM, NBYTES)        \
-  fprintf (STREAM, "\t.space\t%d\n", NBYTES)
+  fprintf (STREAM, "\t.space\t%d\n", (int) (NBYTES))
 
 /* Align output to a power of two.  Horrible /bin/as.  */
 #ifndef ASM_OUTPUT_ALIGN  
@@ -278,7 +267,7 @@ Boston, MA 02111-1307, USA.  */
   while (0)
 #endif
 
-/* Output a common block */
+/* Output a common block */
 #ifndef ASM_OUTPUT_COMMON
 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \
   do                                                   \
@@ -286,7 +275,7 @@ Boston, MA 02111-1307, USA.  */
       fprintf (STREAM, "\t.comm\t");                   \
       assemble_name (STREAM, NAME);                    \
       asm_fprintf (STREAM, ", %d\t%@ %d\n",            \
-                  ROUNDED, SIZE);                      \
+                  (int)(ROUNDED), (int)(SIZE));        \
     }                                                  \
   while (0)
 #endif
@@ -299,10 +288,10 @@ Boston, MA 02111-1307, USA.  */
 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN)            \
   do                                                                   \
     {                                                                  \
-      bss_section ();                                                  \
+      switch_to_section (bss_section);                                 \
       ASM_OUTPUT_ALIGN (STREAM, floor_log2 (ALIGN / BITS_PER_UNIT));   \
       ASM_OUTPUT_LABEL (STREAM, NAME);                                 \
-      fprintf (STREAM, "\t.space\t%d\n", SIZE);                                \
+      fprintf (STREAM, "\t.space\t%d\n", (int)(SIZE));                 \
     }                                                                  \
   while (0)
 #endif
@@ -312,25 +301,10 @@ Boston, MA 02111-1307, USA.  */
 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \
   asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
 #endif
-     
-/* Output a source line for the debugger.  */
-/* #define ASM_OUTPUT_SOURCE_LINE(STREAM,LINE) */
-
-/* Output a #ident directive.  */
-#ifndef ASM_OUTPUT_IDENT
-#define ASM_OUTPUT_IDENT(STREAM,STRING)  \
-  asm_fprintf (STREAM, "%@ - - - ident %s\n", STRING)
-#endif
-     
-/* The assembler's parentheses characters.  */
-#define ASM_OPEN_PAREN                 "("
-#define ASM_CLOSE_PAREN        ")"
 
 #ifndef ASM_COMMENT_START
 #define ASM_COMMENT_START      "@"
 #endif
 
 /* This works for GAS and some other assemblers.  */
-#define SET_ASM_OP             ".set"
-
-#include "arm.h"
+#define SET_ASM_OP             "\t.set\t"