aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-04-07 08:53:43 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-04-07 08:53:43 -0700
commita7eaf017f95932eb2d654bd61f4c4a873ba71f77 (patch)
tree32106153180c4da5bda101549c6ef8e568290e2f /ld/ChangeLog
parent8170f7693bc0a9442c0aa280197925db92d48ca6 (diff)
downloadbinutils-a7eaf017f95932eb2d654bd61f4c4a873ba71f77.zip
binutils-a7eaf017f95932eb2d654bd61f4c4a873ba71f77.tar.gz
binutils-a7eaf017f95932eb2d654bd61f4c4a873ba71f77.tar.bz2
Use NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIE
Since not all compilers support -no-pie, NOPIE_CFLAGS and NOPIE_LDFLAGS should be used to disable PIE. PR ld/21090 * testsuite/ld-x86-64/x86-64.exp (undefined_weak): Use NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIE for the non-pie version of the test.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 044b947..29d8530 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,12 @@
2017-04-07 H.J. Lu <hongjiu.lu@intel.com>
+ PR ld/21090
+ * testsuite/ld-x86-64/x86-64.exp (undefined_weak): Use
+ NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIE for the non-pie
+ version of the test.
+
+2017-04-07 H.J. Lu <hongjiu.lu@intel.com>
+
PR ld/19579
PR ld/21306
* testsuite/ld-elf/pr19579a.c (main): Updated.