From nobody Sat May 14 01:27:45 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4E6F81AD2154; Sat, 14 May 2022 01:28:03 +0000 (UTC) (envelope-from chmeee@has.gonegalt.net) Received: from localhost (mail.gonegalt.net [208.167.253.104]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4L0SZ93DPBz4cqw; Sat, 14 May 2022 01:28:01 +0000 (UTC) (envelope-from chmeee@has.gonegalt.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gonegalt.net; s=dkim; t=1652491669; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2d1feYnZ9Lgv1B6ITcd/ASJOqsZUpgGhjuO1f2sZng0=; b=MvzfsZvJJ7QRCUeQLLRHM/4Zuv2wI/lCGhajo5tmUC1UmG2qiNY/RPOYS3RBePDdiIKFmc yYUGX/BvNE6YOC5t6G71cOtsSzEHeaTqb7ra/HRn6sqWGyu1vupmgA2lVCNxvYxH69+9mu FtMItPQuZTjgjqNxwtXepbRIQRxHNqY= Received: by localhost (OpenSMTPD) with ESMTP id 7765c409; Fri, 13 May 2022 20:27:49 -0500 (CDT) Received: from ralga-linux ([192.168.1.17]) by mail.gonegalt.net with ESMTPSA id Z49VHpUFf2KyUAAA0J78UA (envelope-from ); Fri, 13 May 2022 20:27:49 -0500 Date: Fri, 13 May 2022 20:27:45 -0500 From: Justin Hibbits To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 448c505c33cc - main - libm: Add feenableexcept and fedisableexcept to library on powerpc Message-ID: <20220513202745.15726e52@ralga-linux> In-Reply-To: <202205140126.24E1Q79J080715@gitrepo.freebsd.org> References: <202205140126.24E1Q79J080715@gitrepo.freebsd.org> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; powerpc64le-unknown-linux-gnu) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4L0SZ93DPBz4cqw X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gonegalt.net header.s=dkim header.b=MvzfsZvJ; dmarc=pass (policy=none) header.from=has.gonegalt.net; spf=pass (mx1.freebsd.org: domain of chmeee@has.gonegalt.net designates 208.167.253.104 as permitted sender) smtp.mailfrom=chmeee@has.gonegalt.net X-Spamd-Result: default: False [-0.47 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gonegalt.net:s=dkim]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; DKIM_TRACE(0.00)[gonegalt.net:+]; DMARC_POLICY_ALLOW(-0.50)[has.gonegalt.net,none]; NEURAL_HAM_SHORT(-0.97)[-0.967]; HFILTER_HELO_5(3.00)[localhost]; MLMMJ_DEST(0.00)[dev-commits-src-main,dev-commits-src-all]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:20473, ipnet:208.167.224.0/19, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On Sat, 14 May 2022 01:26:07 GMT Justin Hibbits wrote: > The branch main has been updated by jhibbits: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=448c505c33cc334193590f3844406d6a74f26e2a > > commit 448c505c33cc334193590f3844406d6a74f26e2a > Author: Justin Hibbits > AuthorDate: 2022-05-13 22:18:25 +0000 > Commit: Justin Hibbits > CommitDate: 2022-05-14 01:24:22 +0000 > > libm: Add feenableexcept and fedisableexcept to library on powerpc > > Summary: > These functions are missing from the library itself, and exist > solely in the header. This breaks a few ports that expect libm to > have the symbols in the library itself. > > Questions on MFC-ability: Can this be MFC'd to 13.2, and how? I had removed this last line before doing the rebase and arc dance...