diff options
author | John Gilmore <gnu@cygnus> | 1992-11-05 13:17:38 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-11-05 13:17:38 +0000 |
commit | 990e7c22971ee8c6cf0cfa3d40c7ede9a46aecd5 (patch) | |
tree | 3d53b7c1ddf3c344e763a1cb4e470ad7a676a273 /bfd/section.c | |
parent | e87cc81623e56c9ec8860ec8e738fc309fedc848 (diff) | |
download | gdb-990e7c22971ee8c6cf0cfa3d40c7ede9a46aecd5.zip gdb-990e7c22971ee8c6cf0cfa3d40c7ede9a46aecd5.tar.gz gdb-990e7c22971ee8c6cf0cfa3d40c7ede9a46aecd5.tar.bz2 |
* bfd-in.h, bfd.c, libbfd.h, reloc.c, seclet.h, section.c,
targets.c: Rename struct bfd_seclet_struct to struct bfd_seclet.
Diffstat (limited to 'bfd/section.c')
-rw-r--r-- | bfd/section.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 ; . . |