[PATCH] Remove STARTFILE_PREFIX_SPEC spec

Andrew Pinski pinskia@physics.uc.edu
Mon Jan 10 02:51:00 GMT 2005


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.

Thanks,
Andrew Pinski

ChangeLog:

	* gcc.c:  Remove STARTFILE_PREFIX_SPEC support.
	(STARTFILE_PREFIX_SPEC): Remove.
	(startfile_prefix_spec): Remove.
	(static_specs): Remove startfile_prefix_spec.
	(main): Remove support for non-empty startfile_prefix_spec.
	* system.h: Posion STARTFILE_PREFIX_SPEC.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: temp1.diff.txt
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20050110/297dd022/attachment.txt>


More information about the Gcc-patches mailing list