Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-funcdesc-static.d
CommitLineData
8e45593f
NC
1#source: fdpic-funcdesc-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
9Contents of section \.text:
10 400094 00090009[ \t]+.*
11Contents of section \.rofixup:
12 400098 004100ac 004100b0 004100a8 004100b4[ \t]+.*
13Contents of section \.data:
14 4100a8 004100ac[ \t]+.*
15Contents of section \.got:
16 4100ac 00400094 004100b4 00000000 00000000[ \t]+.*
17 4100bc 00000000[ \t]+.*
18
19Disassembly of section \.text:
20
2100400094 <foo>:
22[ \t]+400094:[ \t]+00 09[ \t]+nop[ \t]+
23
2400400096 <_start>:
25[ \t]+400096:[ \t]+00 09[ \t]+nop[ \t]+
This page took 0.450913 seconds and 4 git commands to generate.