From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7792 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Question re: dynamic linking in musl Date: Wed, 27 May 2015 16:06:17 +0200 Message-ID: <20150527140616.GH20259@port70.net> References: <20150527100844.GA306@alex-ThinkPad-L530> <5565A812.9090004@gmail.com> <20150527160955.1bda26cf@vostro> <5565C357.1070508@gmail.com> <20150527162326.15405862@vostro> 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 1432735594 1256 80.91.229.3 (27 May 2015 14:06:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 May 2015 14:06:34 +0000 (UTC) Cc: Alex Dowad To: musl@lists.openwall.com Original-X-From: musl-return-7804-gllmg-musl=m.gmane.org@lists.openwall.com Wed May 27 16:06:33 2015 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 1YxbyY-0004vo-EY for gllmg-musl@m.gmane.org; Wed, 27 May 2015 16:06:30 +0200 Original-Received: (qmail 27871 invoked by uid 550); 27 May 2015 14:06:28 -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 27853 invoked from network); 27 May 2015 14:06:28 -0000 Mail-Followup-To: musl@lists.openwall.com, Alex Dowad Content-Disposition: inline In-Reply-To: <20150527162326.15405862@vostro> User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:7792 Archived-At: * Timo Teras [2015-05-27 16:23:26 +0300]: > > We want that in the toolchain. It's gcc configure option: > --with-linker-hash-style={sysv,gnu,both} > > I wonder if it should be 'gnu' or 'both'. Apparently 'both' will be > larger as then everything is hashed twice. > > Is there any known issues if I just specify 'gnu' ? sysv is the standard so in theory if it's not there then the dso is not standard elf. (in practice my guess would be that any option is fine, unless you try to load the dso with some old version of musl..)