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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/bfd-target.h b/gdb/bfd-target.h
index 199ada8..3d37b5f 100644
--- a/gdb/bfd-target.h
+++ b/gdb/bfd-target.h
@@ -20,12 +20,11 @@
#ifndef BFD_TARGET_H
#define BFD_TARGET_H
-struct bfd;
+#include "gdb_bfd.h"
+
struct target_ops;
-/* Given an existing BFD, re-open it as a "struct target_ops". This
- acquires a new reference to the BFD. This reference will be
- released when the target is closed. */
-struct target_ops *target_bfd_reopen (struct bfd *bfd);
+/* Given an existing BFD, re-open it as a "struct target_ops". */
+struct target_ops *target_bfd_reopen (const gdb_bfd_ref_ptr &bfd);
#endif