From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69067 invoked by alias); 22 Aug 2018 16:58:59 -0000 Mailing-List: contact libc-stable-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Archive: Sender: libc-stable-owner@sourceware.org Received: (qmail 69024 invoked by uid 89); 22 Aug 2018 16:58:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.1 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,UNWANTED_LANGUAGE_BODY autolearn=ham version=3.3.2 spammy=H*r:4.89, Hx-languages-length:606 X-Spam-Status: No, score=-23.1 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,UNWANTED_LANGUAGE_BODY autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: hall.aurel32.net Received: from hall.aurel32.net (HELO hall.aurel32.net) (163.172.24.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Aug 2018 16:58:57 +0000 Received: from [2001:bc8:30d7:121:cc44:2c6c:4d9c:42c0] (helo=ohm.rr44.fr) by hall.aurel32.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fsWT8-00051l-Hv; Wed, 22 Aug 2018 18:58:54 +0200 Received: from aurel32 by ohm.rr44.fr with local (Exim 4.91) (envelope-from ) id 1fsWT7-0005Z3-QQ; Wed, 22 Aug 2018 18:58:53 +0200 From: Aurelien Jarno To: libc-stable@sourceware.org Cc: DJ Delorie Subject: [2.28 COMMITTED 3/3] Improve ChangeLog message. Date: Mon, 01 Jan 2018 00:00:00 -0000 Message-Id: <20180822165819.21312-3-aurelien@aurel32.net> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180822165819.21312-1-aurelien@aurel32.net> References: <20180822165819.21312-1-aurelien@aurel32.net> X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00004.txt.bz2 From: DJ Delorie (cherry picked from commit e5721f45f6377c27ccb2572001dc98f7a2e6a146) --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e296da9699..b9e732a192 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2018-08-03 DJ Delorie * sysdeps/riscv/rvf/math_private.h (libc_feholdexcept_setround_riscv): - Fix rounding save-restore bug. + Move libc_fesetround_riscv after libc_feholdexcept_riscv. * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update. -- 2.18.0