aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorDaniel Bonniot de Ruisselet <bonniot@gmail.com>2017-06-06 15:06:02 +0100
committerNick Clifton <nickc@redhat.com>2017-06-06 15:06:02 +0100
commit9949827bea788753c29b7bb503d6d5dda6ea21ff (patch)
treef22a57b3851134ff7714b392ffa6b043c98de5e5 /bfd/ChangeLog
parent5c8ed6a4a1d197658086e9175f820227ebffebec (diff)
downloadgdb-9949827bea788753c29b7bb503d6d5dda6ea21ff.zip
gdb-9949827bea788753c29b7bb503d6d5dda6ea21ff.tar.gz
gdb-9949827bea788753c29b7bb503d6d5dda6ea21ff.tar.bz2
Handle printing information about PE format files which have 0 as the value of the HInt Table in the import tables structure.
PR binutils/21546 * peXXigen.c (pe_print_idata): Use the address of the first thunk if the hint address is zero.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index adef934..4992fd1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2017-06-06 Daniel Bonniot de Ruisselet <bonniot@gmail.com>
+
+ PR binutils/21546
+ * peXXigen.c (pe_print_idata): Use the address of the first thunk
+ if the hint address is zero.
+
2017-06-06 James Clarke <jrtc27@jrtc27.com>
PR ld/19579