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))
10