From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9904 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH v2] add powerpc64 port Date: Thu, 14 Apr 2016 02:58:09 +0200 Message-ID: <20160414005809.GF22574@port70.net> References: <1459747571-9123-1-git-send-email-koorogi@koorogi.info> <20160413230506.GE22574@port70.net> <20160413231359.GX21636@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 1460595510 10774 80.91.229.3 (14 Apr 2016 00:58:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2016 00:58:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9917-gllmg-musl=m.gmane.org@lists.openwall.com Thu Apr 14 02:58:25 2016 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 1aqVbz-000278-Tm for gllmg-musl@m.gmane.org; Thu, 14 Apr 2016 02:58:24 +0200 Original-Received: (qmail 20417 invoked by uid 550); 14 Apr 2016 00:58:21 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 20394 invoked from network); 14 Apr 2016 00:58:21 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20160413231359.GX21636@brightrain.aerifal.cx> User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9904 Archived-At: * Rich Felker [2016-04-13 19:13:59 -0400]: > On Thu, Apr 14, 2016 at 01:05:07AM +0200, Szabolcs Nagy wrote: > > this reminds me that ppc(64) now has a tls optimization > > if the module is tagged with DT_PPC(64)_OPT, we don't > > need to implement it yet, but eventually elf.h should > > be updated. > > Details? > http://www.sourceware.org/ml/libc-alpha/2015-03/msg00580.html http://sourceware.org/git/?p=glibc.git;a=commit;h=afcd9480feca651eef436d8438b783dde5c3bbb2 elf.h is missing new macros added in the last 2 years or so, like DT_PCC_OPT. i assumed the tls optimization is backward compatible so it's not critical.