diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) */ |