This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / pcrel.s
1 .text
2
3 .p2align 2
4 code:
5 mov.l @(litpool,pc), r0
6 mov.l @(litpool+4,pc), r1
7 mov.l litpool, r1
8 mov.l @(14,pc), r1
9 mova @(litpool-.,pc), r0
10 mov.l @r0,r1
11 mov.l @(litpool-.,pc), r1
12 bsrf r1
13 nop
14 nop
15 litpool:
16 .long code - .
This page took 0.036693 seconds and 4 git commands to generate.