mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
Don't write out the symbol table when stripping.
This commit is contained in:
@ -286,6 +286,8 @@ queue_final_tasks(const General_options& options,
|
||||
}
|
||||
|
||||
// Queue a task to write out the symbol table.
|
||||
if (!options.strip_all())
|
||||
{
|
||||
final_blocker->add_blocker();
|
||||
workqueue->queue(new Write_symbols_task(symtab,
|
||||
input_objects,
|
||||
@ -293,6 +295,7 @@ queue_final_tasks(const General_options& options,
|
||||
layout->dynpool(),
|
||||
of,
|
||||
final_blocker));
|
||||
}
|
||||
|
||||
// Queue a task to write out the output sections.
|
||||
output_sections_blocker->add_blocker();
|
||||
|
Reference in New Issue
Block a user