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
/
thumb-rel32.s
blob
83eb0e527d355c310f2e331e02d988ac340add49
1
.text
2
.arch armv4t
3
.global _start
4
.type _start, %function
5
.thumb_func
6
_start
:
7
.word bar - .
8
.word _start - .
9
.byte 0
10
.4
byte
(
_start
-
.) + 1
11
.byte 0, 0, 0
12
.section .after,
"ax"
, %progbits
13
.global bar
14
.type bar, %function
15
.thumb_func
16
bar
:
17
.word 0
18
.ident
"GCC: (GNU) 4.1.0 (CodeSourcery ARM)"