mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
BFD/PA: Remove ATTRIBUTE_UNUSED from `elf_hppa_info_to_howto_rel'
Remove ATTRIBUTE_UNUSED annotation from the `abfd' parameter in `elf_hppa_info_to_howto' now that commit f3185997ac09 ("PR 22875: Stop strip corrupting unknown relocs"), <https://sourceware.org/ml/binutils/2018-02/msg00445.html>, made it used. bfd/ * elf-hppa.h (elf_hppa_info_to_howto_rel): Remove ATTRIBUTE_UNUSED from `abfd'.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-03-28 Maciej W. Rozycki <macro@mips.com>
|
||||||
|
|
||||||
|
* elf-hppa.h (elf_hppa_info_to_howto_rel): Remove
|
||||||
|
ATTRIBUTE_UNUSED from `abfd'.
|
||||||
|
|
||||||
2018-03-28 Maciej W. Rozycki <macro@mips.com>
|
2018-03-28 Maciej W. Rozycki <macro@mips.com>
|
||||||
|
|
||||||
* elf-hppa.h (elf_hppa_info_to_howto_rel): Correct
|
* elf-hppa.h (elf_hppa_info_to_howto_rel): Correct
|
||||||
|
@ -1021,7 +1021,7 @@ _bfd_elf_hppa_gen_reloc_type (bfd *abfd,
|
|||||||
/* Translate from an elf into field into a howto relocation pointer. */
|
/* Translate from an elf into field into a howto relocation pointer. */
|
||||||
|
|
||||||
static bfd_boolean
|
static bfd_boolean
|
||||||
elf_hppa_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
|
elf_hppa_info_to_howto (bfd *abfd,
|
||||||
arelent *bfd_reloc,
|
arelent *bfd_reloc,
|
||||||
Elf_Internal_Rela *elf_reloc)
|
Elf_Internal_Rela *elf_reloc)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user