diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-15 15:39:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-15 15:39:48 +0000 |
commit | 85167a847e75be75d22a57909d384bad806e66ab (patch) | |
tree | 1cf8759980d9a880793809a4bf9dbc74761c8bc0 /ld/testsuite/ld-sh/sh64/shdl32.xd | |
parent | d98685ac81121ad2dc5acec4300d9f0833b7bd0f (diff) | |
download | gdb-85167a847e75be75d22a57909d384bad806e66ab.zip gdb-85167a847e75be75d22a57909d384bad806e66ab.tar.gz gdb-85167a847e75be75d22a57909d384bad806e66ab.tar.bz2 |
Adjust for dynamic sym changes.
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/shdl32.xd')
-rw-r--r-- | ld/testsuite/ld-sh/sh64/shdl32.xd | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/ld/testsuite/ld-sh/sh64/shdl32.xd b/ld/testsuite/ld-sh/sh64/shdl32.xd index 84dabc5..c0b1f34 100644 --- a/ld/testsuite/ld-sh/sh64/shdl32.xd +++ b/ld/testsuite/ld-sh/sh64/shdl32.xd @@ -8,7 +8,7 @@ Program Header: LOAD off 0x0+100 vaddr 0x0+1000 paddr 0x0+1000 align 2\*\*7 filesz 0x0+348 memsz 0x0+348 flags r-x LOAD off 0x0+448 vaddr 0x0+13c8 paddr 0x0+13c8 align 2\*\*7 - filesz 0x0+194 memsz 0x0+198 flags rw- + filesz 0x0+194 memsz 0x0+194 flags rw- LOAD off 0x0+600 vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*7 filesz 0x00000004 memsz 0x00000004 flags rw- @@ -18,26 +18,14 @@ Idx Name Size VMA LMA File off Algn CONTENTS, ALLOC, LOAD, READONLY, CODE 1 \.rodata 0+144 0+1204 0+1204 0+304 2\*\*2 CONTENTS, ALLOC, LOAD, READONLY, DATA - 2 \.ctors 0+ 0+13c8 0+13c8 0+604 2\*\*0 - CONTENTS - 3 \.dtors 0+ 0+13c8 0+13c8 0+604 2\*\*0 - CONTENTS - 4 \.data 0+194 0+13c8 0+13c8 0+448 2\*\*2 + 2 \.data 0+194 0+13c8 0+13c8 0+448 2\*\*2 CONTENTS, ALLOC, LOAD, DATA - 5 \.sbss 0+ 0+1560 0+1560 0+604 2\*\*0 - CONTENTS - 6 \.bss 0+ 0+1560 0+1560 0+5dc 2\*\*0 - ALLOC - 7 \.stack 0+4 0+80000 0+80000 0+600 2\*\*0 + 3 \.stack 0+4 0+80000 0+80000 0+600 2\*\*0 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: 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) @@ -88,7 +76,7 @@ SYMBOL TABLE: 0+14e0 g \.data 0+ dbar_mixboth2 0+14ec g \.data 0+ dbaz 0+1524 g \.data 0+ dbaz_mix -0+13c8 g \.dtors 0+ ___dtors +0+13c8 g \*ABS\* 0+ ___dtors 0+141c g \.data 0+ dfoo_mixboth2 0+119c g \.text 0+ 0x04 bazboth 0+13f0 g \.data 0+ dfoo_other @@ -104,13 +92,13 @@ SYMBOL TABLE: 0+14f4 g \.data 0+ dbazboth 0+1038 g \.text 0+ 0x04 foo_otherwithout 0+1190 g \.text 0+ 0x04 bar_mixwithout2 -0+13c8 g \.ctors 0+ ___ctors_end +0+13c8 g \*ABS\* 0+ ___ctors_end 0+1064 g \.text 0+ 0x04 foo_mixwithout 0+116c g \.text 0+ 0x04 bar_other 0+13d0 g \.data 0+ dfooboth 0+1034 g \.text 0+ 0x04 foo_otherboth2 0+1400 g \.data 0+ dfoo_mix -0+13c8 g \.ctors 0+ ___ctors +0+13c8 g \*ABS\* 0+ ___ctors 0+14d4 g \.data 0+ dbar_mix 0+100c g \.text 0+ 0x04 fooboth 0+1170 g \.text 0+ 0x04 bar_otherboth @@ -133,6 +121,6 @@ SYMBOL TABLE: 0+1160 g \.text 0+ 0x04 barboth 0+14b8 g \.data 0+ dbarboth 0+1188 g \.text 0+ 0x04 bar_mixboth2 -0+13c8 g \.dtors 0+ ___dtors_end +0+13c8 g \*ABS\* 0+ ___dtors_end 0+151c g \.data 0+ dbaz_otherboth2 0+1500 g \.data 0+ dbazboth2 |