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

--- Comment #4 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <h...@sourceware.org>:

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

commit ae6a4c3f1d5caeba962d2c1748a8d2b3bebb1007
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Sat Sep 21 03:44:22 2024 +0800

    ld: Use --no-rosegment to ld for PR ld/22393 tests

    The commit

    bf6d7087de0 ld: Move the .note.build-id section to near the start of the
memory map

    moves the .note.build-id section before text sections.  When --rosegment
    and -z separate-code are used together, the .note.gnu.property section
    is placed between the .note.build-id section and text sections in the
    same PT_LOAD segment by orphan placement.  Pass --no-rosegment to ld for
    PR ld/22393 tests to avoid linker test failures.

            PR ld/32190
            * testsuite/ld-elf/pr22393-2a.rd: Pass --no-rosegment to ld.
            * testsuite/ld-elf/pr22393-2b.rd: Likewise.
            * testsuite/ld-elf/shared.exp: Pass --no-rosegment to ld when
            building pr22393-2 tests.
            * testsuite/ld-x86-64/pr22393-3a.rd: Pass --no-rosegment to ld.
            * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
            * testsuite/ld-x86-64/x86-64.exp: Pass --no-rosegment to ld when
            building pr22393-3 tests.

    Signed-off-by: H.J. Lu <hjl.to...@gmail.com>

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

Reply via email to