aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-27 05:18:20 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-27 05:18:20 -0700
commit219a6876d48c9986b47d045a41b74cb6c84a2116 (patch)
treeb8e2aae1677878a63fd5651eb519587c46ce0bd5 /ld/testsuite/ChangeLog
parentcda77e9efc68d04e50990ea72890bd8e515d4d7b (diff)
downloadgdb-219a6876d48c9986b47d045a41b74cb6c84a2116.zip
gdb-219a6876d48c9986b47d045a41b74cb6c84a2116.tar.gz
gdb-219a6876d48c9986b47d045a41b74cb6c84a2116.tar.bz2
Append $PLT_CFLAGS to CC/CXX for S-records tests
S-records tests don't work with -fno-plt. This path appends $PLT_CFLAGS to CC and CXX for S-records tests. * ld-srec/srec.exp (CC): Save and restore. Append $PLT_CFLAGS. (CXX): Likewise.
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 abc49b3..75c1547 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
+ * ld-srec/srec.exp (CC): Save and restore. Append $PLT_CFLAGS.
+ (CXX): Likewise.
+
+2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
+
* ld-shared/shared.exp: Pass $PLT_CFLAGS to ld_compile.
2015-07-27 H.J. Lu <hongjiu.lu@intel.com>