forked from Imagelibrary/binutils-gdb
Set __ehdr_start rel_from_abs earlier
This is just a tidy, making the __ehdr_start symbol flag tweaks all in one place. * ldelf.c (ldelf_before_allocation): Don't set rel_from_abs for __ehdr_start. * ldlang.c (lang_symbol_tweaks): Set it here instead.
This commit is contained in:
@@ -1619,7 +1619,6 @@ ldelf_before_allocation (char *audit, char *depaudit,
|
||||
sizeof ehdr_start_save_u);
|
||||
ehdr_start->type = bfd_link_hash_defined;
|
||||
/* It will be converted to section-relative later. */
|
||||
ehdr_start->rel_from_abs = 1;
|
||||
ehdr_start->u.def.section = bfd_abs_section_ptr;
|
||||
ehdr_start->u.def.value = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user