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

--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>:

https://gcc.gnu.org/g:5812e1bbb1c8a7a90d995a0165cddae4d450d6cf

commit r15-641-g5812e1bbb1c8a7a90d995a0165cddae4d450d6cf
Author: Eric Botcazou <ebotca...@adacore.com>
Date:   Sat May 18 00:21:56 2024 +0200

    Fix Ada runtime library breakage on Solaris

    The recent changes made to the runtime library broke its build on Solaris
    because it uses Solaris threads instead of POSIX threads on this platform.

    gcc/ada/
            PR ada/115133
            * libgnarl/s-osinte__solaris.ads (mutex_t): Fix typo.
            * libgnarl/s-taprop__solaris.adb (Record_Lock): Add conversion.
            (Check_Sleep): Likewise.
            (Record_Wakeup): Likewise.
            (Check_Unlock): Likewise.
            * libgnarl/s-tasini.adb (Initialize_RTS_Lock): Add pragma Import
            on the overlaid variable.
            (Finalize_RTS_Lock): Likewise.
            (Acquire_RTS_Lock): Likewise.
            (Release_RTS_Lock): Likewise.
            * libgnarl/s-taspri__solaris.ads (To_RTS_Lock_Ptr): New instance
            of Ada.Unchecked_Conversion.
            * libgnat/s-oslock__solaris.ads: Add with clause for
            Ada.Unchecked_Conversion.
            (array_type_9): Add missing name qualification.
            (record_type_3): Likewise.
            (mutex_t): Fix formatting.

Reply via email to