aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/lib/ld-lib.exp
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-10-14 16:03:53 +0000
committerHans-Peter Nilsson <hp@axis.com>2001-10-14 16:03:53 +0000
commitb2da51b6a471d7a380088bf0c1fc62968c44de07 (patch)
treedaf67db6ad892c4de88a9a92ebc35bed07f4ce70 /ld/testsuite/lib/ld-lib.exp
parent7739e068a7ea8b3668c2e37702b80aff02f19662 (diff)
downloadgdb-b2da51b6a471d7a380088bf0c1fc62968c44de07.zip
gdb-b2da51b6a471d7a380088bf0c1fc62968c44de07.tar.gz
gdb-b2da51b6a471d7a380088bf0c1fc62968c44de07.tar.bz2
* lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}.
Diffstat (limited to 'ld/testsuite/lib/ld-lib.exp')
-rw-r--r--ld/testsuite/lib/ld-lib.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp
index 8071460..841b14b 100644
--- a/ld/testsuite/lib/ld-lib.exp
+++ b/ld/testsuite/lib/ld-lib.exp
@@ -524,7 +524,7 @@ proc run_dump_test { name } {
set opts(source) {}
set opts(error) {}
set opts(objcopy_linked_file) {}
- set asflags{${file}.s} {}
+ set asflags(${file}.s) {}
foreach i $opt_array {
set opt_name [lindex $i 0]