* cofflink.c (_bfd_coff_generic_relocate_section): Remove unused
authorIan Lance Taylor <ian@airs.com>
Mon, 10 Jul 1995 18:16:25 +0000 (18:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 10 Jul 1995 18:16:25 +0000 (18:16 +0000)
local i.
* coff-arm.c (coff_arm_rtype_to_howto): Don't declare.

bfd/ChangeLog
bfd/coff-arm.c

index d7bb925398ae8336602ae573c840b3f14abe6543..6c84616d690eb7ecb6232d209d17b96c61b28c80 100644 (file)
@@ -7,6 +7,9 @@ Mon Jul 10 11:09:58 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * coff-i960.c (coff_i960_relocate): Correct typo: use ! on strcmp,
        not on string.
+       * cofflink.c (_bfd_coff_generic_relocate_section): Remove unused
+       local i.
+       * coff-arm.c (coff_arm_rtype_to_howto): Don't declare.
 
        * aoutx.h (NAME(aout,link_hash_table_create)): Allocate hash table
        using bfd_alloc, not malloc.
index 8fa712d525161602cc3566d6de80bca15815ab18..f9d12b096d55b4fcd65bd456459183aa63d86a76 100644 (file)
@@ -373,12 +373,6 @@ arm_reloc_type_lookup(abfd,code)
 
 #define coff_bfd_reloc_type_lookup arm_reloc_type_lookup
 
-static reloc_howto_type *coff_arm_rtype_to_howto
-  PARAMS ((bfd *, asection *, struct internal_reloc *,
-          struct coff_link_hash_entry *, struct internal_syment *,
-
-          bfd_vma *));
-
 #define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (2)
 /* The page size is a guess based on ELF.  */
 #define COFF_PAGE_SIZE 0x1000
This page took 0.028403 seconds and 4 git commands to generate.