mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
* object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2012-02-29 Cary Coutant <ccoutant@google.com>
|
||||||
|
|
||||||
* dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
|
* dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
|
||||||
|
@ -550,6 +550,8 @@ Sized_relobj_file<size, big_endian>::find_eh_frame(
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef ENABLE_THREADS
|
||||||
|
|
||||||
// Return TRUE if this is a section whose contents will be needed in the
|
// Return TRUE if this is a section whose contents will be needed in the
|
||||||
// Add_symbols task.
|
// Add_symbols task.
|
||||||
|
|
||||||
@ -564,6 +566,8 @@ need_decompressed_section(const char* name)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// Build a table for any compressed debug sections, mapping each section index
|
// Build a table for any compressed debug sections, mapping each section index
|
||||||
// to the uncompressed size and (if needed) the decompressed contents.
|
// to the uncompressed size and (if needed) the decompressed contents.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user