Commit d00eacab by David S. Miller Committed by Jakub Jelinek

linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine before redefining.

	* config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine
	before redefining.
	* config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.

From-SVN: r71973
parent 6640377c
2003-09-23 David S. Miller <davem@redhat.com>
* config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine
before redefining.
* config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
2003-10-01 Steven Bosscher <steven@gcc.gnu.org>
* config/cris/cris-protos.h, config/cris/cris.c: Convert to ISO
......
......@@ -249,6 +249,7 @@ do { \
#define TARGET_ASM_FILE_END file_end_indicate_exec_stack
#undef LINK_GCC_C_SEQUENCE_SPEC
#define LINK_GCC_C_SEQUENCE_SPEC \
"%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}"
......
......@@ -331,6 +331,7 @@ do { \
#define TARGET_ASM_FILE_END file_end_indicate_exec_stack
#undef LINK_GCC_C_SEQUENCE_SPEC
#define LINK_GCC_C_SEQUENCE_SPEC \
"%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}"
......
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