diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2017-06-06 00:33:20 -0700 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2017-06-06 00:33:20 -0700 |
commit | 458ad2b83ecf4d764703767bccf19723ca741f00 (patch) | |
tree | d33327d4255679326927da35692191b7c10bf60f /bfd/ChangeLog | |
parent | fbebaf4a56dd03251bc2e12fa6834d90555aa82a (diff) | |
download | gdb-458ad2b83ecf4d764703767bccf19723ca741f00.zip gdb-458ad2b83ecf4d764703767bccf19723ca741f00.tar.gz gdb-458ad2b83ecf4d764703767bccf19723ca741f00.tar.bz2 |
bfd: remove unused local variables in elf32-score, elf32-score7 and elfxx-mips
bfd/ChangeLog:
2017-06-06 Jose E. Marchesi <jose.marchesi@oracle.com>
* elfxx-mips.c (_bfd_mips_elf_relocate_section): Remove unused
variable `bed'.
* elf32-score.c (score_elf_final_link_relocate): Likewise.
(s3_bfd_score_elf_check_relocs): Likewise.
* elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
(score_elf_final_link_relocate): Likewise.
(s7_bfd_score_elf_check_relocs): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 80bac36..7dfc62f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ 2017-06-06 Jose E. Marchesi <jose.marchesi@oracle.com> + * elfxx-mips.c (_bfd_mips_elf_relocate_section): Remove unused + variable `bed'. + * elf32-score.c (score_elf_final_link_relocate): Likewise. + (s3_bfd_score_elf_check_relocs): Likewise. + * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise. + (score_elf_final_link_relocate): Likewise. + (s7_bfd_score_elf_check_relocs): Likewise. + +2017-06-06 Jose E. Marchesi <jose.marchesi@oracle.com> + * elflink.c (init_reloc_cookie_rels): Remove unused variable `bed'. |