summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/multibss1.s
blob: 94b84f99462116c54b16816abb15aa95ae938060 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.macro	makebss
	.section .bss_\@,"aw",%nobits
	.space	0x10000
	.endm

	.rept	80
	makebss
	.endr

	.text
	.space	0x10