From 2135524b15338e5fa1a4876d84e1460d859ac4cc Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 24 2021 16:02:55 +0000 Subject: Apply patch glibc-rh1726638-1.patch patch_name: glibc-rh1726638-1.patch present_in_specfile: true location_in_specfile: 215 --- diff --git a/elf/elf.h b/elf/elf.h index 7e2b072..74f7f47 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -2847,6 +2847,13 @@ enum #define R_AARCH64_TLSDESC 1031 /* TLS Descriptor. */ #define R_AARCH64_IRELATIVE 1032 /* STT_GNU_IFUNC relocation. */ +/* AArch64 specific values for the Dyn d_tag field. */ +#define DT_AARCH64_VARIANT_PCS (DT_LOPROC + 5) +#define DT_AARCH64_NUM 6 + +/* AArch64 specific values for the st_other field. */ +#define STO_AARCH64_VARIANT_PCS 0x80 + /* ARM relocs. */ #define R_ARM_NONE 0 /* No reloc */