]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Add System.Traceback.Symbolic.Module_Name support on AArch64 Linux
authorJoel Brobecker <brobecker@adacore.com>
Wed, 12 Apr 2023 15:03:55 +0000 (08:03 -0700)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 30 May 2023 07:12:16 +0000 (09:12 +0200)
commit9be806a5c671f9524a92cd610750bf8712bed149
treed8f397b5a667861f23cd4a0dc48ad865a63bc2b5
parent3fd3d3d0fa094c5d79c2e4e3c44cdd22b42d6ca4
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.
gcc/ada/Makefile.rtl