mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-05-01 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
|
||||
|
||||
2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR binutils/2593
|
||||
|
||||
@@ -683,7 +683,7 @@ proc objcopy_test_readelf {testname srcfile} {
|
||||
catch "exec $OBJCOPY $OBJCOPYFLAGS tmpdir/bintest.o tmpdir/copy.o" exec_output
|
||||
if ![string match "" $exec_output] then {
|
||||
fail "objcopy ($testname)"
|
||||
return;
|
||||
return
|
||||
}
|
||||
|
||||
verbose -log "$READELF -a tmpdir/bintest.o > tmpdir/bintest.o.out"
|
||||
|
||||
Reference in New Issue
Block a user