* ld-mmix/b-nosym.d: Adjust for "no symbols" on stdout.
authorAlan Modra <amodra@gmail.com>
Mon, 26 Aug 2002 10:16:34 +0000 (10:16 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 26 Aug 2002 10:16:34 +0000 (10:16 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-mmix/b-nosym.d

index c8f31b8a319279327f8a42a482f5092479c47cc8..a1ef5783da052f668f7f2759f5329d48891f726c 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-mmix/b-nosym.d: Adjust for "no symbols" on stdout.
+
 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>
 
        * ld-sh/sh64/rd-sh64.exp: New framework file.
index 9c00d716094e697d2a1499e2f91947185adbb1a9..0d4531fc47719d03815a960b6fccaecc3e0957b5 100644 (file)
@@ -3,13 +3,13 @@
 #source: b-nosym.s
 #ld: --oformat binary
 #objcopy_linked_file:
-#objdump: -st 2>/dev/null
-
-# Note that we have to redirect stderr when objdumping to get rid of the
-# "no symbols" message that would otherwise cause a spurious failure and
-# which we seemingly can't identify or prune in another way.
+#objdump: -st
 
 .*:     file format mmo
 
+SYMBOL TABLE:
+no symbols
+
+
 Contents of section \.text:
  0000 e3fd0001 e3fd0004                    .*
This page took 0.026636 seconds and 4 git commands to generate.