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
/
exec-got-1b.s
blob
71546d74a018c0262468d74b6930b133292d78b5
1
.globl _start
2
.type _start,%function
3
_start
:
4
ldr
r1
,
1
f
5
ldr
r1
,
2
f
6
1
:
7
.word foo(GOT)
8
2
:
9
.word _start(GOT)
10
.size _start,.-_start