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
2007-03-20 Paul Brook <paul@codesourcery.com>
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
arm-pic-veneer.s
blob
9e09ed63337713cb1d0303048939629304b168a6
1
.text
2
.arm
3
.global _start
4
.type _start, %function
5
_start
:
6
b
foo
7
8
.thumb
9
.global foo
10
.type foo, %function
11
foo
:
12
nop
13
bx
lr
14