aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-27 05:16:38 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-27 05:16:38 -0700
commit379d3f1ffc3fab112a0f388a1565c6be2f74f5c3 (patch)
treece5250f4008f93e0b8aead165dd10c861b7d24d8 /ld/testsuite/ChangeLog
parentea9fb8b3e9f9624262984ad402f2aac34c65534d (diff)
downloadgdb-379d3f1ffc3fab112a0f388a1565c6be2f74f5c3.zip
gdb-379d3f1ffc3fab112a0f388a1565c6be2f74f5c3.tar.gz
gdb-379d3f1ffc3fab112a0f388a1565c6be2f74f5c3.tar.bz2
Append $PLT_CFLAGS to CC for NOCROSSREFS tests
NOCROSSREFS tests don't work with -fno-plt. This path appends $PLT_CFLAGS to CC for NOCROSSREFS tests. * ld-scripts/crossref.exp (CC): Save and restore. Append $PLT_CFLAGS.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r--ld/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 2e0bd92..9e785a8 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
+ * ld-scripts/crossref.exp (CC): Save and restore. Append
+ $PLT_CFLAGS.
+
+2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
+
* ld-i386/i386.exp (run_cc_link_tests): Add $PLT_CFLAGS to
-fPIC if needed.
* ld-x86-64/mpx.exp (run_cc_link_tests): Likewise.