aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-26 11:46:04 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-26 11:46:04 +0000
commit24a35864abc1f856aafd797360b3e5390ed30f32 (patch)
tree66d427dfd91743eb910b9051c0d717b94a0dc346 /bfd/elf.c
parent9d654c1ca47d5af9e77e4b554d8438ca9c76e316 (diff)
downloadgdb-24a35864abc1f856aafd797360b3e5390ed30f32.zip
gdb-24a35864abc1f856aafd797360b3e5390ed30f32.tar.gz
gdb-24a35864abc1f856aafd797360b3e5390ed30f32.tar.bz2
* oasys.c: Add missing prototypes.
* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Add unused attribute for parameter. * elf.c (_bfd_elf_reloc_type_class): Likewise. * versados.c (get_4): Make static. (get_10): Make static. Add missing prototypes. (process_esd): Fix call to versados_new_symbol.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 0ac2cec..f8cc2ee 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -6063,7 +6063,7 @@ _bfd_elf_fprintf_vma (abfd, stream, value)
enum elf_reloc_type_class
_bfd_elf_reloc_type_class (type)
- int type;
+ int type ATTRIBUTE_UNUSED;
{
return reloc_class_normal;
}