2010-05-21 Daniel Jacobowitz <dan@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-funcdesc-shared.s
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
This page took 0.030748 seconds and 5 git commands to generate.