about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2020-04-01 16:02:03 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2020-06-12 14:34:39 +0100
commitd9c9571877f750e62b330753ede6bd9c5d79c84b (patch)
treecf5503d9d32ef0d1e91ef0fb6f3b3a5c7f79dbc6 /sysdeps
parentc477beb2cc3fd0c24e3b33915dae8db5d7360ba8 (diff)
downloadglibc-d9c9571877f750e62b330753ede6bd9c5d79c84b.tar.gz
glibc-d9c9571877f750e62b330753ede6bd9c5d79c84b.tar.xz
glibc-d9c9571877f750e62b330753ede6bd9c5d79c84b.zip
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-prtection.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/arm/abi-note.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/arm/abi-note.S b/sysdeps/arm/abi-note.S
deleted file mode 100644
index 07bd4c4619..0000000000
--- a/sysdeps/arm/abi-note.S
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Tag_ABI_align8_preserved: This code preserves 8-byte
-   alignment in any callee.  */
-	.eabi_attribute 25, 1
-/* Tag_ABI_align8_needed: This code may require 8-byte alignment from
-   the caller.  */
-	.eabi_attribute 24, 1
-
-#include <csu/abi-note.S>