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