From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1652) id EF9753856268; Tue, 24 May 2022 09:49:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF9753856268 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Christophe Lyon To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] Merge config/ changes from GCC, to enable DFP on AArch64 X-Act-Checkin: binutils-gdb X-Git-Author: Christophe Lyon X-Git-Refname: refs/heads/master X-Git-Oldrev: be38442ddacf1fd25c8868d0491ea9e98b0e9ca7 X-Git-Newrev: a55dfbb9abeda5255f002ae4445d9c390c3f6025 Message-Id: <20220524094958.EF9753856268@sourceware.org> Date: Tue, 24 May 2022 09:49:58 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2022 09:49:59 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da55dfbb9abed= a5255f002ae4445d9c390c3f6025 commit a55dfbb9abeda5255f002ae4445d9c390c3f6025 Author: Christophe Lyon Date: Wed Apr 27 16:32:42 2022 +0100 Merge config/ changes from GCC, to enable DFP on AArch64 =20 2022-04-28 Christophe Lyon =20 config/ * dfp.m4 (enable_decimal_float): Enable BID for AArch64. =20 libdecnumber/ * configure: Regenerate. Diff: --- config/dfp.m4 | 21 ++++++++++++++++++++- libdecnumber/configure | 3 ++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/config/dfp.m4 b/config/dfp.m4 index a137ddebf8c..d1d151b2da7 100644 --- a/config/dfp.m4 +++ b/config/dfp.m4 @@ -1,3 +1,21 @@ +# Copyright (C) 2010-2022 Free Software Foundation, Inc. + +# This file is part of GCC. + +# GCC is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation; either version 3, or (at your option) any +# later version. + +# GCC is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public +# License for more details. + +# You should have received a copy of the GNU General Public License +# along with GCC; see the file COPYING3. If not see +# . + dnl @synopsis GCC_AC_ENABLE_DECIMAL_FLOAT([target triplet]) dnl dnl Enable C extension for decimal float if target supports it. @@ -20,6 +38,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; ], [ case $1 in + aarch64* | \ powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux*= | \ i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* | \ i?86*-*-mingw* | x86_64*-*-mingw* | \ @@ -37,7 +56,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; case x$enable_decimal_float in xyes) case $1 in - i?86*-*-* | x86_64*-*-*) + aarch64* | i?86*-*-* | x86_64*-*-*) enable_decimal_float=3Dbid ;; *) diff --git a/libdecnumber/configure b/libdecnumber/configure index 14c103a0718..87f3bd5e457 100755 --- a/libdecnumber/configure +++ b/libdecnumber/configure @@ -4761,6 +4761,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$L= INENO" 5 ;; else =20 case $target in + aarch64* | \ powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux*= | \ i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* | \ i?86*-*-mingw* | x86_64*-*-mingw* | \ @@ -4781,7 +4782,7 @@ fi case x$enable_decimal_float in xyes) case $target in - i?86*-*-* | x86_64*-*-*) + aarch64* | i?86*-*-* | x86_64*-*-*) enable_decimal_float=3Dbid ;; *)