summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cris/tls-err-3.s
blob: cbc2b5da5135f6d167b013fdc259218363929aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; Check that TLS PIC suffixes aren't accepted when non-PIC.

; { dg-do assemble }
; { dg-options "--no-underscore --em=criself" }

 .syntax no_register_prefix
 .text
start:
 move.d extsym2:GDGOTREL,r5	; { dg-error "operand" }
 move.w extsym2:GDGOTREL16,r5	; { dg-error "operand" }
 move.d extsym1:DTPREL,r4	; { dg-error "operand" }
 move.w extsym3:DTPREL16,r6	; { dg-error "operand" }
 move.w extsym13:TPOFFGOT16,r10	; { dg-error "operand" }
 move extsym4:TPOFFGOT,srp	; { dg-error "operand" }