bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/24753] [2.33 Regression] ld: section size (0x1e50 bytes) is larg


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/24753] [2.33 Regression] ld: section size (0x1e50 bytes) is larger than file size (0x5a0 bytes), can not size stub section: memory exhausted
Date: Thu, 02 Jan 2020 14:12:55 +0000

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

--- Comment #14 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=0db131fb835e4c4f6a024e86743467e7e01c965e

commit 0db131fb835e4c4f6a024e86743467e7e01c965e
Author: Tamar Christina <address@hidden>
Date:   Thu Jan 2 14:06:01 2020 +0000

    AArch64: Set the correct ELF class for AArch64 stubs (PR/25210)

    This fixes PR 25210 by specifying the the correct ELF class for AArch64
stubs.
    After doing this the stub section starts behaving like a normal object file
    loaded from disk.  That is SEC_LINKER_CREATED causes us to have to write
the
    section manually.

    This flag was added as a fix for PR 24753.  I believe that
    fix to still be correct as linker created sections don't have a size on
disk
    and it fixes the Arm bootstrap regression. But in this case specifying the
    correct section class also makes the stub section not be considered by
    compress.c.

    So I'm partially revert this change so that we don't have to manage the
section
    manually as implied by SEC_LINKER_CREATED.

    bfd/ChangeLog:

        PR 25210
        PR 24753
        * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.

    ld/ChangeLog:

        PR 25210
        PR 24753
        * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
        Remove SEC_LINKER_CREATED.
        * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
        * testsuite/ld-aarch64/erratum835769-843419.d: New test.

-- 
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]