1 #source: fdpic-gotoffi20-shared.s 2 #as: --isa=sh2a -big --fdpic 3 #ld: -EB -mshelf_fd -shared 4 #objdump: -dsR -j.text -j.data -j.got 5 #target: sh*-*-uclinux* 6 7 .*:[ \t]+file format elf32-shbig-fdpic 8 9 Contents of section \.text: 10 [0-9a-f]+ 00f0fffc 01ce[ \t]+.* 11 Contents of section \.data: 12 [0-9a-f]+ 00000001[ \t]+.* 13 Contents of section \.got: 14 [0-9a-f]+ 00000000 00000000 00000000[ \t]+.* 15 16 Disassembly of section \.text: 17 18 [0-9a-f]+ <f>: 19 [0-9a-f]+:[ \t]+00 f0 ff fc[ \t]+movi20[ \t]+#-4,r0 20 [0-9a-f]+:[ \t]+01 ce[ \t]+mov\.l[ \t]+@\(r0,r12\),r1 21 22 Disassembly of section \.data: 23 24 [0-9a-f]+ <foo>: 25 [ \t]+[0-9a-f]+:[ \t]+00 00 00 01[ \t]+\.\.\.\. 26 27 Disassembly of section \.got: 28 29 [0-9a-f]+ <\.got>: 30 [ \t]+\.\.\. 31