This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Add +link-pie?


On Tue, Jun 2, 2009 at 1:59 PM, Roland McGrath <roland@redhat.com> wrote:
> That is more than a simple consolidation of identical text into a variable.
> Explain each difference--or better yet, don't conflate the consolidation
> with other changes.
>

Did I miss something? All my changes are for PIE only. "gcc -pie"
uses crtbeginS.o/crtendS.o instead crtbegin.o/crtend.o.  Here is
the updated patch with comments for +prectorS and +postctorS.


-- 
H.J.
--
2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>

	* Makeconfig (+link-pie): New.
	(+prectorS): Likewise.
	(+postctorS): Likewise.

	* elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
	* nscd/Makefile ($(objpfx)nscd): Likewise.

Attachment: libc-pie-2.patch
Description: Text document


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