* lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}.
authorHans-Peter Nilsson <hp@axis.com>
Sun, 14 Oct 2001 16:03:53 +0000 (16:03 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sun, 14 Oct 2001 16:03:53 +0000 (16:03 +0000)
ld/testsuite/ChangeLog
ld/testsuite/lib/ld-lib.exp

index 40ee905224950dfab1423b83997b639039bec56c..2b3f93e0bf128e5bff1e993b2d0b0d1bb9c8ddcf 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-14  Hans-Peter Nilsson  <hp@bitrange.com>
 
+       * 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
index 8071460fb993a95a2f5d0f8e510ff29234d8891f..841b14bf6848d3d3f2a9e0fd6b06ac9cd297e972 100644 (file)
@@ -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]