From ee6d2efee9fc57ed0be635dc0072bb8ba3891190 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 22 Oct 2007 18:02:36 +0000 Subject: Correct locking if a file could not be opened. --- gold/readsyms.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gold/readsyms.h') 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_; -- cgit v1.2.3