]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 25 Apr 2019 14:35:35 +0000 (15:35 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 12 Jul 2019 09:50:12 +0000 (10:50 +0100)
commit71c2578a9b0ea0e5a37c88ee01885213f40eaeea
treea26d0bc0d89911f33b01312c88b9835ed52ebc35
parentac92c66821fae2ae6587114acc454f97a6bc7859
aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS

STO_AARCH64_VARIANT_PCS is a non-visibility st_other flag for marking
symbols that reference functions that may follow a variant PCS with
different register usage convention from the base PCS.

DT_AARCH64_VARIANT_PCS is a dynamic tag that marks ELF modules that
have R_*_JUMP_SLOT relocations for symbols marked with
STO_AARCH64_VARIANT_PCS (i.e. have variant PCS calls via a PLT).

* elf/elf.h (STO_AARCH64_VARIANT_PCS): Define.
(DT_AARCH64_VARIANT_PCS): Define.
ChangeLog
elf/elf.h