mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-03 04:01:43 +08:00
4dca2d3a7b
On hppa, a function pointer returned by la_symbind is actually a function
descriptor has the plabel bit set (bit 30). This must be cleared to get
the actual address of the descriptor. If the descriptor has been bound,
the first word of the descriptor is the physical address of theA function,
otherwise, the first word of the descriptor points to a trampoline in the
PLT.
This patch also adds a workaround on tests because on hppa (and it seems
to be the only ABI I have see it), some shared library adds a dynamic PLT
relocation to am empty symbol name:
$ readelf -r elf/tst-audit25mod1.so
[...]
Relocation section '.rela.plt' at offset 0x464 contains 6 entries:
Offset Info Type Sym.Value Sym. Name + Addend
00002008 00000081 R_PARISC_IPLT 508
[...]
It breaks some assumptions on the test, where a symbol with an empty
name ("") is passed on la_symbind.
Checked on x86_64-linux-gnu and hppa-linux-gnu.
(cherry picked from commit
|
||
---|---|---|
.. | ||
bits | ||
fpu | ||
hppa1.1 | ||
nptl | ||
__longjmp.c | ||
abort-instr.h | ||
add_n.S | ||
bsd-_setjmp.S | ||
bsd-setjmp.S | ||
configure | ||
configure.ac | ||
crti.S | ||
crtn.S | ||
dl-fptr.c | ||
dl-fptr.h | ||
dl-irel.h | ||
dl-lookupcfg.h | ||
dl-machine.h | ||
dl-runtime.c | ||
dl-runtime.h | ||
dl-symaddr.c | ||
dl-tls.h | ||
dl-trampoline.S | ||
elf-initfini.h | ||
entry.h | ||
gccframe.h | ||
get-rounding-mode.h | ||
jmpbuf-offsets.h | ||
jmpbuf-unwind.h | ||
ldsodefs.h | ||
libc-tls.c | ||
libgcc-compat.c | ||
linkmap.h | ||
lshift.S | ||
machine-gmon.h | ||
Makefile | ||
math-tests-snan-payload.h | ||
memusage.h | ||
mp_clz_tab.c | ||
nan-high-order-bit.h | ||
preconfigure | ||
rshift.S | ||
setjmp.S | ||
shlib-versions | ||
sotruss-lib.c | ||
stackinfo.h | ||
start.S | ||
sub_n.S | ||
sysdep.h | ||
tininess.h | ||
tls-macros.h | ||
tst-audit.h | ||
udiv_qrnnd.S | ||
Versions |