From: Alan Modra Date: Sat, 11 Dec 2004 04:32:37 +0000 (+0000) Subject: bfd/ X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=5c799c07901549f0d27349514f0ded5e8d7f16cc;hp=645ea6a951e7e1d48eff89c71a812ed5bc308b57;p=deliverable%2Fbinutils-gdb.git bfd/ * elfcode.h (elf_slurp_symbol_table): Use bfd_elf_sym_name so that canonical sections syms have a name. gas/testsuite/ Update for changed section syms. ld/testsuite/ Update for changed section syms. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e97ea6e3bc..f61fd226a2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-12-11 Alan Modra + + * elfcode.h (elf_slurp_symbol_table): Use bfd_elf_sym_name so that + canonical sections syms have a name. + 2004-12-11 Alan Modra * elf64-ppc.c (opd_entry_value): Don't use cached relocs if they diff --git a/bfd/elfcode.h b/bfd/elfcode.h index a06b839e9a..0e22c33c47 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -1086,9 +1086,7 @@ elf_slurp_symbol_table (bfd *abfd, asymbol **symptrs, bfd_boolean dynamic) memcpy (&sym->internal_elf_sym, isym, sizeof (Elf_Internal_Sym)); sym->symbol.the_bfd = abfd; - sym->symbol.name = bfd_elf_string_from_elf_section (abfd, - hdr->sh_link, - isym->st_name); + sym->symbol.name = bfd_elf_sym_name (abfd, hdr, isym); sym->symbol.value = isym->st_value; @@ -1217,7 +1215,7 @@ error_return: return -1; } -/* Read relocations for ASECT from REL_HDR. There are RELOC_COUNT of +/* Read relocations for ASECT from REL_HDR. There are RELOC_COUNT of them. */ static bfd_boolean diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 386340d60a..28d7451332 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,60 @@ +2004-12-11 Alan Modra + + * gas/alpha/elf-usepv-1.d: Update for changed section syms. + * gas/arm/mapping.d: Likewise. + * gas/mips/tmips16-e.d: Likewise. + * gas/mips/tmips16-f.d: Likewise. + * gas/mmix/align-1.d: Likewise. + * gas/mmix/basep-10.d: Likewise. + * gas/mmix/basep-11.d: Likewise. + * gas/mmix/basep-7.d: Likewise. + * gas/mmix/basep-8.d: Likewise. + * gas/mmix/basep-9.d: Likewise. + * gas/mmix/builtin1.d: Likewise. + * gas/mmix/builtin2.d: Likewise. + * gas/mmix/builtin3.d: Likewise. + * gas/mmix/bz-c.d: Likewise. + * gas/mmix/comment-2.d: Likewise. + * gas/mmix/comment-3.d: Likewise. + * gas/mmix/cons-2.d: Likewise. + * gas/mmix/fb-1.d: Likewise. + * gas/mmix/fb-2.d: Likewise. + * gas/mmix/geta-c.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/greg5.d: Likewise. + * gas/mmix/greg6.d: Likewise. + * gas/mmix/greg7.d: Likewise. + * gas/mmix/greg8.d: Likewise. + * gas/mmix/is-1.d: Likewise. + * gas/mmix/jump-c.d: Likewise. + * gas/mmix/local-1.d: Likewise. + * gas/mmix/locall1.d: Likewise. + * gas/mmix/odd-1.d: Likewise. + * gas/mmix/op-0-1.d: Likewise. + * gas/mmix/op-0-1s.d: Likewise. + * gas/mmix/op-0-2.d: Likewise. + * gas/mmix/prefix1.d: Likewise. + * gas/mmix/prefix2.d: Likewise. + * gas/mmix/prefix3.d: Likewise. + * gas/mmix/pseudo-1.d: Likewise. + * gas/mmix/pushj-c.d: Likewise. + * gas/mmix/pushj-cs.d: Likewise. + * gas/mmix/sym-1.d: Likewise. + * gas/mmix/weak1-s.d: Likewise. + * gas/mmix/weak1.d: Likewise. + * gas/mmix/zerop-1.d: Likewise. + * gas/ppc/power4.d: Likewise. + * gas/ppc/test1elf32.d: Likewise. + * gas/ppc/test1elf64.d: Likewise. + * gas/sh/sh64/datal32-3.d: Likewise. + * gas/sh/sh64/datal64-3.d: Likewise. + * gas/sh/sh64/localcom-1.d: Likewise. + 2004-12-10 Ian Lance Taylor * gas/mips/elf-rel23a.d: New test. diff --git a/gas/testsuite/gas/alpha/elf-usepv-1.d b/gas/testsuite/gas/alpha/elf-usepv-1.d index cd0603ffff..115eb691c2 100644 --- a/gas/testsuite/gas/alpha/elf-usepv-1.d +++ b/gas/testsuite/gas/alpha/elf-usepv-1.d @@ -4,8 +4,8 @@ .*: file format elf64-alpha.* SYMBOL TABLE: -0*0000000 l d .text 0*0000000 -0*0000000 l d .data 0*0000000 -0*0000000 l d .bss 0*0000000 -0*0000000 l .text 0*0000000 0x80 foo -0*0000004 l .text 0*0000000 0x88 bar +0*0000000 l d \.text 0*0000000 (|\.text) +0*0000000 l d \.data 0*0000000 (|\.data) +0*0000000 l d \.bss 0*0000000 (|\.bss) +0*0000000 l \.text 0*0000000 0x80 foo +0*0000004 l \.text 0*0000000 0x88 bar diff --git a/gas/testsuite/gas/arm/mapping.d b/gas/testsuite/gas/arm/mapping.d index 7ad249e27d..9a79759789 100644 --- a/gas/testsuite/gas/arm/mapping.d +++ b/gas/testsuite/gas/arm/mapping.d @@ -6,13 +6,13 @@ .*: +file format.*arm.* SYMBOL TABLE: -0+00 l d .text 0+0 -0+00 l d .data 0+0 -0+00 l d .bss 0+0 +0+00 l d .text 0+0 (|.text) +0+00 l d .data 0+0 (|.data) +0+00 l d .bss 0+0 (|.bss) 0+00 l F .text 0+0 \$a 0+08 l F .text 0+0 \$t 0+00 l O .data 0+0 \$d -0+00 l d foo 0+0 +0+00 l d foo 0+0 (|foo) 0+00 l F foo 0+0 \$t 0+00 g .text 0+0 mapping 0+08 g F .text 0+0 thumb_mapping diff --git a/gas/testsuite/gas/mips/tmips16-e.d b/gas/testsuite/gas/mips/tmips16-e.d index cf62fab8d5..b03c6bb4f0 100644 --- a/gas/testsuite/gas/mips/tmips16-e.d +++ b/gas/testsuite/gas/mips/tmips16-e.d @@ -8,14 +8,14 @@ .*: +file format elf.*mips.* SYMBOL TABLE: -0+0000000 l d \.text 0+0000000 -0+0000000 l d \.data 0+0000000 -0+0000000 l d \.bss 0+0000000 +0+0000000 l d \.text 0+0000000 (|\.text) +0+0000000 l d \.data 0+0000000 (|\.data) +0+0000000 l d \.bss 0+0000000 (|\.bss) 0+0000002 l \.text 0+0000000 0xf0 l1 0+0000004 l \.text 0+0000000 0xf0 L1.1 -0+0000000 l d foo 0+0000000 -0+0000000 l d \.reginfo 0+0000000 -0+0000000 l d \.(mdebug|pdr) 0+0000000 +0+0000000 l d foo 0+0000000 (|foo) +0+0000000 l d \.reginfo 0+0000000 (|\.reginfo) +0+0000000 l d \.(mdebug|pdr) 0+0000000 (|\.mdebug|\.pdr) 0+0000000 \*UND\* 0+0000000 g1 diff --git a/gas/testsuite/gas/mips/tmips16-f.d b/gas/testsuite/gas/mips/tmips16-f.d index d2197f0349..8e3304ca9b 100644 --- a/gas/testsuite/gas/mips/tmips16-f.d +++ b/gas/testsuite/gas/mips/tmips16-f.d @@ -8,13 +8,13 @@ .*: +file format elf.*mips.* SYMBOL TABLE: -0+0000000 l d \.text 0+0000000 -0+0000000 l d \.data 0+0000000 -0+0000000 l d \.bss 0+0000000 +0+0000000 l d \.text 0+0000000 (|\.text) +0+0000000 l d \.data 0+0000000 (|\.data) +0+0000000 l d \.bss 0+0000000 (|\.bss) 0+0000002 l \.text 0+0000000 0xf0 l1 -0+0000000 l d foo 0+0000000 -0+0000000 l d \.reginfo 0+0000000 -0+0000000 l d \.(mdebug|pdr) 0+0000000 +0+0000000 l d foo 0+0000000 (|foo) +0+0000000 l d \.reginfo 0+0000000 (|\.reginfo) +0+0000000 l d \.(mdebug|pdr) 0+0000000 (|\.mdebug|\.pdr) RELOCATION RECORDS FOR \[foo\]: diff --git a/gas/testsuite/gas/mmix/align-1.d b/gas/testsuite/gas/mmix/align-1.d index 94acac2576..68658df913 100644 --- a/gas/testsuite/gas/mmix/align-1.d +++ b/gas/testsuite/gas/mmix/align-1.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0000000000000000 l d \.text 0000000000000000 -0000000000000000 l d \.data 0000000000000000 -0000000000000000 l d \.bss 0000000000000000 +0000000000000000 l d \.text 0000000000000000 (|\.text) +0000000000000000 l d \.data 0000000000000000 (|\.data) +0000000000000000 l d \.bss 0000000000000000 (|\.bss) 0000000000000002 l \.text 0000000000000000 a 0000000000000008 l \.text 0000000000000000 b 0000000000000010 l \.text 0000000000000000 c diff --git a/gas/testsuite/gas/mmix/basep-10.d b/gas/testsuite/gas/mmix/basep-10.d index fcf486f747..07c990c292 100644 --- a/gas/testsuite/gas/mmix/basep-10.d +++ b/gas/testsuite/gas/mmix/basep-10.d @@ -4,12 +4,12 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+4 l \.text 0+ w4 0+10 l \.text 0+ w2 -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+c w \.text 0+ w1 0+8 w \.text 0+ w3 diff --git a/gas/testsuite/gas/mmix/basep-11.d b/gas/testsuite/gas/mmix/basep-11.d index 81227c0ae6..dc03ca4649 100644 --- a/gas/testsuite/gas/mmix/basep-11.d +++ b/gas/testsuite/gas/mmix/basep-11.d @@ -4,9 +4,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+4 l \.text 0+ w4 0+10 l \.text 0+ w2 0+c w \.text 0+ w1 diff --git a/gas/testsuite/gas/mmix/basep-7.d b/gas/testsuite/gas/mmix/basep-7.d index e00139fef7..0cd0a13a63 100644 --- a/gas/testsuite/gas/mmix/basep-7.d +++ b/gas/testsuite/gas/mmix/basep-7.d @@ -9,9 +9,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+2a l \*ABS\* 0+ a 0+70 l \*ABS\* 0+ b 0+48 l \*ABS\* 0+ c diff --git a/gas/testsuite/gas/mmix/basep-8.d b/gas/testsuite/gas/mmix/basep-8.d index 6f075945d3..e5a1d72458 100644 --- a/gas/testsuite/gas/mmix/basep-8.d +++ b/gas/testsuite/gas/mmix/basep-8.d @@ -9,9 +9,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l O \.bss 0+4 comm_symbol3 0+4 l O \.bss 0+4 comm_symbol4 0+4 O \*COM\* 0+4 comm_symbol1 diff --git a/gas/testsuite/gas/mmix/basep-9.d b/gas/testsuite/gas/mmix/basep-9.d index d50d8a3615..148c899b0c 100644 --- a/gas/testsuite/gas/mmix/basep-9.d +++ b/gas/testsuite/gas/mmix/basep-9.d @@ -3,12 +3,12 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l O \.bss 0+4 comm_symbol3 0+4 l O \.bss 0+4 comm_symbol4 -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+4 O \*COM\* 0+4 comm_symbol1 RELOCATION RECORDS FOR \[\.text\]: diff --git a/gas/testsuite/gas/mmix/builtin1.d b/gas/testsuite/gas/mmix/builtin1.d index 1733cf42c0..17d13bbfa6 100644 --- a/gas/testsuite/gas/mmix/builtin1.d +++ b/gas/testsuite/gas/mmix/builtin1.d @@ -7,9 +7,9 @@ SYMBOL TABLE: 0+14 l \*ABS\* 0+ rJ -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/builtin2.d b/gas/testsuite/gas/mmix/builtin2.d index f0e1c6a143..7656cb6909 100644 --- a/gas/testsuite/gas/mmix/builtin2.d +++ b/gas/testsuite/gas/mmix/builtin2.d @@ -8,9 +8,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+14 l \*ABS\* 0+ rJ 0+ g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/builtin3.d b/gas/testsuite/gas/mmix/builtin3.d index 4c03230a7b..74801a6d54 100644 --- a/gas/testsuite/gas/mmix/builtin3.d +++ b/gas/testsuite/gas/mmix/builtin3.d @@ -9,9 +9,9 @@ SYMBOL TABLE: 0+14 l \*ABS\* 0+ rJ -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/bz-c.d b/gas/testsuite/gas/mmix/bz-c.d index 6043258427..24113b633d 100644 --- a/gas/testsuite/gas/mmix/bz-c.d +++ b/gas/testsuite/gas/mmix/bz-c.d @@ -4,9 +4,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -0+ l d .data 0+ -0+ l d .bss 0+ +0+ l d .text 0+ (|\.text) +0+ l d .data 0+ (|\.data) +0+ l d .bss 0+ (|\.bss) ffff0000ffff0000 l \*ABS\* 0+ i1 ffff0000ffff0000 l \*ABS\* 0+ i2 0+ g F .text 0+ Main diff --git a/gas/testsuite/gas/mmix/comment-2.d b/gas/testsuite/gas/mmix/comment-2.d index 5530552481..b58a0009cb 100644 --- a/gas/testsuite/gas/mmix/comment-2.d +++ b/gas/testsuite/gas/mmix/comment-2.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/comment-3.d b/gas/testsuite/gas/mmix/comment-3.d index 2614051815..19922b8491 100644 --- a/gas/testsuite/gas/mmix/comment-3.d +++ b/gas/testsuite/gas/mmix/comment-3.d @@ -3,11 +3,11 @@ .*: file format elf64-mmix SYMBOL TABLE: -0000000000000000 l d \.text 0000000000000000 -0000000000000000 l d \.data 0000000000000000 -0000000000000000 l d \.bss 0000000000000000 +0000000000000000 l d \.text 0000000000000000 (|\.text) +0000000000000000 l d \.data 0000000000000000 (|\.data) +0000000000000000 l d \.bss 0000000000000000 (|\.bss) 0000000000000000 l \.MMIX\.reg_contents 0000000000000000 im -0000000000000000 l d \.MMIX\.reg_contents 0000000000000000 +0000000000000000 l d \.MMIX\.reg_contents 0000000000000000 (|\.MMIX\.reg_contents) RELOCATION RECORDS FOR \[\.MMIX\.reg_contents\]: diff --git a/gas/testsuite/gas/mmix/cons-2.d b/gas/testsuite/gas/mmix/cons-2.d index 6e354a557b..251d58e552 100644 --- a/gas/testsuite/gas/mmix/cons-2.d +++ b/gas/testsuite/gas/mmix/cons-2.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ g F \.text 0+ Main Contents of section \.text: diff --git a/gas/testsuite/gas/mmix/fb-1.d b/gas/testsuite/gas/mmix/fb-1.d index 3610c71c84..c7f1d12c0d 100644 --- a/gas/testsuite/gas/mmix/fb-1.d +++ b/gas/testsuite/gas/mmix/fb-1.d @@ -3,10 +3,10 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) RELOCATION RECORDS FOR \[\.text\]: diff --git a/gas/testsuite/gas/mmix/fb-2.d b/gas/testsuite/gas/mmix/fb-2.d index 5e412d5191..74eb71fd13 100644 --- a/gas/testsuite/gas/mmix/fb-2.d +++ b/gas/testsuite/gas/mmix/fb-2.d @@ -3,10 +3,10 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+10 g \*ABS\* 0+ __\.MMIX\.start\.\.text diff --git a/gas/testsuite/gas/mmix/geta-c.d b/gas/testsuite/gas/mmix/geta-c.d index 851018cb5b..5e7bf2bbb8 100644 --- a/gas/testsuite/gas/mmix/geta-c.d +++ b/gas/testsuite/gas/mmix/geta-c.d @@ -4,9 +4,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -0+ l d .data 0+ -0+ l d .bss 0+ +0+ l d .text 0+ (|\.text) +0+ l d .data 0+ (|\.data) +0+ l d .bss 0+ (|\.bss) ffff0000ffff0000 l \*ABS\* 0+ i1 ffff0000ffff0000 l \*ABS\* 0+ i2 0+ g F .text 0+ Main diff --git a/gas/testsuite/gas/mmix/greg1.d b/gas/testsuite/gas/mmix/greg1.d index 5c45364e7a..fe3b548753 100644 --- a/gas/testsuite/gas/mmix/greg1.d +++ b/gas/testsuite/gas/mmix/greg1.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ D4 0+4 l \.text 0+ E6 0+ l \.MMIX\.reg_contents 0+ H9 @@ -15,7 +15,7 @@ SYMBOL TABLE: 0+20 l \.MMIX\.reg_contents 0+ C3 0+28 l \.MMIX\.reg_contents 0+ B1 0+30 l \.MMIX\.reg_contents 0+ A0 -0+0 l d \.MMIX\.reg_contents 0+ +0+0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+c g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/greg1a.d b/gas/testsuite/gas/mmix/greg1a.d index 932f4e421a..86ab572605 100644 --- a/gas/testsuite/gas/mmix/greg1a.d +++ b/gas/testsuite/gas/mmix/greg1a.d @@ -5,9 +5,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ D4 0+4 l \.text 0+ E6 0+ l \.MMIX\.reg_contents 0+ H9 @@ -17,7 +17,7 @@ SYMBOL TABLE: 0+30 l \.MMIX\.reg_contents 0+ C3 0+38 l \.MMIX\.reg_contents 0+ B1 0+40 l \.MMIX\.reg_contents 0+ A0 -0+0 l d \.MMIX\.reg_contents 0+ +0+0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+c g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/greg2.d b/gas/testsuite/gas/mmix/greg2.d index 5c45364e7a..fe3b548753 100644 --- a/gas/testsuite/gas/mmix/greg2.d +++ b/gas/testsuite/gas/mmix/greg2.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ D4 0+4 l \.text 0+ E6 0+ l \.MMIX\.reg_contents 0+ H9 @@ -15,7 +15,7 @@ SYMBOL TABLE: 0+20 l \.MMIX\.reg_contents 0+ C3 0+28 l \.MMIX\.reg_contents 0+ B1 0+30 l \.MMIX\.reg_contents 0+ A0 -0+0 l d \.MMIX\.reg_contents 0+ +0+0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+c g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/greg2a.d b/gas/testsuite/gas/mmix/greg2a.d index 1fbd88d419..ea8cb1e0f2 100644 --- a/gas/testsuite/gas/mmix/greg2a.d +++ b/gas/testsuite/gas/mmix/greg2a.d @@ -5,9 +5,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ D4 0+4 l \.text 0+ E6 0+ l \.MMIX\.reg_contents 0+ H9 @@ -17,7 +17,7 @@ SYMBOL TABLE: 0+30 l \.MMIX\.reg_contents 0+ C3 0+38 l \.MMIX\.reg_contents 0+ B1 0+40 l \.MMIX\.reg_contents 0+ A0 -0+0 l d \.MMIX\.reg_contents 0+ +0+0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+c g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/greg3.d b/gas/testsuite/gas/mmix/greg3.d index 9b76614390..fcaa4393c2 100644 --- a/gas/testsuite/gas/mmix/greg3.d +++ b/gas/testsuite/gas/mmix/greg3.d @@ -5,10 +5,10 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+ g \.MMIX\.reg_contents 0+ areg 0+c g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/greg4.d b/gas/testsuite/gas/mmix/greg4.d index 224794ec38..fb5560523e 100644 --- a/gas/testsuite/gas/mmix/greg4.d +++ b/gas/testsuite/gas/mmix/greg4.d @@ -5,11 +5,11 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+4 l \.text 0+ x -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) RELOCATION RECORDS FOR \[\.text\]: diff --git a/gas/testsuite/gas/mmix/greg5.d b/gas/testsuite/gas/mmix/greg5.d index 71b007eb46..5d4bbba126 100644 --- a/gas/testsuite/gas/mmix/greg5.d +++ b/gas/testsuite/gas/mmix/greg5.d @@ -6,14 +6,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ t 2000000000000004 l \*ABS\* 0+ x 2000000000000000 l \*ABS\* 0+ Data_Segment 0+ l \.data 0+ y -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+ g F \.text 0+ Main 2000000000000008 g \*ABS\* 0+ __\.MMIX\.start\.\.data diff --git a/gas/testsuite/gas/mmix/greg6.d b/gas/testsuite/gas/mmix/greg6.d index 40ec5ce7a9..e66e38f1e8 100644 --- a/gas/testsuite/gas/mmix/greg6.d +++ b/gas/testsuite/gas/mmix/greg6.d @@ -6,14 +6,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ t 2000000000000004 l \*ABS\* 0+ x 2000000000000000 l \*ABS\* 0+ Data_Segment 0+ l \.data 0+ y -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+ g F \.text 0+ Main 2000000000000008 g \*ABS\* 0+ __\.MMIX\.start\.\.data diff --git a/gas/testsuite/gas/mmix/greg7.d b/gas/testsuite/gas/mmix/greg7.d index b6021e25f7..f4cae1886e 100644 --- a/gas/testsuite/gas/mmix/greg7.d +++ b/gas/testsuite/gas/mmix/greg7.d @@ -6,13 +6,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ t 0+4 l \*ABS\* 0+ x 0+ l \.text 0+ y -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+8 g F \.text 0+ Main 0+8 g \*ABS\* 0+ __\.MMIX\.start\.\.text diff --git a/gas/testsuite/gas/mmix/greg8.d b/gas/testsuite/gas/mmix/greg8.d index a8314b4b00..c244919dc6 100644 --- a/gas/testsuite/gas/mmix/greg8.d +++ b/gas/testsuite/gas/mmix/greg8.d @@ -6,13 +6,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ t 0+4 l \*ABS\* 0+ x 0+ l \.text 0+ y -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+8 g F \.text 0+ Main 0+8 g \*ABS\* 0+ __\.MMIX\.start\.\.text diff --git a/gas/testsuite/gas/mmix/is-1.d b/gas/testsuite/gas/mmix/is-1.d index c96fa504ea..3890b5b078 100644 --- a/gas/testsuite/gas/mmix/is-1.d +++ b/gas/testsuite/gas/mmix/is-1.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) Contents of section \.text: 0+ 00000026 0000001f 0000000d 0000001e .* diff --git a/gas/testsuite/gas/mmix/jump-c.d b/gas/testsuite/gas/mmix/jump-c.d index a256687879..d0c24374fd 100644 --- a/gas/testsuite/gas/mmix/jump-c.d +++ b/gas/testsuite/gas/mmix/jump-c.d @@ -4,9 +4,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -0+ l d .data 0+ -0+ l d .bss 0+ +0+ l d .text 0+ (|\.text) +0+ l d .data 0+ (|\.data) +0+ l d .bss 0+ (|\.bss) ffff0000ffff0000 l \*ABS\* 0+ i1 ffff0000ffff0000 l \*ABS\* 0+ i2 0+ g F .text 0+ Main diff --git a/gas/testsuite/gas/mmix/local-1.d b/gas/testsuite/gas/mmix/local-1.d index 2656cfd462..ecca83775f 100644 --- a/gas/testsuite/gas/mmix/local-1.d +++ b/gas/testsuite/gas/mmix/local-1.d @@ -15,9 +15,9 @@ Idx Name Size VMA LMA File off Algn 2 \.bss 00000000 0000000000000000 0000000000000000 00000044 2\*\*0 ALLOC SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+90 l \*REG\* 0+ reghere 0+2d l \*ABS\* 0+ consthere 0+ \*UND\* 0+ extreg diff --git a/gas/testsuite/gas/mmix/locall1.d b/gas/testsuite/gas/mmix/locall1.d index 0921e63820..ead3a1a9f6 100644 --- a/gas/testsuite/gas/mmix/locall1.d +++ b/gas/testsuite/gas/mmix/locall1.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+14 l \.text 0+ L9 0+18 l \.text 0+ L12 0+1c l \.text 0+ L21 diff --git a/gas/testsuite/gas/mmix/odd-1.d b/gas/testsuite/gas/mmix/odd-1.d index 8cec211467..51bc4e5693 100644 --- a/gas/testsuite/gas/mmix/odd-1.d +++ b/gas/testsuite/gas/mmix/odd-1.d @@ -5,11 +5,11 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.MMIX\.reg_contents 0+ small -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+ g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/op-0-1.d b/gas/testsuite/gas/mmix/op-0-1.d index f76f0eace6..0344af330a 100644 --- a/gas/testsuite/gas/mmix/op-0-1.d +++ b/gas/testsuite/gas/mmix/op-0-1.d @@ -4,9 +4,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \*ABS\* 0+ zero0 0+ l \*ABS\* 0+ zero1 0+ l \*ABS\* 0+ zero2 diff --git a/gas/testsuite/gas/mmix/op-0-1s.d b/gas/testsuite/gas/mmix/op-0-1s.d index 1af0b81652..d64ced85bb 100644 --- a/gas/testsuite/gas/mmix/op-0-1s.d +++ b/gas/testsuite/gas/mmix/op-0-1s.d @@ -4,9 +4,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \*ABS\* 0+ zero0 0+ l \*ABS\* 0+ zero1 0+ l \*ABS\* 0+ zero2 diff --git a/gas/testsuite/gas/mmix/op-0-2.d b/gas/testsuite/gas/mmix/op-0-2.d index 530e8d43b4..c0fb4de2f4 100644 --- a/gas/testsuite/gas/mmix/op-0-2.d +++ b/gas/testsuite/gas/mmix/op-0-2.d @@ -5,9 +5,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \*ABS\* 0+ zero0 0+ l \*ABS\* 0+ zero1 0+ l \*ABS\* 0+ zero2 diff --git a/gas/testsuite/gas/mmix/prefix1.d b/gas/testsuite/gas/mmix/prefix1.d index e82d60f08f..b774193559 100644 --- a/gas/testsuite/gas/mmix/prefix1.d +++ b/gas/testsuite/gas/mmix/prefix1.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ a 0+4 l \.text 0+ c 0+24 l \.text 0+ d diff --git a/gas/testsuite/gas/mmix/prefix2.d b/gas/testsuite/gas/mmix/prefix2.d index 818761bc7e..a14ffcd373 100644 --- a/gas/testsuite/gas/mmix/prefix2.d +++ b/gas/testsuite/gas/mmix/prefix2.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/prefix3.d b/gas/testsuite/gas/mmix/prefix3.d index 1b1a1ef7f1..2ecbcc19f1 100644 --- a/gas/testsuite/gas/mmix/prefix3.d +++ b/gas/testsuite/gas/mmix/prefix3.d @@ -3,14 +3,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+8 l \.text 0+ someplace 0+ l \.text 0+ bc:h 0+8 l \.MMIX\.reg_contents 0+ a1 0+ l \.MMIX\.reg_contents 0+ ba2 -0+ l d \.MMIX\.reg_contents 0+ +0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 0+4 g F \.text 0+ Main diff --git a/gas/testsuite/gas/mmix/pseudo-1.d b/gas/testsuite/gas/mmix/pseudo-1.d index e7ac99ab32..2de00e70aa 100644 --- a/gas/testsuite/gas/mmix/pseudo-1.d +++ b/gas/testsuite/gas/mmix/pseudo-1.d @@ -5,9 +5,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ g F \.text 0+ Main Contents of section \.text: diff --git a/gas/testsuite/gas/mmix/pushj-c.d b/gas/testsuite/gas/mmix/pushj-c.d index 093466b8b2..af3281de2c 100644 --- a/gas/testsuite/gas/mmix/pushj-c.d +++ b/gas/testsuite/gas/mmix/pushj-c.d @@ -4,9 +4,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -0+ l d .data 0+ -0+ l d .bss 0+ +0+ l d .text 0+ (|\.text) +0+ l d .data 0+ (|\.data) +0+ l d .bss 0+ (|\.bss) ffff0000ffff0000 l \*ABS\* 0+ i1 ffff0000ffff0000 l \*ABS\* 0+ i2 0+ g F .text 0+ Main diff --git a/gas/testsuite/gas/mmix/pushj-cs.d b/gas/testsuite/gas/mmix/pushj-cs.d index 7112c5d14e..b2ac35abc0 100644 --- a/gas/testsuite/gas/mmix/pushj-cs.d +++ b/gas/testsuite/gas/mmix/pushj-cs.d @@ -4,9 +4,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -0+ l d .data 0+ -0+ l d .bss 0+ +0+ l d .text 0+ (|\.text) +0+ l d .data 0+ (|\.data) +0+ l d .bss 0+ (|\.bss) ffff0000ffff0000 l \*ABS\* 0+ i1 ffff0000ffff0000 l \*ABS\* 0+ i2 0+ g F .text 0+ Main diff --git a/gas/testsuite/gas/mmix/sym-1.d b/gas/testsuite/gas/mmix/sym-1.d index cd64ce4dd1..82e23d55b7 100644 --- a/gas/testsuite/gas/mmix/sym-1.d +++ b/gas/testsuite/gas/mmix/sym-1.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -0+ l d .data 0+ -0+ l d .bss 0+ +0+ l d .text 0+ (|\.text) +0+ l d .data 0+ (|\.data) +0+ l d .bss 0+ (|\.bss) 0+10 l .text 0+ scl1 0+14 l .text 0+ :scl2 0+20 l .text 0+ endcl1 diff --git a/gas/testsuite/gas/mmix/weak1-s.d b/gas/testsuite/gas/mmix/weak1-s.d index a929383346..36d9a779ef 100644 --- a/gas/testsuite/gas/mmix/weak1-s.d +++ b/gas/testsuite/gas/mmix/weak1-s.d @@ -6,9 +6,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ w \.text 0+ foo 0+4 g \.text 0+ main RELOCATION RECORDS FOR \[\.text\]: diff --git a/gas/testsuite/gas/mmix/weak1.d b/gas/testsuite/gas/mmix/weak1.d index dfe6d7c82f..4cbea47e0d 100644 --- a/gas/testsuite/gas/mmix/weak1.d +++ b/gas/testsuite/gas/mmix/weak1.d @@ -6,9 +6,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ w \.text 0+ foo 0+4 g \.text 0+ main diff --git a/gas/testsuite/gas/mmix/zerop-1.d b/gas/testsuite/gas/mmix/zerop-1.d index d39133a25b..b6e6465e1d 100644 --- a/gas/testsuite/gas/mmix/zerop-1.d +++ b/gas/testsuite/gas/mmix/zerop-1.d @@ -3,9 +3,9 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ g F \.text 0+ Main diff --git a/gas/testsuite/gas/ppc/power4.d b/gas/testsuite/gas/ppc/power4.d index 6aabc27008..1bc7dad923 100644 --- a/gas/testsuite/gas/ppc/power4.d +++ b/gas/testsuite/gas/ppc/power4.d @@ -19,12 +19,12 @@ Idx Name +Size +VMA +LMA +File off +Algn +3 \.toc +0+30 +0+ +0+ +.* +CONTENTS, ALLOC, LOAD, RELOC, DATA SYMBOL TABLE: -0+ l +d +\.text 0+ -0+ l +d +\.data 0+ -0+ l +d +\.bss 0+ +0+ l +d +\.text 0+ (|\.text) +0+ l +d +\.data 0+ (|\.data) +0+ l +d +\.bss 0+ (|\.bss) 0+ l +\.data 0+ dsym0 0+8 l +\.data 0+ dsym1 -0+ l +d +\.toc 0+ +0+ l +d +\.toc 0+ (|\.toc) 0+8 l +\.data 0+ usym0 0+10 l +\.data 0+ usym1 0+ +\*UND\* 0+ esym0 diff --git a/gas/testsuite/gas/ppc/test1elf32.d b/gas/testsuite/gas/ppc/test1elf32.d index 5654282b39..eaf63746ae 100644 --- a/gas/testsuite/gas/ppc/test1elf32.d +++ b/gas/testsuite/gas/ppc/test1elf32.d @@ -16,9 +16,9 @@ Idx Name +Size +VMA +LMA +File off +Algn 2 \.bss +00000000 0+0000 0+0000 .* +ALLOC SYMBOL TABLE: -0+0000 l d \.text 0+0000 -0+0000 l d \.data 0+0000 -0+0000 l d \.bss 0+0000 +0+0000 l d \.text 0+0000 (|\.text) +0+0000 l d \.data 0+0000 (|\.data) +0+0000 l d \.bss 0+0000 (|\.bss) 0+0000 l \.data 0+0000 dsym0 0+0004 l \.data 0+0000 dsym1 0+0004 l \.data 0+0000 usym0 diff --git a/gas/testsuite/gas/ppc/test1elf64.d b/gas/testsuite/gas/ppc/test1elf64.d index bfdd4e8622..4c52f808c2 100644 --- a/gas/testsuite/gas/ppc/test1elf64.d +++ b/gas/testsuite/gas/ppc/test1elf64.d @@ -18,12 +18,12 @@ Idx Name Size VMA LMA File off Algn 3 \.toc 00000030 0000000000000000 0000000000000000 .* CONTENTS, ALLOC, LOAD, RELOC, DATA SYMBOL TABLE: -0000000000000000 l d \.text 0000000000000000 -0000000000000000 l d \.data 0000000000000000 -0000000000000000 l d \.bss 0000000000000000 +0000000000000000 l d \.text 0000000000000000 (|\.text) +0000000000000000 l d \.data 0000000000000000 (|\.data) +0000000000000000 l d \.bss 0000000000000000 (|\.bss) 0000000000000000 l \.data 0000000000000000 dsym0 0000000000000008 l \.data 0000000000000000 dsym1 -0000000000000000 l d \.toc 0000000000000000 +0000000000000000 l d \.toc 0000000000000000 (|\.toc) 0000000000000008 l \.data 0000000000000000 usym0 0000000000000010 l \.data 0000000000000000 usym1 0000000000000010 l \.data 0000000000000000 datpt diff --git a/gas/testsuite/gas/sh/sh64/datal32-3.d b/gas/testsuite/gas/sh/sh64/datal32-3.d index 159ed41650..a1e3a3ce95 100644 --- a/gas/testsuite/gas/sh/sh64/datal32-3.d +++ b/gas/testsuite/gas/sh/sh64/datal32-3.d @@ -24,14 +24,14 @@ Idx Name Size VMA LMA File off Algn 3 \.rodata 0+10 0+ 0+ 0+a0 2\*\*2 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ 0x04 start 0+30 l \.text 0+ 0x04 foo 0+38 l \.text 0+ 0x04 foo2 0+40 l \.text 0+ 0x04 foo3 -0+ l d \.rodata 0+ +0+ l d \.rodata 0+ (|\.rodata) 0+48 l \.text 0+ 0x04 foo4 0+4 l \.rodata 0+ myrodata1 0+50 l \.text 0+ 0x04 foo5 diff --git a/gas/testsuite/gas/sh/sh64/datal64-3.d b/gas/testsuite/gas/sh/sh64/datal64-3.d index 8a056cf8f0..a6e81299af 100644 --- a/gas/testsuite/gas/sh/sh64/datal64-3.d +++ b/gas/testsuite/gas/sh/sh64/datal64-3.d @@ -24,14 +24,14 @@ Idx Name Size VMA LMA File off Algn 3 \.rodata 0+10 0+ 0+ 0+104 2\*\*2 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \.data 0+ -0+ l d \.bss 0+ +0+ l d \.text 0+ (|\.text) +0+ l d \.data 0+ (|\.data) +0+ l d \.bss 0+ (|\.bss) 0+ l \.text 0+ 0x04 start 0+58 l \.text 0+ 0x04 foo 0+68 l \.text 0+ 0x04 foo2 0+78 l \.text 0+ 0x04 foo3 -0+ l d \.rodata 0+ +0+ l d \.rodata 0+ (|\.rodata) 0+88 l \.text 0+ 0x04 foo4 0+4 l \.rodata 0+ myrodata1 0+98 l \.text 0+ 0x04 foo5 diff --git a/gas/testsuite/gas/sh/sh64/localcom-1.d b/gas/testsuite/gas/sh/sh64/localcom-1.d index 8698d5e343..83a91b0e9c 100644 --- a/gas/testsuite/gas/sh/sh64/localcom-1.d +++ b/gas/testsuite/gas/sh/sh64/localcom-1.d @@ -6,9 +6,9 @@ .*: file format .*-sh64.* SYMBOL TABLE: -0+0 l d \.text 0+ -0+0 l d \.data 0+ -0+0 l d \.bss 0+ +0+0 l d \.text 0+ (|\.text) +0+0 l d \.data 0+ (|\.data) +0+0 l d \.bss 0+ (|\.bss) 0+0 l \.text 0+ start 0+c l O \.bss 0+4 dd 0+c l O \.bss 0+4 d diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e9932f9747..f3b2a32781 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,48 @@ +2004-12-11 Alan Modra + + * ld-mmix/bpo-1.d: Update for changed section syms. + * ld-mmix/bpo-10.d: Likewise. + * ld-mmix/bpo-11.d: Likewise. + * ld-mmix/bpo-14.d: Likewise. + * ld-mmix/bpo-16.d: Likewise. + * ld-mmix/bpo-17.d: Likewise. + * ld-mmix/bpo-18.d: Likewise. + * ld-mmix/bpo-19.d: Likewise. + * ld-mmix/bpo-2.d: Likewise. + * ld-mmix/bpo-22.d: Likewise. + * ld-mmix/bpo-3.d: Likewise. + * ld-mmix/bpo-4.d: Likewise. + * ld-mmix/bpo-5.d: Likewise. + * ld-mmix/bpo-6.d: Likewise. + * ld-mmix/bpo-9.d: Likewise. + * ld-mmix/greg-1.d: Likewise. + * ld-mmix/greg-19.d: Likewise. + * ld-mmix/greg-2.d: Likewise. + * ld-mmix/greg-3.d: Likewise. + * ld-mmix/greg-4.d: Likewise. + * ld-mmix/greg-5.d: Likewise. + * ld-mmix/greg-5s.d: Likewise. + * ld-mmix/greg-6.d: Likewise. + * ld-mmix/greg-7.d: Likewise. + * ld-mmix/loc1.d: Likewise. + * ld-mmix/loc2.d: Likewise. + * ld-mmix/loc3.d: Likewise. + * ld-mmix/loc4.d: Likewise. + * ld-mmix/loc6.d: Likewise. + * ld-mmix/locdo-1.d: Likewise. + * ld-mmix/loct-1.d: Likewise. + * ld-mmix/locto-1.d: Likewise. + * ld-mmix/start-1.d: Likewise. + * ld-sh/sh64/abi32.xd: Likewise. + * ld-sh/sh64/abi64.xd: Likewise. + * ld-sh/sh64/cmpct1.xd: Likewise. + * ld-sh/sh64/mix1.xd: Likewise. + * ld-sh/sh64/mix2.xd: Likewise. + * ld-sh/sh64/rel32.xd: Likewise. + * ld-sh/sh64/rel64.xd: Likewise. + * ld-sh/sh64/shdl32.xd: Likewise. + * ld-sh/sh64/shdl64.xd: Likewise. + 2004-12-09 Ian Lance Taylor * ld-mips-elf/jalbal.d: New test. diff --git a/ld/testsuite/ld-mmix/bpo-1.d b/ld/testsuite/ld-mmix/bpo-1.d index c2b916201a..e7e0390075 100644 --- a/ld/testsuite/ld-mmix/bpo-1.d +++ b/ld/testsuite/ld-mmix/bpo-1.d @@ -9,14 +9,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0000000000000000 l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0000000000000000 l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+4 l \.text 0+ x 0+ g \.text 0+ _start #... diff --git a/ld/testsuite/ld-mmix/bpo-10.d b/ld/testsuite/ld-mmix/bpo-10.d index 5e41c64cf1..3c2b7d3009 100644 --- a/ld/testsuite/ld-mmix/bpo-10.d +++ b/ld/testsuite/ld-mmix/bpo-10.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.init 0+ -0+4 l d \.text 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7f8 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.init 0+ (|\.init) +0+4 l d \.text 0+ (|\.text) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+ l \.init 0+ _start 2000000000000000 g \*ABS\* 0+ __bss_start 2000000000000000 g \*ABS\* 0+ _edata diff --git a/ld/testsuite/ld-mmix/bpo-11.d b/ld/testsuite/ld-mmix/bpo-11.d index 0a862429ea..3e40bfb509 100644 --- a/ld/testsuite/ld-mmix/bpo-11.d +++ b/ld/testsuite/ld-mmix/bpo-11.d @@ -11,14 +11,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.init 0+ -0+10 l d \.text 0+ -20+ l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7e8 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.init 0+ (|\.init) +0+10 l d \.text 0+ (|\.text) +20+ l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7e8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+ l \.init 0+ _start 0+14 g \.text 0+ x 0+10 g \.text 0+ x2 diff --git a/ld/testsuite/ld-mmix/bpo-14.d b/ld/testsuite/ld-mmix/bpo-14.d index 4c950fafb2..521fce2118 100644 --- a/ld/testsuite/ld-mmix/bpo-14.d +++ b/ld/testsuite/ld-mmix/bpo-14.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+ g \.text 0+ _start 0+8 g \.text 0+ areg #... diff --git a/ld/testsuite/ld-mmix/bpo-16.d b/ld/testsuite/ld-mmix/bpo-16.d index c5d857c390..28364018a7 100644 --- a/ld/testsuite/ld-mmix/bpo-16.d +++ b/ld/testsuite/ld-mmix/bpo-16.d @@ -11,14 +11,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+ g \.text 0+ _start 0+c g \.text 0+ areg #... diff --git a/ld/testsuite/ld-mmix/bpo-17.d b/ld/testsuite/ld-mmix/bpo-17.d index 330f4829cc..f5f41a3bdf 100644 --- a/ld/testsuite/ld-mmix/bpo-17.d +++ b/ld/testsuite/ld-mmix/bpo-17.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+ g \.text 0+ _start 0+10 g \.text 0+ areg #... diff --git a/ld/testsuite/ld-mmix/bpo-18.d b/ld/testsuite/ld-mmix/bpo-18.d index 9a88569026..d86a452048 100644 --- a/ld/testsuite/ld-mmix/bpo-18.d +++ b/ld/testsuite/ld-mmix/bpo-18.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+100 l d \.text 0+ -4000000000001060 l d \.text\.away 0+ -400000000000106c l d \.data 0+ -400000000000106c l d \.bss 0+ -0+7e0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+100 l d \.text 0+ (|\.text) +4000000000001060 l d \.text\.away 0+ (|\.text\.away) +400000000000106c l d \.data 0+ (|\.data) +400000000000106c l d \.bss 0+ (|\.bss) +0+7e0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 4000000000001064 l \.text\.away 0+ x 0+100 g \.text 0+ x 4000000000001060 g \.text\.away 0+ Main diff --git a/ld/testsuite/ld-mmix/bpo-19.d b/ld/testsuite/ld-mmix/bpo-19.d index 2f40f64b0d..b75be29510 100644 --- a/ld/testsuite/ld-mmix/bpo-19.d +++ b/ld/testsuite/ld-mmix/bpo-19.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+100 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+100 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+37c l \*ABS\* 0+ i 0+ g \.text 0+ _start #... diff --git a/ld/testsuite/ld-mmix/bpo-2.d b/ld/testsuite/ld-mmix/bpo-2.d index b0ba8b0cac..350da416e3 100644 --- a/ld/testsuite/ld-mmix/bpo-2.d +++ b/ld/testsuite/ld-mmix/bpo-2.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7e8 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7e8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+4 l \.text 0+ x 0+ g \.text 0+ _start 0+fe g \*REG\* 0+ areg diff --git a/ld/testsuite/ld-mmix/bpo-22.d b/ld/testsuite/ld-mmix/bpo-22.d index 75eed259e5..37bf66e54a 100644 --- a/ld/testsuite/ld-mmix/bpo-22.d +++ b/ld/testsuite/ld-mmix/bpo-22.d @@ -10,13 +10,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0000000000000000 l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0000000000000000 l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+4 l \.text 0+ x 0+ g \.text 0+ Main 0+ g \.text 0+ _start diff --git a/ld/testsuite/ld-mmix/bpo-3.d b/ld/testsuite/ld-mmix/bpo-3.d index 958142cf8a..0b47f87ed3 100644 --- a/ld/testsuite/ld-mmix/bpo-3.d +++ b/ld/testsuite/ld-mmix/bpo-3.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+4 l \.text 0+ x 0+ g \.text 0+ _start #... diff --git a/ld/testsuite/ld-mmix/bpo-4.d b/ld/testsuite/ld-mmix/bpo-4.d index 43f7f184e9..366e0500d4 100644 --- a/ld/testsuite/ld-mmix/bpo-4.d +++ b/ld/testsuite/ld-mmix/bpo-4.d @@ -11,14 +11,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7e0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7e0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+8 l \.text 0+ x 0+ g \.text 0+ _start 0+fe g \*REG\* 0+ areg diff --git a/ld/testsuite/ld-mmix/bpo-5.d b/ld/testsuite/ld-mmix/bpo-5.d index 023bb0a079..75bcffa7f2 100644 --- a/ld/testsuite/ld-mmix/bpo-5.d +++ b/ld/testsuite/ld-mmix/bpo-5.d @@ -11,14 +11,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7e8 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7e8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+4 l \.text 0+ x 0+ g \.text 0+ _start #... diff --git a/ld/testsuite/ld-mmix/bpo-6.d b/ld/testsuite/ld-mmix/bpo-6.d index e438409ec7..7c134e6fc2 100644 --- a/ld/testsuite/ld-mmix/bpo-6.d +++ b/ld/testsuite/ld-mmix/bpo-6.d @@ -9,14 +9,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+100 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+100 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+df l \*ABS\* 0+ i 0+ g \.text 0+ _start #... diff --git a/ld/testsuite/ld-mmix/bpo-9.d b/ld/testsuite/ld-mmix/bpo-9.d index e6e11611fe..82f3012130 100644 --- a/ld/testsuite/ld-mmix/bpo-9.d +++ b/ld/testsuite/ld-mmix/bpo-9.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.init 0+ -0+10 l d \.text 0+ -20+ l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7e8 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.init 0+ (|\.init) +0+10 l d \.text 0+ (|\.text) +20+ l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7e8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+ l \.init 0+ _start 0+14 g \.text 0+ x 0+10 g \.text 0+ x2 diff --git a/ld/testsuite/ld-mmix/greg-1.d b/ld/testsuite/ld-mmix/greg-1.d index d3860074e2..1dcdf2bccf 100644 --- a/ld/testsuite/ld-mmix/greg-1.d +++ b/ld/testsuite/ld-mmix/greg-1.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -2000000000000000 l d .data 0+ -2000000000000000 l d .sbss 0+ -2000000000000000 l d .bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+c g \.text 0+ _start 0+fe g \*REG\* 0+ areg #... diff --git a/ld/testsuite/ld-mmix/greg-19.d b/ld/testsuite/ld-mmix/greg-19.d index 1845114f9a..fcabfd2f11 100644 --- a/ld/testsuite/ld-mmix/greg-19.d +++ b/ld/testsuite/ld-mmix/greg-19.d @@ -7,14 +7,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+ g F \.text 0+ Main 0+ g \.text 0+ _start 0+fe g \*REG\* 0+ areg diff --git a/ld/testsuite/ld-mmix/greg-2.d b/ld/testsuite/ld-mmix/greg-2.d index 18eb03254f..f2a725a49c 100644 --- a/ld/testsuite/ld-mmix/greg-2.d +++ b/ld/testsuite/ld-mmix/greg-2.d @@ -14,14 +14,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -2000000000000000 l d .data 0+ -2000000000000000 l d .sbss 0+ -2000000000000000 l d .bss 0+ -0+7e0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7e0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+fe g \*REG\* 0+ b 0+20 g \.text 0+ _start 0+fc g \*REG\* 0+ areg diff --git a/ld/testsuite/ld-mmix/greg-3.d b/ld/testsuite/ld-mmix/greg-3.d index 996899ae05..10c78b766f 100644 --- a/ld/testsuite/ld-mmix/greg-3.d +++ b/ld/testsuite/ld-mmix/greg-3.d @@ -14,14 +14,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -2000000000000000 l d .data 0+ -2000000000000000 l d .sbss 0+ -2000000000000000 l d .bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+10 g \.text 0+ _start 0+fe g \*REG\* 0+ areg #... diff --git a/ld/testsuite/ld-mmix/greg-4.d b/ld/testsuite/ld-mmix/greg-4.d index b7493fb541..db9b28861d 100644 --- a/ld/testsuite/ld-mmix/greg-4.d +++ b/ld/testsuite/ld-mmix/greg-4.d @@ -11,14 +11,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -2000000000000000 l d .data 0+ -2000000000000000 l d .sbss 0+ -2000000000000000 l d .bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+18 g \.text 0+ _start 0+fe g \*REG\* 0+ areg #... diff --git a/ld/testsuite/ld-mmix/greg-5.d b/ld/testsuite/ld-mmix/greg-5.d index b392adfc8d..a0412dc472 100644 --- a/ld/testsuite/ld-mmix/greg-5.d +++ b/ld/testsuite/ld-mmix/greg-5.d @@ -11,14 +11,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -2000000000000000 l d .data 0+ -2000000000000000 l d .sbss 0+ -2000000000000000 l d .bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+14 g \.text 0+ _start 0+fe g \*REG\* 0+ areg #... diff --git a/ld/testsuite/ld-mmix/greg-5s.d b/ld/testsuite/ld-mmix/greg-5s.d index e128af84a5..feea430b70 100644 --- a/ld/testsuite/ld-mmix/greg-5s.d +++ b/ld/testsuite/ld-mmix/greg-5s.d @@ -10,14 +10,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d .text 0+ -2000000000000000 l d .data 0+ -2000000000000000 l d .sbss 0+ -2000000000000000 l d .bss 0+ -0+7f0 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+4 g \.text 0+ _start 0+fe g \*REG\* 0+ areg #... diff --git a/ld/testsuite/ld-mmix/greg-6.d b/ld/testsuite/ld-mmix/greg-6.d index fef3a7f4d9..e841cf3b46 100644 --- a/ld/testsuite/ld-mmix/greg-6.d +++ b/ld/testsuite/ld-mmix/greg-6.d @@ -39,14 +39,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+0 l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+100 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+0 l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+100 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+20 l \*REG\* 0+ P 0+21 l \*REG\* 0+ O 0+22 l \*REG\* 0+ N diff --git a/ld/testsuite/ld-mmix/greg-7.d b/ld/testsuite/ld-mmix/greg-7.d index 0e3486a1ac..c553032d99 100644 --- a/ld/testsuite/ld-mmix/greg-7.d +++ b/ld/testsuite/ld-mmix/greg-7.d @@ -39,14 +39,14 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+100 l d \.MMIX\.reg_contents 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+100 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+21 l \*REG\* 0+ P 0+22 l \*REG\* 0+ O 0+23 l \*REG\* 0+ N diff --git a/ld/testsuite/ld-mmix/loc1.d b/ld/testsuite/ld-mmix/loc1.d index bc0d17b44c..a34618a568 100644 --- a/ld/testsuite/ld-mmix/loc1.d +++ b/ld/testsuite/ld-mmix/loc1.d @@ -7,13 +7,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+1000 l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1000 g \.text 0+ loc1 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text 2000000000000000 g \*ABS\* 0+ __bss_start diff --git a/ld/testsuite/ld-mmix/loc2.d b/ld/testsuite/ld-mmix/loc2.d index 69d082587f..234bddb1db 100644 --- a/ld/testsuite/ld-mmix/loc2.d +++ b/ld/testsuite/ld-mmix/loc2.d @@ -8,13 +8,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+1000 l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1004 g \.text 0+ _start 0+1000 g \.text 0+ loc1 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text diff --git a/ld/testsuite/ld-mmix/loc3.d b/ld/testsuite/ld-mmix/loc3.d index 0f2c964c1a..4dcdd801c6 100644 --- a/ld/testsuite/ld-mmix/loc3.d +++ b/ld/testsuite/ld-mmix/loc3.d @@ -8,13 +8,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+1000 l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1000 g \.text 0+ _start 0+1004 g \.text 0+ loc1 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text diff --git a/ld/testsuite/ld-mmix/loc4.d b/ld/testsuite/ld-mmix/loc4.d index 5585cb488f..0c09e6dc63 100644 --- a/ld/testsuite/ld-mmix/loc4.d +++ b/ld/testsuite/ld-mmix/loc4.d @@ -9,13 +9,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+1000 l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000008 l d \.sbss 0+ -2000000000000008 l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000008 l d \.sbss 0+ (|\.sbss) +2000000000000008 l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 2000000000000000 l \.data 0+ xx 0+1004 g F \.text 0+ Main 2000000000000000 g \*ABS\* 0+ __\.MMIX\.start\.\.data diff --git a/ld/testsuite/ld-mmix/loc6.d b/ld/testsuite/ld-mmix/loc6.d index eacc4688cf..7c0f76bebf 100644 --- a/ld/testsuite/ld-mmix/loc6.d +++ b/ld/testsuite/ld-mmix/loc6.d @@ -8,13 +8,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000200 l d \.data 0+ -200000000000020c l d \.sbss 0+ -200000000000020c l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000200 l d \.data 0+ (|\.data) +200000000000020c l d \.sbss 0+ (|\.sbss) +200000000000020c l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 2000000000000200 g \.data 0+ dloc1 2000000000000200 g \*ABS\* 0+ __\.MMIX\.start\.\.data 0+ g \.text 0+ _start diff --git a/ld/testsuite/ld-mmix/locdo-1.d b/ld/testsuite/ld-mmix/locdo-1.d index 9204501dbb..ad7f73a9e1 100644 --- a/ld/testsuite/ld-mmix/locdo-1.d +++ b/ld/testsuite/ld-mmix/locdo-1.d @@ -6,13 +6,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000008 l d \.data 0+ -2000000000000010 l d \.sbss 0+ -2000000000000010 l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000008 l d \.data 0+ (|\.data) +2000000000000010 l d \.sbss 0+ (|\.sbss) +2000000000000010 l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 2000000000000008 g \*ABS\* 0+ __\.MMIX\.start\.\.data 2000000000000008 g \.data 0+ od 0+ g \.text 0+ _start diff --git a/ld/testsuite/ld-mmix/loct-1.d b/ld/testsuite/ld-mmix/loct-1.d index a542f74375..32a08a3878 100644 --- a/ld/testsuite/ld-mmix/loct-1.d +++ b/ld/testsuite/ld-mmix/loct-1.d @@ -6,13 +6,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+1004 l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1004 l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1004 l \.text 0+ t 0+100c g \.text 0+ _start 0+1004 g \*ABS\* 0+ __\.MMIX\.start\.\.text diff --git a/ld/testsuite/ld-mmix/locto-1.d b/ld/testsuite/ld-mmix/locto-1.d index b424753619..8aa9f42908 100644 --- a/ld/testsuite/ld-mmix/locto-1.d +++ b/ld/testsuite/ld-mmix/locto-1.d @@ -6,13 +6,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+1008 l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1008 l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1008 g \.text 0+ od 0+1010 g \.text 0+ _start 0+1008 g \*ABS\* 0+ __\.MMIX\.start\.\.text diff --git a/ld/testsuite/ld-mmix/start-1.d b/ld/testsuite/ld-mmix/start-1.d index fa90ba4e61..d372d1dbf8 100644 --- a/ld/testsuite/ld-mmix/start-1.d +++ b/ld/testsuite/ld-mmix/start-1.d @@ -5,13 +5,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000000 l d \.data 0+ -2000000000000000 l d \.sbss 0+ -2000000000000000 l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000000 l d \.data 0+ (|\.data) +2000000000000000 l d \.sbss 0+ (|\.sbss) +2000000000000000 l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+4 g \.text 0+ _start 2000000000000000 g \*ABS\* 0+ __bss_start 2000000000000000 g \*ABS\* 0+ _edata diff --git a/ld/testsuite/ld-sh/sh64/abi32.xd b/ld/testsuite/ld-sh/sh64/abi32.xd index c6bd1dad96..a267d31280 100644 --- a/ld/testsuite/ld-sh/sh64/abi32.xd +++ b/ld/testsuite/ld-sh/sh64/abi32.xd @@ -30,16 +30,16 @@ Idx Name Size VMA LMA File off Algn 6 \.stack 00000004 0+80000 0+80000 00000180 2\*\*0 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: -0+1000 l d \.text 0+ -0+10e8 l d \.ctors 0+ -0+10e8 l d \.dtors 0+ -0+10e8 l d \.data 0+ -0+1100 l d \.sbss 0+ -0+1100 l d \.bss 0+ -0+80000 l d \.stack 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +0+10e8 l d \.ctors 0+ (|\.ctors) +0+10e8 l d \.dtors 0+ (|\.dtors) +0+10e8 l d \.data 0+ (|\.data) +0+1100 l d \.sbss 0+ (|\.sbss) +0+1100 l d \.bss 0+ (|\.bss) +0+80000 l d \.stack 0+ (|\.stack) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+10f4 l \.data 0+ foobar 0+10fc l \.data 0+ foobar2 0+1060 l \.text 0+ 0x04 plugh diff --git a/ld/testsuite/ld-sh/sh64/abi64.xd b/ld/testsuite/ld-sh/sh64/abi64.xd index 08146795fb..56e883cb98 100644 --- a/ld/testsuite/ld-sh/sh64/abi64.xd +++ b/ld/testsuite/ld-sh/sh64/abi64.xd @@ -29,16 +29,16 @@ Idx Name Size VMA LMA File off Algn 6 \.stack 00000004 0000000000080000 0000000000080000 00000200 2\*\*0 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: -0000000000001000 l d \.text 0000000000000000 -0000000000001130 l d \.ctors 0000000000000000 -0000000000001130 l d \.dtors 0000000000000000 -0000000000001130 l d \.data 0000000000000000 -0000000000001148 l d \.sbss 0000000000000000 -0000000000001148 l d \.bss 0000000000000000 -0000000000080000 l d \.stack 0000000000000000 -0000000000000000 l d \*ABS\* 0000000000000000 -0000000000000000 l d \*ABS\* 0000000000000000 -0000000000000000 l d \*ABS\* 0000000000000000 +0000000000001000 l d \.text 0000000000000000 (|\.text) +0000000000001130 l d \.ctors 0000000000000000 (|\.ctors) +0000000000001130 l d \.dtors 0000000000000000 (|\.dtors) +0000000000001130 l d \.data 0000000000000000 (|\.data) +0000000000001148 l d \.sbss 0000000000000000 (|\.sbss) +0000000000001148 l d \.bss 0000000000000000 (|\.bss) +0000000000080000 l d \.stack 0000000000000000 (|\.stack) +0000000000000000 l d \*ABS\* 0000000000000000 (|\.shstrtab) +0000000000000000 l d \*ABS\* 0000000000000000 (|\.symtab) +0000000000000000 l d \*ABS\* 0000000000000000 (|\.strtab) 000000000000113c l \.data 0000000000000000 foobar 0000000000001144 l \.data 0000000000000000 foobar2 00000000000010a8 l \.text 0000000000000000 0x04 plugh diff --git a/ld/testsuite/ld-sh/sh64/cmpct1.xd b/ld/testsuite/ld-sh/sh64/cmpct1.xd index 06e47a9433..f5e622444f 100644 --- a/ld/testsuite/ld-sh/sh64/cmpct1.xd +++ b/ld/testsuite/ld-sh/sh64/cmpct1.xd @@ -32,17 +32,17 @@ Idx Name Size VMA LMA File off Algn 7 \.stack 00000004 0+80000 0+80000 00000180 2\*\*0 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: -0+1000 l d \.text 0+ -0+1008 l d \.rodata 0+ -0+1098 l d \.ctors 0+ -0+1098 l d \.dtors 0+ -0+1098 l d \.data 0+ -0+1098 l d \.sbss 0+ -0+1098 l d \.bss 0+ -0+80000 l d \.stack 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +0+1008 l d \.rodata 0+ (|\.rodata) +0+1098 l d \.ctors 0+ (|\.ctors) +0+1098 l d \.dtors 0+ (|\.dtors) +0+1098 l d \.data 0+ (|\.data) +0+1098 l d \.sbss 0+ (|\.sbss) +0+1098 l d \.bss 0+ (|\.bss) +0+80000 l d \.stack 0+ (|\.stack) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1004 l \.text 0+ next 0+100c l \.rodata 0+ here 0+1098 g \.dtors 0+ ___dtors diff --git a/ld/testsuite/ld-sh/sh64/mix1.xd b/ld/testsuite/ld-sh/sh64/mix1.xd index 005e161a64..ea17531e9f 100644 --- a/ld/testsuite/ld-sh/sh64/mix1.xd +++ b/ld/testsuite/ld-sh/sh64/mix1.xd @@ -31,17 +31,17 @@ Idx Name Size VMA LMA File off Algn 7 \.cranges 00000014 0+ 0+ 00000184 2\*\*0 CONTENTS, DEBUGGING, SORT_ENTRIES SYMBOL TABLE: -0+1000 l d \.text 0+ -0+10c8 l d \.ctors 0+ -0+10c8 l d \.dtors 0+ -0+10c8 l d \.data 0+ -0+10d8 l d \.sbss 0+ -0+10d8 l d \.bss 0+ -0+80000 l d \.stack 0+ -0+ l d \.cranges 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +0+10c8 l d \.ctors 0+ (|\.ctors) +0+10c8 l d \.dtors 0+ (|\.dtors) +0+10c8 l d \.data 0+ (|\.data) +0+10d8 l d \.sbss 0+ (|\.sbss) +0+10d8 l d \.bss 0+ (|\.bss) +0+80000 l d \.stack 0+ (|\.stack) +0+ l d \.cranges 0+ (|\.cranges) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1008 l \.text 0+ forw 0+1004 l \.text 0+ start2 0+1030 l \.text 0+ 0x04 mediacode2 diff --git a/ld/testsuite/ld-sh/sh64/mix2.xd b/ld/testsuite/ld-sh/sh64/mix2.xd index 28234f9394..ec76cc8222 100644 --- a/ld/testsuite/ld-sh/sh64/mix2.xd +++ b/ld/testsuite/ld-sh/sh64/mix2.xd @@ -34,18 +34,18 @@ Idx Name Size VMA LMA File off Algn 8 \.cranges 00000014 0+ 0+ 00000184 2\*\*0 CONTENTS, DEBUGGING, SORT_ENTRIES SYMBOL TABLE: -0+1000 l d \.text 0+ -0+1034 l d \.rodata 0+ -0+10c8 l d \.ctors 0+ -0+10c8 l d \.dtors 0+ -0+10c8 l d \.data 0+ -0+10d8 l d \.sbss 0+ -0+10d8 l d \.bss 0+ -0+80000 l d \.stack 0+ -0+ l d \.cranges 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +0+1034 l d \.rodata 0+ (|\.rodata) +0+10c8 l d \.ctors 0+ (|\.ctors) +0+10c8 l d \.dtors 0+ (|\.dtors) +0+10c8 l d \.data 0+ (|\.data) +0+10d8 l d \.sbss 0+ (|\.sbss) +0+10d8 l d \.bss 0+ (|\.bss) +0+80000 l d \.stack 0+ (|\.stack) +0+ l d \.cranges 0+ (|\.cranges) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1020 l \.text 0+ locallabel 0+1040 g \.rodata 0+ compactlabel4 0+101c g \.text 0+ 0x04 medialabel2 diff --git a/ld/testsuite/ld-sh/sh64/rel32.xd b/ld/testsuite/ld-sh/sh64/rel32.xd index 61c2f3927c..d49b21f6a1 100644 --- a/ld/testsuite/ld-sh/sh64/rel32.xd +++ b/ld/testsuite/ld-sh/sh64/rel32.xd @@ -16,15 +16,15 @@ Idx Name Size VMA LMA File off Algn 3 \.stack 0+4 0+ 0+ 0+b4 2\*\*0 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \*ABS\* 0+ -0+ l d \.data 0+ -0+ l d \*ABS\* 0+ -0+ l d \.bss 0+ -0+ l d \.stack 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|.text) +0+ l d \*ABS\* 0+ (|.rela.text) +0+ l d \.data 0+ (|.data) +0+ l d \*ABS\* 0+ (|.rela.data) +0+ l d \.bss 0+ (|.bss) +0+ l d \.stack 0+ (|.stack) +0+ l d \*ABS\* 0+ (|.shstrtab) +0+ l d \*ABS\* 0+ (|.symtab) +0+ l d \*ABS\* 0+ (|.strtab) 0+ \*UND\* 0+ unresolved5 0+c g \.text 0+ 0x04 file1text2 0+24 g \.text 0+ 0x04 file2text1 diff --git a/ld/testsuite/ld-sh/sh64/rel64.xd b/ld/testsuite/ld-sh/sh64/rel64.xd index c1842cc91d..86791c9498 100644 --- a/ld/testsuite/ld-sh/sh64/rel64.xd +++ b/ld/testsuite/ld-sh/sh64/rel64.xd @@ -16,15 +16,15 @@ Idx Name Size VMA LMA File off Algn 3 \.stack 0+4 0+ 0+ 0+c0 2\*\*0 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: -0+ l d \.text 0+ -0+ l d \*ABS\* 0+ -0+ l d \.data 0+ -0+ l d \*ABS\* 0+ -0+ l d \.bss 0+ -0+ l d \.stack 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|.text) +0+ l d \*ABS\* 0+ (|.rela.text) +0+ l d \.data 0+ (|.data) +0+ l d \*ABS\* 0+ (|.rela.data) +0+ l d \.bss 0+ (|.bss) +0+ l d \.stack 0+ (|.stack) +0+ l d \*ABS\* 0+ (|.shstrtab) +0+ l d \*ABS\* 0+ (|.symtab) +0+ l d \*ABS\* 0+ (|.strtab) 0+ \*UND\* 0+ unresolved5 0+c g \.text 0+ 0x04 file1text2 0+24 g \.text 0+ 0x04 file2text1 diff --git a/ld/testsuite/ld-sh/sh64/shdl32.xd b/ld/testsuite/ld-sh/sh64/shdl32.xd index 0e46444c2d..84dabc50d5 100644 --- a/ld/testsuite/ld-sh/sh64/shdl32.xd +++ b/ld/testsuite/ld-sh/sh64/shdl32.xd @@ -31,17 +31,17 @@ Idx Name Size VMA LMA File off Algn 7 \.stack 0+4 0+80000 0+80000 0+600 2\*\*0 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: -0+1000 l d \.text 0+ -0+1204 l d \.rodata 0+ -0+13c8 l d \.ctors 0+ -0+13c8 l d \.dtors 0+ -0+13c8 l d \.data 0+ -0+1560 l d \.sbss 0+ -0+1560 l d \.bss 0+ -0+80000 l d \.stack 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +0+1204 l d \.rodata 0+ (|\.rodata) +0+13c8 l d \.ctors 0+ (|\.ctors) +0+13c8 l d \.dtors 0+ (|\.dtors) +0+13c8 l d \.data 0+ (|\.data) +0+1560 l d \.sbss 0+ (|\.sbss) +0+1560 l d \.bss 0+ (|\.bss) +0+80000 l d \.stack 0+ (|\.stack) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1150 l \.text 0+ 0x04 part2 0+13f8 g \.data 0+ dfoo_otherboth2 0+1178 g \.text 0+ 0x04 bar_otherwithout diff --git a/ld/testsuite/ld-sh/sh64/shdl64.xd b/ld/testsuite/ld-sh/sh64/shdl64.xd index 48826c3edc..71ab0d31e3 100644 --- a/ld/testsuite/ld-sh/sh64/shdl64.xd +++ b/ld/testsuite/ld-sh/sh64/shdl64.xd @@ -31,17 +31,17 @@ Idx Name Size VMA LMA File off Algn 7 \.stack 0+4 0+80000 0+80000 0+600 2\*\*0 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: -0+1000 l d \.text 0+ -0+1204 l d \.rodata 0+ -0+13c8 l d \.ctors 0+ -0+13c8 l d \.dtors 0+ -0+13c8 l d \.data 0+ -0+1560 l d \.sbss 0+ -0+1560 l d \.bss 0+ -0+80000 l d \.stack 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+1000 l d \.text 0+ (|\.text) +0+1204 l d \.rodata 0+ (|\.rodata) +0+13c8 l d \.ctors 0+ (|\.ctors) +0+13c8 l d \.dtors 0+ (|\.dtors) +0+13c8 l d \.data 0+ (|\.data) +0+1560 l d \.sbss 0+ (|\.sbss) +0+1560 l d \.bss 0+ (|\.bss) +0+80000 l d \.stack 0+ (|\.stack) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 0+1150 l \.text 0+ 0x04 part2 0+13f8 g \.data 0+ dfoo_otherboth2 0+1178 g \.text 0+ 0x04 bar_otherwithout