]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-arm/arm-app-abs32.s
This commit was manufactured by cvs2svn to create branch 'binutils-
[thirdparty/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