2010-05-21 Daniel Jacobowitz <dan@codesourcery.com>
[binutils.git] / ld / testsuite / ld-sh / fdpic-gotoffi20-static.s
blob079255bd286d772acb55cfd8b331b4dee27cc192
1 .text
2 .globl _start
3 .type _start,@function
4 _start:
5 movi20 #foo@GOTOFF, r0
6 mov.l @(r0,r12), r1
7 .data
8 .type foo,@object
9 .size foo,4
10 foo:
11 .long 1