mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 10:12:21 +08:00
* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user