]> sourceware.org Git - glibc.git/commit
aarch64: Enable ifunc support.
authorWill Newton <will.newton@linaro.org>
Mon, 25 Nov 2013 14:56:28 +0000 (14:56 +0000)
committerWill Newton <will.newton@linaro.org>
Tue, 26 Nov 2013 16:18:04 +0000 (16:18 +0000)
commit7520ff8c744a704ca39741c165a2360d63a4f47a
treeaf183d787aeee1f40d548358e4cbd72b2dab3ee9
parent6f476861be660541eee229acfbc9ef4098af70ab
aarch64: Enable ifunc support.

Add support for handling the R_AARCH64_IRELATIVE relocation and
STT_GNU_IFUNC symbols to the aarch64 port.

ports/ChangeLog.aarch64:

2013-11-26  Will Newton  <will.newton@linaro.org>

* sysdeps/aarch64/dl-irel.h: Include ldsodefs.h.
(ELF_MACHINE_IRELA): Define.  (elf_ifunc_invoke): Pass
hwcap to ifunc resolver function.  (elf_irela): New function.
* sysdeps/aarch64/dl-machine.h: Include dl-irel.h.
(elf_machine_rela) Handle STT_GNU_IFUNC symbols and
R_AARCH64_IRELATIVE relocations.  (elf_machine_lazy_rel):
Handle R_AARCH64_IRELATIVE relocations.
ports/ChangeLog.aarch64
ports/sysdeps/aarch64/dl-irel.h
ports/sysdeps/aarch64/dl-machine.h
This page took 0.039548 seconds and 5 git commands to generate.