summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authordaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-13 06:53:49 +0000
committerdaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-13 06:53:49 +0000
commita9a4d6d9a358fd7fa3c5cf7ba70d9a0501fc567f (patch)
treedb49c9b977b1cc3224da86cae67ee767ca694018 /gcc/config
parent58a7751f1680b70a0909dd5a3c5cb4e67d93b495 (diff)
downloadgcc-a9a4d6d9a358fd7fa3c5cf7ba70d9a0501fc567f.tar.gz
* config/mips/mips.h (ASM_OUTPUT_EXTERNAL): Undefine it before
define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119819 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 4905966cbfe..f01349bb0db 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -2519,6 +2519,7 @@ while (0)
the assembler uses length information on externals to allocate in
data/sdata bss/sbss, thereby saving exec time. */
+#undef ASM_OUTPUT_EXTERNAL
#define ASM_OUTPUT_EXTERNAL(STREAM,DECL,NAME) \
mips_output_external(STREAM,DECL,NAME)