bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/14493] "strip" breaks .SUNW_ldynsym section on illumos


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/14493] "strip" breaks .SUNW_ldynsym section on illumos
Date: Tue, 23 Apr 2024 15:38:21 +0000

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 <hjl@sourceware.org>:

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

commit 6c2119acf78b4a48caa918c1d63aac7a64a19c82
Author: H.J. Lu <hjl.tools@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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]