Cleanup bfd_close() cleanups.
[deliverable/binutils-gdb.git] / gdb / target.h
index a7dfe2bcb0f24fdca0f96e01c9612e22daa98642..ea819c0d9a83c25cf3d3caabf89b2ab6a724f3fd 100644 (file)
@@ -1337,10 +1337,6 @@ extern int default_memory_remove_breakpoint PARAMS ((CORE_ADDR, char *));
 extern int default_memory_insert_breakpoint PARAMS ((CORE_ADDR, char *));
 
 extern breakpoint_from_pc_fn memory_breakpoint_from_pc;
-#ifndef BREAKPOINT_FROM_PC
-#define BREAKPOINT_FROM_PC(pcptr, lenptr) \
-     memory_breakpoint_from_pc (pcptr, lenptr)
-#endif
 
 
 /* From target.c */
@@ -1377,6 +1373,9 @@ find_target_beneath PARAMS ((struct target_ops *));
 
 extern int
 target_resize_to_sections PARAMS ((struct target_ops *target, int num_added));
+
+extern void remove_target_sections (bfd *abfd);
+
 \f
 /* Stuff that should be shared among the various remote targets.  */
 
This page took 0.027728 seconds and 4 git commands to generate.