2012-02-29 Cary Coutant <ccoutant@google.com>
+ * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
+
+2012-02-29 Cary Coutant <ccoutant@google.com>
+
* dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
Call Object::decompressed_section_contents.
* dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
return false;
}
+#ifdef ENABLE_THREADS
+
// Return TRUE if this is a section whose contents will be needed in the
// Add_symbols task.
return false;
}
+#endif
+
// Build a table for any compressed debug sections, mapping each section index
// to the uncompressed size and (if needed) the decompressed contents.