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/elf32-i960.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/elf32-i960.c')
-rw-r--r-- | bfd/elf32-i960.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/elf32-i960.c b/bfd/elf32-i960.c index 2cab7c0..fcaea20 100644 --- a/bfd/elf32-i960.c +++ b/bfd/elf32-i960.c @@ -1,5 +1,5 @@ /* Intel 860 specific support for 32-bit ELF - Copyright 1999, 2000 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -27,6 +27,10 @@ static bfd_reloc_status_type elf32_i960_relocate PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); static reloc_howto_type *elf32_i960_reloc_type_lookup PARAMS ((bfd *, bfd_reloc_code_real_type)); +static void elf32_i960_info_to_howto + PARAMS ((bfd *, arelent *cache_ptr, Elf32_Internal_Rela *)); +static void elf32_i960_info_to_howto_rel + PARAMS ((bfd *, arelent *, Elf32_Internal_Rel *)); #define USE_REL 1 |