Commit 5918459a by James Greenhalgh Committed by James Greenhalgh

[Patch ARM] Delete ASM_OUTPUT_DEF and fall back to default .set directive

gcc/

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

From-SVN: r234638
parent b660f9ec
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
......
......@@ -85,17 +85,6 @@
} \
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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment