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, 3 insertions, 0 deletions
diff --git a/gold/fileread.h b/gold/fileread.h
index 02c7a64..08a4583 100644
--- a/gold/fileread.h
+++ b/gold/fileread.h
@@ -493,6 +493,9 @@ class Input_file
is_in_sysroot_(false), format_(FORMAT_NONE)
{ }
+ // Create an input file given just a filename.
+ Input_file(const char* name);
+
// Create an input file with the contents already provided. This is
// only used for testing. With this path, don't call the open
// method.