X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2FChangeLog;h=e034a611e1de9498ce36860a11091df9d9441abc;hb=df08b5881b4972d78f9a2069955dad5b12bc972e;hp=7c5f16bbc6b3910480e90f038c895123e18c3449;hpb=441af85bd9c68dbc0c2a1dbe23bf07c6cb3c3f5d;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7c5f16bbc6..e034a611e1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,33 @@ +2020-01-13 Alan Modra + + * score-dis.c: Formatting. + * score7-dis.c: Formatting. + +2020-01-13 Alan Modra + + * score-dis.c (print_insn_score48): Use unsigned variables for + unsigned values. Don't left shift negative values. + (print_insn_score32): Likewise. + * score7-dis.c (print_insn_score32, print_insn_score16): Likewise. + +2020-01-13 Alan Modra + + * tic4x-dis.c (tic4x_print_register): Remove dead code. + +2020-01-13 Alan Modra + + * fr30-ibld.c: Regenerate. + +2020-01-13 Alan Modra + + * xgate-dis.c (print_insn): Don't left shift signed value. + (ripBits): Formatting, use 1u. + +2020-01-10 Alan Modra + + * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned. + * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval. + 2020-01-10 Alan Modra * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,