summaryrefslogtreecommitdiff
path: root/gold/readsyms.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-22 18:02:36 +0000
committerIan Lance Taylor <iant@google.com>2007-10-22 18:02:36 +0000
commitee6d2efee9fc57ed0be635dc0072bb8ba3891190 (patch)
treeefef9f6c356ce7d00856da3c027e460c136a062a /gold/readsyms.h
parent9538c15c362daed9f50bb15ead80884397673041 (diff)
Correct locking if a file could not be opened.
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_;