From 26736d8ec174d5de8d1699ed7b482282d587c270 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 24 Mar 2009 18:04:26 +0000 Subject: * 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. --- gold/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gold/ChangeLog') 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 + + * 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 * target-select.cc (instantiate_target): Don't acquire the lock if -- cgit v1.1