From c61ac026cf2b9e5168feefea7c42d4a220c569d0 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sun, 17 Feb 2002 22:58:40 +0000 Subject: [PATCH] * ld-mmix/b-nosym.d, ld-mmix/sec-6.d: Tweak for change in symbol output. * ld-mmix/sec-7m.d, ld-mmix/sec-7a.s, ld-mmix/sec-7b.s, ld-mmix/sec-7c.s, ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: New test. --- ld/testsuite/ChangeLog | 7 +++++++ ld/testsuite/ld-mmix/b-nosym.d | 9 +++++---- ld/testsuite/ld-mmix/sec-6.d | 1 + 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d95cd0cb7c8..b35e3d36a7f 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2002-02-17 Hans-Peter Nilsson + + * ld-mmix/b-nosym.d, ld-mmix/sec-6.d: Tweak for change in symbol + output. + * ld-mmix/sec-7m.d, ld-mmix/sec-7a.s, ld-mmix/sec-7b.s, + ld-mmix/sec-7c.s, ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: New test. + 2002-02-11 Alexandre Oliva * ld-sh/sh64/reldl64.rd: Add relocation symbol data in info field. diff --git a/ld/testsuite/ld-mmix/b-nosym.d b/ld/testsuite/ld-mmix/b-nosym.d index 11576dfee04..9c00d716094 100644 --- a/ld/testsuite/ld-mmix/b-nosym.d +++ b/ld/testsuite/ld-mmix/b-nosym.d @@ -3,12 +3,13 @@ #source: b-nosym.s #ld: --oformat binary #objcopy_linked_file: -#objdump: -st +#objdump: -st 2>/dev/null -.*: file format mmo +# 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. -SYMBOL TABLE: -0+4 g \.text Main +.*: file format mmo Contents of section \.text: 0000 e3fd0001 e3fd0004 .* diff --git a/ld/testsuite/ld-mmix/sec-6.d b/ld/testsuite/ld-mmix/sec-6.d index ea4f6bccd70..5b692e2a61c 100644 --- a/ld/testsuite/ld-mmix/sec-6.d +++ b/ld/testsuite/ld-mmix/sec-6.d @@ -23,6 +23,7 @@ Idx Name Size VMA LMA File off Algn 1 \.debug_frame 0+10 0+ 0+ 0+ 2\*\*2 CONTENTS, READONLY, DEBUGGING SYMBOL TABLE: +0+ g \.text Main 0+ g \.text _start 0+8 g \.text debugb 2000000000000000 g \*ABS\* __bss_start -- 2.47.2