From de52dba4abb83cdac3aae1ecdaa2c5c176b168f6 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 19 Nov 2004 11:58:02 +0000 Subject: * elf32-arm.c (elf32_arm_finish_dynamic_sections): Warning fix. * elf32-iq2000.c (iq2000_reloc_type_lookup): C90 function decl. * nlmcode.h (nlm_write_object_contents): Warning fix. --- bfd/elf32-iq2000.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bfd/elf32-iq2000.c') diff --git a/bfd/elf32-iq2000.c b/bfd/elf32-iq2000.c index 5dc781d..5bc51aa 100644 --- a/bfd/elf32-iq2000.c +++ b/bfd/elf32-iq2000.c @@ -330,9 +330,8 @@ iq2000_elf_relocate_hi16 (bfd *input_bfd, } static reloc_howto_type * -iq2000_reloc_type_lookup (abfd, code) - bfd * abfd ATTRIBUTE_UNUSED; - bfd_reloc_code_real_type code; +iq2000_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED, + bfd_reloc_code_real_type code) { /* Note that the iq2000_elf_howto_table is indxed by the R_ constants. Thus, the order that the howto records appear in the -- cgit v1.1