1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

AArch64: Remove PTR_ARG/SIZE_ARG defines

This series removes various ILP32 defines that are now
no longer needed.

Remove PTR_ARG/SIZE_ARG.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Wilco Dijkstra
2024-12-31 18:07:36 +00:00
parent be0cfd848d
commit ce2f26a22e
35 changed files with 0 additions and 106 deletions

View File

@ -33,12 +33,6 @@
*/
.text
ENTRY(__clone)
PTR_ARG (0)
PTR_ARG (1)
PTR_ARG (3)
PTR_ARG (4)
PTR_ARG (5)
PTR_ARG (6)
/* Save args for the child. */
mov x10, x0
mov x11, x2

View File

@ -36,10 +36,6 @@
.text
ENTRY(__clone3)
PTR_ARG (0)
PTR_ARG (1)
PTR_ARG (3)
PTR_ARG (4)
/* Save args for the child. */
mov x10, x0 /* cl_args */
mov x11, x2 /* func */

View File

@ -30,7 +30,6 @@
.text
ENTRY(__getcontext)
PTR_ARG (0)
/* The saved context will return to the getcontext() call point
with a return value of 0 */
str xzr, [x0, oX0 + 0 * SZREG]

View File

@ -34,7 +34,6 @@
.text
ENTRY (__setcontext)
PTR_ARG (0)
/* Save a copy of UCP. */
mov x9, x0

View File

@ -27,7 +27,6 @@
.text
ENTRY(__swapcontext)
PTR_ARG (0)
/* Set the value returned when swapcontext() returns in this context.
And set up x1 to become the return address of the caller, so we
can return there with a normal RET instead of an indirect jump. */