Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-funcdesc-static.s
CommitLineData
8e45593f
NC
1 .data
2 .globl bar
3 .type bar,@object
4 .size bar,4
5bar:
6 .long foo@FUNCDESC
7 .text
8 .type foo,@function
9foo:
10 nop
11 .globl _start
12 .type _start,@function
13_start:
14 nop
This page took 0.339077 seconds and 4 git commands to generate.