This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED] AArch64 have elf_machine_dynamic() find _DYNAMIC via _GLOBAL_OFFSET_TABLE_


Hi,

This patch fixes the AArch64 implementation of elf_machine_dynamic() to find
_DYNAMIC via _GLOBAL_OFFSET_TABLE_ as discussed here:

http://sourceware.org/ml/libc-ports/2013-06/msg00057.html

The corresponding change in ld required to correctly build ld.so was
committed to binutils here:

http://sourceware.org/ml/binutils/2013-06/msg00248.html

/Marcus

2013-06-28  Marcus Shawcroft  <marcus.shawcroft@linaro.org>

* sysdeps/aarch64/dl-machine.h (elf_machine_dynamic): De-reference
_GLOBAL_OFFSET_TABLE_.

Attachment: fix-elf_machine_dynamic.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]