From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31625 invoked by alias); 5 Aug 2002 22:21:53 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 31609 invoked from network); 5 Aug 2002 22:21:53 -0000 Received: from unknown (HELO perdition.linnaean.org) (66.31.43.253) by sources.redhat.com with SMTP; 5 Aug 2002 22:21:53 -0000 Received: by perdition.linnaean.org (Postfix, from userid 5281) id 2082A1BA1B; Mon, 5 Aug 2002 18:21:53 -0400 (EDT) From: Roland McGrath MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Nuke another 21 .plt slots In-Reply-To: Jakub Jelinek's message of Tue, 6 August 2002 00:17:31 +0200 <20020806001731.O20867@sunsite.ms.mff.cuni.cz> X-Shopping-List: (1) Hectic pond yies (2) Elegant coniferous ammunition (3) Furious holiday sofas Message-Id: <20020805222153.2082A1BA1B@perdition.linnaean.org> Date: Mon, 05 Aug 2002 15:21:00 -0000 X-SW-Source: 2002-08/txt/msg00081.txt.bz2 > This list is too short, e.g. __fork and some others which are to > be overridden by libpthread.so should be in the list too. Righto. I will amend my list from libpthread. > I believe the difference can be that my build was with -O3, so a bunch > of calls were inlined and thus not going externally. > I'll try an -O2 build tomorrow. Then we should make -O3 the default, should we not?