aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 07:16:14 +0100
committerRalf Corsepius <corsepiu@gcc.gnu.org>2005-01-28 07:16:14 +0100
commit7d7f3b9502f773f29017c02350fd2cbc0617ea45 (patch)
tree8e5ddf3e5b6b5997ee1899d98fb7710f258d7817
parent86a43457bf2d5035183bf5dda62c4fc336af06a4 (diff)
downloadgcc-7d7f3b9502f773f29017c02350fd2cbc0617ea45.zip
gcc-7d7f3b9502f773f29017c02350fd2cbc0617ea45.tar.gz
gcc-7d7f3b9502f773f29017c02350fd2cbc0617ea45.tar.bz2
re PR target/19663 (LINK_GCC_C_SEQUENCE_SPEC doesn't play nice with RTEMS)
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sparc/rtemself.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 469ebae..9849575 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/sparc/rtemself.h b/gcc/config/sparc/rtemself.h
index b55680d..2a12a73 100644
--- a/gcc/config/sparc/rtemself.h
+++ b/gcc/config/sparc/rtemself.h
@@ -29,3 +29,6 @@ Boston, MA 02111-1307, USA. */
builtin_assert ("system=rtems"); \
} \
while (0)
+
+/* Use the default */
+#undef LINK_GCC_C_SEQUENCE_SPEC