diff options
author | Alan Modra <amodra@gmail.com> | 2004-11-19 11:58:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-11-19 11:58:02 +0000 |
commit | de52dba4abb83cdac3aae1ecdaa2c5c176b168f6 (patch) | |
tree | b2b562c582ffe666fb20fc374513dfe3531ab7e1 /bfd/elf32-iq2000.c | |
parent | 9cd6d51a560c784509b87b6d5bca7470b43dd9bc (diff) | |
download | gdb-de52dba4abb83cdac3aae1ecdaa2c5c176b168f6.zip gdb-de52dba4abb83cdac3aae1ecdaa2c5c176b168f6.tar.gz gdb-de52dba4abb83cdac3aae1ecdaa2c5c176b168f6.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/elf32-iq2000.c')
-rw-r--r-- | bfd/elf32-iq2000.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 |