From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6418 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: Sat, 1 Nov 2014 23:01:30 +0100 Message-ID: <20141101220130.GA5949@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> 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 1414879327 13941 80.91.229.3 (1 Nov 2014 22:02:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2014 22:02:07 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6431-gllmg-musl=m.gmane.org@lists.openwall.com Sat Nov 01 23:02:02 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 1XkgkE-0001I1-4W for gllmg-musl@m.gmane.org; Sat, 01 Nov 2014 23:02:02 +0100 Original-Received: (qmail 11422 invoked by uid 550); 1 Nov 2014 22:02:00 -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 11411 invoked from network); 1 Nov 2014 22:02:00 -0000 X-Virus-Scanned: amavisd-new at posteo.de Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20141101214713.GL22465@brightrain.aerifal.cx> User-Agent: Mutt/1.5.22 (2013-10-16) Xref: news.gmane.org gmane.linux.lib.musl.general:6418 Archived-At: Rich Felker wrote: > On Sat, Nov 01, 2014 at 10:41:28PM +0100, Felix Janda wrote: [..] > > The construct is used in a file in gmp and this caused my home-built gcc > > to crash. I'm wondering why other people have not hit this issue. (I > > guess it is because they didn't use dynamic linking.) > > Could you give a link to the code where it's used? It would be nice to > see if this is actually something broken that's assuming the > insecure-plt ABI or whether it's just binutils misinterpreting it and > making trouble for us. See https://gmplib.org/repo/gmp/file/bfc8adc7cdfe/mpn/powerpc32/elf.m4 https://gmplib.org/list-archives/gmp-bugs/2014-November/003568.html Felix