aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-27 05:13:55 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-27 05:13:55 -0700
commitc4972ed6029abb1a56eeafe144000031d902f074 (patch)
treeea83d90a86964c0eab320eeec46860866adf1ea5 /ld/testsuite/ChangeLog
parente10461aebd2c9165c168583e70e7901e962ed1bb (diff)
downloadgdb-c4972ed6029abb1a56eeafe144000031d902f074.zip
gdb-c4972ed6029abb1a56eeafe144000031d902f074.tar.gz
gdb-c4972ed6029abb1a56eeafe144000031d902f074.tar.bz2
Pass $PLT_CFLAGS to build_binary
Some linker symbol version tests without PIC expect PLT. This patch adds $PLT_CFLAGS to CFLAGS. * ld-elfvers/vers.exp (build_vers_lib_no_pic): Pass $PLT_CFLAGS to build_binary.
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 a81149c..b2e85ed 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
+ * ld-elfvers/vers.exp (build_vers_lib_no_pic): Pass $PLT_CFLAGS
+ to build_binary.
+
+2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
+
* config/default.exp (PLT_CFLAGS): New.
2015-07-27 Szabolcs Nagy <szabolcs.nagy@arm.com>