mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
This change fixes two warnings from _dl_lookup_address. The first warning comes from dropping the volatile keyword from desc in the call to _dl_read_access_allowed. We now have a full atomic barrier between loading desc[0] and the access check, so desc no longer needs to be declared as volatile. The second warning comes from the implicit declaration of _dl_fix_reloc_arg. This is fixed by including dl-runtime.h and declaring _dl_fix_reloc_arg in dl-runtime.h. |
||
---|---|---|
.. | ||
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 | ||
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 | ||
tst-audit.h | ||
udiv_qrnnd.S | ||
Versions |