https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107475

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-15 branch has been updated by Eric Botcazou
<[email protected]>:

https://gcc.gnu.org/g:d562563661045e5158507d57a94fbb3781dcf8c0

commit r15-10957-gd562563661045e5158507d57a94fbb3781dcf8c0
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.

Reply via email to