1 /* 2 * Note that these sections must not be SHF_ALLOC so that we _do_ 3 * strip them. 4 */ 5 6 /* object */ 7 .section .debug_data,"G",@progbits,group1,comdat 8 .string "DATADATADATA" 9 10 /* text */ 11 .section .debug_code,"G",@progbits,group1,comdat 12 ret 13 14 /* debug stuff */ 15 .section .debug_stuff,"G",@progbits,group1,comdat 16 .string "DEBUG STUFF!" 17