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

--- Comment #1 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:81f928ec8e8abf1f21c5ff008c39b5d6af78f6cb

commit r11-6881-g81f928ec8e8abf1f21c5ff008c39b5d6af78f6cb
Author: Iain Buclaw <ibuc...@gdcproject.org>
Date:   Sun Jan 24 00:20:25 2021 +0100

    libphobos: Fix executables segfault on mipsel architecture

    The dynamic section on MIPS is read-only, but this was not properly
    handled in the runtime library.  The segfault only occurred for programs
    that linked to the shared libphobos library.

    libphobos/ChangeLog:

            PR d/98806
            * libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
            for MIPS32 and MIPS64.
            (getDependencies): Adjust dlpi_addr on MIPS_Any.

Reply via email to