diff options
author | claziss <claziss@synopsys.com> | 2017-11-03 15:36:42 +0100 |
---|---|---|
committer | claziss <claziss@synopsys.com> | 2017-11-03 15:36:54 +0100 |
commit | fdddd2900f39584e7d6cee27127593fba2cb0cf2 (patch) | |
tree | e275e77f8026e669737a770701265b922620ec97 /opcodes/ChangeLog | |
parent | 7605d944531519ddf9026bf059475a4347c83aa4 (diff) | |
download | gdb-fdddd2900f39584e7d6cee27127593fba2cb0cf2.zip gdb-fdddd2900f39584e7d6cee27127593fba2cb0cf2.tar.gz gdb-fdddd2900f39584e7d6cee27127593fba2cb0cf2.tar.bz2 |
[ARC] Force the disassam to use the hexadecimal number for printing
Force printing of the short/signed values using hexadecimal
representation via disassembler option.
opcode/
2017-11-03 Claudiu Zissulescu <claziss@synopsys.com>
* arc-dis.c (print_hex): New variable.
(parse_option): Check for hex option.
(print_insn_arc): Use hexadecimal representation for short
immediate values when requested.
(print_arc_disassembler_options): Add hex option to the list.
binutils/
2017-11-03 Claudiu Zissulescu <claziss@synopsys.com>
* doc/binutils.texi (ARC): Update disassembler options.
* testsuite/binutils-all/arc/hexprint.s: New file.
* testsuite/binutils-all/arc/objdump.exp: Test hex printing feature.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b5366b5..ecf548d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,13 @@ 2017-11-03 Claudiu Zissulescu <claziss@synopsys.com> + * arc-dis.c (print_hex): New variable. + (parse_option): Check for hex option. + (print_insn_arc): Use hexadecimal representation for short + immediate values when requested. + (print_arc_disassembler_options): Add hex option to the list. + +2017-11-03 Claudiu Zissulescu <claziss@synopsys.com> + * arc-tbl.h (abss, abssh, adc, adcs, adds, aslacc, asls, aslsacc) (asrs, asrsr, cbflyhf0r, cbflyhf1r, cmacchfr, cmacchnfr, cmachfr) (cmachnfr, cmpychfr, cmpychnfr, cmpyhfmr, cmpyhfr, cmpyhnfr, divf) |