diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-21 08:40:23 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-21 08:40:23 +0000 |
commit | 947f1840b778733adfd4e8756166b1d61fa933ff (patch) | |
tree | d106f86763dcc0bc1a0298402bc6e97b46d2a658 /bfd/coff-sparc.c | |
parent | ebb33d6941fc00971c42b9e4b71e2d7c3f2761bd (diff) | |
download | gdb-947f1840b778733adfd4e8756166b1d61fa933ff.tar.gz |
* coff-sparc.c: Add missing prototypes.
* elf32-s390.c: Likewise.
* elf32-i960.c: Likewise.
* aout-target.h: Likewise.
Diffstat (limited to 'bfd/coff-sparc.c')
-rw-r--r-- | bfd/coff-sparc.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/coff-sparc.c b/bfd/coff-sparc.c index 0f592def5ad..fb12fc150f3 100644 --- a/bfd/coff-sparc.c +++ b/bfd/coff-sparc.c @@ -1,5 +1,5 @@ /* BFD back-end for Sparc COFF files. - Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000 + Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Inc. Written by Cygnus Support. @@ -33,6 +33,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* The page size is a guess based on ELF. */ #define COFF_PAGE_SIZE 0x10000 + +static reloc_howto_type *coff_sparc_reloc_type_lookup + PARAMS ((bfd *, bfd_reloc_code_real_type)); +static void rtype2howto PARAMS ((arelent *, struct internal_reloc *)); + enum reloc_type { R_SPARC_NONE = 0, |