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