aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-09-02 05:22:24 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-09-02 05:22:24 -0700
commit5f30cfec00f64edfc0ad932bf7065de13966b69d (patch)
tree0aa65cb7c8fbdd1ba12dabe563353415f01d682b /ChangeLog
parent0786794f3a9d03040284c7d59d820de6f41e901c (diff)
downloadglibc-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--ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ad8f23e37f..c130d9de87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>