arm: Update elf_machine_load_address for static PIE
commit8172aad937f52fe4ae891a206492150815791f2a
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Sep 2017 23:23:18 +0000 (29 16:23 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Sep 2017 23:23:33 +0000 (29 16:23 -0700)
tree97fc934222208804a3c483a88ae4b60fa0f0b67c
parent54464e749d91401ccf20a5dc1c7af86b752c9e0c
arm: Update elf_machine_load_address for static PIE

When --enable-static-pie is used to configure glibc, we need to use
_dl_relocate_static_pie to compute load address in static PIE.

* sysdeps/arm/dl-machine.h (elf_machine_load_address): Use
_dl_relocate_static_pie instead of _dl_start to compute load
address in static PIE.  Return 0 if _DYNAMIC is undefined for
static executable.
ChangeLog
sysdeps/arm/dl-machine.h