This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gas elf.exp



gas/testsuite/gas/ChangeLog
	* gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07.

Index: elf.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/elf/elf.exp,v
retrieving revision 1.9
diff -u -p -r1.9 elf.exp
--- elf.exp	2001/06/08 01:08:05	1.9
+++ elf.exp	2001/06/08 15:26:17
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]