diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-03-24 18:04:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-03-24 18:04:26 +0000 |
commit | 26736d8ec174d5de8d1699ed7b482282d587c270 (patch) | |
tree | 76a45d6b609ebd3aee1166f7bfa8c8bdeb83d520 /gold/ChangeLog | |
parent | 22fd9730a06b23ad93f31fed3377fcc51f3447df (diff) | |
download | gdb-26736d8ec174d5de8d1699ed7b482282d587c270.zip gdb-26736d8ec174d5de8d1699ed7b482282d587c270.tar.gz gdb-26736d8ec174d5de8d1699ed7b482282d587c270.tar.bz2 |
* output.cc (Output_file::map_anonymous): Define.
(Output_file::map): Use map_anonymous. If the regular mmap fails,
try an anonymous one. Report the size if the mmap fails.
* output.h (class Output_file): Declare map_anonymous.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index bb76e93..d233ab5 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2009-03-24 Elliott Hughes <enh@google.com> + + * output.cc (Output_file::map_anonymous): Define. + (Output_file::map): Use map_anonymous. If the regular mmap fails, + try an anonymous one. Report the size if the mmap fails. + * output.h (class Output_file): Declare map_anonymous. + 2009-03-24 Ian Lance Taylor <iant@google.com> * target-select.cc (instantiate_target): Don't acquire the lock if |