aboutsummaryrefslogtreecommitdiff
path: root/gold/script.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-03-13 21:30:06 +0000
committerIan Lance Taylor <ian@airs.com>2009-03-13 21:30:06 +0000
commitf1ed28fb810fb8c43821bd18a94826e56973c235 (patch)
treebfd1c393f5e10958b0552e54bef19984d7440158 /gold/script.h
parent9ee6bb930d0c1e44c3970965e0c981fa4c06dd8b (diff)
downloadfsf-binutils-gdb-f1ed28fb810fb8c43821bd18a94826e56973c235.zip
fsf-binutils-gdb-f1ed28fb810fb8c43821bd18a94826e56973c235.tar.gz
fsf-binutils-gdb-f1ed28fb810fb8c43821bd18a94826e56973c235.tar.bz2
* 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.
Diffstat (limited to 'gold/script.h')
-rw-r--r--gold/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/script.h b/gold/script.h
index 6d65989..b141f6e 100644
--- a/gold/script.h
+++ b/gold/script.h
@@ -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);