* binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
authorBen Elliston <bje@au.ibm.com>
Mon, 1 May 2006 04:01:25 +0000 (04:01 +0000)
committerBen Elliston <bje@au.ibm.com>
Mon, 1 May 2006 04:01:25 +0000 (04:01 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index 287dd84a2aec95060379368ccc877927f1f5f493..cf39f67fbfaadca4d85953cb99d0fb299169baaf 100644 (file)
@@ -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
index 06728d1f63163bb91d7763d5be181acae7c533b8..f285094e5a45cf1043d65732710c29a2bbec053c 100644 (file)
@@ -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"
This page took 0.035317 seconds and 4 git commands to generate.