mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* fileread.cc (Input_file::open): Remove options parameter.
Change all callers. (Input_file::open_binary): Likewise. * script.cc (read_input_script): Likewise. * readsyms.h (class Read_symbols): Remove options_ field. Remove options parameter from constructor. Change all callers. (class Read_script): Likewise. * fileread.h (class Input_file): Update declarations. * script.h (read_input_script): Update declaration.
This commit is contained in:
@@ -389,8 +389,8 @@ class Script_options
|
||||
// whether the function took over NEXT_BLOCKER.
|
||||
|
||||
bool
|
||||
read_input_script(Workqueue*, const General_options&, Symbol_table*, Layout*,
|
||||
Dirsearch*, Input_objects*, Mapfile*, Input_group*,
|
||||
read_input_script(Workqueue*, Symbol_table*, Layout*, Dirsearch*,
|
||||
Input_objects*, Mapfile*, Input_group*,
|
||||
const Input_argument*, Input_file*,
|
||||
Task_token* next_blocker, bool* used_next_blocker);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user