23 lines
578 B
D
23 lines
578 B
D
|
#source: fdpic-goti20-static.s
|
||
|
#as: --isa=sh2a -big --fdpic
|
||
|
#ld: -EB -mshelf_fd
|
||
|
#objdump: -ds
|
||
|
#target: sh*-*-uclinux*
|
||
|
|
||
|
.*:[ \t]+file format elf32-shbig-fdpic
|
||
|
|
||
|
Contents of section \.text:
|
||
|
400094 0000000c 01ce[ \t]+.*
|
||
|
Contents of section \.rofixup:
|
||
|
40009c 004100b4 004100a8[ \t]+.*
|
||
|
Contents of section \.data:
|
||
|
4100a4 00000001[ \t]+.*
|
||
|
Contents of section \.got:
|
||
|
4100a8 00000000 00000000 00000000 004100a4[ \t]+.*
|
||
|
|
||
|
Disassembly of section \.text:
|
||
|
|
||
|
00400094 <_start>:
|
||
|
[ \t]+400094:[ \t]+00 00 00 0c[ \t]+movi20[ \t]+#12,r0
|
||
|
[ \t]+400098:[ \t]+01 ce[ \t]+mov\.l[ \t]+@\(r0,r12\),r1
|