+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
set asm-arch ""
set asm-flags ""
+set link-flags ""
if [istarget "d10v-*-*"] then {
set asm-arch d10v
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."
}