aboutsummaryrefslogtreecommitdiff
path: root/gdb/bfd-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/bfd-target.h')
-rw-r--r--gdb/bfd-target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/bfd-target.h b/gdb/bfd-target.h
index 3bacdfd..03931d7 100644
--- a/gdb/bfd-target.h
+++ b/gdb/bfd-target.h
@@ -28,10 +28,4 @@ struct target_ops;
freopen and fdopen). */
struct target_ops *target_bfd_reopen (struct bfd *bfd);
-/* Map over ABFD's sections, creating corresponding entries in the
- target's section table. */
-
-void build_target_sections_from_bfd (struct target_ops *targ,
- struct bfd *abfd);
-
#endif