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