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