glibc/sysdeps
Szabolcs Nagy 45b1e17e91 aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE
DELOUSE was added to asm code to make them compatible with non-LP64
ABIs, but it is an unfortunate name and the code was not compatible
with ABIs where pointer and size_t are different. Glibc currently
only supports the LP64 ABI so these macros are not really needed or
tested, but for now the name is changed to be more meaningful instead
of removing them completely.

Some DELOUSE macros were dropped: clone, strlen and strnlen used it
unnecessarily.

The out of tree ILP32 patches are currently not maintained and will
likely need a rework to rebase them on top of the time64 changes.
2020-12-31 16:50:58 +00:00
..
aarch64 aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
alpha nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
arc nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
arm nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
csky nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
generic x86 long double: Consider pseudo numbers as signaling 2020-12-30 10:52:45 +05:30
gnu string: Fix strerrorname_np return value [BZ #26555] 2020-09-29 13:56:06 -03:00
hppa nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
htl htl: Get sem_open/sem_close/sem_unlink support [BZ #25524] 2020-12-16 14:27:25 +01:00
hurd hurd: Remove some remnants of cthreads 2020-11-15 13:16:03 +01:00
i386 x86 long double: Support pseudo numbers in isnanl 2020-12-24 06:05:40 +05:30
ia64 nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
ieee754 x86 long double: Consider pseudo numbers as signaling 2020-12-30 10:52:45 +05:30
m68k m68k: fix clobbering a5 in setjmp() [BZ #24202] 2020-12-21 10:24:34 +05:30
mach io: Remove xmknod{at} implementations 2020-12-29 16:44:16 -03:00
microblaze nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
mips nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
nios2 nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
nptl nss: Implement <nss_database.h> 2020-12-04 17:15:44 -05:00
posix nsswitch: use new internal API (callers) 2020-12-04 17:16:32 -05:00
powerpc powerpc: Runtime selection between sc and scv for syscalls 2020-12-30 18:26:25 -03:00
pthread htl: Get sem_open/sem_close/sem_unlink support [BZ #25524] 2020-12-16 14:27:25 +01:00
riscv nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
s390 s390x: Regenerate ulps 2020-12-22 19:27:38 +01:00
sh sh: Add sh4 fpu Implies folder 2020-11-27 09:29:35 -03:00
sparc nptl: Move stack list variables into _rtld_global 2020-11-16 19:33:30 +01:00
unix aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
wordsize-32 Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases 2020-12-08 18:15:27 +00:00
wordsize-64 Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases 2020-12-08 18:15:27 +00:00
x86 x86 long double: Consider pseudo numbers as signaling 2020-12-30 10:52:45 +05:30
x86_64 x86 long double: Support pseudo numbers in isnanl 2020-12-24 06:05:40 +05:30