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
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
unwind-1.s
blob
a4eb390178a974b94c4bfa68004cc06c9d40707d
1
.syntax unified
2
.text
3
.global _start
4
.type _start, %function
5
_start
:
6
.fnstart
7
.save {r4, lr}
8
bx
lr
9
.fnend
10
11
@ Section with no unwinding information. Linker should insert
a
cantunwind entry.
12
.section .after,
"xa"
13
.global __aeabi_unwind_cpp_pr0
14
.type __aeabi_unwind_cpp_pr0, %function
15
__aeabi_unwind_cpp_pr0
:
16
bx
lr
17
18
.section .far
19
.word 0