xref: /illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/strip-one-section.s (revision d227ea68051b5404410ee1880d0bba1ebb33a4cc)
1*d227ea68SRichard Lowe	/* object */
2*d227ea68SRichard Lowe	.section	.test_data,"aG",@progbits,group1,comdat
3*d227ea68SRichard Lowe	.string "DATADATADATA"
4*d227ea68SRichard Lowe
5*d227ea68SRichard Lowe	/* text */
6*d227ea68SRichard Lowe	.section	.test_code,"aG",@progbits,group1,comdat
7*d227ea68SRichard Lowe	ret
8*d227ea68SRichard Lowe
9*d227ea68SRichard Lowe	/* debug stuff */
10*d227ea68SRichard Lowe	.section	.debug_stuff,"G",@progbits,group1,comdat
11*d227ea68SRichard Lowe	.string "DEBUG STUFF!"
12