2002-04-03 David S. Miller <davem@redhat.com>
commitda98d11427d8b9e9f602bc3ceb97749447d8553e
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Apr 2002 01:15:40 +0000 (4 01:15 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Apr 2002 01:15:40 +0000 (4 01:15 +0000)
treedadbe364c517553bccee685542958c5b2aa45f23
parentd6507fb32a53cdc0042bea7a6c247c53f5593253
2002-04-03  David S. Miller  <davem@redhat.com>

* gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c
library sequence passed to the linker.
(LINK_COMMAND_SPEC): Use it.
* doc/tm.texi: Document it, and mention from LINK_COMMAND_SPEC as
a macro a target can use to avoid overriding LINK_COMMAND_SPEC.
* config/sparc/sparc.h (LINK_GCC_C_SEQUENCE_SPEC): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51834 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/sparc/sparc.h
gcc/doc/tm.texi
gcc/gcc.c