aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-05-01 04:01:25 +0000
committerBen Elliston <bje@au.ibm.com>2006-05-01 04:01:25 +0000
commit004314cccdac93ac8d2d7c63776b52f0c202f050 (patch)
treee9622a8ad3fdfbe57bc68d517ef176f454a22afa
parentad43f87a7e6039c42faf4620948ceb83408bb28a (diff)
downloadgdb-004314cccdac93ac8d2d7c63776b52f0c202f050.zip
gdb-004314cccdac93ac8d2d7c63776b52f0c202f050.tar.gz
gdb-004314cccdac93ac8d2d7c63776b52f0c202f050.tar.bz2
* binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
-rw-r--r--binutils/testsuite/ChangeLog4
-rw-r--r--binutils/testsuite/binutils-all/objcopy.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 287dd84..cf39f67 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -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
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp
index 06728d1..f285094 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"