diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-26 23:15:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-26 23:15:48 +0000 |
commit | 68a4c07345e6cf85d8b6fbe0d846028ed48f0dba (patch) | |
tree | 3cceca06530f3a03669b68a957c30f08d65fab03 /ld/testsuite/ld-mmix | |
parent | 55970da69c7cafed0c307890835bce67a8a41434 (diff) | |
download | gdb-68a4c07345e6cf85d8b6fbe0d846028ed48f0dba.zip gdb-68a4c07345e6cf85d8b6fbe0d846028ed48f0dba.tar.gz gdb-68a4c07345e6cf85d8b6fbe0d846028ed48f0dba.tar.bz2 |
Revert last change.
Diffstat (limited to 'ld/testsuite/ld-mmix')
-rw-r--r-- | ld/testsuite/ld-mmix/b-nosym.d | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ld/testsuite/ld-mmix/b-nosym.d b/ld/testsuite/ld-mmix/b-nosym.d index 0d4531f..9c00d71 100644 --- a/ld/testsuite/ld-mmix/b-nosym.d +++ b/ld/testsuite/ld-mmix/b-nosym.d @@ -3,13 +3,13 @@ #source: b-nosym.s #ld: --oformat binary #objcopy_linked_file: -#objdump: -st +#objdump: -st 2>/dev/null -.*: file format mmo - -SYMBOL TABLE: -no symbols +# 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. +.*: file format mmo Contents of section \.text: 0000 e3fd0001 e3fd0004 .* |