Rewrite abi-note.S in C.
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 1 Apr 2020 15:02:03 +0000 (16:02 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 8 Jul 2020 14:02:37 +0000 (15:02 +0100)
commitdbfefbdc3aeec88868cb9d46267f91dc62461226
treeee69c971d16859e40761c09fdbad37c7de6df88f
parentc7aa8596de86fb667914ccb95c10495ad056ff96
Rewrite abi-note.S in C.

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.c [moved from csu/abi-note.S with 89% similarity]
sysdeps/arm/abi-note.S [deleted file]