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
/
script-type.s
blob
f9d41e861c743ac86de05b0a7a80246e8ef81d7f
1
.syntax unified
2
.text
3
.global bar_a
4
.type bar_a %function
5
bar_a
:
6
bx
lr
7
8
.p2align 4
9
.global bar_o
10
.type bar_o %object
11
bar_o
:
12
.word 0
13
14
.p2align 4
15
.thumb
16
.global bar_t
17
.type bar_t %function
18
bar_t
:
19
bx
lr
20