re PR target/19663 (LINK_GCC_C_SEQUENCE_SPEC doesn't play nice with RTEMS)
authorRalf Corsepius <ralf.corsepius@rtems.org>
Fri, 28 Jan 2005 06:16:14 +0000 (07:16 +0100)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Fri, 28 Jan 2005 06:16:14 +0000 (07:16 +0100)
2005-01-28  Ralf Corsepius  <ralf.corsepius@rtems.org>

PR target/19663
* config/sparc/rtemself.h (LINK_GCC_C_SEQUENCE_SPEC): undefine.

From-SVN: r94363

gcc/ChangeLog
gcc/config/sparc/rtemself.h

index 469ebae808ececa8162a0740e800a0ac326fbaf6..98495755dec5aaaeb4f212d29a0e0cc112d623e4 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-28  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+       PR target/19663
+       * config/sparc/rtemself.h (LINK_GCC_C_SEQUENCE_SPEC): undefine.
+
 2005-01-27  Richard Henderson  <rth@redhat.com>
 
        * builtins.c (expand_builtin_copysign): New.
index b55680d7cf793056c956c1e5cced679c214fdd88..2a12a7371f04669e12c7c92081b5f9064a5958ee 100644 (file)
@@ -29,3 +29,6 @@ Boston, MA 02111-1307, USA.  */
        builtin_assert ("system=rtems");        \
     }                                          \
   while (0)
+
+/* Use the default */
+#undef LINK_GCC_C_SEQUENCE_SPEC