https://sourceware.org/bugzilla/show_bug.cgi?id=14493
--- Comment #35 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=6c2119acf78b4a48caa918c1d63aac7a64a19c82 commit 6c2119acf78b4a48caa918c1d63aac7a64a19c82 Author: H.J. Lu <hjl.to...@gmail.com> Date: Tue Apr 23 07:07:51 2024 -0700 objcopy.c: Fix bfd_copy_private_symbol_data on 32-bit hosts Use long with bfd_copy_private_symbol_data to fix .../binutils/objcopy.c: In function âcopy_objectâ: .../binutils/objcopy.c:3383:17: error: comparison of integer expressions of different signedness: âunsigned intâ and âlong intâ [-Werror=sign-compare] 3383 | for (i = 0; i < symcount; i++) | ^ on 32-bit hosts. PR binutils/14493 * objcopy.c (copy_object): Use long with bfd_copy_private_symbol_data. -- You are receiving this mail because: You are on the CC list for the bug.