diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-26 10:16:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-26 10:16:34 +0000 |
commit | 99e49e4e29dd86382be0b80f065377e0215132aa (patch) | |
tree | 919b1c1e53d54323efe6ca04f9e07484c3b2bf1d /ld/testsuite | |
parent | 84938e2e33c8e5bfa776edcd44918e738e231372 (diff) | |
download | gdb-99e49e4e29dd86382be0b80f065377e0215132aa.zip gdb-99e49e4e29dd86382be0b80f065377e0215132aa.tar.gz gdb-99e49e4e29dd86382be0b80f065377e0215132aa.tar.bz2 |
* ld-mmix/b-nosym.d: Adjust for "no symbols" on stdout.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/b-nosym.d | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index c8f31b8..a1ef578 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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. diff --git a/ld/testsuite/ld-mmix/b-nosym.d b/ld/testsuite/ld-mmix/b-nosym.d index 9c00d71..0d4531f 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 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 .* |