diff options
author | Ian Lance Taylor <iant@google.com> | 2008-02-13 02:44:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-02-13 02:44:50 +0000 |
commit | 0daa6f62c88fe4d1dd680b09e855c4b8b7811403 (patch) | |
tree | f1d3948b1a9e9c87fa20dbac6b2437bcd81a3bf0 /gold/fileread.h | |
parent | caa9d5d9191af934ff7949fea080d72524c92cfa (diff) | |
download | gdb-0daa6f62c88fe4d1dd680b09e855c4b8b7811403.zip gdb-0daa6f62c88fe4d1dd680b09e855c4b8b7811403.tar.gz gdb-0daa6f62c88fe4d1dd680b09e855c4b8b7811403.tar.bz2 |
Support selecting target by name.
Diffstat (limited to 'gold/fileread.h')
-rw-r--r-- | gold/fileread.h | 3 |
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_; |