about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-02-05 14:58:39 -0800
committerH.J. Lu <hjl.tools@gmail.com>2018-02-05 14:58:57 -0800
commit6a5cac49b6eeb60abc891f9e28908da733766630 (patch)
tree19a0e8045c6c664667860a8e1e269e7b5f536e22 /ChangeLog
parentb44e0dfbacecd0f84ebfa942e6d6c0153981680e (diff)
downloadglibc-6a5cac49b6eeb60abc891f9e28908da733766630.tar.gz
glibc-6a5cac49b6eeb60abc891f9e28908da733766630.tar.xz
glibc-6a5cac49b6eeb60abc891f9e28908da733766630.zip
Use ADDRIDX with DT_GNU_HASH
The only differences in ld.so are line numbers for asserts.

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>

	* elf/dl-addr.c (determine_info): Use ADDRIDX with DT_GNU_HASH.
	* elf/dl-lookup.c (_dl_setup_hash): Likewise.
	* elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0509306521..8c934b9cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2018-02-05  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* elf/dl-addr.c (determine_info): Use ADDRIDX with DT_GNU_HASH.
+	* elf/dl-lookup.c (_dl_setup_hash): Likewise.
+	* elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
+
+2018-02-05  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* elf/elf.h (DT_SYMTAB_SHNDX): New.  Set to 34.
 	(DT_NUM): Updated to 35.