blob: 1e3ddf06670a20e91a6658c397aeb37b5ddf5b9e [file] [log] [blame]
@ Test the Thumb-2 JUMP19 relocation.
.syntax unified
.thumb
.global _start
_start:
cmp r0, r0
beq.w bar
.space 65536
.weak bar
bar:
bx lr