diff options
author | Cary Coutant <ccoutant@google.com> | 2011-10-18 21:36:29 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-10-18 21:36:29 +0000 |
commit | bab9090fa32be3fd43bef52ff7a17531964f10fb (patch) | |
tree | 0edb48a7ea507fe0df73b1f0c432d7d6bde7eaf1 /gold/ChangeLog | |
parent | 736086bae2e0c54fa5f59d332a383af1e2f6d8d8 (diff) | |
download | gdb-bab9090fa32be3fd43bef52ff7a17531964f10fb.zip gdb-bab9090fa32be3fd43bef52ff7a17531964f10fb.tar.gz gdb-bab9090fa32be3fd43bef52ff7a17531964f10fb.tar.bz2 |
* output.cc (posix_fallocate): Return 0 on success, errno on failure.
(Output_file::map_no_anonymous): Check for non-zero
return code from posix_fallocate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 1833996..61ad6cd 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2011-10-18 Cary Coutant <ccoutant@google.com> + + * output.cc (posix_fallocate): Return 0 on success, errno on failure. + (Output_file::map_no_anonymous): Check for non-zero + return code from posix_fallocate. + 2011-10-17 Cary Coutant <ccoutant@google.com> PR gold/13245 |