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-empic | |
parent | 2f45a6e05b297e75c9e7ec29ef57dd7183738b3d (diff) | |
download | gdb-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-empic')
-rw-r--r-- | ld/testsuite/ld-empic/empic.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-empic/empic.exp b/ld/testsuite/ld-empic/empic.exp index 2046970..f72b1f3 100644 --- a/ld/testsuite/ld-empic/empic.exp +++ b/ld/testsuite/ld-empic/empic.exp @@ -60,7 +60,7 @@ if ![ld_simple_link $ld tmpdir/relax "--relax -T $srcdir/$subdir/relax.t tmpdir/ # computes the start of the function. # Get the symbol table. - if ![ld_nm $nm tmpdir/relax] { + if ![ld_nm $nm "" tmpdir/relax] { unresolved $testname return } |