summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.s
blob: a7c7421f337aa24778fd31354aead3ff61cacfca (plain)
1
2
3
4
5
6
7
8
9
	.tls_common foo,4,4
	.tls_common bar,4,4
	.text
	.align 1
	.type	do_test, @function
do_test:
	add.d foo:TPOFFGOT,$r0
	add.w bar:TPOFFGOT16,$r1
	.size	do_test, .-do_test