summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-03-22 10:17:05 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-03-22 10:17:05 -0700
commit81b035fe638d677f90200598294d15811dcccf68 (patch)
tree651404fe8af2239f0a2de8c3553f351245ec220e /ChangeLog
parent1da7940c77153881471f01d0510abb392aa164c5 (diff)
downloadglibc-81b035fe638d677f90200598294d15811dcccf68.tar.gz
Replace Elf64_XXX with ElfW(XXX) in dl-irel.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 430e7d2c5d..31c4d3d119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
+ * include/link.h (ELFW): New macro.
+ * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
+ Replace ELF64_R_TYPE with ELFW(R_TYPE).
+
+2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
+
* sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
with uint64_t.