aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-hppa.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2018-03-28 22:42:17 +0100
committerMaciej W. Rozycki <macro@mips.com>2018-03-28 22:42:17 +0100
commit8b6a949ae55d3adbade84af4e11415d764647fc9 (patch)
tree7915680af3b8ba3121dc0d9cd1184539dcdbf4ce /bfd/elf-hppa.h
parentd81270c36986a4e470b0017bad5f415a2f916616 (diff)
downloadgdb-8b6a949ae55d3adbade84af4e11415d764647fc9.zip
gdb-8b6a949ae55d3adbade84af4e11415d764647fc9.tar.gz
gdb-8b6a949ae55d3adbade84af4e11415d764647fc9.tar.bz2
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'.
Diffstat (limited to 'bfd/elf-hppa.h')
-rw-r--r--bfd/elf-hppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h
index a498c59..59c0c4f 100644
--- a/bfd/elf-hppa.h
+++ b/bfd/elf-hppa.h
@@ -1021,7 +1021,7 @@ _bfd_elf_hppa_gen_reloc_type (bfd *abfd,
/* Translate from an elf into field into a howto relocation pointer. */
static bfd_boolean
-elf_hppa_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
+elf_hppa_info_to_howto (bfd *abfd,
arelent *bfd_reloc,
Elf_Internal_Rela *elf_reloc)
{