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

--- Comment #8 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jan Beulich <jbeul...@sourceware.org>:

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

commit 43ea7d00a76eb3a8e30aa91657e535f86e8658c4
Author: Jan Beulich <jbeul...@suse.com>
Date:   Fri Apr 4 10:24:56 2025 +0200

    objcopy: constrain --section-alignment to PE binaries again

    PR binutils/32732

    The --set-section-alignment option is what ought to be used on object
    files; --section-alignment should be affecting PE binaries only, and
    only the value stored in the header. Sections don't individually have
    alignment recorded there; see 6f8f6017a0c4 ("PR27567, Linking PE files
    adds alignment section flags to executables").

    Undo the core part of 121a3f4b4f4a ("Update objcopy's
    --section-alignment option so that it sets the alignment flag on..."),
    which includes removing the testcase again, while leaving all secondary
    changes in place. (Note that the testcase did fail anyway for
    i?86-interix, with objdump saying "option -P/--private not supported by
    this file".)

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

Reply via email to