This is the mail archive of the binutils-cvs@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]

[binutils-gdb] [ld, testsuite] Append $board_cflags in one more place in ld-unique/unique.exp


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ce7903706d30e5fa335dd96eaaab3ae914ff8e64

commit ce7903706d30e5fa335dd96eaaab3ae914ff8e64
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Tue Jan 31 12:20:48 2017 +0000

    [ld, testsuite] Append $board_cflags in one more place in ld-unique/unique.exp
    
    ld/
    	* testsuite/ld-unique/unique.exp (Could not link a dynamic executable):
    	Append $board_cflags to link commands.

Diff:
---
 ld/ChangeLog                      | 5 +++++
 ld/testsuite/ld-unique/unique.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3845d25..34fd303 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-01  Jiong Wang  <jiong.wang@arm.com>
+
+	* testsuite/ld-unique/unique.exp (Could not link a dynamic executable):
+	Append $board_cflags to link commands.
+
 2017-02-01  Senthil Kumar Selvaraj  <senthilkumar.selvaraj@microchip.com>
 
 	* testsuite/ld-scripts/print-memory-usage-1.l: Relax
diff --git a/ld/testsuite/ld-unique/unique.exp b/ld/testsuite/ld-unique/unique.exp
index f06622f..61c070a 100644
--- a/ld/testsuite/ld-unique/unique.exp
+++ b/ld/testsuite/ld-unique/unique.exp
@@ -197,7 +197,7 @@ if {![ld_link $ld "tmpdir/libunique_shared.so" "-shared tmpdir/unique_shared.o"]
 }
 
 # Create executable NOT containing unique symbol linked against library.
-if {![ld_link $CC "tmpdir/unique_shared_prog" "-Ltmpdir tmpdir/unique_empty.o -Wl,-Bdynamic,-rpath=./tmpdir -lunique_shared"] } {
+if {![ld_link "$CC $board_cflags" "tmpdir/unique_shared_prog" "-Ltmpdir tmpdir/unique_empty.o -Wl,-Bdynamic,-rpath=./tmpdir -lunique_shared"] } {
     fail "Could not link a dynamic executable"
     set fails [expr $fails + 1]
 }


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