diff options
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/abi32.xd')
-rw-r--r-- | ld/testsuite/ld-sh/sh64/abi32.xd | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ld/testsuite/ld-sh/sh64/abi32.xd b/ld/testsuite/ld-sh/sh64/abi32.xd index 8fd05c99d78..c6bd1dad96e 100644 --- a/ld/testsuite/ld-sh/sh64/abi32.xd +++ b/ld/testsuite/ld-sh/sh64/abi32.xd @@ -17,12 +17,12 @@ Sections: Idx Name Size VMA LMA File off Algn 0 \.text 00000064 0+1000 0+1000 00000100 2\*\*0 CONTENTS, ALLOC, LOAD, READONLY, CODE - 1 \.data 00000018 0+10e8 0+10e8 00000168 2\*\*2 - CONTENTS, ALLOC, LOAD, DATA - 2 \.ctors 00000000 0+1100 0+1100 00000184 2\*\*0 + 1 \.ctors 00000000 0+10e8 0+10e8 00000184 2\*\*0 CONTENTS - 3 \.dtors 00000000 0+1100 0+1100 00000184 2\*\*0 + 2 \.dtors 00000000 0+10e8 0+10e8 00000184 2\*\*0 CONTENTS + 3 \.data 00000018 0+10e8 0+10e8 00000168 2\*\*2 + CONTENTS, ALLOC, LOAD, DATA 4 \.sbss 00000000 0+1100 0+1100 00000184 2\*\*0 CONTENTS 5 \.bss 00000000 0+1100 0+1100 00000180 2\*\*0 @@ -31,9 +31,9 @@ Idx Name Size VMA LMA File off Algn 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 \.ctors 0+ -0+1100 l d \.dtors 0+ 0+1100 l d \.sbss 0+ 0+1100 l d \.bss 0+ 0+80000 l d \.stack 0+ @@ -45,16 +45,16 @@ SYMBOL TABLE: 0+1060 l \.text 0+ 0x04 plugh 0+10f8 g \.data 0+ foobar 0+10e8 g \.data 0+ baz -0+1100 g \.dtors 0+ ___dtors +0+10e8 g \.dtors 0+ ___dtors 0+105c g \.text 0+ 0x04 xyzzy 0+1100 g \*ABS\* 0+ __bss_start -0+1100 g \.ctors 0+ ___ctors_end +0+10e8 g \.ctors 0+ ___ctors_end 0+10f0 g \.data 0+ baz2 -0+1100 g \.ctors 0+ ___ctors +0+10e8 g \.ctors 0+ ___ctors 0+1000 g \.text 0+ 0x04 foo 0+1100 g \*ABS\* 0+ _edata 0+1100 g \*ABS\* 0+ _end 0+1010 g \.text 0+ 0x04 start 0+100c g \.text 0+ 0x04 bar 0+80000 g \.stack 0+ _stack -0+1100 g \.dtors 0+ ___dtors_end +0+10e8 g \.dtors 0+ ___dtors_end |