aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorStephen Kitt <steve@sk2.org>2015-05-29 11:03:03 +0100
committerNick Clifton <nickc@redhat.com>2015-05-29 11:03:03 +0100
commit030f4c7f08246bdc79d74c4c297729003773b67c (patch)
tree162d48c62cf4399de10b0f9a21d69ddc4c45210f /binutils/ChangeLog
parent4fb18d37fdcbf3756ce9018e68f1bdc40d4abc1f (diff)
downloadgdb-030f4c7f08246bdc79d74c4c297729003773b67c.zip
gdb-030f4c7f08246bdc79d74c4c297729003773b67c.tar.gz
gdb-030f4c7f08246bdc79d74c4c297729003773b67c.tar.bz2
Fixes a couple of bugs reported in dlltool.
* dlltool.c (make_one_lib_file): Clear .idata$6 before use. (main): Fail if the output file specified by the -z option cannot be opened.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 6bb1f1a..f681468 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2015-05-29 Stephen Kitt <steve@sk2.org>
+
+ * dlltool.c (make_one_lib_file): Clear .idata$6 before use.
+ (main): Fail if the output file specified by the -z option cannot
+ be opened.
+
2015-05-18 Nick Clifton <nickc@redhat.com>
PR binutils/18420