~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/m68k/tls-gd-3.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
#NO_APP
 
2
        .text
 
3
        .align  2
 
4
        .globl  foo
 
5
        .type   foo, @function
 
6
foo:
 
7
        link.w %fp,#0
 
8
        move.l %a5,-(%sp)
 
9
        move.l #_GLOBAL_OFFSET_TABLE_@GOTPC, %a5
 
10
        lea (-6, %pc, %a5), %a5
 
11
 
 
12
        move.l x@TLSGD(%a5),%a1
 
13
        move.l x@GOT(%a5),%a1
 
14
        
 
15
        move.l (%sp)+,%a5
 
16
        unlk %fp
 
17
        rts
 
18
        .size   foo, .-foo
 
19
        .comm   x,4,2
 
20
        .section        .note.GNU-stack,"",@progbits