1*d227ea68SRichard Lowe	/* object */
2*d227ea68SRichard Lowe	.section	.debug_data,"aG",@progbits,group1,comdat
3*d227ea68SRichard Lowe	.string "DATADATADATA"
4*d227ea68SRichard Lowe
5*d227ea68SRichard Lowe	/* text */
6*d227ea68SRichard Lowe	.section	.debug_code,"aG",@progbits,group1,comdat
7*d227ea68SRichard Lowe	.text
8*d227ea68SRichard Lowe	.globl text
9*d227ea68SRichard Lowetext:
10*d227ea68SRichard Lowe	.type text, @function
11*d227ea68SRichard Lowe	ret
12*d227ea68SRichard Lowe	.size text, [.-text]
13*d227ea68SRichard Lowe
14*d227ea68SRichard Lowe	/* debug stuff */
15*d227ea68SRichard Lowe	.section	.debug_stuff,"G",@progbits,group1,comdat
16*d227ea68SRichard Lowe	.string "DEBUG STUFF!"
17