This commit is contained in:
Ian Lance Taylor 1994-10-07 16:33:35 +00:00
parent b83ed01952
commit 688427fb38

View File

@ -2737,7 +2737,7 @@ set_endian_from_file (abfd)
? TARGET_BYTE_ORDER != BIG_ENDIAN
: TARGET_BYTE_ORDER == BIG_ENDIAN)
warning ("%s endian file does not match %s endian target.",
want == BIG_ENDIAN ? "big" : "little",
abfd->xvec->byteorder_big_p ? "big" : "little",
TARGET_BYTE_ORDER == BIG_ENDIAN ? "big" : "little");
#endif /* ! defined (TARGET_BYTE_ORDER_SELECTABLE) */