URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [cris/] [tls-err-3.s] - Rev 215
Go to most recent revision | Compare with Previous | Blame | View Log
; 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" }
Go to most recent revision | Compare with Previous | Blame | View Log