From 155e0d2321b62f7262221e9cd325104959832ec6 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 3 Sep 2003 08:26:52 +0000 Subject: Use bfd_map_over_sections to walk section chain. Do not dump the contents of an empty section. --- gas/testsuite/ChangeLog | 67 ++++++++++++++++++++++++++++++ gas/testsuite/gas/cris/diffexp-ovwr.d | 2 +- gas/testsuite/gas/cris/pushpop-dcr1-sreg.d | 2 +- gas/testsuite/gas/cris/string-1.d | 2 +- gas/testsuite/gas/cris/string-2.d | 2 +- gas/testsuite/gas/cris/x-to-dcr1-sreg.d | 2 +- gas/testsuite/gas/elf/section0.d | 1 - gas/testsuite/gas/elf/section1.d | 1 - gas/testsuite/gas/i386/relax.d | 1 - gas/testsuite/gas/mips/elempic.d | 3 -- gas/testsuite/gas/mips/empic.d | 3 -- gas/testsuite/gas/mips/mips16-e.d | 3 -- gas/testsuite/gas/mips/mips16-f.d | 3 -- gas/testsuite/gas/mips/mipsel16-e.d | 3 -- gas/testsuite/gas/mips/mipsel16-f.d | 3 -- gas/testsuite/gas/mips/rm7000.d | 1 + gas/testsuite/gas/mips/telempic.d | 3 -- gas/testsuite/gas/mips/tempic.d | 3 -- gas/testsuite/gas/mips/tmips16-e.d | 3 -- gas/testsuite/gas/mips/tmips16-f.d | 3 -- gas/testsuite/gas/mips/tmipsel16-e.d | 3 -- gas/testsuite/gas/mips/tmipsel16-f.d | 3 -- gas/testsuite/gas/mmix/align-1.d | 2 +- gas/testsuite/gas/mmix/basep-10.d | 1 - gas/testsuite/gas/mmix/basep-11.d | 2 +- gas/testsuite/gas/mmix/basep-9.d | 1 - gas/testsuite/gas/mmix/comment-3.d | 2 - gas/testsuite/gas/mmix/cons-1.d | 2 +- gas/testsuite/gas/mmix/cons-2.d | 2 +- gas/testsuite/gas/mmix/expr-1.d | 2 +- gas/testsuite/gas/mmix/fb-1.d | 1 - gas/testsuite/gas/mmix/fb-2.d | 1 - gas/testsuite/gas/mmix/greg1.d | 1 - gas/testsuite/gas/mmix/greg1a.d | 1 - gas/testsuite/gas/mmix/greg2.d | 1 - gas/testsuite/gas/mmix/greg2a.d | 1 - gas/testsuite/gas/mmix/greg3.d | 1 - gas/testsuite/gas/mmix/greg4.d | 1 - gas/testsuite/gas/mmix/greg7.d | 1 - gas/testsuite/gas/mmix/greg8.d | 1 - gas/testsuite/gas/mmix/is-1.d | 2 +- gas/testsuite/gas/mmix/local-1.d | 1 - gas/testsuite/gas/mmix/odd-1.d | 1 - gas/testsuite/gas/mmix/op-0-1.d | 2 +- gas/testsuite/gas/mmix/op-0-2.d | 2 +- gas/testsuite/gas/mmix/prefix3.d | 1 - gas/testsuite/gas/mmix/pseudo-1.d | 1 - gas/testsuite/gas/mmix/weak1.d | 2 +- gas/testsuite/gas/sh/sh64/crange1-1.d | 1 - gas/testsuite/gas/sh/sh64/crange1-2.d | 1 - gas/testsuite/gas/sh/sh64/crange2-2.d | 1 - gas/testsuite/gas/sh/sh64/crange3-1.d | 1 - gas/testsuite/gas/sh/sh64/crange4-1.d | 1 - gas/testsuite/gas/sh/sh64/crange5-1.d | 1 - gas/testsuite/gas/sh/sh64/datal32-3.d | 1 - gas/testsuite/gas/sh/sh64/datal64-3.d | 1 - gas/testsuite/gas/sh/sh64/endian-1.d | 2 +- gas/testsuite/gas/sh/sh64/endian-2.d | 2 +- gas/testsuite/gas/sh/sh64/localcom-1.d | 2 +- gas/testsuite/gas/sh/sh64/rel32-5.d | 2 +- gas/testsuite/gas/sh/sh64/rel64-5.d | 2 +- gas/testsuite/gas/sh/sh64/ua32-1.d | 2 - gas/testsuite/gas/sh/sh64/ua64-1.d | 2 - gas/testsuite/gas/xstormy16/reloc-1.d | 2 +- 64 files changed, 88 insertions(+), 89 deletions(-) (limited to 'gas/testsuite') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 26fda7b..fae0d7f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,70 @@ +2003-09-03 Nick Clifton + + * gas/cris/diffexp-ovwr.d: Remove regexp for empty section + contents string. + gas/cris/pushpop-dcr1-sreg.d: Likewise. + gas/cris/string-1.d: Likewise. + gas/cris/string-2.d: Likewise. + gas/cris/x-to-dcr1-sreg.d: Likewise. + gas/elf/section0.d: Likewise. + gas/elf/section1.d: Likewise. + gas/i386/relax.d: Likewise. + gas/mips/elempic.d: Likewise. + gas/mips/empic.d: Likewise. + gas/mips/mips16-e.d: Likewise. + gas/mips/mips16-f.d: Likewise. + gas/mips/mipsel16-e.d: Likewise. + gas/mips/mipsel16-f.d: Likewise. + gas/mips/rm7000.d: Likewise. + gas/mips/telempic.d: Likewise. + gas/mips/tempic.d: Likewise. + gas/mips/tmips16-e.d: Likewise. + gas/mips/tmips16-f.d: Likewise. + gas/mips/tmipsel16-e.d: Likewise. + gas/mips/tmipsel16-f.d: Likewise. + gas/mmix/align-1.d: Likewise. + gas/mmix/basep-10.d: Likewise. + gas/mmix/basep-11.d: Likewise. + gas/mmix/basep-9.d: Likewise. + gas/mmix/comment-3.d: Likewise. + gas/mmix/cons-1.d: Likewise. + gas/mmix/cons-2.d: Likewise. + gas/mmix/expr-1.d: Likewise. + gas/mmix/fb-1.d: Likewise. + gas/mmix/fb-2.d: Likewise. + gas/mmix/greg1.d: Likewise. + gas/mmix/greg1a.d: Likewise. + gas/mmix/greg2.d: Likewise. + gas/mmix/greg2a.d: Likewise. + gas/mmix/greg3.d: Likewise. + gas/mmix/greg4.d: Likewise. + gas/mmix/greg7.d: Likewise. + gas/mmix/greg8.d: Likewise. + gas/mmix/is-1.d: Likewise. + gas/mmix/local-1.d: Likewise. + gas/mmix/odd-1.d: Likewise. + gas/mmix/op-0-1.d: Likewise. + gas/mmix/op-0-2.d: Likewise. + gas/mmix/prefix3.d: Likewise. + gas/mmix/pseudo-1.d: Likewise. + gas/mmix/weak1.d: Likewise. + gas/sh/sh64/crange1-1.d: Likewise. + gas/sh/sh64/crange1-2.d: Likewise. + gas/sh/sh64/crange2-2.d: Likewise. + gas/sh/sh64/crange3-1.d: Likewise. + gas/sh/sh64/crange4-1.d: Likewise. + gas/sh/sh64/crange5-1.d: Likewise. + gas/sh/sh64/datal32-3.d: Likewise. + gas/sh/sh64/datal64-3.d: Likewise. + gas/sh/sh64/endian-1.d: Likewise. + gas/sh/sh64/endian-2.d: Likewise. + gas/sh/sh64/localcom-1.d: Likewise. + gas/sh/sh64/rel32-5.d: Likewise. + gas/sh/sh64/rel64-5.d: Likewise. + gas/sh/sh64/ua32-1.d: Likewise. + gas/sh/sh64/ua64-1.d: Likewise. + gas/xstormy16/reloc-1.d: Likewise. + 2003-09-01 Maciej W. Rozycki * gas/mips/elf-rel-got-n32.d: Fix ulw and usw patterns for diff --git a/gas/testsuite/gas/cris/diffexp-ovwr.d b/gas/testsuite/gas/cris/diffexp-ovwr.d index ed0010b..1c7a00b 100644 --- a/gas/testsuite/gas/cris/diffexp-ovwr.d +++ b/gas/testsuite/gas/cris/diffexp-ovwr.d @@ -23,4 +23,4 @@ Contents of section \.text: 0100 00000000 00000000 00000000 00000000 .* 0110 00000000 00000000 00000000 00000000 .* 0120 00000000 00000100 00000000 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/cris/pushpop-dcr1-sreg.d b/gas/testsuite/gas/cris/pushpop-dcr1-sreg.d index 1ed444e..35c2b1c 100644 --- a/gas/testsuite/gas/cris/pushpop-dcr1-sreg.d +++ b/gas/testsuite/gas/cris/pushpop-dcr1-sreg.d @@ -12,4 +12,4 @@ Contents of section \.text: 0050 01e13e7e 00e13e7e ffe13e7e fee13e7e .* 0060 fde13e7e fce13e7e fbe13e7e f8e13e7e .* 0070 fee17e7e 3e7e3e7e fee17e7e .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/cris/string-1.d b/gas/testsuite/gas/cris/string-1.d index dee713f..ffdc669 100644 --- a/gas/testsuite/gas/cris/string-1.d +++ b/gas/testsuite/gas/cris/string-1.d @@ -9,4 +9,4 @@ Contents of section \.text: 0020 696e6522 20617420 74686520 27656e64 .* 0030 274d6567 6174726f 69640a41 582d466f .* 0040 6f0d0a00 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/cris/string-2.d b/gas/testsuite/gas/cris/string-2.d index 710ab89..9bb1f65 100644 --- a/gas/testsuite/gas/cris/string-2.d +++ b/gas/testsuite/gas/cris/string-2.d @@ -9,4 +9,4 @@ Contents of section \.text: 0020 696e6522 20617420 74686520 27656e64 .* 0030 274d6567 6174726f 69640a41 582d466f .* 0040 6f0d0a00 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/cris/x-to-dcr1-sreg.d b/gas/testsuite/gas/cris/x-to-dcr1-sreg.d index abfc1d1..533f172 100644 --- a/gas/testsuite/gas/cris/x-to-dcr1-sreg.d +++ b/gas/testsuite/gas/cris/x-to-dcr1-sreg.d @@ -55,4 +55,4 @@ Contents of section \.text: 0270 3c7e6f2d 00000000 3c7e7209 307a730d .* 0280 307a7f0d 00000000 307a7f0d 00000000 .* 0290 307a0000 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/elf/section0.d b/gas/testsuite/gas/elf/section0.d index ff7df71..286327c 100644 --- a/gas/testsuite/gas/elf/section0.d +++ b/gas/testsuite/gas/elf/section0.d @@ -3,7 +3,6 @@ .*: +file format .* -Contents of section .text: Contents of section .data: 0+000 00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00.* # The MIPS includes a 'section .reginfo' and such here. diff --git a/gas/testsuite/gas/elf/section1.d b/gas/testsuite/gas/elf/section1.d index 3de235f..4084752 100644 --- a/gas/testsuite/gas/elf/section1.d +++ b/gas/testsuite/gas/elf/section1.d @@ -3,7 +3,6 @@ .*: +file format .* -Contents of section .text: Contents of section .data: 0+000 00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00.* # The MIPS includes a 'section .reginfo' and such here. diff --git a/gas/testsuite/gas/i386/relax.d b/gas/testsuite/gas/i386/relax.d index 3aaed15..7eb5cec 100644 --- a/gas/testsuite/gas/i386/relax.d +++ b/gas/testsuite/gas/i386/relax.d @@ -6,7 +6,6 @@ Contents of section .text: 0+00 90 ?90 ?eb ?14 eb ?12 ?41 ?42 43 ?44 ?45 ?46 47 ?48 ?49 ?00 .* 0+10 00 ?00 ?00 ?00 00 ?00 ?00 ?00 .* -Contents of section .data: Contents of section .gcc_except_table: 0+000 02[ ]*.[ ]* Contents of section .gnu.linkonce.t.blah: diff --git a/gas/testsuite/gas/mips/elempic.d b/gas/testsuite/gas/mips/elempic.d index 1150a11..d40d5fd 100644 --- a/gas/testsuite/gas/mips/elempic.d +++ b/gas/testsuite/gas/mips/elempic.d @@ -131,12 +131,9 @@ Contents of section \.text: 00d0 33000010 0000033c 0c0163[26]4 0000033c .* 00e0 1c0163[26]4 cc000000 34000000 00000000 .* 00f0 cc000000 00000000 34000000 00000000 .* -Contents of section \.data: Contents of section \.reginfo: 0000 08000080 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section \.foo: 0000 00000000 0000033c 040063[26]4 0000033c .* 0010 0c0163[26]4 0000033c 180063[26]4 0000033c .* diff --git a/gas/testsuite/gas/mips/empic.d b/gas/testsuite/gas/mips/empic.d index 5a40d5d..6c3c93a 100644 --- a/gas/testsuite/gas/mips/empic.d +++ b/gas/testsuite/gas/mips/empic.d @@ -130,12 +130,9 @@ Contents of section \.text: 00d0 10000033 3c030000 [26]463010c 3c030000 .* 00e0 [26]463011c 000000cc 00000034 00000000 .* 00f0 00000000 000000cc 00000000 00000034 .* -Contents of section \.data: Contents of section \.reginfo: 0000 80000008 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section \.foo: 0000 00000000 3c030000 [26]4630004 3c030000 .* 0010 [26]463010c 3c030000 [26]4630018 3c030000 .* diff --git a/gas/testsuite/gas/mips/mips16-e.d b/gas/testsuite/gas/mips/mips16-e.d index 49a1705..2b2fe21 100644 --- a/gas/testsuite/gas/mips/mips16-e.d +++ b/gas/testsuite/gas/mips/mips16-e.d @@ -30,12 +30,9 @@ OFFSET [ ]+ TYPE VALUE Contents of section \.text: 0000 65006500 65006500 65006500 65006500 .* -Contents of section \.data: Contents of section \.reginfo: 0000 00000001 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section foo: 0000 00000000 00000008 00000000 00000003 .* 0010 00000000 00000008 00000000 00000000 .* diff --git a/gas/testsuite/gas/mips/mips16-f.d b/gas/testsuite/gas/mips/mips16-f.d index c98b04d..9339b6e 100644 --- a/gas/testsuite/gas/mips/mips16-f.d +++ b/gas/testsuite/gas/mips/mips16-f.d @@ -23,11 +23,8 @@ OFFSET [ ]+ TYPE VALUE Contents of section \.text: 0000 65006500 65006500 65006500 65006500 .* -Contents of section \.data: Contents of section \.reginfo: 0000 00000001 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section foo: 0000 00000003 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mips/mipsel16-e.d b/gas/testsuite/gas/mips/mipsel16-e.d index f8f5a37..ad8c990 100644 --- a/gas/testsuite/gas/mips/mipsel16-e.d +++ b/gas/testsuite/gas/mips/mipsel16-e.d @@ -31,12 +31,9 @@ OFFSET [ ]+ TYPE VALUE Contents of section \.text: 0000 00650065 00650065 00650065 00650065 .* -Contents of section \.data: Contents of section \.reginfo: 0000 01000000 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section foo: 0000 00000000 08000000 00000000 03000000 .* 0010 00000000 08000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mips/mipsel16-f.d b/gas/testsuite/gas/mips/mipsel16-f.d index 5de78ed..0e65842 100644 --- a/gas/testsuite/gas/mips/mipsel16-f.d +++ b/gas/testsuite/gas/mips/mipsel16-f.d @@ -24,11 +24,8 @@ OFFSET [ ]+ TYPE VALUE Contents of section \.text: 0000 00650065 00650065 00650065 00650065 .* -Contents of section \.data: Contents of section \.reginfo: 0000 01000000 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section foo: 0000 03000000 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mips/rm7000.d b/gas/testsuite/gas/mips/rm7000.d index 05df9c8..9a5ae23 100644 --- a/gas/testsuite/gas/mips/rm7000.d +++ b/gas/testsuite/gas/mips/rm7000.d @@ -12,3 +12,4 @@ Disassembly of section \.text: * 8: 70a60001 * madu \$5,\$6 * c: 00003812 * mflo \$7 *10: 01000011 * mthi \$8 + ... diff --git a/gas/testsuite/gas/mips/telempic.d b/gas/testsuite/gas/mips/telempic.d index 11700a1..96bc263 100644 --- a/gas/testsuite/gas/mips/telempic.d +++ b/gas/testsuite/gas/mips/telempic.d @@ -131,12 +131,9 @@ Contents of section \.text: 00d0 33000010 0000033c 0c0163[26]4 0000033c .* 00e0 1c0163[26]4 cc000000 34000000 00000000 .* 00f0 cc000000 00000000 34000000 00000000 .* -Contents of section \.data: Contents of section \.reginfo: 0000 08000080 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section \.foo: 0000 00000000 0000033c 040063[26]4 0000033c .* 0010 0c0163[26]4 0000033c 180063[26]4 0000033c .* diff --git a/gas/testsuite/gas/mips/tempic.d b/gas/testsuite/gas/mips/tempic.d index 5efa955..07dbc96 100644 --- a/gas/testsuite/gas/mips/tempic.d +++ b/gas/testsuite/gas/mips/tempic.d @@ -131,12 +131,9 @@ Contents of section \.text: 00d0 10000033 3c030000 [26]463010c 3c030000 .* 00e0 [26]463011c 000000cc 00000034 00000000 .* 00f0 00000000 000000cc 00000000 00000034 .* -Contents of section \.data: Contents of section \.reginfo: 0000 80000008 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section \.foo: 0000 00000000 3c030000 [26]4630004 3c030000 .* 0010 [26]463010c 3c030000 [26]4630018 3c030000 .* diff --git a/gas/testsuite/gas/mips/tmips16-e.d b/gas/testsuite/gas/mips/tmips16-e.d index bad8388..cf62fab 100644 --- a/gas/testsuite/gas/mips/tmips16-e.d +++ b/gas/testsuite/gas/mips/tmips16-e.d @@ -31,12 +31,9 @@ OFFSET [ ]+ TYPE VALUE Contents of section \.text: 0000 65006500 65006500 65006500 65006500 .* -Contents of section \.data: Contents of section \.reginfo: 0000 00000001 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section foo: 0000 00000000 00000008 00000000 00000003 .* 0010 00000000 00000008 00000000 00000000 .* diff --git a/gas/testsuite/gas/mips/tmips16-f.d b/gas/testsuite/gas/mips/tmips16-f.d index 63c85d1..d2197f0 100644 --- a/gas/testsuite/gas/mips/tmips16-f.d +++ b/gas/testsuite/gas/mips/tmips16-f.d @@ -24,11 +24,8 @@ OFFSET [ ]+ TYPE VALUE Contents of section \.text: 0000 65006500 65006500 65006500 65006500 .* -Contents of section \.data: Contents of section \.reginfo: 0000 00000001 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section foo: 0000 00000003 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mips/tmipsel16-e.d b/gas/testsuite/gas/mips/tmipsel16-e.d index dbabb7a..7495811 100644 --- a/gas/testsuite/gas/mips/tmipsel16-e.d +++ b/gas/testsuite/gas/mips/tmipsel16-e.d @@ -31,12 +31,9 @@ OFFSET [ ]+ TYPE VALUE Contents of section \.text: 0000 00650065 00650065 00650065 00650065 .* -Contents of section \.data: Contents of section \.reginfo: 0000 01000000 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section foo: 0000 00000000 08000000 00000000 03000000 .* 0010 00000000 08000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mips/tmipsel16-f.d b/gas/testsuite/gas/mips/tmipsel16-f.d index f6402df..032a796 100644 --- a/gas/testsuite/gas/mips/tmipsel16-f.d +++ b/gas/testsuite/gas/mips/tmipsel16-f.d @@ -24,11 +24,8 @@ OFFSET [ ]+ TYPE VALUE Contents of section \.text: 0000 00650065 00650065 00650065 00650065 .* -Contents of section \.data: Contents of section \.reginfo: 0000 01000000 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.(mdebug|pdr): -#... Contents of section foo: 0000 03000000 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/align-1.d b/gas/testsuite/gas/mmix/align-1.d index c4b4c41..94acac2 100644 --- a/gas/testsuite/gas/mmix/align-1.d +++ b/gas/testsuite/gas/mmix/align-1.d @@ -15,4 +15,4 @@ SYMBOL TABLE: Contents of section \.text: 0000 00000001 02000000 00000003 04000000 .* 0010 00000000 00000005 06000000 fd000102 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/mmix/basep-10.d b/gas/testsuite/gas/mmix/basep-10.d index 6a24e9d..fcf486f 100644 --- a/gas/testsuite/gas/mmix/basep-10.d +++ b/gas/testsuite/gas/mmix/basep-10.d @@ -29,6 +29,5 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 fd000000 232a0000 232b0000 232c000c .* 0010 232d0000 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/basep-11.d b/gas/testsuite/gas/mmix/basep-11.d index 36eacf9..81227c0 100644 --- a/gas/testsuite/gas/mmix/basep-11.d +++ b/gas/testsuite/gas/mmix/basep-11.d @@ -22,4 +22,4 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 fd000000 232a0000 232b0000 232c0000 .* 0010 232d0000 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/mmix/basep-9.d b/gas/testsuite/gas/mmix/basep-9.d index 9bc9155..0a61637 100644 --- a/gas/testsuite/gas/mmix/basep-9.d +++ b/gas/testsuite/gas/mmix/basep-9.d @@ -24,6 +24,5 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 232a0000 232c0000 232d0004 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/comment-3.d b/gas/testsuite/gas/mmix/comment-3.d index 1e3f0ba..2614051 100644 --- a/gas/testsuite/gas/mmix/comment-3.d +++ b/gas/testsuite/gas/mmix/comment-3.d @@ -15,7 +15,5 @@ OFFSET TYPE VALUE 0000000000000000 R_MMIX_64 \.text -Contents of section \.text: -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/cons-1.d b/gas/testsuite/gas/mmix/cons-1.d index ab263b0..d56a3f9 100644 --- a/gas/testsuite/gas/mmix/cons-1.d +++ b/gas/testsuite/gas/mmix/cons-1.d @@ -4,4 +4,4 @@ Contents of section \.text: 0000 00000000 00000000 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/mmix/cons-2.d b/gas/testsuite/gas/mmix/cons-2.d index dbb8a07..6e354a5 100644 --- a/gas/testsuite/gas/mmix/cons-2.d +++ b/gas/testsuite/gas/mmix/cons-2.d @@ -11,4 +11,4 @@ SYMBOL TABLE: Contents of section \.text: 0000 61623b00 00000000 00000000 00000064 .* 0010 00000000 00000065 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/mmix/expr-1.d b/gas/testsuite/gas/mmix/expr-1.d index 5f0fea9..68a04f3 100644 --- a/gas/testsuite/gas/mmix/expr-1.d +++ b/gas/testsuite/gas/mmix/expr-1.d @@ -4,4 +4,4 @@ Contents of section \.text: 0000 000000ab 00000100 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/mmix/fb-1.d b/gas/testsuite/gas/mmix/fb-1.d index 255cafc..3610c71 100644 --- a/gas/testsuite/gas/mmix/fb-1.d +++ b/gas/testsuite/gas/mmix/fb-1.d @@ -16,6 +16,5 @@ OFFSET TYPE VALUE Contents of section \.text: 0+ dd2d0038 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0+ 00000000 aabbccdd 00000000 00112233 .* diff --git a/gas/testsuite/gas/mmix/fb-2.d b/gas/testsuite/gas/mmix/fb-2.d index 4b80fc4..5e412d5 100644 --- a/gas/testsuite/gas/mmix/fb-2.d +++ b/gas/testsuite/gas/mmix/fb-2.d @@ -28,6 +28,5 @@ Contents of section \.text: 0020 00000000 fd000000 231e0000 00000000 .* 0030 00000000 00000000 00000000 00000000 .* 0040 fd000000 002a002b 002b002c .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/greg1.d b/gas/testsuite/gas/mmix/greg1.d index 9040498..5c45364 100644 --- a/gas/testsuite/gas/mmix/greg1.d +++ b/gas/testsuite/gas/mmix/greg1.d @@ -28,7 +28,6 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 e37b01c8 e3ea1edb fd020304 fd010203 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 00000000 000000f7 .* 0010 00000000 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/greg1a.d b/gas/testsuite/gas/mmix/greg1a.d index 557d4b8..932f4e4 100644 --- a/gas/testsuite/gas/mmix/greg1a.d +++ b/gas/testsuite/gas/mmix/greg1a.d @@ -31,7 +31,6 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 e37b01c8 e3ea1edb fd020304 fd010203 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 00000000 000000f7 .* 0010 00000000 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/greg2.d b/gas/testsuite/gas/mmix/greg2.d index 9040498..5c45364 100644 --- a/gas/testsuite/gas/mmix/greg2.d +++ b/gas/testsuite/gas/mmix/greg2.d @@ -28,7 +28,6 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 e37b01c8 e3ea1edb fd020304 fd010203 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 00000000 000000f7 .* 0010 00000000 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/greg2a.d b/gas/testsuite/gas/mmix/greg2a.d index a2ebfe3..1fbd88d 100644 --- a/gas/testsuite/gas/mmix/greg2a.d +++ b/gas/testsuite/gas/mmix/greg2a.d @@ -31,7 +31,6 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 e37b01c8 e3ea1edb fd020304 fd010203 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 00000000 000000f7 .* 0010 00000000 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/greg3.d b/gas/testsuite/gas/mmix/greg3.d index 4e73f0e..9b76614 100644 --- a/gas/testsuite/gas/mmix/greg3.d +++ b/gas/testsuite/gas/mmix/greg3.d @@ -26,6 +26,5 @@ Contents of section \.text: 0000 8f030010 8e030700 8f050004 fd000001 .* 0010 fd000002 fd000003 fd000004 fd000005 .* 0020 fd000006 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/greg4.d b/gas/testsuite/gas/mmix/greg4.d index 77dd86a..224794e 100644 --- a/gas/testsuite/gas/mmix/greg4.d +++ b/gas/testsuite/gas/mmix/greg4.d @@ -24,6 +24,5 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 fd000000 fd000001 9f000004 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/greg7.d b/gas/testsuite/gas/mmix/greg7.d index 68f5a32..b6021e2 100644 --- a/gas/testsuite/gas/mmix/greg7.d +++ b/gas/testsuite/gas/mmix/greg7.d @@ -23,6 +23,5 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 00000000 00000021 232c0004 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000004 .* diff --git a/gas/testsuite/gas/mmix/greg8.d b/gas/testsuite/gas/mmix/greg8.d index 4d741fa..a8314b4 100644 --- a/gas/testsuite/gas/mmix/greg8.d +++ b/gas/testsuite/gas/mmix/greg8.d @@ -28,6 +28,5 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 00000000 00000021 232c0054 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/is-1.d b/gas/testsuite/gas/mmix/is-1.d index 1b6f32e..c96fa50 100644 --- a/gas/testsuite/gas/mmix/is-1.d +++ b/gas/testsuite/gas/mmix/is-1.d @@ -9,4 +9,4 @@ SYMBOL TABLE: Contents of section \.text: 0+ 00000026 0000001f 0000000d 0000001e .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/mmix/local-1.d b/gas/testsuite/gas/mmix/local-1.d index 51418f6..2656cfd 100644 --- a/gas/testsuite/gas/mmix/local-1.d +++ b/gas/testsuite/gas/mmix/local-1.d @@ -35,4 +35,3 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 fd000000 .* -Contents of section \.data: diff --git a/gas/testsuite/gas/mmix/odd-1.d b/gas/testsuite/gas/mmix/odd-1.d index 0162e1d..8cec211 100644 --- a/gas/testsuite/gas/mmix/odd-1.d +++ b/gas/testsuite/gas/mmix/odd-1.d @@ -23,6 +23,5 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 f9000000 ff016400 fb0000ff fb000000 .* 0010 00000001 33000408 c1000200 0004022a .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000abc .* diff --git a/gas/testsuite/gas/mmix/op-0-1.d b/gas/testsuite/gas/mmix/op-0-1.d index 56c51e8..85791e8 100644 --- a/gas/testsuite/gas/mmix/op-0-1.d +++ b/gas/testsuite/gas/mmix/op-0-1.d @@ -25,4 +25,4 @@ Contents of section \.text: 0010 fd000000 f4070000 fd000000 fd000000 .* 0020 fd000000 f2080000 fd000000 fd000000 .* 0030 fd000000 fd000000 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/mmix/op-0-2.d b/gas/testsuite/gas/mmix/op-0-2.d index 4a3c668..530e8d4 100644 --- a/gas/testsuite/gas/mmix/op-0-2.d +++ b/gas/testsuite/gas/mmix/op-0-2.d @@ -23,4 +23,4 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 f0000000 f4070000 f2080000 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/mmix/prefix3.d b/gas/testsuite/gas/mmix/prefix3.d index ecd7538..1b1a1ef 100644 --- a/gas/testsuite/gas/mmix/prefix3.d +++ b/gas/testsuite/gas/mmix/prefix3.d @@ -27,6 +27,5 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 81ff0000 81fe0000 .* -Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 0008aa52 00000000 00000000 .* diff --git a/gas/testsuite/gas/mmix/pseudo-1.d b/gas/testsuite/gas/mmix/pseudo-1.d index 293e2d9..e7ac99a 100644 --- a/gas/testsuite/gas/mmix/pseudo-1.d +++ b/gas/testsuite/gas/mmix/pseudo-1.d @@ -13,4 +13,3 @@ SYMBOL TABLE: Contents of section \.text: 0000 00000020 00000020 00000020 00000020 .* 0010 0000000a 00000000 .* -Contents of section \.data: diff --git a/gas/testsuite/gas/mmix/weak1.d b/gas/testsuite/gas/mmix/weak1.d index d0696e0..c51726d 100644 --- a/gas/testsuite/gas/mmix/weak1.d +++ b/gas/testsuite/gas/mmix/weak1.d @@ -20,4 +20,4 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 f8010000 f20f0000 fd000000 fd000000 .* 0010 fd000000 fd000000 00000000 00000000 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/sh/sh64/crange1-1.d b/gas/testsuite/gas/sh/sh64/crange1-1.d index 23c7f06..8c38663 100644 --- a/gas/testsuite/gas/sh/sh64/crange1-1.d +++ b/gas/testsuite/gas/sh/sh64/crange1-1.d @@ -24,7 +24,6 @@ OFFSET *TYPE *VALUE Contents of section \.text: 0000 6ff0fff0 cc00aad0 cc0022e0 6ff0fff0 .* -Contents of section \.data: Contents of section \.text\.compact: 0000 0009e02a 89000009 0009 .* Contents of section \.text\.shmediaanddata: diff --git a/gas/testsuite/gas/sh/sh64/crange1-2.d b/gas/testsuite/gas/sh/sh64/crange1-2.d index bef541b..595ed39 100644 --- a/gas/testsuite/gas/sh/sh64/crange1-2.d +++ b/gas/testsuite/gas/sh/sh64/crange1-2.d @@ -27,7 +27,6 @@ OFFSET *TYPE *VALUE Contents of section \.text: 0000 6ff0fff0 cc00aad0 cc0022e0 6ff0fff0 .* -Contents of section \.data: Contents of section \.text\.compact: 0000 0009e02a 89000009 0009 .* Contents of section \.text\.shmediaanddata: diff --git a/gas/testsuite/gas/sh/sh64/crange2-2.d b/gas/testsuite/gas/sh/sh64/crange2-2.d index ce5a03e..89fc49c 100644 --- a/gas/testsuite/gas/sh/sh64/crange2-2.d +++ b/gas/testsuite/gas/sh/sh64/crange2-2.d @@ -17,7 +17,6 @@ Contents of section \.text: 0000 e8000a30 ec001240 ec001250 6ff0fff0 .* 0010 00090009 00090009 00090009 00090009 .* 0020 00090009 effffa60 effffa70 ebffe200 .* -Contents of section .data: Contents of section .cranges: 0000 00000000 00000010 00030000 00100000 .* 0010 00140002 00000024 0000000c 0003 .* diff --git a/gas/testsuite/gas/sh/sh64/crange3-1.d b/gas/testsuite/gas/sh/sh64/crange3-1.d index 1210d76..d7ddb0b 100644 --- a/gas/testsuite/gas/sh/sh64/crange3-1.d +++ b/gas/testsuite/gas/sh/sh64/crange3-1.d @@ -17,7 +17,6 @@ Contents of section \.text: 0010 01235678 12345678 12345678 1234fede .* 0020 6ff0fff0 6ff0fff0 6ff0fff0 6ff0fff0 .* 0030 6ff0fff0 .* -Contents of section \.data: Contents of section \.rodata: 0000 abcdef01 12345678 .* Contents of section \.cranges: diff --git a/gas/testsuite/gas/sh/sh64/crange4-1.d b/gas/testsuite/gas/sh/sh64/crange4-1.d index 1472492..e31d530 100644 --- a/gas/testsuite/gas/sh/sh64/crange4-1.d +++ b/gas/testsuite/gas/sh/sh64/crange4-1.d @@ -14,7 +14,6 @@ OFFSET *TYPE *VALUE Contents of section \.text: 0000 6ff0fff0 00000000 00000000 00000000 .* 0010 00000000 00000000 .* -Contents of section \.data: Contents of section \.cranges: 0000 00000000 00000004 00030000 00040000 .* 0010 00140001 .* diff --git a/gas/testsuite/gas/sh/sh64/crange5-1.d b/gas/testsuite/gas/sh/sh64/crange5-1.d index bccb592..1c58522 100644 --- a/gas/testsuite/gas/sh/sh64/crange5-1.d +++ b/gas/testsuite/gas/sh/sh64/crange5-1.d @@ -10,4 +10,3 @@ Contents of section \.text: 0010 acf00c00 acf009c0 acf00520 00f8fce0 .* 0020 0029fc10 e4110200 ebffda50 d81201c0 .* 0030 e8000a00 cc000420 6ff0fff0 .* -Contents of section .data: diff --git a/gas/testsuite/gas/sh/sh64/datal32-3.d b/gas/testsuite/gas/sh/sh64/datal32-3.d index 074db6d..ca46631 100644 --- a/gas/testsuite/gas/sh/sh64/datal32-3.d +++ b/gas/testsuite/gas/sh/sh64/datal32-3.d @@ -90,6 +90,5 @@ Contents of section \.text: 0040 cc000210 c8000210 cc000080 c8000080 .* 0050 cc0002c0 c80002c0 cc0001e0 c80001e0 .* 0060 6ff0fff0 6ff0fff0 6ff0fff0 .* -Contents of section \.data: Contents of section \.rodata: 0000 00000048 00000088 00000008 00000020 .* diff --git a/gas/testsuite/gas/sh/sh64/datal64-3.d b/gas/testsuite/gas/sh/sh64/datal64-3.d index 3c07f43..7a5ddad 100644 --- a/gas/testsuite/gas/sh/sh64/datal64-3.d +++ b/gas/testsuite/gas/sh/sh64/datal64-3.d @@ -119,6 +119,5 @@ Contents of section \.text: 00a0 c80002c0 c80002c0 cc0001e0 c80001e0 .* 00b0 c80001e0 c80001e0 6ff0fff0 6ff0fff0 .* 00c0 6ff0fff0 .* -Contents of section \.data: Contents of section \.rodata: 0000 00000088 000000d0 00000008 00000020 .* diff --git a/gas/testsuite/gas/sh/sh64/endian-1.d b/gas/testsuite/gas/sh/sh64/endian-1.d index cdc0c9c..3d2ca8e 100644 --- a/gas/testsuite/gas/sh/sh64/endian-1.d +++ b/gas/testsuite/gas/sh/sh64/endian-1.d @@ -6,4 +6,4 @@ Contents of section .text: 0000 00d048cc 78563412 34120000.* -Contents of section .data: + diff --git a/gas/testsuite/gas/sh/sh64/endian-2.d b/gas/testsuite/gas/sh/sh64/endian-2.d index 1fc1e19..7f6d265 100644 --- a/gas/testsuite/gas/sh/sh64/endian-2.d +++ b/gas/testsuite/gas/sh/sh64/endian-2.d @@ -6,5 +6,5 @@ Contents of section .text: 0000 cc48d000 12345678 12340000.* -Contents of section .data: + diff --git a/gas/testsuite/gas/sh/sh64/localcom-1.d b/gas/testsuite/gas/sh/sh64/localcom-1.d index bd8bc93..9c717a1 100644 --- a/gas/testsuite/gas/sh/sh64/localcom-1.d +++ b/gas/testsuite/gas/sh/sh64/localcom-1.d @@ -27,4 +27,4 @@ OFFSET *TYPE *VALUE Contents of section \.text: 0000 00090009 00090009 00090009 00090009 .* 0010 00000004 00000004 0000000c 1234 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/sh/sh64/rel32-5.d b/gas/testsuite/gas/sh/sh64/rel32-5.d index b2bd838..7472013 100644 --- a/gas/testsuite/gas/sh/sh64/rel32-5.d +++ b/gas/testsuite/gas/sh/sh64/rel32-5.d @@ -27,4 +27,4 @@ Contents of section \.text: 0050 6ff0fff0 6ff0fff0 6ff0fff0 6ff0fff0 .* 0060 6ff0fff0 6ff0fff0 6ff0fff0 6ff0fff0 .* 0070 6ff0fff0 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/sh/sh64/rel64-5.d b/gas/testsuite/gas/sh/sh64/rel64-5.d index 63b04bb..cd7b927 100644 --- a/gas/testsuite/gas/sh/sh64/rel64-5.d +++ b/gas/testsuite/gas/sh/sh64/rel64-5.d @@ -37,4 +37,4 @@ Contents of section \.text: 0070 6ff0fff0 6ff0fff0 6ff0fff0 6ff0fff0 .* 0080 6ff0fff0 6ff0fff0 6ff0fff0 6ff0fff0 .* 0090 6ff0fff0 .* -Contents of section \.data: + diff --git a/gas/testsuite/gas/sh/sh64/ua32-1.d b/gas/testsuite/gas/sh/sh64/ua32-1.d index 79b4ccf..879209d 100644 --- a/gas/testsuite/gas/sh/sh64/ua32-1.d +++ b/gas/testsuite/gas/sh/sh64/ua32-1.d @@ -16,8 +16,6 @@ OFFSET *TYPE *VALUE 0+30 R_SH_64 externsym3\+0x0+2b -Contents of section \.text: -Contents of section \.data: Contents of section \.rodata: 0000 01234567 89abcdef 2a4a2143 b1abcd00 .* 0010 00000301 2c456d89 ab1d0f00 00000000 .* diff --git a/gas/testsuite/gas/sh/sh64/ua64-1.d b/gas/testsuite/gas/sh/sh64/ua64-1.d index 8ba6287..cfe3dbb 100644 --- a/gas/testsuite/gas/sh/sh64/ua64-1.d +++ b/gas/testsuite/gas/sh/sh64/ua64-1.d @@ -16,8 +16,6 @@ OFFSET TYPE VALUE 0+30 R_SH_64 externsym3\+0x000000000000002b -Contents of section \.text: -Contents of section \.data: Contents of section \.rodata: 0000 01234567 89abcdef 2a4a2143 b1abcd00 .* 0010 00000301 2c456d89 ab1d0f00 00000000 .* diff --git a/gas/testsuite/gas/xstormy16/reloc-1.d b/gas/testsuite/gas/xstormy16/reloc-1.d index 60848cd..21ff86e 100644 --- a/gas/testsuite/gas/xstormy16/reloc-1.d +++ b/gas/testsuite/gas/xstormy16/reloc-1.d @@ -23,4 +23,4 @@ OFFSET TYPE VALUE Contents of section \.text: 0000 00000000 00000000 00000000 00000000 \................ 0010 00000000 00000000 0000 \.......... -Contents of section \.data: + -- cgit v1.1