From 990e7c22971ee8c6cf0cfa3d40c7ede9a46aecd5 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 5 Nov 1992 13:17:38 +0000 Subject: * bfd-in.h, bfd.c, libbfd.h, reloc.c, seclet.h, section.c, targets.c: Rename struct bfd_seclet_struct to struct bfd_seclet. --- bfd/section.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/section.c') diff --git a/bfd/section.c b/bfd/section.c index 0e5e304..a5b5164 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -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 ; . . -- cgit v1.1