X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=bfd%2Friscix.c;h=16e61aca065632d14fc39fb053187046d09ec0a2;hb=dc12032bca08554cf0a72d224e44f755f7789ff3;hp=b294df2bbc96613a481aed4d02cc4fc7383df79a;hpb=211dc24b8744ed14ee5c293e7ac164d02e1fa1fe;p=thirdparty%2Fbinutils-gdb.git diff --git a/bfd/riscix.c b/bfd/riscix.c index b294df2bbc9..16e61aca065 100644 --- a/bfd/riscix.c +++ b/bfd/riscix.c @@ -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;