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: 507987 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id EF0DC1400A0 for ; Tue, 18 Aug 2015 00:26:09 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=uAgfNqic; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=Tz2rBJ+Q/szaZKRVgJD3WfVz3WjHg hDc/FTlXqFFNKVRFJsBpOYgzGcRbSYZTiNENn9hl4jgVmQgy01vARRTt4+ypYlU7 MVUPTrIFnmKPketL2xkffnzutysO53ZfF3DNnFd8/I1yAZDByHGRfqGTgAJ2cD2b PTgLI2mVWy0xNs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=7RlGGioJjgC1CM/rEZnA1alEFL8=; b=uAg fNqicM2aiTRwLtDmrQGz9kmESIL17vcVc6cMv/zAeBv7WL8pwuXEBTs9lp0Zy96b OFUKT+6AbrbqCsxDMsrDXd+ricxfLVI4VgSAY67RjApjnbEWS3rI1hubCvRMNzf9 1UtDex7gdlLH38T4YzKYr7azJ01u/1EH2pqSVB5k= 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 { + } +}