From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12259 invoked by alias); 8 Apr 2013 22:48:38 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 12244 invoked by uid 89); 8 Apr 2013 22:48:38 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.1 Received: from toast.topped-with-meat.com (HELO topped-with-meat.com) (204.197.218.159) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 08 Apr 2013 22:48:38 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id A7B182C088; Mon, 8 Apr 2013 15:48:36 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: David Holsgrove Cc: , , , , , , , Subject: Re: [PATCH v2 0/2] Add MicroBlaze Port In-Reply-To: David Holsgrove's message of Sunday, 31 March 2013 00:14:45 +1000 <58dc39eb-781a-47ee-a493-43ac9162f29d@CO1EHSMHS029.ehs.local> References: <58dc39eb-781a-47ee-a493-43ac9162f29d@CO1EHSMHS029.ehs.local> Message-Id: <20130408224836.A7B182C088@topped-with-meat.com> Date: Mon, 08 Apr 2013 22:48:00 -0000 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=LYSvtFvi c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=fTki5mFnufgA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=EFL_xYondTsA:10 a=Ajizo2xK5VsypORo4usA:9 a=CjuIK1q_8ugA:10 X-SW-Source: 2013-04/txt/msg00025.txt.bz2 > I did find that by making the following change to Makerules to > stop reporting unresolved symbols in object files helped, but > again, I'm not confident of the wider implications here; This is a very bad thing to do for multiple reasons. We'll have to discuss alternatives that work with -z defs. Thanks, Roland