* gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07.
This commit is contained in:
parent
d8fe1fed28
commit
02e07694c3
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue