diff options
Diffstat (limited to 'gdb/exec.h')
-rw-r--r-- | gdb/exec.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -83,12 +83,13 @@ extern void exec_set_section_address (const char *, int, CORE_ADDR); /* Remove all target sections taken from ABFD. */ -extern void remove_target_sections (bfd *abfd); +extern void remove_target_sections (void *key, bfd *abfd); /* Add the sections array defined by [SECTIONS..SECTIONS_END[ to the current set of target sections. */ -extern void add_target_sections (struct target_section *sections, +extern void add_target_sections (void *key, + struct target_section *sections, struct target_section *sections_end); /* Prints info about all sections defined in the TABLE. ABFD is |