diff options
| author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-28 06:16:14 +0000 |
|---|---|---|
| committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-28 06:16:14 +0000 |
| commit | fc5164a6e103ad55553022bfb2178992b59d5fac (patch) | |
| tree | 8e5ddf3e5b6b5997ee1899d98fb7710f258d7817 | |
| parent | aac6b86af7708afb24e97daacecf0b4cada53c3d (diff) | |
| download | ppe42-gcc-fc5164a6e103ad55553022bfb2178992b59d5fac.tar.gz ppe42-gcc-fc5164a6e103ad55553022bfb2178992b59d5fac.zip | |
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
PR target/19663
* config/sparc/rtemself.h (LINK_GCC_C_SEQUENCE_SPEC): undefine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94363 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/sparc/rtemself.h | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 469ebae808e..98495755dec 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 b55680d7cf7..2a12a7371f0 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 |

