Is there another way to inform gcc to put all functions in the same source file to a specified section, like ".mytext", without defining each function with __attribute__(( section(".mytext") ))?
Is there another way to inform gcc to put all functions in the same source file to a specified section, like ".mytext", without defining each function with __attribute__(( section(".mytext") ))?