This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove STARTFILE_PREFIX_SPEC spec


Andrew Pinski wrote:
STARTFILE_PREFIX_SPEC was added to fix-up the problems with multi-libed
targets but turned out there was a better way to fix the problem and was
basically unused within 4 months.
Reference:
<http://gcc.gnu.org/ml/gcc-patches/2002-05/msg01660.html>: The patch which
added it

<http://gcc.gnu.org/ml/gcc-patches/2002-09/msg01218.html>: The patch which
made it useless.

The last use was removed (which I cannot find the gcc-patches message for):
2003-08-23  Richard Sandiford  <rsandifo@redhat.com>
        * config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.

This patch removes STARTFILE_PREFIX_SPEC and I will close PR 19353 as
willnotfix.  OK? Bootstrapped and tested on powerpc-darwin.

The patch is OK.


I'm not online, so I can't look at the PR you reference, so I cannot comment on that.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]