summaryrefslogtreecommitdiffstats
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-03-24 18:04:26 +0000
committerIan Lance Taylor <ian@airs.com>2009-03-24 18:04:26 +0000
commit26736d8ec174d5de8d1699ed7b482282d587c270 (patch)
tree76a45d6b609ebd3aee1166f7bfa8c8bdeb83d520 /gold/ChangeLog
parent22fd9730a06b23ad93f31fed3377fcc51f3447df (diff)
downloadppe42-binutils-26736d8ec174d5de8d1699ed7b482282d587c270.tar.gz
ppe42-binutils-26736d8ec174d5de8d1699ed7b482282d587c270.zip
* 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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index bb76e93706..d233ab560b 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
OpenPOWER on IntegriCloud