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 /ChangeLog | |
| parent | 0786794f3a9d03040284c7d59d820de6f41e901c (diff) | |
| download | glibc-5f30cfec00f64edfc0ad932bf7065de13966b69d.tar.xz glibc-5f30cfec00f64edfc0ad932bf7065de13966b69d.zip | |
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 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,8 +1,16 @@ +2012-09-02 H.J. Lu <hongjiu.lu@intel.com> + + [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 (). + 2012-09-01 Allan McRae <allan@archlinux.org> - [BZ #13412] - * configure.in (AWK): Require gawk version 3.0 or later. - * configure: Regenerated. + [BZ #13412] + * configure.in (AWK): Require gawk version 3.0 or later. + * configure: Regenerated. 2012-09-01 Joseph Myers <joseph@codesourcery.com> |
