ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan-region.d
1 #source: orphan-region.s
2 #ld: -T orphan-region.ld -N -z stack-size=0
3 #readelf: -S -l --wide
4 #xfail: [uses_genelf] hppa*64*-*-* spu-*-* *-*-nacl*
5 # if not using elf.em, you don't get fancy orphan handling
6 # spu twiddles LOAD range, hppa64 adds PHDR, nacl splits to two segments
7
8 #...
9 \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*40000000[ \t]+.*
10 \[[ 0-9]+\] \.rodata[ \t]+PROGBITS[ \t]+0*400000[0-9a-f]+[ \t]+.*
11 \[[ 0-9]+\] \.moredata[ \t]+PROGBITS[ \t]+0*400000[0-9a-f]+[ \t]+.*
12 #...
13 Program Headers:
14 Type.*
15 LOAD[ \t]+0x[0-9a-f]+ 0x0*40000000 0x0*40000000 0x[0-9a-f]+ 0x[0-9a-f]+ RWE 0x[0-9a-f]+
16
17 Section to Segment mapping:
18 Segment Sections...
19 00 .text .rodata .moredata *
This page took 0.030631 seconds and 4 git commands to generate.