diff options
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/abi64.xd')
-rw-r--r-- | ld/testsuite/ld-sh/sh64/abi64.xd | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/ld/testsuite/ld-sh/sh64/abi64.xd b/ld/testsuite/ld-sh/sh64/abi64.xd index 56e883c..fdfafb0 100644 --- a/ld/testsuite/ld-sh/sh64/abi64.xd +++ b/ld/testsuite/ld-sh/sh64/abi64.xd @@ -16,25 +16,13 @@ Sections: Idx Name Size VMA LMA File off Algn 0 \.text 000000ac 0000000000001000 0000000000001000 00000100 2\*\*0 CONTENTS, ALLOC, LOAD, READONLY, CODE - 1 \.ctors 00000000 0000000000001130 0000000000001130 00000204 2\*\*0 - CONTENTS - 2 \.dtors 00000000 0000000000001130 0000000000001130 00000204 2\*\*0 - CONTENTS - 3 \.data 00000018 0000000000001130 0000000000001130 000001b0 2\*\*2 + 1 \.data 00000018 0000000000001130 0000000000001130 000001b0 2\*\*2 CONTENTS, ALLOC, LOAD, DATA - 4 \.sbss 00000000 0000000000001148 0000000000001148 00000204 2\*\*0 - CONTENTS - 5 \.bss 00000000 0000000000001148 0000000000001148 000001c8 2\*\*0 - ALLOC - 6 \.stack 00000004 0000000000080000 0000000000080000 00000200 2\*\*0 + 2 \.stack 00000004 0000000000080000 0000000000080000 00000200 2\*\*0 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: 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) @@ -44,16 +32,16 @@ SYMBOL TABLE: 00000000000010a8 l \.text 0000000000000000 0x04 plugh 0000000000001140 g \.data 0000000000000000 foobar 0000000000001130 g \.data 0000000000000000 baz -0000000000001130 g \.dtors 0000000000000000 ___dtors +0000000000001130 g \*ABS\* 0000000000000000 ___dtors 00000000000010a4 g \.text 0000000000000000 0x04 xyzzy 0000000000001148 g \*ABS\* 0000000000000000 __bss_start -0000000000001130 g \.ctors 0000000000000000 ___ctors_end +0000000000001130 g \*ABS\* 0000000000000000 ___ctors_end 0000000000001138 g \.data 0000000000000000 baz2 -0000000000001130 g \.ctors 0000000000000000 ___ctors +0000000000001130 g \*ABS\* 0000000000000000 ___ctors 0000000000001000 g \.text 0000000000000000 0x04 foo 0000000000001148 g \*ABS\* 0000000000000000 _edata 0000000000001148 g \*ABS\* 0000000000000000 _end 0000000000001018 g \.text 0000000000000000 0x04 start 0000000000001014 g \.text 0000000000000000 0x04 bar 0000000000080000 g \.stack 0000000000000000 _stack -0000000000001130 g \.dtors 0000000000000000 ___dtors_end +0000000000001130 g \*ABS\* 0000000000000000 ___dtors_end |