Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / alpha / elf-reloc-5.s
1         .text
2         .align 2
3 _start:
4         br $31, nopv
5         br $31, nopv    !samegp
6         br $31, stdgp
7         br $31, stdgp   !samegp
8
9         br $31, undef   !samegp
10         br $31, extern  !samegp
11
12 .ent nopv
13 nopv:
14         .prologue 0
15         nop
16 .end nopv
17
18 .ent stdgp
19 stdgp:
20         ldgp $29,0($27)
21         .prologue 1
22         nop
23 .end stdgp
24
25 .globl extern
26 .ent extern
27 extern:
28         .prologue 0
29         nop
30 .end extern
31