https://sourceware.org/bugzilla/show_bug.cgi?id=33049
--- Comment #2 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=08c3cbe5926e4d355b5cb70bbec2b1eeb40c2944 commit 08c3cbe5926e4d355b5cb70bbec2b1eeb40c2944 Author: H.J. Lu <hjl.to...@gmail.com> Date: Sat Jun 21 06:36:56 2025 +0800 objcopy: Don't extend the output section size Since the output section contents are copied from the input, don't extend the output section size beyond the input section size. PR binutils/33049 * objcopy.c (copy_section): Don't extend the output section size beyond the input section size. 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.