From 3860075f3f22d7add76eee4caa85b051e7913d10 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 22 Jun 1992 15:42:38 +0000 Subject: Fri Jun 19 20:23:21 1992 Steve Chamberlain (sac@thepub.cygnus.com) Lints for bfd_reloc_code_type->bfd_reloc_code_real_type, and correct calling of howto special functions and fixes from Raeburn for gas<>bfdness * archures.c: nuke bfd_reloc_code_type * bout.c, cpu-h8300.c, coff-i960.c, coff-m88k.c: special function lint * coffcode.h (styp_to_sec_flags): STYP_INFO is marked as SEC_NEVER_LOAD, various other bfdgas newness * reloc.c->libbfd.h: change protype of bfd_default_reloc_type_lookup * targets.c: change jump table vector to above --- bfd/libbfd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bfd/libbfd.h') diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 1f3de87..be1622e 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -212,7 +212,7 @@ void EXFUN(bfd_constructor_entry, (bfd *abfd, CONST char*type)); CONST struct reloc_howto_struct *EXFUN(bfd_default_reloc_type_lookup , (CONST struct bfd_arch_info *, - bfd_reloc_code_type code)); + bfd_reloc_code_real_type code)); boolean EXFUN(bfd_generic_relax_section , (bfd *abfd, asection *section, @@ -233,4 +233,3 @@ CONST bfd_arch_info_type *EXFUN(bfd_default_compatible , (CONST bfd_arch_info_type *a, CONST bfd_arch_info_type *b)); boolean EXFUN(bfd_default_scan, (CONST struct bfd_arch_info *, CONST char *)); -struct elf_internal_shdr *EXFUN(bfd_elf_find_section , (bfd *abfd, char *name)); -- cgit v1.1