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