Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / cris / rd-pic-2.s
1 ; GAS mustn't error on the larger-than-16-bit offsets here.
2
3         .global y
4         .global z
5 a:
6         movs.w y:GOT16,$r9
7         movs.w z:GOTPLT16,$r9
8         .space 65536,0
9 y:
10         nop
11 z: