glibc/sysdeps
John David Anglin 6c9c230765 hppa: Fix warnings from _dl_lookup_address
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.
2022-03-06 16:04:32 +00:00
..
aarch64 AArch64: Check for SVE in ifuncs [BZ #28744] 2022-01-07 10:10:27 +01:00
alpha
arc
arm
csky
generic ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340] 2021-11-03 07:53:12 +01:00
gnu
hppa hppa: Fix warnings from _dl_lookup_address 2022-03-06 16:04:32 +00:00
htl
hurd
i386
ia64
ieee754
m68k
mach hurd if_index: Explicitly use AF_INET for if index discovery 2022-02-03 16:22:04 +01:00
microblaze
mips ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340] 2021-11-03 07:53:12 +01:00
nios2
nptl
posix getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999) 2022-01-24 11:37:06 +05:30
powerpc powerpc: Fix unrecognized instruction errors with recent binutils 2022-01-18 23:05:42 +01:00
pthread pthread/tst-cancel28: Fix barrier re-init race condition 2021-12-14 10:07:27 +05:30
riscv riscv: align stack before calling _dl_init [BZ #28703] 2021-12-17 22:50:13 +01:00
s390 s390: Use long branches across object boundaries (jgh instead of jh) 2021-11-10 15:22:24 +01:00
sh
sparc Update sparc libm-test-ulps 2021-12-18 23:45:53 +01:00
unix hppa: Revise gettext trampoline design 2022-03-06 16:00:52 +00:00
wordsize-32
wordsize-64
x86 x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c 2022-02-18 15:34:40 -08:00
x86_64 x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896] 2022-02-18 14:59:47 -08:00