https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107475
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Eric Botcazou <[email protected]>: https://gcc.gnu.org/g:186d5046297885688f56e33b40babe8592fd5ce0 commit r14-12365-g186d5046297885688f56e33b40babe8592fd5ce0 Author: Matthias Klose <[email protected]> Date: Sat Mar 14 13:23:47 2026 +0100 Ada: Fix libgnat.so link failure on systems with older glibc It's a regression present on all active branches for older glibc versions, where dladdr is still in the libdl.so library, and not included in libc.so as in newer glibc versions. gcc/ada/ PR ada/107475 * Makefile.rtl (s390% linux%): Define MISCLIB. (arm% linux-gnueabi%): Likewise. (%x32 linux%): Likewise.
