Commit 4d9f4c46 by David Daney Committed by David Daney

mips.h (ASM_OUTPUT_EXTERNAL): Undefine it before define.

	* config/mips/mips.h (ASM_OUTPUT_EXTERNAL): Undefine it before
	define.

From-SVN: r119819
parent fc98ed56
2006-12-12 David Daney <ddaney@avtrex.com>
* config/mips/mips.h (ASM_OUTPUT_EXTERNAL): Undefine it before
define.
2006-12-12 Andrew Pinski <pinskia@gmail.com> 2006-12-12 Andrew Pinski <pinskia@gmail.com>
* tree-vect-transform.c (vect_permute_load_chain): * tree-vect-transform.c (vect_permute_load_chain):
......
...@@ -2519,6 +2519,7 @@ while (0) ...@@ -2519,6 +2519,7 @@ while (0)
the assembler uses length information on externals to allocate in the assembler uses length information on externals to allocate in
data/sdata bss/sbss, thereby saving exec time. */ data/sdata bss/sbss, thereby saving exec time. */
#undef ASM_OUTPUT_EXTERNAL
#define ASM_OUTPUT_EXTERNAL(STREAM,DECL,NAME) \ #define ASM_OUTPUT_EXTERNAL(STREAM,DECL,NAME) \
mips_output_external(STREAM,DECL,NAME) mips_output_external(STREAM,DECL,NAME)
......
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