]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix PR ld/24574
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 5 Sep 2019 16:23:37 +0000 (18:23 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 5 Sep 2019 16:37:38 +0000 (18:37 +0200)
commit34a30b6758db4fe53b2872d7bd3824c778f6118c
tree0c2f6a38ad198fe9320e82f5918379370af4112b
parent8a1285a1a3048f77abc56be3ff2f83a782506a04
Fix PR ld/24574

This restores a line that has been dropped when the auto-import feature
of the PE-COFF linker was overhauled about one year.  It is necessary
for GDB to properly resolve extern symbol in DLLs.

ld/ChangeLog
* pe-dll.c (pe_find_data_imports): Replace again the original name
of the undefined symbol with the __imp_ prefixed one after it is
resolved.
ld/ChangeLog
ld/pe-dll.c