From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9239 invoked by alias); 8 Jun 2012 10:50:46 -0000 Received: (qmail 9229 invoked by uid 22791); 8 Jun 2012 10:50:45 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Jun 2012 10:50:32 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Scwlz-0000Nz-5M from joseph_myers@mentor.com for libc-ports@sourceware.org; Fri, 08 Jun 2012 03:50:31 -0700 Received: from digraph.polyomino.org.uk ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 8 Jun 2012 11:50:29 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1Scwlw-0001d8-6p for libc-ports@sourceware.org; Fri, 08 Jun 2012 10:50:28 +0000 Date: Fri, 08 Jun 2012 10:50:00 -0000 From: "Joseph S. Myers" To: libc-ports@sourceware.org Subject: Update powerpc-nofpu ABI baseline for __mcount_internal Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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-06/txt/msg00018.txt.bz2 I've applied this patch to the powerpc-nofpu ABI baseline in line with a recent libc change. diff --git a/ChangeLog.powerpc b/ChangeLog.powerpc index ee958eb..8ad5bad 100644 --- a/ChangeLog.powerpc +++ b/ChangeLog.powerpc @@ -1,3 +1,8 @@ +2012-06-08 Joseph Myers + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist: + Update. + 2012-05-31 Joseph Myers * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated. diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist index eb54f65..43015f4 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist @@ -1762,6 +1762,7 @@ GLIBC_2.15 GLIBC_2.16 GLIBC_2.16 A __getauxval F + __mcount_internal F __poll_chk F __ppoll_chk F aligned_alloc F -- Joseph S. Myers joseph@codesourcery.com