]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine before redefining.
authorDavid S. Miller <davem@redhat.com>
Wed, 1 Oct 2003 12:55:41 +0000 (05:55 -0700)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 1 Oct 2003 12:55:41 +0000 (14:55 +0200)
* 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

gcc/ChangeLog
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h

index 1e9f5220609a5bc3fdef949e856fb6f8fee8987e..fb665c3d449a856b769f2d7b93ffd29c0244cebc 100644 (file)
@@ -1,3 +1,9 @@
+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
index cf943907d2220088d3d0b23ee50969864dbf7c17..ac1cc12ad3bd2222babc4fcd2b44d4137883ee41 100644 (file)
@@ -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}"
 
index c3ecfaf1dee26bd92cc46ed65cf93078df08b68f..c7c45dcdd9898d8e6ce6e51d43c0029e96496e5c 100644 (file)
@@ -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}"