xref: /illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/strip-one-section.s (revision da7fc762b82ced1a0ec19a51e04cdf823187ec77)
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