aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorDavid Daney <ddaney@avtrex.com>2006-12-13 06:53:49 +0000
committerDavid Daney <daney@gcc.gnu.org>2006-12-13 06:53:49 +0000
commit4d9f4c465bfe7f70e946d2397e1d05496885ad3d (patch)
treedb49c9b977b1cc3224da86cae67ee767ca694018 /gcc/config
parentfc98ed56e180d6972384eb23c9633fcbf8061844 (diff)
downloadgcc-4d9f4c465bfe7f70e946d2397e1d05496885ad3d.zip
gcc-4d9f4c465bfe7f70e946d2397e1d05496885ad3d.tar.gz
gcc-4d9f4c465bfe7f70e946d2397e1d05496885ad3d.tar.bz2
mips.h (ASM_OUTPUT_EXTERNAL): Undefine it before define.
* config/mips/mips.h (ASM_OUTPUT_EXTERNAL): Undefine it before define. From-SVN: r119819
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 4905966..f01349b 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)