MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / tls-ill.s
1 .abicalls
2 .text
3
4 /* These have obvious meanings, but we don't have currently defined
5 relocations for them. */
6 addiu $4,$28,%dtprel(tlsvar)
7 addiu $4,$28,%tprel(tlsvar)
8 addiu $4,$28,%lo(%gottprel(tlsvar))
9 addiu $4,$28,%hi(%gottprel(tlsvar))
This page took 0.031903 seconds and 4 git commands to generate.