This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Stop objcopy trying to convert endianness.


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]