This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed, PATCH] Update test name


	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]