* lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}.
This commit is contained in:
parent
7739e068a7
commit
b2da51b6a4
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue