[PATCH] powerpc: Update elf_machine_load_address for static PIE

Alan Modra amodra@gmail.com
Fri Sep 29 23:17:00 GMT 2017


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



More information about the Libc-alpha mailing list