M68K TLS support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / rd-pic-2.s
CommitLineData
3352f82b
HPN
1; GAS mustn't error on the larger-than-16-bit offsets here.
2
3 .global y
4 .global z
5a:
6 movs.w y:GOT16,$r9
7 movs.w z:GOTPLT16,$r9
8 .space 65536,0
9y:
10 nop
11z:
This page took 0.176148 seconds and 4 git commands to generate.