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
+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
} \
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"