diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-04 12:58:01 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-04 12:58:13 -0700 |
commit | e13daad7ac81968e9aaa4a87497f898bb15f4ef8 (patch) | |
tree | 6d9689deeb49de94e5d4d999986cfd7445980602 /ChangeLog | |
parent | 627c69c838e75d69f46a7cc7dd2bafca03adbf60 (diff) | |
download | glibc-e13daad7ac81968e9aaa4a87497f898bb15f4ef8.tar glibc-e13daad7ac81968e9aaa4a87497f898bb15f4ef8.tar.gz glibc-e13daad7ac81968e9aaa4a87497f898bb15f4ef8.tar.bz2 glibc-e13daad7ac81968e9aaa4a87497f898bb15f4ef8.zip |
Compile tst-prelink.c without PIE [BZ #21815]
tst-prelink.c checks for conflict with GLOB_DAT relocation against stdio.
On i386, there is no GLOB_DAT relocation against stdio with PIE. We
should compile tst-prelink.c without PIE.
[BZ #21815]
* elf/Makefile (CFLAGS-tst-prelink.c): New.
(LDFLAGS-tst-prelink): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2017-08-04 H.J. Lu <hongjiu.lu@intel.com> + [BZ #21815] + * elf/Makefile (CFLAGS-tst-prelink.c): New. + (LDFLAGS-tst-prelink): Likewise. + +2017-08-04 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER): Define to I386_USE_SYSENTER to 0 or 1 if not defined. (ENTER_KERNEL): Check if I386_USE_SYSENTER is 1 and check PIC. |