glibc/sysdeps
Samuel Thibault 8c0727af63 hurd: Avoid overzealous shared objects constraints
407765e9f2 ("hurd: Fix ELF_MACHINE_USER_ADDRESS_MASK value") switched
ELF_MACHINE_USER_ADDRESS_MASK from 0xf8000000UL to 0xf0000000UL to let
libraries etc. get loaded at 0x08000000. But
ELF_MACHINE_USER_ADDRESS_MASK is actually only meaningful for the main
program anyway, so keep it at 0xf8000000UL to prevent the program loader
from putting ld.so beyond 0x08000000. And conversely, drop the use of
ELF_MACHINE_USER_ADDRESS_MASK for shared objects, which don't need any
constraints since the program will have already be loaded by then.
2021-12-31 18:22:46 +01:00
..
aarch64 malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
alpha malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
arc malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
arm elf: Add _dl_find_object function 2021-12-28 22:52:56 +01:00
csky malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
generic elf: Add _dl_find_object function 2021-12-28 22:52:56 +01:00
gnu Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
hppa malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
htl htl: Reimplement GSCOPE 2021-09-16 01:04:17 +02:00
hurd
i386 hurd: Avoid overzealous shared objects constraints 2021-12-31 18:22:46 +01:00
ia64 malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
ieee754 s_sincosf.h: Change pio4 type to float [BZ #28713] 2021-12-21 08:56:12 -08:00
m68k malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
mach hurd: Avoid overzealous shared objects constraints 2021-12-31 18:22:46 +01:00
microblaze malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
mips malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
nios2 elf: Add _dl_find_object function 2021-12-28 22:52:56 +01:00
nptl nptl: Add public rseq symbols and <sys/rseq.h> 2021-12-09 09:49:32 +01:00
posix posix: Remove spawni.c 2021-09-27 12:44:25 -03:00
powerpc malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
pthread nptl: Add one more barrier to nptl/tst-create1 2021-12-10 11:51:25 +01:00
riscv malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
s390 malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
sh malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
sparc malloc: Remove memusage.h 2021-12-28 14:57:57 -03:00
unix time: Refactor timesize.h for some ABIs 2021-12-31 10:58:13 -03:00
wordsize-32 Disable symbol hack in libc_nonshared.a 2021-09-27 07:46:25 -07:00
wordsize-64 Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
x86 x86-64: Add vector tan/tanf implementation to libmvec 2021-12-30 10:19:13 -08:00
x86_64 x86-64: Add vector tan/tanf implementation to libmvec 2021-12-30 10:19:13 -08:00