]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Add missing units to Makefile.rtl
authorRonan Desplanques <desplanques@adacore.com>
Wed, 2 Aug 2023 13:01:40 +0000 (15:01 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 5 Sep 2023 11:05:12 +0000 (13:05 +0200)
A previous change accidently removed a-cohama and a-cohase from
`Makefile.rtl`. This patch adds these units back

gcc/ada/

* Makefile.rtl: Add missing units.

gcc/ada/Makefile.rtl

index be81b9d47f8dacfeb091714598a448b2603cf791..e404d43f0ff28c57b7df60a41498b4f4a62d151d 100644 (file)
@@ -137,6 +137,8 @@ GNATRTL_NONTASKING_OBJS= \
   a-coboho$(objext) \
   a-cobove$(objext) \
   a-cogeso$(objext) \
+  a-cohama$(objext) \
+  a-cohase$(objext) \
   a-cohata$(objext) \
   a-coinho$(objext) \
   a-coinve$(objext) \