diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-22 18:02:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-22 18:02:36 +0000 |
commit | ee6d2efee9fc57ed0be635dc0072bb8ba3891190 (patch) | |
tree | efef9f6c356ce7d00856da3c027e460c136a062a /gold/readsyms.h | |
parent | 9538c15c362daed9f50bb15ead80884397673041 (diff) | |
download | gdb-ee6d2efee9fc57ed0be635dc0072bb8ba3891190.zip gdb-ee6d2efee9fc57ed0be635dc0072bb8ba3891190.tar.gz gdb-ee6d2efee9fc57ed0be635dc0072bb8ba3891190.tar.bz2 |
Correct locking if a file could not be opened.
Diffstat (limited to 'gold/readsyms.h')
-rw-r--r-- | gold/readsyms.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/readsyms.h b/gold/readsyms.h index ae0d009..d884463 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_; |