From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14527 invoked by alias); 30 May 2012 13:00:00 -0000 Received: (qmail 14508 invoked by uid 22791); 30 May 2012 12:59:59 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qc0-f169.google.com (HELO mail-qc0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 May 2012 12:59:44 +0000 Received: by qcsd16 with SMTP id d16so3058257qcs.0 for ; Wed, 30 May 2012 05:59:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.44.68 with SMTP id z4mr15918160qae.38.1338382783412; Wed, 30 May 2012 05:59:43 -0700 (PDT) Received: by 10.229.169.130 with HTTP; Wed, 30 May 2012 05:59:43 -0700 (PDT) In-Reply-To: <4FC5DF01.3090308@linux.vnet.ibm.com> References: <20120526133641.GA9655@intel.com> <4FC5DF01.3090308@linux.vnet.ibm.com> Date: Wed, 30 May 2012 13:00:00 -0000 Message-ID: Subject: Re: RFA: Port maintainers: Convert WORDSIZE[32|64]/ld to abi-variants From: "H.J. Lu" To: Andreas Krebbel Cc: "Joseph S. Myers" , GNU C Library , libc-ports@sourceware.org, Adhemerval Zanella Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00179.txt.bz2 On Wed, May 30, 2012 at 1:49 AM, Andreas Krebbel wrote: > On 05/30/2012 02:29 AM, H.J. Lu wrote: >> On Sat, May 26, 2012 at 12:22 PM, Joseph S. Myers >> wrote: >>> On Sat, 26 May 2012, H.J. Lu wrote: >>> >>>> I restored sh and sparc entries in shlib-versions on hjl/abi branch. >>>> The new patch is at >>>> >>>> http://sourceware.org/git/?p=3Dglibc.git;a=3Dpatch;h=3D0d1f492b3cf83a2= 00601c1f49734b048c5547e57 >>> >>> Provided the new version passes architecture maintainer testing I think= it >>> will probably be OK for 2.16, given the comments Roland requested saying >>> that the use of soname variables set in makefiles is wrong and a bug fi= led >>> with a 2.17 milestone to get this cleaned up properly along the lines I >>> proposed (naming ABI variants, not triplets, in shlib-versions, with all >>> the architecture information in shlib-versions moving to appropriate >>> sysdeps directories shared by all the ABI variants of each architecture= ). >>> >> >> I rebased hjl/abi branch. =A0Has anyone verified it on sparc, powerpc an= s390x? > > I've tested your patch on s390 and s390x. No regressions. > > Bye, > > -Andreas- > Adhemerval, Can you test hjl/abi branch on powerpc? Thanks. --=20 H.J.