diff options
Diffstat (limited to 'gdb/dwarf2/index-write.h')
-rw-r--r-- | gdb/dwarf2/index-write.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/index-write.h b/gdb/dwarf2/index-write.h index 0fbae38..b8855dc 100644 --- a/gdb/dwarf2/index-write.h +++ b/gdb/dwarf2/index-write.h @@ -32,7 +32,7 @@ derived from INDEX_KIND is added to this base name. DWZ_BASENAME is the same, but for the dwz file's index. */ -extern void write_psymtabs_to_index +extern void write_dwarf_index (dwarf2_per_objfile *per_objfile, const char *dir, const char *basename, const char *dwz_basename, dw_index_kind index_kind); |