diff options
author | Cary Coutant <ccoutant@google.com> | 2011-10-13 05:06:45 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-10-13 05:06:45 +0000 |
commit | dfb4547188c61f6686d459919e38e63c1f7ef999 (patch) | |
tree | e93ab1b19ddcecb2f782edcff107ed81d4ba0356 /gold/ChangeLog | |
parent | 0432176d1e4adbcf2ba67cb67e3ec73f0d60d9cd (diff) | |
download | gdb-dfb4547188c61f6686d459919e38e63c1f7ef999.zip gdb-dfb4547188c61f6686d459919e38e63c1f7ef999.tar.gz gdb-dfb4547188c61f6686d459919e38e63c1f7ef999.tar.bz2 |
* gold/output.cc (Output_file::open_base_file): Handle case where
::read returns less than requested size.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 1d128a6..e6e8a9b 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2011-10-12 Cary Coutant <ccoutant@google.com> + + * gold/output.cc (Output_file::open_base_file): Handle case where + ::read returns less than requested size. + 2011-10-10 Cary Coutant <ccoutant@google.com> * gold/incremental.cc (Sized_relobj_incr::Sized_relobj_incr): |