diff options
Diffstat (limited to 'ld/testsuite/lib/ld-lib.exp')
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 8bb06ff..6904499 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -761,6 +761,7 @@ proc run_dump_test { name {extra_options {}} } { } } if { $program == "" \ + && $opts(map) == "" \ && $opts(warning) == "" \ && $opts(warning_output) == "" \ && $opts(error) == "" \ @@ -995,6 +996,10 @@ proc run_dump_test { name {extra_options {}} } { } else { pass "$testname (map file check)" } + + if { $program == "" } then { + return + } } } else { set objfile "tmpdir/dump0.o" |