* ld-elf/orphan-region.d: Use ld -N.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan-region.d
1 #source: orphan-region.s
2 #ld: -T orphan-region.ld -N
3 #readelf: -S -l --wide
4
5 #...
6 \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*40000000[ \t]+.*
7 \[[ 0-9]+\] \.rodata[ \t]+PROGBITS[ \t]+0*400000[0-9a-f]+[ \t]+.*
8 \[[ 0-9]+\] \.moredata[ \t]+PROGBITS[ \t]+0*400000[0-9a-f]+[ \t]+.*
9 #...
10 Program Headers:
11 Type.*
12 LOAD[ \t]+0x[0-9a-f]+ 0x0*40000000 0x0*40000000 0x[0-9a-f]+ 0x[0-9a-f]+ RWE 0x[0-9a-f]+
13
14 Section to Segment mapping:
15 Segment Sections...
16 00 .text .rodata .moredata *
This page took 0.031622 seconds and 5 git commands to generate.