repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
gpl3
/
binutils
/
dist
/
ld
/
testsuite
/
ld-arm
/
jump19.s
blob
1e3ddf06670a20e91a6658c397aeb37b5ddf5b9e
1
@ Test the Thumb-
2
JUMP19 relocation.
2
3
.syntax unified
4
.thumb
5
.global _start
6
_start
:
7
cmp
r0
,
r0
8
beq.w bar
9
.space 65536
10
.weak bar
11
bar
:
12
bx
lr