aboutsummaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
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/dbxread.c
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/dbxread.c')
-rw-r--r--gdb/dbxread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index 4e189a7..f9ee007 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -2004,7 +2004,7 @@ dbx_end_psymtab (struct objfile *objfile, legacy_psymtab *pst,
/* End of kludge for patching Solaris textlow and texthigh. */
- end_psymtab_common (objfile, pst);
+ end_psymtab_common (pst);
pst->number_of_dependencies = number_dependencies;
if (number_dependencies)