* ld-sh/sh.exp: Add missing newline.
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 20 Aug 2010 21:13:03 +0000 (21:13 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 20 Aug 2010 21:13:03 +0000 (21:13 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-sh/sh.exp

index 419b714203d5c92eb2e91e316db09f4d741d9525..5a7bff8fad0e0ab64b8f2caf7aa90bd5ec0edd50 100644 (file)
@@ -1,3 +1,7 @@
+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.
index f42a79fe6d0f9520284a809fce5232fe767d14dd..90afaee2ae3060f6b90362da9ebf84e35c918e2f 100644 (file)
@@ -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] {