This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / pcrel2.s
CommitLineData
8ba4dac0
DJ
1 .text
2
3 .p2align 2
4code:
5 bf foo
6 mov.l bar, r0
7 mov.w bar, r0
8 .globl foo
9foo:
10 bra foo
11 nop
12 .align 2
13 .globl bar
14bar:
15 .long . - foo
16 .word . - foo
17 .byte . - foo
This page took 0.705465 seconds and 4 git commands to generate.