diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-02 05:22:24 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-02 05:22:24 -0700 |
commit | 5f30cfec00f64edfc0ad932bf7065de13966b69d (patch) | |
tree | 0aa65cb7c8fbdd1ba12dabe563353415f01d682b /NEWS | |
parent | 0786794f3a9d03040284c7d59d820de6f41e901c (diff) | |
download | glibc-5f30cfec00f64edfc0ad932bf7065de13966b69d.zip glibc-5f30cfec00f64edfc0ad932bf7065de13966b69d.tar.gz glibc-5f30cfec00f64edfc0ad932bf7065de13966b69d.tar.bz2 |
Use the first element of GOT for ld.so addresses
[BZ #14538]
* sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
first element of the GOT.
(elf_machine_load_address): Return the difference between
the runtime address of _DYNAMIC and elf_machine_dynamic ().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ Version 2.17 3479, 5400, 6778, 6808, 9685, 11607, 13412, 13717, 13696, 13939, 14042, 14090, 14166, 14150, 14151, 14154, 14157, 14166, 14173, 14195, 14252, 14283, 14298, 14303, 14307, 14328, 14331, 14336, 14337, 14347, 14349, - 14459, 14476, 14505, 14516, 14519, 14532 + 14459, 14476, 14505, 14516, 14519, 14532, 14538 * Support for STT_GNU_IFUNC symbols added for s390 and s390x. Optimized versions of memcpy, memset, and memcmp added for System z10 and |