aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2019-09-05 18:23:37 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2019-09-05 18:23:37 +0200
commitde07a745805b28ed2c973635752719c4a6a32b1d (patch)
tree64c4b7e469a0fd5746b03f777c4e35937dc0e9d4 /ld/ChangeLog
parent30331a6ca014f6b51b17627aa968c6b79627ce21 (diff)
downloadgdb-de07a745805b28ed2c973635752719c4a6a32b1d.zip
gdb-de07a745805b28ed2c973635752719c4a6a32b1d.tar.gz
gdb-de07a745805b28ed2c973635752719c4a6a32b1d.tar.bz2
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0da9e25..37836aa 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2019-09-05 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ld/24574
+ * 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.
+
2019-09-05 Alan Modra <amodra@gmail.com>
* testsuite/ld-powerpc/pcrelopt.s,