First version committed to git
[zpugcc/jano.git] / toolchain / binutils / gas / testsuite / gas / sh / pcrel2.s
blob5a34111ccc3fad4e0820634cdb6bc43ea6f301b6
1 .text
3 .p2align 2
4 code:
5 bf foo
6 mov.l bar, r0
7 mov.w bar, r0
8 .globl foo
9 foo:
10 bra foo
11 nop
12 .align 2
13 .globl bar
14 bar:
15 .long . - foo
16 .word . - foo
17 .byte . - foo