From f63d677f84ad12d513882192ae45d49d27ad76b5 Mon Sep 17 00:00:00 2001 From: Aleksandra Pasek Date: Thu, 22 Aug 2024 13:58:09 -0400 Subject: [PATCH] Add System.Put_Task_Images to the embedded runtime This package is needed because the flags for the embedded runtime support the Ada 2022 Put_Image feature. Issue: eng/toolchain/bb-runtimes#75 --- support/rts_sources/sources.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/rts_sources/sources.py b/support/rts_sources/sources.py index 4238d565..ceff3938 100644 --- a/support/rts_sources/sources.py +++ b/support/rts_sources/sources.py @@ -2188,6 +2188,8 @@ "hie/s-taskin__full.ads", "hie/s-tposen__xi-full.adb", "hie/s-tposen__xi-full.ads", + "libgnarl/s-putaim.adb", + "libgnarl/s-putaim.ads", ], "bb_srcs": ["hie/s-btstch.ads", "hie/s-btstch.adb"], },