aboutsummaryrefslogtreecommitdiff
path: root/gdb/psympriv.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-11-01 09:51:13 -0700
committerTom Tromey <tom@tromey.com>2020-11-01 09:51:14 -0700
commit089002bba03cf3f546dd63f98e763254ae04d7c1 (patch)
treeff2450850309dba7c5282bc389e8619f117801fe /gdb/psympriv.h
parent525454d654a88a40148e8d3558c69179def61fbf (diff)
downloadgdb-089002bba03cf3f546dd63f98e763254ae04d7c1.zip
gdb-089002bba03cf3f546dd63f98e763254ae04d7c1.tar.gz
gdb-089002bba03cf3f546dd63f98e763254ae04d7c1.tar.bz2
Remove parameter from end_psymtab_common
The objfile parameter to end_psymtab_common is no longer needed, so this removes it. gdb/ChangeLog 2020-11-01 Tom Tromey <tom@tromey.com> * dbxread.c (dbx_end_psymtab): Update. * dwarf2/read.c (process_psymtab_comp_unit_reader): Update. (build_type_psymtabs_reader): Update. * xcoffread.c (xcoff_end_psymtab): Update. * ctfread.c (scan_partial_symbols): Update. * psympriv.h (end_psymtab_common): Update. * psymtab.c (end_psymtab_common): Remove objfile parameter. (sort_pst_symbols): Likewise.
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r--gdb/psympriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h
index 73077eb..53dfb1b 100644
--- a/gdb/psympriv.h
+++ b/gdb/psympriv.h
@@ -436,7 +436,7 @@ struct legacy_psymtab : public standard_psymtab
void *read_symtab_private = nullptr;
};
-extern void end_psymtab_common (struct objfile *, struct partial_symtab *);
+extern void end_psymtab_common (struct partial_symtab *);
/* Used when recording partial symbol tables. On destruction,
discards any partial symbol tables that have been built. However,