aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
-rw-r--r--bfd/coff-arm.c6
2 files changed, 3 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d7bb925..6c84616 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c
index 8fa712d..f9d12b0 100644
--- a/bfd/coff-arm.c
+++ b/bfd/coff-arm.c
@@ -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