bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-app-abs32.s
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
This page took 0.030081 seconds and 4 git commands to generate.