Home | History | Annotate | Download | only in ld-sh
      1 #source: fdpic-stack.s
      2 #as: --isa=sh2a -big --fdpic
      3 #ld: -EB -mshelf_fd --defsym __stacksize=0x40000
      4 #readelf: -l
      5 #target: sh*-*-uclinux*
      6 
      7 Elf file type is EXEC \(Executable file\)
      8 Entry point 0x400074
      9 There are 2 program headers, starting at offset 52
     10 
     11 Program Headers:
     12 [ \t]+Type[ \t]+Offset[ \t]+VirtAddr[ \t]+PhysAddr[ \t]+FileSiz MemSiz[ \t]+Flg Align
     13 [ \t]+LOAD[ \t]+0x000000 0x00400000 0x00400000 0x00076 0x00076 R E 0x10000
     14 [ \t]+GNU_STACK[ \t]+0x000000 0x00000000 0x00000000 0x00000 0x40000 RWE 0x8
     15 
     16  Section to Segment mapping:
     17 [ \t]+Segment Sections\.\.\.
     18 [ \t]+00[ \t]+\.text
     19 [ \t]+01[ \t]+
     20