* elf64-ppc.c (dec_dynrel_count): Don't error when elf_gc_sweep_symbol
[external/binutils.git] / gas / testsuite / gas / i860 / branch.s
1 # Branches and calls
2
3         .text
4
5         bla     %r0,%r1,.Lsome_label1
6         nop
7         bla     %r5,%r31,.Lsome_label2
8         nop
9         bla     %r23,%r16,.Lsome_label1
10         nop
11         bla     %r4,%r19,.Lsome_label2
12         nop
13
14         bri     %r0     
15         nop
16         bri     %r1     
17         nop
18         bri     %r31    
19         nop
20         bri     %r1     
21         nop
22         bri     %r12    
23         nop
24         bri     %r19    
25         nop
26
27         calli   %r0     
28         nop
29         calli   %r1     
30         nop
31         calli   %r31    
32         nop
33         calli   %r5     
34         nop
35         calli   %r22    
36         nop
37         calli   %r9     
38         nop
39
40         br      .Lsome_label1
41         nop
42         br      .Lsome_label2
43         nop
44         br      some_fake_extern
45         nop
46
47         call    .Lcall_me_now
48         nop
49         call    .Lcall_me_anytime
50         nop
51         call    some_fake_extern
52         nop
53
54         bc      .+12
55         bc      .Lsome_label1
56         bc      some_fake_extern
57
58         bc.t    .+0
59         nop
60         bc.t    .Lsome_label1
61         nop
62         bc.t    some_fake_extern
63         nop
64
65         bnc     .+12
66         bnc     .Lsome_label1
67         bnc     some_fake_extern
68
69         bnc.t   .+0
70         nop
71         bnc.t   .Lsome_label1
72         nop
73         bnc.t   some_fake_extern
74         nop
75
76
77 .Lsome_label1:
78 .Lcall_me_now:
79         nop
80         nop
81 .Lsome_label2:
82 .Lcall_me_anytime:
83         nop
84         nop
85