From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id 404D6398B0EA; Fri, 9 Jul 2021 12:38:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 404D6398B0EA MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Pierre-Marie de Rodat To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-2202] [Ada] aarch64-rtems6: use wraplf variant for a-nallfl X-Act-Checkin: gcc X-Git-Author: Frederic Konrad X-Git-Refname: refs/heads/master X-Git-Oldrev: 1f72ec808b2a6f95f969bc9a1a13af1f310e1678 X-Git-Newrev: f1b4b3d75cd4552211fb683d1e1e3dd1e9ef6267 Message-Id: <20210709123843.404D6398B0EA@sourceware.org> Date: Fri, 9 Jul 2021 12:38:43 +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: Fri, 09 Jul 2021 12:38:43 -0000 https://gcc.gnu.org/g:f1b4b3d75cd4552211fb683d1e1e3dd1e9ef6267 commit r12-2202-gf1b4b3d75cd4552211fb683d1e1e3dd1e9ef6267 Author: Frederic Konrad Date: Tue Apr 13 10:55:52 2021 +0200 [Ada] aarch64-rtems6: use wraplf variant for a-nallfl gcc/ada/ * Makefile.rtl (LIBGNAT_TARGET_PAIRS) : Use the wraplf variant of Aux_Long_Long_Float. Diff: --- gcc/ada/Makefile.rtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index fbd3993fcaa..5475d0d875b 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -2193,7 +2193,7 @@ ifeq ($(strip $(filter-out rtems%,$(target_os))),) EH_MECHANISM=-gcc endif - ifeq ($(strip $(filter-out riscv%,$(target_cpu))),) + ifeq ($(strip $(filter-out aarch64% riscv%,$(target_cpu))),) LIBGNAT_TARGET_PAIRS += a-nallfl.ads