2010-05-21 Daniel Jacobowitz <dan@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-gotofffuncdesc-static.s
1 .text
2 .globl _start
3 .type _start,@function
4 _start:
5 mov.l .L1, r1
6 add r12, r1
7 .align 2
8 .L1:
9 .long foo@GOTOFFFUNCDESC
10 .type foo,@function
11 foo:
12 nop
This page took 0.030713 seconds and 4 git commands to generate.