From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31436 invoked by alias); 25 Sep 2002 17:57:37 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 31429 invoked from network); 25 Sep 2002 17:57:36 -0000 Received: from unknown (HELO mailsrv2.magsoft.com) (206.155.37.253) by sources.redhat.com with SMTP; 25 Sep 2002 17:57:36 -0000 Received: by mailsrv2.magellan.com with Internet Mail Service (5.5.2653.19) id ; Wed, 25 Sep 2002 10:57:34 -0700 Message-ID: From: Douglas Richardson To: 'Chris Croswhite' , gcc-help@gcc.gnu.org Subject: RE: Executable size Date: Wed, 25 Sep 2002 10:57:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2002-09/txt/msg00191.txt.bz2 Chris, Are you using any optimizations? How are you linking with the runtime libraries? Send the output of gcc -v. Douglas Richardson. -----Original Message----- From: Chris Croswhite [mailto:ccroswhite@get2chip.com] Sent: Wednesday, September 25, 2002 10:55 To: gcc-help@gcc.gnu.org Subject: Executable size Sirs, I am trying to figure out how to reduce the size of my executable (that has grown with the increments of gcc upgrades even though the code base has not changed). I would like to understand how I can reduce/cut out so that the executable to back down to the 2.953 size. Can anyone give me some pointers? TIA, Chris