diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-06-27 17:19:02 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-06-27 17:19:02 +0000 |
commit | 52a476eeda8cf7a753a58991293cae95baa44797 (patch) | |
tree | 74e5067886a9b0aaf9e2b60c04933951a0a95492 /binutils/ChangeLog | |
parent | 83b89087cf717b455598eee2fb5ddb4d5465a6a0 (diff) | |
download | gdb-52a476eeda8cf7a753a58991293cae95baa44797.zip gdb-52a476eeda8cf7a753a58991293cae95baa44797.tar.gz gdb-52a476eeda8cf7a753a58991293cae95baa44797.tar.bz2 |
2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/10321
* bucomm.c (get_file_size): Return -1 on error.
* objcopy.c (copy_file): Report empty file.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c748a6a..0ff041f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2009-06-27 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/10321 + * bucomm.c (get_file_size): Return -1 on error. + + * objcopy.c (copy_file): Report empty file. + 2009-06-23 Nick Clifton <nickc@redhat.com> * dwarf.c (display_debug_lines_raw): Include the name of the |