r266249 - in /trunk/gcc: ChangeLog config/gnu-u...
amodra@gcc.gnu.org
amodra@gcc.gnu.org
Sun Nov 18 10:22:00 GMT 2018
Author: amodra
Date: Sun Nov 18 10:22:10 2018
New Revision: 266249
URL: https://gcc.gnu.org/viewcvs?rev=266249&root=gcc&view=rev
Log:
Delete !HAVE_LD_PIE variants of startfile/endfile specs
The HAVE_LD_PIE variant doesn't contain anything that will break
linking when !HAVE_LD_PIE that isn't already broken if you choose to
build PIEs with a linker that doesn't support PIE. All this
HAVE_LD_PIE protects is the choice of different crt files, which is
more about libc capability than linker capability.
* config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Delete
!HAVE_LD_PIE variant.
(GNU_USER_TARGET_ENDFILE_SPEC): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/gnu-user.h
More information about the Gcc-cvs
mailing list