From: Ben Elliston Date: Mon, 1 May 2006 04:01:25 +0000 (+0000) Subject: * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ; X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=004314cccdac93ac8d2d7c63776b52f0c202f050;p=binutils-gdb.git * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ; --- diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 287dd84a2ae..cf39f67fbfa 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-05-01 Ben Elliston + + * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ; + 2006-04-26 H.J. Lu PR binutils/2593 diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 06728d1f631..f285094e5a4 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -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"