aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-12-30 14:30:37 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-12-30 14:31:58 -0800
commit7062bd4230a9b94adff4101af9ae6c6a0d53c6e6 (patch)
tree75a9f52f3ad753160639e1e091a78ecb4ad616e8 /ChangeLog
parent07256e183efe00ed833d1f744f7eef1e103afd74 (diff)
downloadglibc-7062bd4230a9b94adff4101af9ae6c6a0d53c6e6.tar
glibc-7062bd4230a9b94adff4101af9ae6c6a0d53c6e6.tar.gz
glibc-7062bd4230a9b94adff4101af9ae6c6a0d53c6e6.tar.bz2
glibc-7062bd4230a9b94adff4101af9ae6c6a0d53c6e6.zip
Don't check PI_STATIC_AND_HIDDEN in i386 dl-machine.h
PI_STATIC_AND_HIDDEN is always defined for i386. There is no need to check PI_STATIC_AND_HIDDEN in sysdeps/i386/dl-machine.h. [BZ #17775] * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed. (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise. (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59379758f3..70f8675ad2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #17775]
+ * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
+ (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
+ (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
+
2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
* sysdeps/i386/tls-macros.h: Include <features.h>.