* bfd-in.h, bfd.c, libbfd.h, reloc.c, seclet.h, section.c,

targets.c: Rename struct bfd_seclet_struct to struct bfd_seclet.
This commit is contained in:
John Gilmore
1992-11-05 13:17:38 +00:00
parent e87cc81623
commit 990e7c2297
4 changed files with 26 additions and 12 deletions

View File

@@ -340,8 +340,8 @@ CODE_FRAGMENT
. {* A symbol which points at this section only *}
. struct symbol_cache_entry *symbol;
. struct symbol_cache_entry **symbol_ptr_ptr;
. struct bfd_seclet_struct *seclets_head;
. struct bfd_seclet_struct *seclets_tail;
. struct bfd_seclet *seclets_head;
. struct bfd_seclet *seclets_tail;
.} asection ;
.
.