public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3737] [Ada] rtems: add 128bit support for aarch64
@ 2021-09-21 15:26 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-09-21 15:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:566b47901161e90d311d0b7cf6f385fedd0edb85

commit r12-3737-g566b47901161e90d311d0b7cf6f385fedd0edb85
Author: Frederic Konrad <konrad@adacore.com>
Date:   Tue Jun 29 11:21:26 2021 +0200

    [Ada] rtems: add 128bit support for aarch64
    
    gcc/ada/
    
            * Makefile.rtl (aarch64-rtems*): Add GNATRTL_128BIT_PAIRS to
            the LIBGNAT_TARGET_PAIRS list and also GNATRTL_128BIT_OBJS to
            the EXTRA_GNATRTL_NONTASKING_OBJS list.

Diff:
---
 gcc/ada/Makefile.rtl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index f32ed170ef2..2f3496e4b08 100644
--- a/gcc/ada/Makefile.rtl
+++ b/gcc/ada/Makefile.rtl
@@ -2196,6 +2196,11 @@ ifeq ($(strip $(filter-out rtems%,$(target_os))),)
     EH_MECHANISM=-gcc
   endif
 
+  ifeq ($(strip $(filter-out aarch64%,$(target_cpu))),)
+    LIBGNAT_TARGET_PAIRS += $(GNATRTL_128BIT_PAIRS)
+    EXTRA_GNATRTL_NONTASKING_OBJS += $(GNATRTL_128BIT_OBJS)
+  endif
+
   ifeq ($(strip $(filter-out aarch64% riscv%,$(target_cpu))),)
     LIBGNAT_TARGET_PAIRS += a-nallfl.ads<libgnat/a-nallfl__wraplf.ads
   endif


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-21 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 15:26 [gcc r12-3737] [Ada] rtems: add 128bit support for aarch64 Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).