This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[committed, PATCH] Update test name
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: binutils at sourceware dot org
- Date: Wed, 8 Jun 2016 12:28:18 -0700
- Subject: [committed, PATCH] Update test name
- Authentication-results: sourceware.org; auth=none
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
* testsuite/ld-x86-64/tls.exp (run_cc_link_tests): Update test
name.
---
ld/ChangeLog | 5 +++++
ld/testsuite/ld-x86-64/tls.exp | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3695d5b..1e28252 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
+ * testsuite/ld-x86-64/tls.exp (run_cc_link_tests): Update test
+ name.
+
+2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
+
* testsuite/ld-i386/i386.exp: Run libtlspic2.so, tlsbin2,
tlsgd3, tlsld2, tlsgd4, tlspie3a, tlspie3b and tlspie3c.
* testsuite/ld-i386/pass.out: New file.
diff --git a/ld/testsuite/ld-x86-64/tls.exp b/ld/testsuite/ld-x86-64/tls.exp
index 081385f..c5a70dc 100644
--- a/ld/testsuite/ld-x86-64/tls.exp
+++ b/ld/testsuite/ld-x86-64/tls.exp
@@ -38,7 +38,7 @@ if { [which $CC] == 0 } {
run_cc_link_tests [list \
[list \
- "Build tls-def1.c tls-main1.c" \
+ "Build tls-def1.o tls-main1.o" \
"" \
"-fPIE" \
{tls-def1.c tls-main1.c} \
--
2.5.5