aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2010-08-20 21:13:03 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2010-08-20 21:13:03 +0000
commitd898aefbfa3a027aae2db0dd7767fffcd19ae2a5 (patch)
tree3d7d0a4c2a3deb090620308020f5161bd9f75dc8 /ld
parentb1345da313436ded1bc8328b21a283dc4d65a9a4 (diff)
downloadgdb-d898aefbfa3a027aae2db0dd7767fffcd19ae2a5.zip
gdb-d898aefbfa3a027aae2db0dd7767fffcd19ae2a5.tar.gz
gdb-d898aefbfa3a027aae2db0dd7767fffcd19ae2a5.tar.bz2
* ld-sh/sh.exp: Add missing newline.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-sh/sh.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 419b714..5a7bff8 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
+ * ld-sh/sh.exp: Add missing newline.
+
+2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
+
* ld-mips-elf/attr-gnu-4-01.d: Correct Tag_GNU_MIPS_ABI_FP.
* ld-mips-elf/attr-gnu-4-02.d: Likewise.
* ld-mips-elf/attr-gnu-4-10.d: Likewise.
diff --git a/ld/testsuite/ld-sh/sh.exp b/ld/testsuite/ld-sh/sh.exp
index f42a79f..90afaee 100644
--- a/ld/testsuite/ld-sh/sh.exp
+++ b/ld/testsuite/ld-sh/sh.exp
@@ -1,5 +1,5 @@
# Expect script for ld-sh tests
-# Copyright 1995, 1996, 1997, 2001, 2002, 2003, 2005, 2006, 2007
+# Copyright 1995, 1996, 1997, 2001, 2002, 2003, 2005, 2006, 2007, 2010
# Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
@@ -88,7 +88,7 @@ if ![ld_simple_link $ld tmpdir/sh1.s1 $srec_relax_arg ] {
verbose "$exec_output"
unresolved $testsrec
} else {
- send_log "$objcopy -O srec tmpdir/sh1 tmpdir/sh1.s1"
+ send_log "$objcopy -O srec tmpdir/sh1 tmpdir/sh1.s1\n"
verbose "$objcopy -O srec tmpdir/sh1 tmpdir/sh1.s1"
catch "exec $objcopy -O srec tmpdir/sh1 tmpdir/sh1.s1" exec_output
if ![string match "" $exec_output] {