Add missing files.
[binutils.git] / ld / testsuite / ld-sh / fdpic-funcdesc-static.s
blobf59e0d99e562fa9b6b4a73f81d6b2f0d8040b614
1 .data
2 .globl bar
3 .type bar,@object
4 .size bar,4
5 bar:
6 .long foo@FUNCDESC
7 .text
8 .type foo,@function
9 foo:
10 nop
11 .globl _start
12 .type _start,@function
13 _start:
14 nop