diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-02 10:27:14 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-02 10:27:34 -0700 |
commit | 5b736bc9b55115e67129e77db4de6cf193054cd2 (patch) | |
tree | c5baa73b9a7eaa3491dae05949c0f956a831461d /ChangeLog | |
parent | dfc93c41eebef639ba2d1f304f4d52ab6b834684 (diff) | |
download | glibc-5b736bc9b55115e67129e77db4de6cf193054cd2.tar glibc-5b736bc9b55115e67129e77db4de6cf193054cd2.tar.gz glibc-5b736bc9b55115e67129e77db4de6cf193054cd2.tar.bz2 glibc-5b736bc9b55115e67129e77db4de6cf193054cd2.zip |
x86-64: Check PIC instead of SHARED in start.S
Since start.o may be compiled as PIC, we should check PIC instead of
SHARED.
* sysdeps/x86_64/start.S (_start): Check PIC instead of SHARED.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2017-08-02 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/x86_64/start.S (_start): Check PIC instead of SHARED. + +2017-08-02 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Check PIC instead of SHARED. * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise. |