summaryrefslogtreecommitdiff
path: root/gold/readsyms.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/readsyms.h')
-rw-r--r--gold/readsyms.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/readsyms.h b/gold/readsyms.h
index ae0d009487..d88446309d 100644
--- a/gold/readsyms.h
+++ b/gold/readsyms.h
@@ -82,6 +82,10 @@ class Read_symbols : public Task
void
do_group(Workqueue*);
+ // Open and identify the file.
+ bool
+ do_read_symbols(Workqueue*);
+
const General_options& options_;
Input_objects* input_objects_;
Symbol_table* symtab_;