From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 28 22:14:25 2005 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.org Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E5016A41F for ; Thu, 28 Jul 2005 22:14:25 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1619343D45 for ; Thu, 28 Jul 2005 22:14:25 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix3-2.free.fr (Postfix) with ESMTP id 53586C050; Fri, 29 Jul 2005 00:14:24 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 047AB405B; Fri, 29 Jul 2005 00:14:48 +0200 (CEST) Date: Fri, 29 Jul 2005 00:14:47 +0200 From: Jeremie Le Hen To: Joerg Sonnenberger Message-ID: <20050728221447.GF68965@obiwan.tataz.chchile.org> References: <20050705153933.GP73907@obiwan.tataz.chchile.org> <20050726232645.GN1610@obiwan.tataz.chchile.org> <20050727000054.GA15018@britannica.bec.de> <20050727233842.GW1610@obiwan.tataz.chchile.org> <20050728023239.GA21179@britannica.bec.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050728023239.GA21179@britannica.bec.de> User-Agent: Mutt/1.5.9i Cc: freebsd-hackers@FreeBSD.org, Jeremie Le Hen Subject: Re: ProPolice symbols in libc or libssp ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 22:14:25 -0000 > Make sure you patch the right place and _not_ the shared part. Does the > attached patch work for you? Yes, this worked, thank you ! This implies that libssp must be linked with -nodefaultlibs option to avoid linking itself against libssp. But this also prevents it from being linked against libgcc. Is it something harmful or not (in other words should I manually add -lgcc to LDFLAGS) ? Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >