From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21766 invoked by alias); 8 Nov 2019 19:58:08 -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 21755 invoked by uid 89); 8 Nov 2019 19:58:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:595 X-HELO: mx0a-001b2d01.pphosted.com Subject: Re: [PATCH v2 09/30] ldbl-128ibm-compat: Add argp_error and argp_failure To: "Gabriel F. T. Gomes" , libc-alpha@sourceware.org References: <20191025153410.15405-1-gabriel@inconstante.net.br> <20191025153410.15405-10-gabriel@inconstante.net.br> From: Paul E Murphy Message-ID: Date: Fri, 08 Nov 2019 19:58:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: <20191025153410.15405-10-gabriel@inconstante.net.br> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-11/txt/msg00317.txt.bz2 On 10/25/19 10:33 AM, Gabriel F. T. Gomes wrote: > From: "Gabriel F. T. Gomes" > > No changes since v1. > > -- 8< -- > Use the recently added, internal functions, __argp_error_internal and > __argp_failure_internal, to provide argp_error and argp_failure that can > take long double arguments with IEEE binary128 format on platforms where > long double can also take double format or some non-IEEE format > (currently, this means powerpc64le). > > Tested for powerpc64le. This looks OK to me.