]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/bfd-target.h
* bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
[thirdparty/binutils-gdb.git] / gdb / bfd-target.h
index 3bacdfd8dcb2dcd2391298bb151c8b2c11e5f786..03931d72a32cf011f437c722b73dae3695dd9b48 100644 (file)
@@ -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