[PATCH v7 01/14] Rewrite abi-note.S in C.

Florian Weimer fweimer@redhat.com
Wed Jul 8 12:15:40 GMT 2020


* Szabolcs Nagy:

> Using C code allows the compiler to add target specific object file
> markings based on CFLAGS.
>
> The arm specific abi-note.S is removed and similar object file fix
> up will be avoided on AArch64 with standard branch protection.
> ---
>  csu/{abi-note.S => abi-note.c} | 25 +++++++++++++++----------
>  sysdeps/arm/abi-note.S         |  8 --------
>  2 files changed, 15 insertions(+), 18 deletions(-)
>  rename csu/{abi-note.S => abi-note.c} (89%)
>  delete mode 100644 sysdeps/arm/abi-note.S

This looks okay to me.

Thanks,
Florian



More information about the Libc-alpha mailing list