Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-arm / jump19.s
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