repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf.c (bfd_section_from_shdr): Remove extraneous breaks.
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
arm-app-abs32.s
blob
a1cf52690a7b3fd6844728984bb3d411f6e0fecd
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