This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
.text, .data and .bbs!!
- From: ali hagigat <hagigatali at gmail dot com>
- To: binutils at sourceware dot org
- Date: Sat, 4 Dec 2010 14:48:01 +0330
- Subject: .text, .data and .bbs!!
I want to write a C or Assembly program and compile it by GNU 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?