]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gold/fileread.h
* fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
authorCary Coutant <ccoutant@google.com>
Wed, 10 Mar 2010 17:37:11 +0000 (17:37 +0000)
committerCary Coutant <ccoutant@google.com>
Wed, 10 Mar 2010 17:37:11 +0000 (17:37 +0000)
commita2a5469e7999a8e4e713e11bfd191c11a422e1e8
tree92315f4087cfe181e318353ff45b1eb1409c3959
parent8861f32bfe734089329baf93a95f74ccc75dff44
* fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
(File_read::open[1]): Remove initial mapping of whole_file_view_.
(File_read::open[2]): Add whole_file_view_ to list of views.
(File_read::make_view): Remove test of whole_file_view_.
(File_read::find_or_make_view): Create whole_file_view_ if
necessary.
(File_read::clear_views): Replace bool parameter with enum;
adjust all callers.  Don't delete views with permanent data;
do delete cached views and views from archives if
--no-keep-files-mapped is set.  Set whole_file_view_ to NULL
if clearing the corresponding view.
* fileread.h (File_read::Clear_views_mode): New enum.
(File_read::View::is_permanent_view): New method.
(File_read::clear_views): Replace bool parameter
with enum; adjust all callers.
* options.h (General_options): Change keep_files_mapped option;
add map_whole_files.
* readsyms.cc (Add_symbols::run): Delete sd_ object before
releasing the file.
* reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
the file.
gold/ChangeLog
gold/fileread.cc
gold/fileread.h
gold/options.h
gold/readsyms.cc
gold/reloc.cc