1 #source: fdpic-gotfuncdesc-static.s 2 #as: --isa=sh2a -big --fdpic 3 #ld: -EB -mshelf_fd 4 #objdump: -ds 5 #target: sh*-*-uclinux* 6 7 .*:[ \t]+file format elf32-shbig-fdpic 8 9 Contents of section \.text: 10 400094 d00001ce 0000000c 00090009[ \t]+.* 11 Contents of section \.rofixup: 12 4000a0 004100b0 004100b4 004100c4 004100b8[ \t]+.* 13 Contents of section \.got: 14 4100b0 0040009c 004100b8 00000000 00000000[ \t]+.* 15 4100c0 00000000 004100b0[ \t]+.* 16 17 Disassembly of section \.text: 18 19 00400094 <_start>: 20 [ \t]+400094:[ \t]+d0 00[ \t]+mov\.l[ \t]+400098 <_start\+0x4>,r0[ \t]+! c 21 [ \t]+400096:[ \t]+01 ce[ \t]+mov\.l[ \t]+@\(r0,r12\),r1 22 [ \t]+400098:[ \t]+00 00 00 0c[ \t]+movi20[ \t]+#12,r0 23 24 0040009c <foo>: 25 [ \t]+40009c:[ \t]+00 09[ \t]+nop[ \t]+ 26 [ \t]+40009e:[ \t]+00 09[ \t]+nop[ \t]+ 27