gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c library sequence...
authorDavid S. Miller <davem@redhat.com>
Thu, 4 Apr 2002 01:15:40 +0000 (17:15 -0800)
committerDavid S. Miller <davem@gcc.gnu.org>
Thu, 4 Apr 2002 01:15:40 +0000 (17:15 -0800)
commitbbd7687d3e3694bdb83ff7d6ca97564c04c46eea
treedadbe364c517553bccee685542958c5b2aa45f23
parenteb81f6ff2831e13915357daf193fd59f9bee5a01
gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c library sequence passed to the linker.

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.

From-SVN: r51834
gcc/ChangeLog
gcc/config/sparc/sparc.h
gcc/doc/tm.texi
gcc/gcc.c