daily update
[external/binutils.git] / gas / testsuite / gas / sh / pcrel2.s
1         .text
2
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