https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107475
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Eric Botcazou <[email protected]>: https://gcc.gnu.org/g:1315e1877e3b5eb20edc9ce93c69fafab21528f3 commit r16-8093-g1315e1877e3b5eb20edc9ce93c69fafab21528f3 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.
