~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to ld/testsuite/ld-arm/arm-app-abs32.s

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .text
 
2
        .globl _start
 
3
_start:
 
4
        mov     ip, sp
 
5
        stmdb   sp!, {r11, ip, lr, pc}
 
6
        ldr     a1, .Lval
 
7
        ldmia   sp, {r11, sp, lr}
 
8
        bx      lr
 
9
 
 
10
.Lval:
 
11
        .long   lib_func1
 
12
 
 
13
        .globl app_func2
 
14
app_func2:
 
15
        bx      lr
 
16