summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/tls-hidden2a.s
blob: 91a0b9e57301cd67e1bdb2d13ac474dbccf9c1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.text
	lw	$2,%gottprel(tls_hidden)($28)

	.section .tdata,"awT"
	.globl	tls_hidden
	.hidden	tls_hidden
	.type	tls_hidden,@object
	.size	tls_hidden,4
	.space	0xba8
tls_hidden:
	.word	1