]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 17 Dec 2020 10:03:05 +0000 (10:03 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 31 Dec 2020 16:50:58 +0000 (16:50 +0000)
commit45b1e17e9150dbd9ac2d578579063fbfa8e1b327
tree19cb981927b471988432f5cc98a10911d528e7c3
parentf9de8bfe1a731c309b91d175b4f6f4aeb786effa
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.
28 files changed:
sysdeps/aarch64/__longjmp.S
sysdeps/aarch64/dl-tlsdesc.S
sysdeps/aarch64/memchr.S
sysdeps/aarch64/memcmp.S
sysdeps/aarch64/memcpy.S
sysdeps/aarch64/memrchr.S
sysdeps/aarch64/memset.S
sysdeps/aarch64/multiarch/memchr_nosimd.S
sysdeps/aarch64/multiarch/memcpy_advsimd.S
sysdeps/aarch64/multiarch/memcpy_falkor.S
sysdeps/aarch64/multiarch/memcpy_thunderx.S
sysdeps/aarch64/multiarch/memcpy_thunderx2.S
sysdeps/aarch64/multiarch/memset_base64.S
sysdeps/aarch64/multiarch/memset_kunpeng.S
sysdeps/aarch64/multiarch/strlen_asimd.S
sysdeps/aarch64/setjmp.S
sysdeps/aarch64/strchr.S
sysdeps/aarch64/strchrnul.S
sysdeps/aarch64/strcmp.S
sysdeps/aarch64/strcpy.S
sysdeps/aarch64/strlen.S
sysdeps/aarch64/strnlen.S
sysdeps/aarch64/strrchr.S
sysdeps/aarch64/sysdep.h
sysdeps/unix/sysv/linux/aarch64/clone.S
sysdeps/unix/sysv/linux/aarch64/getcontext.S
sysdeps/unix/sysv/linux/aarch64/setcontext.S
sysdeps/unix/sysv/linux/aarch64/swapcontext.S