diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-07-15 08:15:02 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-10-27 14:46:53 +0100 |
commit | 7beb22bd94af7e1c7faae3a6c13a2db85af0e216 (patch) | |
tree | 4b7d9195edeba50b935e85e170ff6701a8c023fd /sysdeps/generic | |
parent | 4e3c34542ba58f53b7a828c266f8d7c931237809 (diff) | |
download | glibc-7beb22bd94af7e1c7faae3a6c13a2db85af0e216.tar glibc-7beb22bd94af7e1c7faae3a6c13a2db85af0e216.tar.gz glibc-7beb22bd94af7e1c7faae3a6c13a2db85af0e216.tar.bz2 glibc-7beb22bd94af7e1c7faae3a6c13a2db85af0e216.zip |
aarch64: morello: fix ldconfig for purecap abi
Add purecap ld cache flag. Add the purecap ld.so name to known names.
Handle lib64c system library paths. And set the purecap abi flag on
cache entries.
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/ldconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/ldconfig.h b/sysdeps/generic/ldconfig.h index 7cc898db61..5a9e0589d9 100644 --- a/sysdeps/generic/ldconfig.h +++ b/sysdeps/generic/ldconfig.h @@ -45,6 +45,7 @@ #define FLAG_MIPS64_LIBN64_NAN2008 0x0e00 #define FLAG_RISCV_FLOAT_ABI_SOFT 0x0f00 #define FLAG_RISCV_FLOAT_ABI_DOUBLE 0x1000 +#define FLAG_AARCH64_PURECAP 0x1100 /* Name of auxiliary cache. */ #define _PATH_LDCONFIG_AUX_CACHE "/var/cache/ldconfig/aux-cache" |