summaryrefslogtreecommitdiff
path: root/ld/testsuite/config
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-07-24 11:07:16 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-07-24 11:07:16 +0000
commit746476dc0f995b12dd4403ec12a8aabb7e699663 (patch)
treee056876536d288c2b5154c9e33837beed63775f8 /ld/testsuite/config
parentccd46c6d962dbce0863dae0b245c7553d6bd765a (diff)
downloadbinutils-redhat-746476dc0f995b12dd4403ec12a8aabb7e699663.tar.gz
* 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/config')
-rw-r--r--ld/testsuite/config/default.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/config/default.exp b/ld/testsuite/config/default.exp
index 9363c39dbc..7892951bc8 100644
--- a/ld/testsuite/config/default.exp
+++ b/ld/testsuite/config/default.exp
@@ -158,8 +158,8 @@ proc ld_assemble { as source object } {
# ld_nm
# run nm on a file
#
-proc ld_nm { nm object } {
- default_ld_nm $nm $object
+proc ld_nm { nm nmflags object } {
+ default_ld_nm $nm $nmflags $object
}
#