From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29221 invoked by alias); 16 Feb 2011 08:53:24 -0000 Received: (qmail 29211 invoked by uid 22791); 16 Feb 2011 08:53:23 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mailout-de.gmx.net) (213.165.64.22) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Wed, 16 Feb 2011 08:53:17 +0000 Received: (qmail invoked by alias); 16 Feb 2011 08:53:15 -0000 Received: from LN-mac29.grenoble.cnrs.fr (EHLO axel) [147.173.67.29] by mail.gmx.net (mp008) with SMTP; 16 Feb 2011 09:53:15 +0100 Date: Wed, 16 Feb 2011 10:05:00 -0000 From: Axel Freyn To: Jonathan Wakely Cc: gcc-help@gcc.gnu.org Subject: Re: -nostdlib option! Message-ID: <20110216085311.GC22738@axel> Mail-Followup-To: Jonathan Wakely , gcc-help@gcc.gnu.org References: <4D59BEDC.9000606@yahoo.com> <20110215095023.GP22738@axel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg00227.txt.bz2 On Tue, Feb 15, 2011 at 10:28:30AM +0000, Jonathan Wakely wrote: > On 15 February 2011 09:50, Axel Freyn wrote: > > I think you've missed the point - obviously if you call a stdlib > function it will be required. > > Ali is asking about the case where the compiler generates calls to > stdlib functions which do not appear explicitly in the code. See the > docs for -nostdlib in the manual. I see -- sorry for the noise :-) Axel