This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] sparc: Fix objdump --dynamic-reloc for SPARC 64-bit to show symbol names.
- From: jose dot marchesi at oracle dot com (Jose E. Marchesi)
- To: Sheldon Lobo <sheldon dot lobo at oracle dot com>
- Cc: binutils at sourceware dot org
- Date: Tue, 07 Feb 2017 15:12:08 +0100
- Subject: Re: [PATCH] sparc: Fix objdump --dynamic-reloc for SPARC 64-bit to show symbol names.
- Authentication-results: sourceware.org; auth=none
- References: <1486436905-490165-1-git-send-email-sheldon.lobo@oracle.com>
bfd/ChangeLog:
2017-02-06 Sheldon Lobo <sheldon.lobo@oracle.com>
Fix sparc64 dynamic relocation processing to use the dynamic
symbol count.
* elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Use 'dynamic'
to determine if bfd_get_symcount() or bfd_get_dynamic_symcount()
should be used.
Approved - I just pushed the patch for you.
Thanks!