From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hall.aurel32.net (hall.aurel32.net [IPv6:2001:bc8:30d7:100::1]) by sourceware.org (Postfix) with ESMTPS id 26F3A3858C41 for ; Sat, 11 May 2024 09:59:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 26F3A3858C41 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=aurel32.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aurel32.net ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 26F3A3858C41 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:bc8:30d7:100::1 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715421598; cv=none; b=Pp66NcB10tjzkXlU9/2nkEHQRAilnPCZKhwTCrPRLaZpQF/QTzC/Y+Y2uZwqXszKZm1iwZMNsjokCvtkTV2Eq+OgAtzGzwYRpy2UZUeHALtfwLts/jebwmQFSuzORI+f+yGCFsbdQ9Xe+naqGLeaZZSwjGf13Eaves8+Z25Q4FU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715421598; c=relaxed/simple; bh=bcBNGu263l7BDeQ1DEmBaiITMJ8QZ6j5amDcClhYOvI=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=AJb/cvm41luGxJhK2uGSJ21goirqjplaxg+4ced43s7Pdmt37pxsZej4AFkFUKR0Wlx31cl8RuEHg5iLIzW9j/+/kRhGMEdzJpZ72Q4FzvLcEaxb2YVQJ+8a3WoK+MSI/LyEosCc7yqJxeEAlLYQQ2b3vx+N6uoU3OUQRsiHMWI= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aurel32.net ; s=202004.hall; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Content-Transfer-Encoding:From:Reply-To: Subject:Content-ID:Content-Description:X-Debbugs-Cc; bh=aC8qn3CyEzI/37NKvGJWsaynxI0V6yGE8/tBuLHpwxk=; b=WSObhdeia/IG2mVjDNMWtOGqIh Wwz0SmLraD0NKGY1a6428B+EwfWBQq7eP+PSI1RA+edr9EdpgLN+9Slsbu66X2lkOKc/7p6wZWQZe 2fLwPGHL+mgzZ6BJmEq0RoCrdD8FTDQukQAy9ldGGfNkoBWUWwSyKcyMb52Z0epgiiJ6VWmCwdM9F BywWdFy85syzL8F3bezLGQ1snuvlYL6TWtc3NHuelhEnddMSykf8hLzeGk4Y+Boe5dXceKKZ3pjcf RuDwQQ08TPRyiGXE3/azt/QpToEcJZzi8+B0f30HHSbYJ2M3wAMTLrwIJnx4btuIUdY9acIMl5uAF Vd/glOzA==; Received: from [2a01:e34:ec5d:a741:1ee1:92ff:feb4:5ec0] (helo=ohm.rr44.fr) by hall.aurel32.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1s5jWG-000kxR-10; Sat, 11 May 2024 11:59:56 +0200 Date: Sat, 11 May 2024 11:59:55 +0200 From: Aurelien Jarno To: Adhemerval Zanella Cc: libc-alpha@sourceware.org, Joseph Myers , Florian Weimer , "H . J . Lu" Subject: Re: [PATCH v3 3/7] math: Fix i386 and m68k exp10 on static build Message-ID: Mail-Followup-To: Adhemerval Zanella , libc-alpha@sourceware.org, Joseph Myers , Florian Weimer , "H . J . Lu" References: <20240402140644.2172819-1-adhemerval.zanella@linaro.org> <20240402140644.2172819-4-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240402140644.2172819-4-adhemerval.zanella@linaro.org> User-Agent: Mutt/2.2.12 (2023-09-09) X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2024-04-02 11:06, Adhemerval Zanella wrote: > The commit 08ddd26814 removed the static exp10 on i386 and m68k with an > empty w_exp10.c (required for the ABIs that uses the newly > implementation). This patch fixes by adding the required symbols on the > arch-specific w_exp{f}_compat.c implementation. > > Checked on i686-linux-gnu and with a build for m68k-linux-gnu with > 'make test t=math/test-{float,double}-exp10-static build-math-static-tests=yes' > --- > sysdeps/i386/fpu/w_exp10_compat.c | 9 +++++++-- > sysdeps/m68k/m680x0/fpu/w_exp10_compat.c | 9 +++++++-- > 2 files changed, 14 insertions(+), 4 deletions(-) Reviewed-by: Aurelien Jarno -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurelien@aurel32.net http://aurel32.net