I want to write a C or Assembly program and compile it by GCC. Is it possible to compile(or assemble) the code so that the final object code does not have any .text, .data and .bss sections? Generating these sections are compulsory by GCC?
I want to write a C or Assembly program and compile it by GCC. Is it possible to compile(or assemble) the code so that the final object code does not have any .text, .data and .bss sections? Generating these sections are compulsory by GCC?