[Bug ada/107475] [13/14/15/16 Regression] libgnat.so link failure on systems with older glibc
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Mar 14 12:28:21 GMT 2026
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 <ebotcazou@gcc.gnu.org>:
https://gcc.gnu.org/g:1315e1877e3b5eb20edc9ce93c69fafab21528f3
commit r16-8093-g1315e1877e3b5eb20edc9ce93c69fafab21528f3
Author: Matthias Klose <doko@gcc.gnu.org>
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.
More information about the Gcc-bugs
mailing list