bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/25210] aarch64: -fix-cortex-a53-835769 --fix-cortex-a53-843419 l


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/25210] aarch64: -fix-cortex-a53-835769 --fix-cortex-a53-843419 lead to invalid operation
Date: Fri, 10 Jan 2020 13:52:59 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25210

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Tamar Christina
<address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8cd0e5e93145699736a370b271ff03f3f41670b0

commit 8cd0e5e93145699736a370b271ff03f3f41670b0
Author: Tamar Christina <address@hidden>
Date:   Fri Jan 10 13:48:57 2020 +0000

    AArch64: Revert setting of elf class in linker stub.

    This changes the fix to PR 25210 by removing the ELF class change.
    As it turns out the correct change was only the change in compress.c.

    Everything else is unneeded and setting the elf class is making the linker
    behave very oddly under LTO.  The first stub is correctly written out but
for
    the rest the suddenly don't have a pointer to the stub section anymore.

    This caused SPEC to fail as the program would branch to the stub and it
wouldn't
    be filled in.

    Committed to master under the trivial rule as this is partially reverting a
previous commit.

    bfd/ChangeLog:

        PR 25210
        * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Remove elfclass.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]