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.1 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 ED0C820248 for ; Thu, 28 Feb 2019 18:40:30 +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=dGbYV ZmmqYA3zqt5L6ArJdL1h/8WUGxJDzNFmzQz9GgbUMhj36IPTT9RtpHXJg2grHJf4 EQRmkkTCc5yiHWkxVRUzvzr0oEZDdglOq5FmBJx/1a6Eekzww9AC1/1h/WAJk4kV Dv2BejZLYg1Z8WdvPNj7ysslDHvqhdoBlo2jc8= 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=9Y5LncNpJyo Y5jqkigAFhhfk6x0=; b=W/QZ8MAXbcgS2kC3drSTnG29uZwP3JiRxCSGZgorMOS rZEtCCEGboaeZq7OuwQoz3RfEFkRQz/kyxLykuxt3+fr2w9scjogeTdiCaVInEQm DDHQeXZJHNpQVRwFNumRkXUPIcm5sM7DKGZjQ/EEZZvmTi8dqJqxunp5GExTJt+E = Received: (qmail 85264 invoked by alias); 28 Feb 2019 18:40: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 85244 invoked by uid 89); 28 Feb 2019 18:40:28 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: relay1.mentorg.com Date: Thu, 28 Feb 2019 18:40:20 +0000 From: Joseph Myers To: "Gabriel F. T. Gomes" CC: Subject: Re: [PATCH v4 4/5] ldbl-opt: Add error and error_at_line (bug 23984) In-Reply-To: <20190221205706.12225-5-gabriel@inconstante.eti.br> Message-ID: References: <20190221205706.12225-1-gabriel@inconstante.eti.br> <20190221205706.12225-5-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" OK (this is like patch 1 as regards libnldbl_nonshared.a, i.e. adding these functions to that would require extra libm.so exports with no other use). -- Joseph S. Myers joseph@codesourcery.com