diff options
author | Stephen Kitt <steve@sk2.org> | 2015-05-29 11:03:03 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-05-29 11:03:03 +0100 |
commit | 030f4c7f08246bdc79d74c4c297729003773b67c (patch) | |
tree | 162d48c62cf4399de10b0f9a21d69ddc4c45210f /binutils/ChangeLog | |
parent | 4fb18d37fdcbf3756ce9018e68f1bdc40d4abc1f (diff) | |
download | gdb-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/ChangeLog | 6 |
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 |