Fix compile time warnings when building for the CSKY target on a 32-bit host.
authorNick Clifton <nickc@redhat.com>
Thu, 10 Sep 2020 08:58:15 +0000 (09:58 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 10 Sep 2020 08:58:15 +0000 (09:58 +0100)
commit0332f66274a72dad611053a1183649092b090a58
tree522becae3efb39a79ff8fd48518d26105640303d
parent23bef3fea380f383f910fd48f9d4f5633ee0d366
Fix compile time warnings when building for the CSKY target on a 32-bit host.

incldue * opcode/csky.h (CSKY_ISA_FLOAT_7E60): Use a long long type for
this value.

opcodes * csky-dis.c (csky_output_operand): Coerce the immediate values to
long before printing.
include/ChangeLog
include/opcode/csky.h
opcodes/ChangeLog
opcodes/csky-dis.c