~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/cr16/pic1.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
        .section .text
 
2
        .globl  _text_pointer
 
3
        .section        .data.rel
 
4
        .type   _text_pointer, @object
 
5
_text_pointer:
 
6
        .long   _text_address@c
 
7
        .section        .text
 
8
        .globl  _main
 
9
        .type   _main, @function
 
10
_main:
 
11
        ######################
 
12
        # Data symbols
 
13
        ######################
 
14
        movd    $_text_pointer@l, (r1,r0)
 
15
        ######################
 
16
        # Code symbol with cpic
 
17
        ######################
 
18
        movd    $_text_address_1@cpic, (r1,r0)
 
19
 
 
20
        .globl  _text_address_1
 
21
        .type   _text_address_1, @function
 
22
_text_address_1:
 
23
        jump    (ra)