diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-03-22 10:19:11 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-03-22 10:19:11 -0700 |
commit | 64fe9740fc11d41f76ce3a7546c905c51f0e8904 (patch) | |
tree | c156bea3664ad4fd82291f71ba7bebb9c1f1f97b /ChangeLog.x32 | |
parent | 953647bb34e963893a77d26d15a77390e52f449d (diff) | |
download | glibc-64fe9740fc11d41f76ce3a7546c905c51f0e8904.tar.gz glibc-64fe9740fc11d41f76ce3a7546c905c51f0e8904.tar.xz glibc-64fe9740fc11d41f76ce3a7546c905c51f0e8904.zip |
Replace ELF64_R_TYPE with ELFW(R_TYPE)
2012-03-22 H.J. Lu <hongjiu.lu@intel.com> * include/link.h (ELFW): New macro. * sysdeps/x86_64/dl-irel.h (elf_irela): Replace ELF64_R_TYPE with ELFW(R_TYPE).
Diffstat (limited to 'ChangeLog.x32')
-rw-r--r-- | ChangeLog.x32 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.x32 b/ChangeLog.x32 index b62ccc1baa..832e7a4b02 100644 --- a/ChangeLog.x32 +++ b/ChangeLog.x32 @@ -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 (elf_irela): 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 long with uint64_t. |