]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gold/output.cc
gold/
authorCary Coutant <ccoutant@google.com>
Wed, 6 Jun 2012 22:12:47 +0000 (22:12 +0000)
committerCary Coutant <ccoutant@google.com>
Wed, 6 Jun 2012 22:12:47 +0000 (22:12 +0000)
commit7c0640fa36c37d0e17b1db3ab9b1c66792f8a5fb
tree2bad952e9bfe9eda450d7e2082215e2c62fd5c5a
parent8fe6640e153236e68f3531b8d8151be2f8c61193
gold/
* configure.ac: Add check for fallocate.
* configure: Regenerate.
* config.in: Regenerate.

* options.h (class General_options): Add --mmap-output-file and
--posix-fallocate options.
* output.cc: (posix_fallocate): Remove; replace with...
(gold_fallocate): New function.
(Output_file::map_no_anonymous): Call gold_fallocate.
(Output_file::map): Check --mmap-output-file option.
gold/ChangeLog
gold/config.in
gold/configure
gold/configure.ac
gold/options.h
gold/output.cc