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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>:

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

commit r11-8246-gd86e60855f05a0e493f8362c12bfd40d5432d337
Author: Iain Buclaw <ibuc...@gdcproject.org>
Date:   Mon Apr 19 14:23:00 2021 +0200

    libphobos: Add section support code for OpenBSD (PR99691)

    libphobos/ChangeLog:

            PR d/99691
            * configure: Regenerate.
            * libdruntime/config/common/threadasm.S: Add __OpenBSD__.
            * libdruntime/gcc/backtrace.d: Import core.sys.openbsd.dlfcn on
            OpenBSD platforms.
            * libdruntime/gcc/sections/elf.d (SharedElf): Define on OpenBSD.
            (linkMapForHandle): Implement for OpenBSD.
            (exeLinkMap): Remove.
            (getDependencies): Adjust dlpi_addr on OpenBSD.
            (handleForName): Implement for OpenBSD.
            (IterateManually): Define on OpenBSD.
            * libdruntime/gcc/sections/package.d (SectionsElf): Define on
OpenBSD.
            * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ATOMIC): Test for
            enable_libatomic.
            (DRUNTIME_LIBRARIES_BACKTRACE): Test for enable_libbacktrace.

Reply via email to