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]
/
gold
/
testsuite
/
arm_exidx_test.s
blob
14dcc9414f8536e740ae412ee33b9d8274bdde51
1
.syntax unified
2
.arch armv5te
3
.section .text.answer,
"ax"
,%progbits
4
.align 2
5
.global answer
6
.type answer, %function
7
answer
:
8
.fnstart
9
.cantunwind
10
mov
r0
,
#42
11
bx
lr
12
.fnend
13
.size answer, .-answer
14
15
# Check that we can handle an empty .text section
16
.section .text.empty,
"ax"
,%progbits
17
.align 2
18
.global empty
19
.type empty, %function
20
empty
:
21
.fnstart
22
.cantunwind
23
.fnend
24
.size empty, .-empty
25