aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/size-2.s
blob: eba3224c6fcaee99835f5f9b1ca04425304a0c6f (plain)
1
2
3
4
5
6
7
8
9
	.section .text,"ax",@progbits
	.long 1,2

	# thread local storage sections
	.section .tdata,"awT",@progbits
	.long 6,7,8,9,10
	
	.section .tbss,"awT",@nobits
	.long 0,0,0,0,0,0