aboutsummaryrefslogtreecommitdiff
path: root/gold/fileread.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-13 02:44:50 +0000
committerIan Lance Taylor <iant@google.com>2008-02-13 02:44:50 +0000
commit0daa6f62c88fe4d1dd680b09e855c4b8b7811403 (patch)
treef1d3948b1a9e9c87fa20dbac6b2437bcd81a3bf0 /gold/fileread.h
parentcaa9d5d9191af934ff7949fea080d72524c92cfa (diff)
downloadfsf-binutils-gdb-0daa6f62c88fe4d1dd680b09e855c4b8b7811403.zip
fsf-binutils-gdb-0daa6f62c88fe4d1dd680b09e855c4b8b7811403.tar.gz
fsf-binutils-gdb-0daa6f62c88fe4d1dd680b09e855c4b8b7811403.tar.bz2
Support selecting target by name.
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_;