]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Patch ARM] Delete ASM_OUTPUT_DEF and fall back to default .set directive
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Mar 2016 15:48:47 +0000 (15:48 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Mar 2016 15:48:47 +0000 (15:48 +0000)
gcc/

* config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234638 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/linux-elf.h

index 28ff732950cb0f53d158a8650e6946e430fd7ccc..0da6ea672d39dda0ff73608fe83737e6fa5787af 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
+
 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
 
        PR target/70442
index 472141dc915f17c516128f4a12931f35fb71e63c..a94bd2d2f8de4024b852292fcb0d8e80fd27112f 100644 (file)
     }                                          \
   while (0)
 
-/* This is how we tell the assembler that two symbols have the same value.  */
-#define ASM_OUTPUT_DEF(FILE, NAME1, NAME2) \
-  do                                      \
-    {                                     \
-      assemble_name (FILE, NAME1);        \
-      fputs (" = ", FILE);                \
-      assemble_name (FILE, NAME2);        \
-      fputc ('\n', FILE);                 \
-    }                                     \
-  while (0)
-
 #undef  FPUTYPE_DEFAULT
 #define FPUTYPE_DEFAULT "vfp"