diff options
author | Alan Modra <amodra@gmail.com> | 2001-07-24 11:07:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-07-24 11:07:16 +0000 |
commit | 992c450de818e9063b013fde2da43db163cc1966 (patch) | |
tree | ec7b46dd7b719083801ac7bf97734060e16da0a3 /ld/testsuite/ld-scripts/script.exp | |
parent | 2f45a6e05b297e75c9e7ec29ef57dd7183738b3d (diff) | |
download | ppe42-binutils-992c450de818e9063b013fde2da43db163cc1966.tar.gz ppe42-binutils-992c450de818e9063b013fde2da43db163cc1966.zip |
* 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-scripts/script.exp')
-rw-r--r-- | ld/testsuite/ld-scripts/script.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/script.exp b/ld/testsuite/ld-scripts/script.exp index d81085119f..a7f6bade1a 100644 --- a/ld/testsuite/ld-scripts/script.exp +++ b/ld/testsuite/ld-scripts/script.exp @@ -29,7 +29,7 @@ proc check_script { } { global testname global nm_output - if ![ld_nm $nm tmpdir/script] { + if ![ld_nm $nm "" tmpdir/script] { unresolved $testname } else { if {![info exists nm_output(text_start)] \ |