gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / osf-core.c
index 19cd4f2b75fbee8220c732aa3020abc5c3b4fbc2..3f384e7bd404a734fa3899a8970bd88488fdc2a3 100644 (file)
@@ -70,7 +70,7 @@ make_bfd_asection (bfd *abfd,
   return asect;
 }
 
-static const bfd_target *
+static bfd_cleanup
 osf_core_core_file_p (bfd *abfd)
 {
   int val;
@@ -138,7 +138,7 @@ osf_core_core_file_p (bfd *abfd)
 
   /* OK, we believe you.  You're a core file (sure, sure).  */
 
-  return abfd->xvec;
+  return _bfd_no_cleanup;
 
  fail:
   bfd_release (abfd, core_hdr (abfd));
This page took 0.023087 seconds and 4 git commands to generate.