From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/942 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: SIGILL when dynamic linking without -Wl,-Bsymbolic-functions Date: Tue, 29 May 2012 09:04:31 +0200 Message-ID: <20120529070431.GM17860@port70.net> References: <20120527215256.508af780@newbook> <20120528131019.GG163@brightrain.aerifal.cx> <20120528230309.268d4d2e@newbook> 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: dough.gmane.org 1338275090 2568 80.91.229.3 (29 May 2012 07:04:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 May 2012 07:04:50 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-943-gllmg-musl=m.gmane.org@lists.openwall.com Tue May 29 09:04:47 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SZGU2-0005Lt-Ja for gllmg-musl@plane.gmane.org; Tue, 29 May 2012 09:04:46 +0200 Original-Received: (qmail 27962 invoked by uid 550); 29 May 2012 07:04:44 -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 27942 invoked from network); 29 May 2012 07:04:43 -0000 Content-Disposition: inline In-Reply-To: <20120528230309.268d4d2e@newbook> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:942 Archived-At: * Isaac Dunham [2012-05-28 23:03:09 -0700]: > I have makeinfo installed, but the check in binutils-2.17.50-x doesn't > recognize it... > > > I thought Rob said he was going to patch -Bsymbolic-functions into his > > binutils, but I guess he never did... > He said it was on his todo list (in the 50's)...which AFAIK means "maybe > in a year or two, if that soon". i'd just do git clone git://sourceware.org/git/binutils.git binutils-2007-07-16 cd binutils-2007-07-16 git checkout -b gpl2 e6170bec011e801682d614aab989ef4b8b60e8d1 and work from there.. or back port the -Bsymbolic-functions changes made in 2007-01