aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorRudy Y <rudyy.id@gmail.com>2016-12-01 14:43:36 +0000
committerNick Clifton <nickc@redhat.com>2016-12-01 14:43:36 +0000
commit4ee1d7e401a8c1aedfdc86aac7faa8267eab1e5c (patch)
tree0cfbbf1eb62cc0b015af081bda8dc8b9b888b2e4 /ld/ChangeLog
parentcec4b2e3fee8ae2c41089fc7454da56f676f653c (diff)
downloadgdb-4ee1d7e401a8c1aedfdc86aac7faa8267eab1e5c.zip
gdb-4ee1d7e401a8c1aedfdc86aac7faa8267eab1e5c.tar.gz
gdb-4ee1d7e401a8c1aedfdc86aac7faa8267eab1e5c.tar.bz2
Fix generation of IDATA[6] for PE files.
PR ld/20880 * pe-dll.c (make_one): Use the hint if the ordinal is -1.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 446a4af..65c2854 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-01 Rudy Y <rudyy.id@gmail.com>
+
+ PR ld/20880
+ * pe-dll.c (make_one): Use the hint if the ordinal is -1.
+
2016-12-01 Yury Norov <ynorov@caviumnetworks.com>
PR ld/20868