Home | History | Annotate | Download | only in ld-sh
      1 #source: fdpic-goti20-shared.s
      2 #as: --isa=sh2a -big --fdpic
      3 #ld: -EB -mshelf_fd -shared
      4 #objdump: -dsR -j.text -j.got
      5 #target: sh*-*-uclinux*
      6 
      7 .*:[ \t]+file format elf32-shbig-fdpic
      8 
      9 Contents of section \.text:
     10  [0-9a-f]+ 0000000c 01ce[ \t]+.*
     11 Contents of section \.got:
     12  [0-9a-f]+ 00000000 00000000 00000000 00000000[ \t]+.*
     13 
     14 Disassembly of section \.text:
     15 
     16 [0-9a-f]+ <f>:
     17  [0-9a-f]+:[ \t]+00 00 00 0c[ \t]+movi20[ \t]+#12,r0
     18  [0-9a-f]+:[ \t]+01 ce[ \t]+mov\.l[ \t]+@\(r0,r12\),r1
     19 
     20 Disassembly of section \.got:
     21 
     22 [0-9a-f]+ <\.got>:
     23 [ \t]+\.\.\.
     24 [ \t]+[0-9a-f]+: R_SH_GLOB_DAT[ \t]+foo
     25