ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / non-contiguous.d
CommitLineData
abf874aa
CL
1#name: non-contiguous
2#source: non-contiguous.s
3#ld: --enable-non-contiguous-regions -T non-contiguous.ld
4#objdump: -rdsh
02a8180e 5#xfail: xtensa*
abf874aa
CL
6
7.*: file format .*
8
9Sections:
10Idx Name Size VMA * LMA * File off Algn
11 0 \.raml 0000000c 0*1fff0000 0*1fff0000 .* 2\*\*.
12 CONTENTS, ALLOC, LOAD, DATA
13 1 \.ramu 00000014 0*20000000 0*1fff000c .* 2\*\*.
14 CONTENTS, ALLOC, LOAD, DATA
15 2 \.ramz 0000003c 0*20040000 0*20000014 .* 2\*\*.
16 CONTENTS, ALLOC, LOAD, DATA
17
18
19Contents of section .raml:
20 1fff0000 (010+ 020+ 030+|0+01 0+02 0+03) ............
21Contents of section .ramu:
22 20000000 (040+ 050+ 060+ 070+|0+04 0+05 0+06 0+07) ................
23 20000010 (080+|0+08) ....
24Contents of section .ramz:
25 20040000 09090909 09090909 09090909 09090909 ................
26 20040010 09090909 09090909 09090909 09090909 ................
27 20040020 09090909 09090909 09090909 09090909 ................
28 20040030 09090909 09090909 09090909 ............
This page took 0.038832 seconds and 4 git commands to generate.