~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/jal-svr4pic.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 jal macro with -KPIC code.
 
2
 
 
3
        .weak   weak_text_label
 
4
 
 
5
        .ent    text_label
 
6
text_label:
 
7
        .frame  $sp,0,$31
 
8
        .set    noreorder
 
9
        .cpload $25
 
10
        .set    reorder
 
11
        .cprestore      0
 
12
        jal     $25
 
13
        jal     $4,$25
 
14
        jal     text_label
 
15
        jal     weak_text_label
 
16
        jal     external_text_label
 
17
 
 
18
# Test j as well.
 
19
        j       text_label
 
20
        .end    text_label
 
21
 
 
22
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
 
23
        .align  2
 
24
        .space  8