bf653567e82446f92d2143eee815f76cd8125b12
[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: arc-*-* d30v-*-* dlx-*-* fr30-*-* frv-*-elf i860-*-* i960-*-*
5 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* or32-*-* pj*-*-*
6 #xfail: spu-*-* hppa*64*-*-* *-*-nacl*
7 # if not using elf32.em, you don't get fancy orphan handling
8 # spu twiddles LOAD range, hppa64 adds PHDR, nacl splits to two segments
9
10 #...
11 \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*40000000[ \t]+.*
12 \[[ 0-9]+\] \.rodata[ \t]+PROGBITS[ \t]+0*400000[0-9a-f]+[ \t]+.*
13 \[[ 0-9]+\] \.moredata[ \t]+PROGBITS[ \t]+0*400000[0-9a-f]+[ \t]+.*
14 #...
15 Program Headers:
16 Type.*
17 LOAD[ \t]+0x[0-9a-f]+ 0x0*40000000 0x0*40000000 0x[0-9a-f]+ 0x[0-9a-f]+ RWE 0x[0-9a-f]+
18
19 Section to Segment mapping:
20 Segment Sections...
21 00 .text .rodata .moredata *
This page took 0.028844 seconds and 3 git commands to generate.