From: Hans-Peter Nilsson Date: Sun, 14 Oct 2001 16:03:53 +0000 (+0000) Subject: * lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}. X-Git-Tag: cygnus_cvs_20020108_pre~1046 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2da51b6a471d7a380088bf0c1fc62968c44de07;p=platform%2Fupstream%2Fbinutils.git * lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 40ee905..2b3f93e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2001-10-14 Hans-Peter Nilsson + * lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}. + * ld-sh/rd-sh.exp: New framework file. * ld-sh/ld-r-1.d, ld-sh/ldr1.s, ld-sh/ldr2.s, ld-sh/shared-1.d, ld-sh/weak1.s, ld-sh/weak1.d, ld-sh/sub2l.s, ld-sh/sub2l-1.d: New 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]