diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-12-30 14:30:37 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-12-30 14:31:58 -0800 |
commit | 7062bd4230a9b94adff4101af9ae6c6a0d53c6e6 (patch) | |
tree | 75a9f52f3ad753160639e1e091a78ecb4ad616e8 /ChangeLog | |
parent | 07256e183efe00ed833d1f744f7eef1e103afd74 (diff) | |
download | glibc-7062bd4230a9b94adff4101af9ae6c6a0d53c6e6.zip glibc-7062bd4230a9b94adff4101af9ae6c6a0d53c6e6.tar.gz glibc-7062bd4230a9b94adff4101af9ae6c6a0d53c6e6.tar.bz2 |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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>. |