aboutsummaryrefslogtreecommitdiff
path: root/include/bfd.h
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-06-22 16:07:35 +0000
committerSteve Chamberlain <sac@cygnus>1992-06-22 16:07:35 +0000
commit303376a32c25a52d3eaa41d46689b05e68a971bf (patch)
tree4b7d623c48e56c5d1a19c229d029129be77e79c0 /include/bfd.h
parent800aef7c5c9537c931b5c75e7d6d9e5e7c468d0b (diff)
downloadgdb-303376a32c25a52d3eaa41d46689b05e68a971bf.zip
gdb-303376a32c25a52d3eaa41d46689b05e68a971bf.tar.gz
gdb-303376a32c25a52d3eaa41d46689b05e68a971bf.tar.bz2
Lint Updates
Diffstat (limited to 'include/bfd.h')
-rw-r--r--include/bfd.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/bfd.h b/include/bfd.h
index d3fece7..c2e378b 100644
--- a/include/bfd.h
+++ b/include/bfd.h
@@ -650,7 +650,6 @@ enum bfd_architecture
bfd_arch_hppa, /* HP PA RISC */
bfd_arch_last
};
-typedef int bfd_reloc_code_type;
typedef struct bfd_arch_info
{
@@ -913,7 +912,7 @@ typedef enum bfd_reloc_code_real
BFD_RELOC_UNUSED
} bfd_reloc_code_real_type;
CONST struct reloc_howto_struct *
-EXFUN(bfd_reloc_type_lookup , (bfd *abfd, bfd_reloc_code_type code));
+EXFUN(bfd_reloc_type_lookup , (bfd *abfd, bfd_reloc_code_real_type code));
typedef struct symbol_cache_entry
{
/* A pointer to the BFD which owns the symbol. This information
@@ -1149,8 +1148,6 @@ struct _bfd
struct elf_obj_tdata *elf_obj_data;
struct bout_data_struct *bout_data;
struct sun_core_struct *sun_core_data;
- struct hppa_data_struct *hppa_data;
- struct hppa_core_struct *hppa_core_data;
struct trad_core_struct *trad_core_data;
PTR any;
} tdata;
@@ -1390,7 +1387,7 @@ typedef struct bfd_target
/* See documentation on reloc types. */
SDEF (CONST struct reloc_howto_struct *,
reloc_type_lookup,
- (bfd *abfd, bfd_reloc_code_type code));
+ (bfd *abfd, bfd_reloc_code_real_type code));
/* Complete and utter crock, currently used for the assembler
when creating COFF files. */