From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 0FC2320248 for ; Thu, 28 Feb 2019 18:35:31 +0000 (UTC) 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:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=RSBmB Fnn2qVgvTfS8z3iK5fO4HBuGD2+kt/MgNlBMVbt9VlUYvken5lIlIXbm4gyhuy6A vqv1+ZtrKJlqAqZz4D4UHInZapnOzN/SoiGnSlFPP6FH5e7bg/2f3noIfo8ZCqFj OwnbaBXXHt73v9FGuL7ateO5AeeBH/4+NThwcE= 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:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=b86Mh7ip0vQ Ar1Z3CuZj4ocXCQo=; b=wSSV7orhab7BDIWABIXLMb/XaBqIoLSBbKzPWTOKrih vTC30hbNudzPgEnjnsGSQxk7Lz9oF0FuGAUXFYrzVU+pTCFee7fxuHLtqOGZGlSz bB+MIA6ClpnnV2T2dMhIIbrsHhkI+j4w0HqCBoZnFJPPeWU2kyTE1u1HeHBSjJAk = Received: (qmail 46047 invoked by alias); 28 Feb 2019 18:35:28 -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 Received: (qmail 46023 invoked by uid 89); 28 Feb 2019 18:35:28 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: relay1.mentorg.com Date: Thu, 28 Feb 2019 18:35:18 +0000 From: Joseph Myers To: "Gabriel F. T. Gomes" CC: Subject: Re: [PATCH v4 1/5] ldbl-opt: Add arpg_error and argp_failure (bug 23983) In-Reply-To: <20190221205706.12225-2-gabriel@inconstante.eti.br> Message-ID: References: <20190221205706.12225-1-gabriel@inconstante.eti.br> <20190221205706.12225-2-gabriel@inconstante.eti.br> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" s/arpg_error/argp_error/ in the subject. OK with that change. This is on the basis that, while this patch is missing additions to libnldbl_nonshared.a, that library probably isn't useful (it's for the case of -mlong-double-64 with compilers not supporting asm redirection, but there is evidence that case has been broken for a long time) and so isn't worth adding additional exports solely for its use (it would require va_list versions of the new functions to be exported, much like __nldbl___vstrfmon and __nldbl___vstrfmon_l exist even though there is no normal public vstrfmon interface). We should perhaps consider removing support for libnldbl_nonshared.a and officially requiring asm redirection support for any compiler used with glibc for configurations with more than one long double format (or more generally for any compiler used with glibc headers at all), but that should not be a requirement for these patches. -- Joseph S. Myers joseph@codesourcery.com