X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdb_bfd.h;h=9b1e292bf18f680bcbe0560871a4ed2cba3c69ec;hb=c17e02e1b55b5e9cbdc6581f05bfec96dc8436f4;hp=85300b91f6011ceb69fd3085ce821a806d63cc8a;hpb=1831a9f9d3346dbf61202d2aba6935f0093487dd;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_bfd.h b/gdb/gdb_bfd.h index 85300b91f6..9b1e292bf1 100644 --- a/gdb/gdb_bfd.h +++ b/gdb/gdb_bfd.h @@ -1,6 +1,6 @@ /* Definitions for BFD wrappers used by GDB. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -21,7 +21,7 @@ #define GDB_BFD_H #include "registry.h" -#include "common/gdb_ref_ptr.h" +#include "gdbsupport/gdb_ref_ptr.h" DECLARE_REGISTRY (bfd); @@ -106,7 +106,7 @@ void gdb_bfd_record_inclusion (bfd *includer, bfd *includee); /* Try to read or map the contents of the section SECT. If successful, the section data is returned and *SIZE is set to the size of the section data; - this may not be the same as the size according to bfd_get_section_size if the + this may not be the same as the size according to bfd_section_size if the section was compressed. The returned section data is associated with the BFD and will be destroyed when the BFD is destroyed. There is no other way to free it; for temporary uses of section data, see bfd_malloc_and_get_section. @@ -161,11 +161,6 @@ gdb_bfd_ref_ptr gdb_bfd_openr_iovec (const char *filename, const char *target, gdb_bfd_ref_ptr gdb_bfd_openr_next_archived_file (bfd *archive, bfd *previous); -/* A wrapper for bfd_fdopenr that initializes the gdb-specific - reference count. */ - -gdb_bfd_ref_ptr gdb_bfd_fdopenr (const char *filename, const char *target, - int fd);