* ldlang.c (lang_size_sections): No longer static (PA ELF calls

it via hppaelf_finish).  Prototype moved into ldlang.h.
        (lang_process): Move problematic extra call to lang_size_sections
        into the PA ELF specific code.
        * emultempl/hppaelf.em (hppaelf_finish): Extra call to
        lang_size_sections moved here.
This commit is contained in:
Jeff Law
1994-02-25 18:51:35 +00:00
parent 25354cef30
commit a62494c41b
3 changed files with 17 additions and 18 deletions

View File

@ -153,6 +153,11 @@ hppaelf_finish()
/* they are no longer valid */
hppaelf_search_for_padding_statements(stat_ptr->head,&(stat_ptr->head));
}
/* Size up the sections again. */
lang_size_sections (stat_ptr->head,
abs_output_section,
&(stat_ptr->head), 0, (bfd_vma) 0, false);
}
static void