This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 1/6] [ARC] Refactored location where GOT information is collected.
Hi,
> bfd/
> 2018-03-01 Cupertino Miranda <cmiranda@synopsys.com>
>
> * arc-got.h (get_got_entry_list_for_symbol): Changed.
> * ef32-arc.c (struct elf_arc_link_hash_entry): Moved and
> changed.
> (elf_arc_link_hash_newfunc): Changed.
> (arc_elf_link_hash_table_create): Removed old initializations.
> (elf_arc_relocate_section, elf_arc_finish_dynamic_symbol):
> Changed.
> ---
> bfd/arc-got.h | 6 +++--
> bfd/elf32-arc.c | 77 +++++++++++++++++++++++++++++++--------------
> ------------
> 2 files changed, 46 insertions(+), 37 deletions(-)
>
Looks good. Please apply,
Claudiu