* cofflink.c (_bfd_coff_generic_relocate_section): Remove unused
local i. * coff-arm.c (coff_arm_rtype_to_howto): Don't declare.
This commit is contained in:
parent
921fc2819c
commit
56fd39e800
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user