aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-04-08 17:18:46 +0200
committerLinaro Code Review <review@review.linaro.org>2016-04-11 09:03:55 +0000
commit3dd818bc98c4e8f6d8ca68ebdb89b5533aac16e5 (patch)
treeebff78b329a282dc8db27fdf06dfa68049ddc9a9
parentae8b02db23615450ff366c4708a9aca0dc0ebc46 (diff)
gcc/
Backport from trunk r234638. 2016-03-31 James Greenhalgh <james.greenhalgh@arm.com> * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete. Change-Id: Ie9e70029a06550c40b8fbd4c13e221c2c778c770
-rw-r--r--gcc/config/arm/linux-elf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h
index 49ad9543f26..8057554ec9c 100644
--- a/gcc/config/arm/linux-elf.h
+++ b/gcc/config/arm/linux-elf.h
@@ -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"