From: Joel Brobecker Date: Wed, 12 Apr 2023 15:03:55 +0000 (-0700) Subject: ada: Add System.Traceback.Symbolic.Module_Name support on AArch64 Linux X-Git-Tag: basepoints/gcc-15~8760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9be806a5c671f9524a92cd610750bf8712bed149;p=thirdparty%2Fgcc.git ada: Add System.Traceback.Symbolic.Module_Name support on AArch64 Linux This commit changes the runtime on aarch64-linux to use the Linux version of s-tsmona.adb, so as to add support for this functionality on aarch64-linux. gcc/ada/ * Makefile.rtl: Use libgnat/s-tsmona__linux.adb on aarch64-linux. Link libgnat with -ldl, as the use of s-tsmona__linux.adb requires it. --- diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index e2f437ff6e52..ca4c528a7e0e 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -2250,6 +2250,7 @@ ifeq ($(strip $(filter-out aarch64% linux%,$(target_cpu) $(target_os))),) s-intman.adb