bfd_cleanup for object_p
[deliverable/binutils-gdb.git] / bfd / coff-alpha.c
index 821e5591a9a9562746abf654dafb40dfada6e477..b86a8a259b584dd30481389b398fa4f6851ca932 100644 (file)
@@ -398,10 +398,10 @@ static reloc_howto_type alpha_howto_table[] =
 \f
 /* Recognize an Alpha ECOFF file.  */
 
-static const bfd_target *
+static bfd_cleanup
 alpha_ecoff_object_p (bfd *abfd)
 {
-  static const bfd_target *ret;
+  bfd_cleanup ret;
 
   ret = coff_object_p (abfd);
 
This page took 0.023031 seconds and 4 git commands to generate.