From patchwork Wed Mar 25 05:20:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Modra X-Patchwork-Id: 454161 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 0E27B14007D for ; Wed, 25 Mar 2015 16:20:18 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=sourceware.org header.i=@sourceware.org header.b=dYKtj34R; dkim-adsp=none (unprotected policy); 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:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=Sv67IVEg9k/YRTqToBftxVTU31pZC OKJZYUlvbGoB9z97gFdC3zRqZ9Z0Nud2oUXVbSXQFv1B6H2hrov7wgr99O3VTWbk LnFVZLSgWE+dLaa6jf4hS7HAfiI99Rbbh7ckABlcStEU+TZu/bKpYMpVxpES+gew QCzEIQtmG2pPJw= 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:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=DWNPfb4qH8j0E5BP4atfx/0/1i4=; b=dYK tj34RpK/EExNR0eAeV1SKVsQRsChDBMoRXzGpb7yDrl2F3nFyb9E3NDyD2J5Xc3Z xPcUV3TiyUwPJ6ASLSmna1tf5LlBLbrDsGYbutIuBCVCSU7hwm4j26D6o2jnAXUf pnog3ReBS9lcxQX3FD6tfjZLgQo6mi5a/eBFKh8w= Received: (qmail 12492 invoked by alias); 25 Mar 2015 05:20:12 -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 10594 invoked by uid 89); 25 Mar 2015 05:20:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, KAM_FROM_URIBL_PCCC, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pa0-f51.google.com X-Received: by 10.66.101.73 with SMTP id fe9mr13940069pab.156.1427260808661; Tue, 24 Mar 2015 22:20:08 -0700 (PDT) Date: Wed, 25 Mar 2015 15:50:02 +1030 From: Alan Modra To: libc-alpha@sourceware.org Subject: [COMMITTED PATCH] powerpc64 configure message Message-ID: <20150325052002.GP26234@bubble.grove.modra.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) This feature doesn't depend on the linker, as can be seen from the actual test. It's a compiler feature. The minimum required binutils supports it. * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support for overlapping .opd entries" to "support...". * sysdeps/powerpc/powerpc64/configure: Regenerate diff --git a/sysdeps/powerpc/powerpc64/configure.ac b/sysdeps/powerpc/powerpc64/configure.ac index 9e9881c..f309ba3 100644 --- a/sysdeps/powerpc/powerpc64/configure.ac +++ b/sysdeps/powerpc/powerpc64/configure.ac @@ -1,7 +1,7 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. # Local configure fragment for sysdeps/powerpc/powerpc64. -AC_CACHE_CHECK(for linker support for overlapping .opd entries, +AC_CACHE_CHECK(for support for overlapping .opd entries, libc_cv_overlapping_opd, [dnl libc_cv_overlapping_opd=no echo 'void foo (void) {}' > conftest.c