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
/
fix-arm1176.s
blob
96e03284acd8604ba047ffa6576e81b978cc37e1
1
.syntax unified
2
.globl _start
3
.globl func_to_branch_to
4
5
.arm
6
.text
7
func_to_branch_to
:
8
bx
lr
9
10
.thumb
11
.section .foo,
"xa"
12
.thumb_func
13
_start
:
14
bl
func_to_branch_to
15