fix typo last commit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / pcrel-coff.s
1 .text
2
3 .p2align 2
4 code:
5 mov.l litpool, r1
6 mov.l @(14,pc), r1
7 mova @(litpool-.,pc), r0
8 mov.l @r0,r1
9 mov.l @(litpool-.,pc), r1
10 bsrf r1
11 nop
12 nop
13 litpool:
14 .long code - .
This page took 0.030164 seconds and 4 git commands to generate.