From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15305 invoked by alias); 7 Sep 2017 14:39:58 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 15288 invoked by uid 89); 7 Sep 2017 14:39:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=HTo:D*br, Gabriel X-HELO: relay1.mentorg.com Date: Thu, 07 Sep 2017 14:39:00 -0000 From: Joseph Myers To: "Gabriel F. T. Gomes" CC: Subject: Re: [PATCH 2/3] powerpc: Add redirection for finitef128, isinf128, and isnanf128 In-Reply-To: <20170907104352.7748-3-gabriel@inconstante.eti.br> Message-ID: References: <20170907104352.7748-1-gabriel@inconstante.eti.br> <20170907104352.7748-3-gabriel@inconstante.eti.br> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2017-09/txt/msg00296.txt.bz2 On Thu, 7 Sep 2017, Gabriel F. T. Gomes wrote: > This patch defines __finitef128 as __redirect___finitef128 in > sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c, similarly to what's > done for the float, double, and long double versions of these functions, > to get rid of the build error. Likewise for isinff128 and isnanf128. What is the build error? Why should s_finite.c need to redirect __finitef128, or to redirect __finitef or __finitel for that matter? s_finitef.c manages to redirect only __finitef, not any of the other versions, after all. -- Joseph S. Myers joseph@codesourcery.com