Remove clear_section_table
The call to clear_section_table in ~program_space is now clearly not needed -- the section table will clear itself. This patch removes this call and then inlines the one remaining call to clear_section_table. gdb/ChangeLog 2020-10-12 Tom Tromey <tom@tromey.com> * progspace.c (program_space::~program_space): Don't call clear_section_table. * exec.h (clear_section_table): Don't declare. * exec.c (exec_target::close): Update. (clear_section_table): Remove.
This commit is contained in:
parent
91840ee38a
commit
eda214cec1
4 changed files with 9 additions and 14 deletions
|
@ -38,10 +38,6 @@ struct objfile;
|
|||
|
||||
extern target_section_table build_section_table (struct bfd *);
|
||||
|
||||
/* Remove all entries from TABLE. */
|
||||
|
||||
extern void clear_section_table (struct target_section_table *table);
|
||||
|
||||
/* The current inferior is a child vforked and its program space is
|
||||
shared with its parent. This pushes the exec target on the
|
||||
current/child inferior's target stack if there are sections in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue