From 0daa6f62c88fe4d1dd680b09e855c4b8b7811403 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 13 Feb 2008 02:44:50 +0000 Subject: Support selecting target by name. --- gold/fileread.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gold/fileread.h') diff --git a/gold/fileread.h b/gold/fileread.h index 33c1f091e1d..6a05928fb72 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_; -- cgit v1.2.1