Home | History | Annotate | Download | only in ld-elf
      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-*-* 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 *
     22