gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / lynx-core.c
index 66b54a2fd2714b109d30ae32a42deb56a5fd9519..08d088386114195c4b41cedd340ddb46e50abfcf 100644 (file)
@@ -85,7 +85,7 @@ make_bfd_asection (bfd *abfd,
   return asect;
 }
 
-const bfd_target *
+bfd_cleanup
 lynx_core_file_p (bfd *abfd)
 {
   int secnum;
@@ -191,7 +191,7 @@ lynx_core_file_p (bfd *abfd)
        goto fail;
     }
 
-  return abfd->xvec;
+  return _bfd_no_cleanup;
 
  fail:
   bfd_release (abfd, core_hdr (abfd));
This page took 0.02447 seconds and 4 git commands to generate.