aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthieu Longo <matthieu.longo@arm.com>2025-01-24 15:53:49 +0000
committerMatthieu Longo <matthieu.longo@arm.com>2025-03-04 11:02:03 +0000
commiteb6e183be1a065255bb36764d6a3ed04a48e4093 (patch)
treebc51bd88fbec92af0e2789c9a319ffc2dbccf74c /include
parent29b221fc12a15352d1324d69691a514818f6d4b6 (diff)
downloadbinutils-eb6e183be1a065255bb36764d6a3ed04a48e4093.zip
binutils-eb6e183be1a065255bb36764d6a3ed04a48e4093.tar.gz
binutils-eb6e183be1a065255bb36764d6a3ed04a48e4093.tar.bz2
clean-up aarch64: move the name of the build attributes section into include/elf/aarch64.h
Diffstat (limited to 'include')
-rw-r--r--include/elf/aarch64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h
index d7904bb..e218e07 100644
--- a/include/elf/aarch64.h
+++ b/include/elf/aarch64.h
@@ -30,6 +30,8 @@
/* MTE memory tag segment type. */
#define PT_AARCH64_MEMTAG_MTE (PT_LOPROC + 0x2)
+/* Name of the ELF section holding the attributes. */
+#define SEC_AARCH64_ATTRIBUTES ".ARM.attributes"
/* Additional section types. */
/* Section holds attributes. */
#define SHT_AARCH64_ATTRIBUTES (SHT_LOPROC + 3)