Don't handle lret/iret when -mlfence-before-ret=[or|not|shl|yes] since they are inval...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / rd-tls-1.s
CommitLineData
d36775db
HPN
1; Check that non-PIC TLS operands get their right relocation type.
2; First some expected uses, similar to what GCC will emit.
4b1824c6
HPN
3
4 .section .tdata,"awT",@progbits
5 .type x, @object
6 .size x, 4
7x:
8 .dword 0
9
d36775db
HPN
10 .text
11 .syntax no_register_prefix
12start:
4b1824c6 13 sub.d x:GD,r1
d36775db
HPN
14 add.d extsym2:GD,r9
15 move.d [r3+extsym:TPOFF],r10
16 move.w extsym14:TPOFF16+77,r10
17
18; Other for GAS valid operands (some with questionable PIC semantics).
19 sub.d extsym4:GD+42,r9
20 sub.d extsym4:GD-96,r3
21 move.d [r7=r3+extsym10:GD-330],r13
22 move.d [r11+extsym14:TPOFF16-256],r9
23 add.d [r10+extsym3:TPOFF+56],r7,r8
1969b7f3
HPN
24 move.d [extsym5:IE],r1
25 add.d extsym7:IE,r11
This page took 0.896248 seconds and 4 git commands to generate.