diff options
Diffstat (limited to 'gold/gold.cc')
-rw-r--r-- | gold/gold.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/gold.cc b/gold/gold.cc index ab15980..e345887 100644 --- a/gold/gold.cc +++ b/gold/gold.cc @@ -492,6 +492,9 @@ queue_middle_tasks(const General_options& options, if (timer != NULL) timer->stamp(0); + // Finalize the .eh_frame section. + layout->finalize_eh_frame_section(); + // Add any symbols named with -u options to the symbol table. symtab->add_undefined_symbols_from_command_line(layout); |