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: [PATCH] powerpc: Update elf_machine_load_address for static PIE


On Fri, Sep 29, 2017 at 02:34:00PM -0700, H.J. Lu wrote:
> powerpc uses _DYNAMIC to compute load address, which works with static
> PIE.  We just need to return 0 if _DYNAMIC is undefined for static
> executable.

powerpc does, but powerpc64 does not.  So why is the test necessary on
powerpc64?

> 
> OK for master?
> 
> 	* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_load_address):
> 	Return 0 if _DYNAMIC is undefined for static executable.
> 	* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_load_address):
> 	Likewise.

-- 
Alan Modra
Australia Development Lab, IBM


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