From patchwork Mon Aug 17 14:25:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 8241 Received: (qmail 86516 invoked by alias); 17 Aug 2015 14:26:02 -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 86503 invoked by uid 89); 17 Aug 2015 14:26:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx2.suse.de From: Andreas Schwab To: libc-alpha@sourceware.org Subject: [PATCH] Add version set GLIBC_2.19 for linux/powerpc X-Yow: What I want to find out is -- do parrots know much about Astro-Turf? Date: Mon, 17 Aug 2015 16:25:56 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 This fixes the undefined symbol ABI_libm_GLIBC_2_19. Installed. Andreas. * sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty version set GLIBC_2.19. diff --git a/sysdeps/unix/sysv/linux/powerpc/Versions b/sysdeps/unix/sysv/linux/powerpc/Versions index 9b583fb..8ebeea1 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Versions +++ b/sysdeps/unix/sysv/linux/powerpc/Versions @@ -13,3 +13,7 @@ libc { __vdso_time; } } +libm { + GLIBC_2.19 { + } +}