mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 21:17:07 +08:00
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
This commit is contained in:
parent
86a43457bf
commit
7d7f3b9502
@ -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.
|
||||
|
@ -29,3 +29,6 @@ Boston, MA 02111-1307, USA. */
|
||||
builtin_assert ("system=rtems"); \
|
||||
} \
|
||||
while (0)
|
||||
|
||||
/* Use the default */
|
||||
#undef LINK_GCC_C_SEQUENCE_SPEC
|
||||
|
Loading…
Reference in New Issue
Block a user