Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / cris / tls-err-3.s
1 ; Check that TLS PIC suffixes aren't accepted when non-PIC.
2
3 ; { dg-do assemble }
4 ; { dg-options "--no-underscore --em=criself" }
5
6  .syntax no_register_prefix
7  .text
8 start:
9  move.d extsym2:GDGOTREL,r5     ; { dg-error "operand" }
10  move.w extsym2:GDGOTREL16,r5   ; { dg-error "operand" }
11  move.d extsym1:DTPREL,r4       ; { dg-error "operand" }
12  move.w extsym3:DTPREL16,r6     ; { dg-error "operand" }
13  move.w extsym13:TPOFFGOT16,r10 ; { dg-error "operand" }
14  move extsym4:TPOFFGOT,srp      ; { dg-error "operand" }