diff options
author | Will Newton <will.newton@linaro.org> | 2013-11-25 14:56:28 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-11-26 16:18:04 +0000 |
commit | 7520ff8c744a704ca39741c165a2360d63a4f47a (patch) | |
tree | af183d787aeee1f40d548358e4cbd72b2dab3ee9 /ports/ChangeLog.aarch64 | |
parent | 6f476861be660541eee229acfbc9ef4098af70ab (diff) | |
download | glibc-7520ff8c744a704ca39741c165a2360d63a4f47a.tar.gz glibc-7520ff8c744a704ca39741c165a2360d63a4f47a.tar.xz glibc-7520ff8c744a704ca39741c165a2360d63a4f47a.zip |
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.
Diffstat (limited to 'ports/ChangeLog.aarch64')
-rw-r--r-- | ports/ChangeLog.aarch64 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64 index 1fd96eed7a..c6331a4b91 100644 --- a/ports/ChangeLog.aarch64 +++ b/ports/ChangeLog.aarch64 @@ -1,3 +1,13 @@ +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. + 2013-10-30 Mike Frysinger <vapier@gentoo.org> * sysdeps/unix/sysv/linux/aarch64/configure.in: Moved to ... |