From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20174 invoked by alias); 4 Dec 2010 11:18:07 -0000 Received: (qmail 20165 invoked by uid 22791); 4 Dec 2010 11:18:06 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iw0-f169.google.com (HELO mail-iw0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Dec 2010 11:18:03 +0000 Received: by iwn33 with SMTP id 33so710314iwn.0 for ; Sat, 04 Dec 2010 03:18:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.173.71 with SMTP id q7mr218577icz.380.1291461481590; Sat, 04 Dec 2010 03:18:01 -0800 (PST) Received: by 10.42.221.194 with HTTP; Sat, 4 Dec 2010 03:18:01 -0800 (PST) Date: Sat, 04 Dec 2010 11:18:00 -0000 Message-ID: Subject: .text, .data and .bbs!! From: ali hagigat To: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00185.txt.bz2 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?