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

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gold/testsuite/arm_cortex_a8_local_reloc.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
        .syntax unified
 
2
        .cpu    cortex-a8
 
3
 
 
4
        .section        .text.0, "x"
 
5
        .align  12
 
6
        
 
7
_start:
 
8
        .type   _start,%function
 
9
        bx      lr
 
10
        .size   _start,.-_start
 
11
 
 
12
        .section        .text.1, "x"
 
13
        .align  11
 
14
        .thumb
 
15
        .type   .Lfunc,%function
 
16
.Lfunc:
 
17
        bx      lr
 
18
        .size   .Lfunc,.-.Lfunc
 
19
 
 
20
        .section        .text.2, "x"
 
21
        .align  11
 
22
        .space  2042
 
23
 
 
24
        .align  1
 
25
        .thumb
 
26
        .global _test
 
27
        .type   _test,%function
 
28
_test:
 
29
        add.w   r0, r0, 0
 
30
        b.w     .Lfunc
 
31
        .size   _test,.-_test