]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/riscix.c
Remove m68k-aout and m68k-coff support
[thirdparty/binutils-gdb.git] / bfd / riscix.c
index b294df2bbc96613a481aed4d02cc4fc7383df79a..16e61aca065632d14fc39fb053187046d09ec0a2 100644 (file)
@@ -495,10 +495,7 @@ riscix_some_aout_object_p (bfd *abfd,
   oldrawptr = abfd->tdata.aout_data;
   abfd->tdata.aout_data = rawptr;
 
-  /* Copy the contents of the old tdata struct.
-     In particular, we want the subformat, since for hpux it was set in
-     hp300hpux.c:swap_exec_header_in and will be used in
-     hp300hpux.c:callback.  */
+  /* Copy the contents of the old tdata struct.  */
   if (oldrawptr != NULL)
     *abfd->tdata.aout_data = *oldrawptr;