Home | History | Annotate | Download | only in ld-sh
      1 #source: fdpic-gotofffuncdesci20-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]+ 01f0fff8 31cc0009[ \t]+.*
     11 Contents of section \.got:
     12  [0-9a-f]+ 00000006 00000000 00000000 00000000[ \t]+.*
     13  [0-9a-f]+ 00000000[ \t]+.*
     14 
     15 Disassembly of section \.text:
     16 
     17 [0-9a-f]+ <f>:
     18  [0-9a-f]+:[ \t]+01 f0 ff f8[ \t]+movi20[ \t]+#-8,r1
     19  [0-9a-f]+:[ \t]+31 cc[ \t]+add[ \t]+r12,r1
     20 
     21 [0-9a-f]+ <foo>:
     22  [0-9a-f]+:[ \t]+00 09[ \t]+nop[ \t]+
     23 
     24 Disassembly of section \.got:
     25 
     26 [0-9a-f]+ <\.got>:
     27 [ \t]+[0-9a-f]+:[ \t]+00 00 00 06[ \t]+movi20[ \t]+#6,r0
     28 [ \t]+[0-9a-f]+: R_SH_FUNCDESC_VALUE[ \t]+\.text
     29 [ \t]+\.\.\.
     30