[ARC] Don't allow pc-rel relocations for J* instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / symaddgen.s
CommitLineData
28d31b40
NC
1 .h8300hn
2 .text
3foo:
4 mov.l er6,@-er7
5 mov.w r7,r6
6 mov.w #2000,r2
7 mov.w r2,@-4064:16
8 mov.w #10000,r2
9 mov.w r2,@_var2
10 mov.l @er7+,er6
11 rts
12 .comm _var2,2,2
13 .end
This page took 0.506453 seconds and 4 git commands to generate.