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 | 5a65713f64ae0629f9b2255d72e8f52fefa13d68 (patch) | |
tree | 4880730b1dd35ac4bc2331701d7968d39e6b9468 /bfd/coff-sparc.c | |
parent | a37b3cc06e2418058e6f3a5dee58957649938d0f (diff) | |
download | gdb-5a65713f64ae0629f9b2255d72e8f52fefa13d68.zip gdb-5a65713f64ae0629f9b2255d72e8f52fefa13d68.tar.gz gdb-5a65713f64ae0629f9b2255d72e8f52fefa13d68.tar.bz2 |
* 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 0f592de..fb12fc1 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, |