Merge branch 'master' into amd-common
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-gotoffi20-static.d
1 #source: fdpic-gotoffi20-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 00f0fffc 01ce[ \t]+.*
11 Contents of section \.rofixup:
12 40009c 004100a4[ \t]+.*
13 Contents of section \.data:
14 4100a0 00000001[ \t]+.*
15 Contents of section \.got:
16 4100a4 00000000 00000000 00000000[ \t]+.*
17
18 Disassembly of section \.text:
19
20 00400094 <_start>:
21 [ \t]+400094:[ \t]+00 f0 ff fc[ \t]+movi20[ \t]+#-4,r0
22 [ \t]+400098:[ \t]+01 ce[ \t]+mov\.l[ \t]+@\(r0,r12\),r1
This page took 0.030978 seconds and 4 git commands to generate.