]> sourceware.org Git - glibc.git/commit
mips: Update elf_machine_load_address for static PIE
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Sep 2017 23:21:49 +0000 (16:21 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Sep 2017 23:22:00 +0000 (16:22 -0700)
commit54464e749d91401ccf20a5dc1c7af86b752c9e0c
tree736d5f116a642f60d6cce0a27eda48bba6bbab31
parentf6c5e5bce0a71680f90a4d6983b7233d461b5f86
mips: Update elf_machine_load_address for static PIE

mips uses a local label to compute load address, which works with static
PIE.  We just need to return 0 if _DYNAMIC is undefined for static
executable.

* sysdeps/mips/dl-machine.h (elf_machine_dynamic): Return 0 if
_DYNAMIC is undefined for static executable.
ChangeLog
sysdeps/mips/dl-machine.h
This page took 0.044634 seconds and 5 git commands to generate.