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
/
abs-call-1.s
blob
ab1ac3d83832b78a7adbc64fe24f646d2c6d7723
1
2
.type foo, %function
3
.set foo, 0x100000
4
5
arm
:
bl
0x100000
6
b
0x100000
7
blx
0x100000
8
bl
foo
9
10
.syntax unified
11
.thumb
12
thumb
:
bl
0x100000
13
b
0x100000
14
blx
0x100000
15
@
bl
foo is broken
-
gas fails to preserve the symbol reference