~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/cris/brokw-1.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
; Tests the broken-word function, single word.
 
2
        .syntax no_register_prefix
 
3
sym2:   moveq 0,r0
 
4
 
 
5
        .word   sym1 - sym2
 
6
 
 
7
        moveq 1,r0
 
8
; Short jump around secondary jump table inserted here :
 
9
;       ba      next_label
 
10
;       nop
 
11
;       .skip   2,0
 
12
; Secondary jump table inserted here :
 
13
;       jump    sym1
 
14
next_label:
 
15
        moveq 2,r0
 
16
 
 
17
        .space  32766, 0
 
18
 
 
19
sym1:   moveq 3,r0