From: Alan Modra Date: Fri, 8 Jun 2001 15:27:25 +0000 (+0000) Subject: * gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02e07694c3fb6d552d90fbd03101f75d0e707435;p=binutils-gdb.git * gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 76c5601c77c..a08dc3c9e30 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-06-08 Alan Modra + + * gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07. + 2001-06-07 H.J. Lu * gas/elf/section2.e-mips: New file. diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index b57eb937aad..35371f7f2eb 100644 --- a/gas/testsuite/gas/elf/elf.exp +++ b/gas/testsuite/gas/elf/elf.exp @@ -6,7 +6,7 @@ proc run_list_test { name suffix opts } { global READELF global srcdir subdir set testname "elf $name list" - set file $srcdir/$subdir/$readelf + set file $srcdir/$subdir/$name gas_run ${name}.s "$opts -o dump.o" ">&dump.out" if { [regexp_diff "dump.out" "${file}.l"] } then { fail $testname