bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/17910] Can't link with .lib (for dll) created by Visual Studio 2


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/17910] Can't link with .lib (for dll) created by Visual Studio 2013 any more
Date: Tue, 21 Mar 2023 22:48:46 +0000

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <amodra@sourceware.org>:

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

commit 317e47ee5e7c539807d6cd16bde5c274025e8ee1
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Mar 22 09:05:10 2023 +1030

    PR17910 sym string offset check

    As far as I can see the only place that sets obj_coff_strings without
    setting obj_coff_strings_len is pe_ILF_build_a_bfd.  Fix that and we
    can simplify the sym string offset check.  This is just a tidy.
    pe_ILF_build_a_bfd doesn't create bad symbols and
    _bfd_coff_read_string_table will always result in non-zero
    obj_coff_strings_len when obj_coff_strings is non-NULL.

            PR 17910
            * coffgen.c (_bfd_coff_internal_syment_name): Always sanity
            check sym string offset.
            * peicode.h (pe_ILF_build_a_bfd): Set obj_coff_strings_len.

-- 
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]