aboutsummaryrefslogtreecommitdiff
path: root/gold/fileread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/fileread.h')
-rw-r--r--gold/fileread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/fileread.h b/gold/fileread.h
index 33c1f09..6a05928 100644
--- a/gold/fileread.h
+++ b/gold/fileread.h
@@ -428,7 +428,8 @@ class Input_file
// Open a binary file.
bool
- open_binary(const Task* task, const std::string& name);
+ open_binary(const General_options&, const Task* task,
+ const std::string& name);
// The argument from the command line.
const Input_file_argument* input_argument_;