public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] elf.h: Add aarch64 bti/pac dynamic tag constants
@ 2020-08-28 16:55 Mark Wielaard
  2020-08-28 18:03 ` Florian Weimer
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Wielaard @ 2020-08-28 16:55 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mark Wielaard

From: Mark Wielaard <mark@klomp.org>

Constants double checked against binutils and the ELF for the Arm 64-bit
Architecture (AArch64) Release 2020Q2 document.
---
 elf/elf.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elf/elf.h b/elf/elf.h
index 197b557d15..ff9f1dadd5 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -2875,6 +2875,8 @@ enum
 #define R_AARCH64_IRELATIVE	1032	/* STT_GNU_IFUNC relocation.  */
 
 /* AArch64 specific values for the Dyn d_tag field.  */
+#define DT_AARCH64_BTI_PLT	(DT_LOPROC + 1)
+#define DT_AARCH64_PAC_PLT	(DT_LOPROC + 3)
 #define DT_AARCH64_VARIANT_PCS	(DT_LOPROC + 5)
 #define DT_AARCH64_NUM		6
 
-- 
2.18.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-07  7:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28 16:55 [PATCH] elf.h: Add aarch64 bti/pac dynamic tag constants Mark Wielaard
2020-08-28 18:03 ` Florian Weimer
2020-08-28 18:47   ` Mark Wielaard
2020-08-28 19:04     ` Florian Weimer
2020-09-02 11:28       ` Mark Wielaard
2020-09-06 20:21         ` Szabolcs Nagy
2020-09-07  7:22           ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).