mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-12 14:37:43 +00:00
Don't create the postprocessing buffer if it already exists.
This commit is contained in:
parent
aacd03c3bb
commit
1bedcac52a
@ -1845,7 +1845,9 @@ void
|
||||
Output_section::create_postprocessing_buffer()
|
||||
{
|
||||
gold_assert(this->requires_postprocessing());
|
||||
gold_assert(this->postprocessing_buffer_ == NULL);
|
||||
|
||||
if (this->postprocessing_buffer_ != NULL)
|
||||
return;
|
||||
|
||||
if (!this->input_sections_.empty())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user