mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Fix pathnames right..
This commit is contained in:
@ -26,12 +26,12 @@ Things-to-keep:
|
|||||||
t1-1.ro
|
t1-1.ro
|
||||||
t1-2.ro
|
t1-2.ro
|
||||||
t1.ld
|
t1.ld
|
||||||
t1.outok
|
t1.ook
|
||||||
t2-1.ro
|
t2-1.ro
|
||||||
t2-2.ro
|
t2-2.ro
|
||||||
t2-3.ro
|
t2-3.ro
|
||||||
t2.ld
|
t2.ld
|
||||||
t2.outok
|
t2.ook
|
||||||
versados.exp
|
versados.exp
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
@ -50,8 +50,8 @@ proc inspect { whichone } {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
send_log "$objdump -s $srcdir$subdir/$whichone.outok >tmpdir/$whichone.dumpok\n"
|
send_log "$objdump -s $srcdir$subdir/$whichone.ook >tmpdir/$whichone.dok\n"
|
||||||
catch "exec $objdump -s $srcdir$subdir/$whichone.outok | grep -v srec >tmpdir/$whichone.dumpok" exec_output
|
catch "exec $objdump -s $srcdir$subdir/$whichone.ook | grep -v srec >tmpdir/$whichone.dok" exec_output
|
||||||
|
|
||||||
if ![string match "" $exec_output] {
|
if ![string match "" $exec_output] {
|
||||||
send_log "$exec_output\n"
|
send_log "$exec_output\n"
|
||||||
@ -61,7 +61,7 @@ proc inspect { whichone } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# compare it with the correct output
|
# compare it with the correct output
|
||||||
catch "exec diff tmpdir/$whichone.dump tmpdir/$whichone.dumpok" exec_output
|
catch "exec diff tmpdir/$whichone.dump tmpdir/$whichone.dok" exec_output
|
||||||
if ![string match "" $exec_output] {
|
if ![string match "" $exec_output] {
|
||||||
send_log "$exec_output\n"
|
send_log "$exec_output\n"
|
||||||
verbose $exec_output
|
verbose $exec_output
|
||||||
|
Reference in New Issue
Block a user