OSDN Git Service

* gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07.
authorAlan Modra <amodra@bigpond.net.au>
Fri, 8 Jun 2001 15:27:25 +0000 (15:27 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Fri, 8 Jun 2001 15:27:25 +0000 (15:27 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp

index 76c5601..a08dc3c 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07.
+
 2001-06-07  H.J. Lu  <hjl@gnu.org>
 
        * gas/elf/section2.e-mips: New file.
index b57eb93..35371f7 100644 (file)
@@ -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