* 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.
This commit is contained in:
Andreas Jaeger
2001-08-26 11:46:04 +00:00
parent 9d654c1ca4
commit 24a35864ab
5 changed files with 62 additions and 8 deletions

View File

@@ -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;
}