From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1005) id 1D17B3858437; Wed, 2 Feb 2022 05:05:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D17B3858437 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Meissner To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/meissner/heads/work077)] Update ChangeLog.meissner. X-Act-Checkin: gcc X-Git-Author: Michael Meissner X-Git-Refname: refs/users/meissner/heads/work077 X-Git-Oldrev: c165b32bcf898a540fad83463fc1c9ac561ebfe0 X-Git-Newrev: d43e4059888a4065039f1c76aed07a14b46fd752 Message-Id: <20220202050510.1D17B3858437@sourceware.org> Date: Wed, 2 Feb 2022 05:05:10 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2022 05:05:10 -0000 https://gcc.gnu.org/g:d43e4059888a4065039f1c76aed07a14b46fd752 commit d43e4059888a4065039f1c76aed07a14b46fd752 Author: Michael Meissner Date: Wed Feb 2 00:04:45 2022 -0500 Update ChangeLog.meissner. 2022-02-01 Michael Meissner gcc/ * ChangeLog.meissner: Update. Diff: --- gcc/ChangeLog.meissner | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner index 220c077f2af..a6fe73d6f9a 100644 --- a/gcc/ChangeLog.meissner +++ b/gcc/ChangeLog.meissner @@ -1,3 +1,16 @@ +work077, patch #3: +2022-02-01 Michael Meissner + + * config.in (TARGET_POWERPC_IEEE_128BIT_LONG_DOUBLE): New + configure option. + * config/rs6000/rs6000.cc (TARGET_IEEEQUAD_DEFAULT): If the host + compiler used IEEE 128-bit long doubles and the long double format + was not specified with configuration switches, set the long double + format to IEEE 128-bit. + * configure.ac (TARGET_POWERPC_IEEE_128BIT_LONG_DOUBLE): Set as 1 + if the host compiler used IEEE 128-bit long doubles. + * configure: Regenerate. + work077, patch #2: 2022-01-28 Michael Meissner PR target/104253 @@ -5,12 +18,7 @@ work077, patch #2: compiler used to build the current compiler defaults to IEEE 128-bit long double, make that the default for this build. -work077, patch #1: -2022-01-26 Michael Meissner - - * config/rs6000/rs6000.cc (TARGET_IEEEQUAD_DEFAULT): If the - compiler used to build the current compiler defaults to IEEE - 128-bit long double, make that the default for this build. +work077, patch #1 was reverted: 2022-01-26 Michael Meissner