From patchwork Mon Dec 7 20:27:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aurelien Jarno X-Patchwork-Id: 9924 X-Patchwork-Delegate: rth@twiddle.net Received: (qmail 40749 invoked by alias); 7 Dec 2015 20:27:28 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 40733 invoked by uid 89); 7 Dec 2015 20:27:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=BAYES_05, KAM_LAZY_DOMAIN_SECURITY, T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: hall.aurel32.net From: Aurelien Jarno To: libc-alpha@sourceware.org Cc: Richard Henderson , Aurelien Jarno Subject: [PATCH-for-2.22] alpha: fix libc.abilist wrt fmemopen Date: Mon, 7 Dec 2015 21:27:19 +0100 Message-Id: <1449520039-7266-1-git-send-email-aurelien@aurel32.net> Commit fdb7d390 introduced the fmemopen symbol at the wrong location in alpha/libc.abilist. The file needs to keep sorted, fix that. Note: this is for 2.22, for master the format has been changed in commit 8c77b6ad. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/alpha/libc.abilist | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c92a3e..bdc6d2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-07 Aurelien Jarno + + * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: move + to keep the file sorted. + 2015-12-03 Andrew Senkevich * math/Makefile ($(inst_libdir)/libm.so): Corrected path to diff --git a/sysdeps/unix/sysv/linux/alpha/libc.abilist b/sysdeps/unix/sysv/linux/alpha/libc.abilist index 58c8b32..aa20e22 100644 --- a/sysdeps/unix/sysv/linux/alpha/libc.abilist +++ b/sysdeps/unix/sysv/linux/alpha/libc.abilist @@ -1822,9 +1822,6 @@ GLIBC_2.17 GLIBC_2.18 GLIBC_2.18 A __cxa_thread_atexit_impl F -GLIBC_2.22 - GLIBC_2.22 A - fmemopen F GLIBC_2.2 GLIBC_2.2 A _IO_adjust_wcolumn F @@ -2015,6 +2012,9 @@ GLIBC_2.2.4 GLIBC_2.2.6 GLIBC_2.2.6 A __nanosleep F +GLIBC_2.22 + GLIBC_2.22 A + fmemopen F GLIBC_2.3 GLIBC_2.3 A __ctype_b_loc F