public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ARM/heads/morello)] aarch64: Add dynamic linker name for the purecap ABI
@ 2022-05-30  9:51 Szabolcs Nagy
  0 siblings, 0 replies; only message in thread
From: Szabolcs Nagy @ 2022-05-30  9:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9df3aca6005b4df7e057bce66024b0ebe4c064f8

commit 9df3aca6005b4df7e057bce66024b0ebe4c064f8
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Fri Apr 8 15:45:32 2022 +0100

    aarch64: Add dynamic linker name for the purecap ABI
    
    Both glibc and musl dynamic linker names were added. For a given libc
    the name is unique per supported ABI.

Diff:
---
 gcc/config/aarch64/aarch64-linux.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gcc/config/aarch64/aarch64-linux.h b/gcc/config/aarch64/aarch64-linux.h
index e587e2e9ad6..5e84fdb0eed 100644
--- a/gcc/config/aarch64/aarch64-linux.h
+++ b/gcc/config/aarch64/aarch64-linux.h
@@ -21,10 +21,12 @@
 #ifndef GCC_AARCH64_LINUX_H
 #define GCC_AARCH64_LINUX_H
 
-#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1"
+#define GLIBC_DYNAMIC_LINKER \
+  "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}%{mabi=purecap:_purecap}.so.1"
 
 #undef MUSL_DYNAMIC_LINKER
-#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1"
+#define MUSL_DYNAMIC_LINKER \
+  "/lib/ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}%{mabi=purecap:_purecap}.so.1"
 
 #undef  ASAN_CC1_SPEC
 #define ASAN_CC1_SPEC "%{%:sanitize(address):-funwind-tables}"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-30  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30  9:51 [gcc(refs/vendors/ARM/heads/morello)] aarch64: Add dynamic linker name for the purecap ABI Szabolcs Nagy

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).