* gdb.asm/asm-sources.exp: Allow defining linker flags.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 14 Nov 2001 16:37:18 +0000 (16:37 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 14 Nov 2001 16:37:18 +0000 (16:37 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.asm/asm-source.exp

index 4c90130867e68bad5150fdd1b1f29ac89295ea92..e4f1e7942eba9add2efeb6820ecef20f4cc2559b 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.asm/asm-sources.exp: Allow defining linker flags.
+
 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
 
        * lib/mi-support.exp (mi_run_to_helper): Move comments
index 7f73068c9cb16a43c18af25faa7fba0e54ed5a17..5377e68bb50b561745dc22233a66ab9d4c4c05ce 100644 (file)
@@ -33,6 +33,7 @@ set bug_id 0
 
 set asm-arch ""
 set asm-flags ""
+set link-flags ""
 
 if [istarget "d10v-*-*"] then {
     set asm-arch d10v
@@ -58,7 +59,7 @@ if {[target_assemble ${src2} asmsrc2.o "${asm-flags}"] != ""} then {
      gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
 }
 
-if  { [target_link "asmsrc1.o asmsrc2.o" ${binfile} ""] != "" } {
+if  { [target_link "asmsrc1.o asmsrc2.o" ${binfile} "${link-flags}"] != "" } {
      gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
 }