summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent07256e183efe00ed833d1f744f7eef1e103afd74 (diff)
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 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4a869bb2de..df27204fec 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,8 @@ Version 2.21
17522, 17555, 17570, 17571, 17572, 17573, 17574, 17581, 17582, 17583,
17584, 17585, 17589, 17594, 17601, 17608, 17616, 17625, 17630, 17633,
17634, 17647, 17653, 17657, 17664, 17665, 17668, 17682, 17717, 17719,
- 17722, 17723, 17724, 17725, 17732, 17733, 17744, 17745, 17746, 17747.
+ 17722, 17723, 17724, 17725, 17732, 17733, 17744, 17745, 17746, 17747,
+ 17775
* i386 memcpy functions optimized with SSE2 unaligned load/store.