~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/mips/branch-misc-2.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Source file used to test the backward branches to globals in this file.
 
2
 
 
3
        .globl g1 .text
 
4
        .globl g2 .text
 
5
        .globl g3 .text
 
6
        .globl g4 .text
 
7
        .globl g5 .text
 
8
        .globl g6 .text
 
9
 
 
10
        .globl x1 .text
 
11
 
 
12
        .text
 
13
g1:
 
14
        .space 20
 
15
g2:
 
16
        .space 20
 
17
g3:
 
18
        .space 20
 
19
 
 
20
x:
 
21
        bal     g1
 
22
        bal     g2
 
23
        bal     g3
 
24
        bal     g4
 
25
        bal     g5
 
26
        bal     g6
 
27
 
 
28
        .space 20
 
29
g4:
 
30
        .space 20
 
31
g5:
 
32
        .space 20
 
33
g6:
 
34
 
 
35
        b       x1
 
36
        b       x2
 
37
        b       .Ldata
 
38
 
 
39
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
 
40
        .align  2
 
41
        .space  8
 
42
 
 
43
        .data
 
44
.Ldata: