summaryrefslogtreecommitdiff
path: root/bfd/coff-i860.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-25 09:49:44 +0000
committerNick Clifton <nickc@redhat.com>2001-08-25 09:49:44 +0000
commit82504c82c4f5e3fe9cfd94013d6c7df7e1e0a8eb (patch)
tree579d4e78f28d4f2a2155fe62037d51f924a2f533 /bfd/coff-i860.c
parent3d2875d431e743cf52cfc51f73434d4dd465804a (diff)
downloadbinutils-redhat-82504c82c4f5e3fe9cfd94013d6c7df7e1e0a8eb.tar.gz
Add missing prototypes
Diffstat (limited to 'bfd/coff-i860.c')
-rw-r--r--bfd/coff-i860.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/coff-i860.c b/bfd/coff-i860.c
index 74c23de1ba..2bba55da9b 100644
--- a/bfd/coff-i860.c
+++ b/bfd/coff-i860.c
@@ -1,5 +1,5 @@
/* BFD back-end for Intel 860 COFF files.
- Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001
Free Software Foundation, Inc.
Created mostly by substituting "860" for "386" in coff-i386.c
Harry Dolan <dolan@ssd.intel.com>, October 1995
@@ -36,6 +36,7 @@ static reloc_howto_type *coff_i860_rtype_to_howto
PARAMS ((bfd *, asection *, struct internal_reloc *,
struct coff_link_hash_entry *, struct internal_syment *,
bfd_vma *));
+static const bfd_target * i3coff_object_p PARAMS ((bfd *));
#define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (2)
/* The page size is a guess based on ELF. */
@@ -342,7 +343,7 @@ coff_i860_rtype_to_howto (abfd, sec, rel, h, sym, addendp)
with and without this section bypassed and then do a binary comparison,
the addresses which are different can be looked up in the map. The
case in which this section has been bypassed has addresses which correspond
- to values I can find in the map */
+ to values I can find in the map. */
*addendp -= sym->n_value;
}
@@ -363,7 +364,7 @@ static const bfd_target *
i3coff_object_p(a)
bfd *a;
{
- return coff_object_p(a);
+ return coff_object_p (a);
}
const bfd_target