diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2018-09-23 12:31:23 -0700 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2018-09-23 12:31:23 -0700 |
commit | 6031ac352c05c5c9f44e24fa1c5a8222a7a7d02d (patch) | |
tree | 203b9098b35e55b7ec678328d4ea54a3e4a98beb /opcodes/ChangeLog | |
parent | 65773341ee5ad9e2882fcb1aed7c3096e6b4f190 (diff) | |
download | gdb-6031ac352c05c5c9f44e24fa1c5a8222a7a7d02d.zip gdb-6031ac352c05c5c9f44e24fa1c5a8222a7a7d02d.tar.gz gdb-6031ac352c05c5c9f44e24fa1c5a8222a7a7d02d.tar.bz2 |
Fix incorrect extraction of signed constants in nios2 disassembler.
2018-09-23 Sandra Loosemore <sandra@codesourcery.com>
opcodes/
* nios2-dis.c (nios2_print_insn_arg): Make sure signed conversions
are used when extracting signed fields and converting them to
potentially 64-bit types.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9f32531..9b68285 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2018-09-23 Sandra Loosemore <sandra@codesourcery.com> + + * nios2-dis.c (nios2_print_insn_arg): Make sure signed conversions + are used when extracting signed fields and converting them to + potentially 64-bit types. + 2018-09-21 Simon Marchi <simon.marchi@ericsson.com> * Makefile.am: Remove NO_WMISSING_FIELD_INITIALIZERS. |