Remove SH-5 remnants
[deliverable/binutils-gdb.git] / bfd / aix386-core.c
index c9ec756c4a19cd1fd03777342a9a643dd97dda96..287ad04235d51b382b1aac1e17a68010a4335088 100644 (file)
@@ -65,7 +65,7 @@ struct trad_core_struct
   asection *sections[MAX_CORE_SEGS];
 };
 
-static const bfd_target *
+static bfd_cleanup
 aix386_core_file_p (bfd *abfd)
 {
   int i, n;
@@ -189,7 +189,7 @@ aix386_core_file_p (bfd *abfd)
       n++;
     }
 
-  return abfd->xvec;
+  return _bfd_no_cleanup;
 }
 
 static char *
This page took 0.025896 seconds and 4 git commands to generate.