2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / frv / reloc1.s
CommitLineData
d5087907
RS
1 .globl f1
2begin:
3 nop
4 nop
5f1:
6 nop
7 nop
8 nop
9f2:
10 call f1
11 bra f1
12 call f2
13 bra f2
b49dc2a1
AO
14
15 call f3
16 bra f3
d5087907 17 .space 16
b49dc2a1
AO
18
19 .section .gnu.linkonce.t.test
20beginx:
21 nop
22 call f1
23 bra f1
24 call f2
25 bra f2
26 call f3
27 bra f3
This page took 0.265976 seconds and 4 git commands to generate.