Stop objcopy trying to convert endianness.

Nick Clifton nickc@redhat.com
Thu Jan 18 20:04:00 GMT 2001


Hi Hans-Peter,

: > +   if (ibfd->xvec->byteorder != obfd->xvec->byteorder
: > +       && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
: > +       && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
: > +     {
: > +       fatal (_("Unable to change endianness of input file(s)"));
: > +       return;
: > +     }
: 
: You might want to report the name of the ibfd file with the
: mismatching endianness.  Useful in case it's not that way on
: intent.

Yeah I suppose so.  If I feel enthusiastic in the next few days I'll
add it.

Cheers
	Nick


More information about the Binutils mailing list