diff options
author | Nick Clifton <nickc@redhat.com> | 2020-09-10 09:58:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-09-10 09:58:15 +0100 |
commit | 0332f66274a72dad611053a1183649092b090a58 (patch) | |
tree | 522becae3efb39a79ff8fd48518d26105640303d /include/ChangeLog | |
parent | 23bef3fea380f383f910fd48f9d4f5633ee0d366 (diff) | |
download | gdb-0332f66274a72dad611053a1183649092b090a58.zip gdb-0332f66274a72dad611053a1183649092b090a58.tar.gz gdb-0332f66274a72dad611053a1183649092b090a58.tar.bz2 |
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.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 28779bc..2c0a008 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2020-09-10 Nick Clifton <nickc@redhat.com> + + * opcode/csky.h (CSKY_ISA_FLOAT_7E60): Use a long long type for + this value. + 2020-09-07 Cooper Qu <cooper.qu@linux.alibaba.com> * opcode/csky.h (CSKY_ISA_DSPE60): Define. |