aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exec.h')
-rw-r--r--gdb/exec.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/exec.h b/gdb/exec.h
index d5b3cff..3aa2485 100644
--- a/gdb/exec.h
+++ b/gdb/exec.h
@@ -92,12 +92,6 @@ extern enum target_xfer_status
/* Set the loaded address of a section. */
extern void exec_set_section_address (const char *, int, CORE_ADDR);
-/* Add the sections array defined by [SECTIONS..SECTIONS_END[ to the
- current set of target sections. */
-
-extern void add_target_sections (void *owner,
- const target_section_table &sections);
-
/* Add the sections of OBJFILE to the current set of target sections.
* OBJFILE owns the new target sections. */