diff options
Diffstat (limited to 'ld/ldelfgen.h')
-rw-r--r-- | ld/ldelfgen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldelfgen.h b/ld/ldelfgen.h index 7079990..93bdf29 100644 --- a/ld/ldelfgen.h +++ b/ld/ldelfgen.h @@ -20,10 +20,10 @@ struct elf_sym_strtab; struct elf_strtab_hash; -struct ctf_file; +struct ctf_dict; extern void ldelf_map_segments (bfd_boolean); extern int ldelf_emit_ctf_early (void); extern void ldelf_examine_strtab_for_ctf - (struct ctf_file *ctf_output, struct elf_sym_strtab *syms, + (struct ctf_dict *ctf_output, struct elf_sym_strtab *syms, bfd_size_type symcount, struct elf_strtab_hash *symstrtab); |