aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective/selective.exp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-07-24 11:07:16 +0000
committerAlan Modra <amodra@gmail.com>2001-07-24 11:07:16 +0000
commit992c450de818e9063b013fde2da43db163cc1966 (patch)
treeec7b46dd7b719083801ac7bf97734060e16da0a3 /ld/testsuite/ld-selective/selective.exp
parent2f45a6e05b297e75c9e7ec29ef57dd7183738b3d (diff)
downloadgdb-992c450de818e9063b013fde2da43db163cc1966.zip
gdb-992c450de818e9063b013fde2da43db163cc1966.tar.gz
gdb-992c450de818e9063b013fde2da43db163cc1966.tar.bz2
* config/default.exp (ld_nm): Add "nmflags" arg.
* lib/ld-lib.exp (default_ld_nm): Likewise. * ld-empic/empic.exp: Adjust call to ld_nm. * ld-scripts/defined.exp: Likewise. * ld-scripts/script.exp: Likewise. * ld-scripts/sizeof.exp: Likewise. * ld-selective/selective.exp: Likewise. * ld-sh/sh.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-selective/selective.exp')
-rw-r--r--ld/testsuite/ld-selective/selective.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 27ff2d8..7e9d3b1 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -106,7 +106,7 @@ foreach testitem $seltests {
continue
}
- if ![ld_nm $nm $ldfile] {
+ if ![ld_nm $nm "" $ldfile] {
unresolved $testname
continue
}