summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-cris/tls128g.s
blob: 766b7d96247dc11c9dc9d13dd672fe680fb8da9c (plain)
1
2
3
4
5
6
7
8
9
; Just something allocating 128 bytes TLS data, with the symbol being global.
	.section	.tdata,"awT",@progbits
	.p2align 2
	.global tls128
	.type	tls128, @object
tls128:
	.long	47
	.fill	124,1,0
	.size	tls128, 128