From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6436 Path: news.gmane.org!not-for-mail From: Felix Janda Newsgroups: gmane.linux.lib.musl.general Subject: Re: debugging problem with musl ld and qemu-ppc Date: Tue, 4 Nov 2014 19:34:25 +0100 Message-ID: <20141104183425.GA1353@euler> References: <20141016060741.GA3707@euler> <20141016153448.GY32028@brightrain.aerifal.cx> <20141016165839.GA1257@euler> <20141019202934.GA11042@euler> <20141019211320.GL32028@brightrain.aerifal.cx> <20141101214128.GA5286@euler> <20141101214713.GL22465@brightrain.aerifal.cx> <20141101220130.GA5949@euler> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1415126117 5723 80.91.229.3 (4 Nov 2014 18:35:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2014 18:35:17 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6449-gllmg-musl=m.gmane.org@lists.openwall.com Tue Nov 04 19:35:09 2014 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Xliwd-0006K7-3l for gllmg-musl@m.gmane.org; Tue, 04 Nov 2014 19:35:07 +0100 Original-Received: (qmail 14122 invoked by uid 550); 4 Nov 2014 18:35:05 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 14114 invoked from network); 4 Nov 2014 18:35:04 -0000 X-Virus-Scanned: amavisd-new at posteo.de Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Xref: news.gmane.org gmane.linux.lib.musl.general:6436 Archived-At: stephen Turner wrote: > Would this issue affect all programs not just the rebuilding of gcc? I have > been having a lot of problems with one lib or another failing when trying > to rebuild code on my static musl gcc system (building both dynamic and > static) My particular example only applies to programs linked dynamically against gmp (configured with --enable-assembly). More generally it affects all programs dynamically linked to libraries containing relocations which binutils thinks of as requiring bss-plt. (The programs could also contain the relocation themselves.) I have not encountered this for anything other than gmp, yet. Felix