summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-cris/tls-e-tpoffcomm1.s
blob: a9f03aeff1a6851732e69184e9ea5cdfcb027438 (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:TPOFF,$r0
	add.d bar:TPOFF,$r1
	.size	do_test, .-do_test