tic4x: sign extension using shifts
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2020-01-13 Alan Modra <amodra@gmail.com>
2
3 * tic4x-dis.c (tic4x_print_register): Remove dead code.
4
5 2020-01-13 Alan Modra <amodra@gmail.com>
6
7 * fr30-ibld.c: Regenerate.
8
9 2020-01-13 Alan Modra <amodra@gmail.com>
10
11 * xgate-dis.c (print_insn): Don't left shift signed value.
12 (ripBits): Formatting, use 1u.
13
14 2020-01-10 Alan Modra <amodra@gmail.com>
15
16 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
17 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
18
19 2020-01-10 Alan Modra <amodra@gmail.com>
20
21 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
22 and XRREG value earlier to avoid a shift with negative exponent.
23 * m10200-dis.c (disassemble): Similarly.
24
25 2020-01-09 Nick Clifton <nickc@redhat.com>
26
27 PR 25224
28 * z80-dis.c (ld_ii_ii): Use correct cast.
29
30 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
31
32 PR 25224
33 * z80-dis.c (ld_ii_ii): Use character constant when checking
34 opcode byte value.
35
36 2020-01-09 Jan Beulich <jbeulich@suse.com>
37
38 * i386-dis.c (SEP_Fixup): New.
39 (SEP): Define.
40 (dis386_twobyte): Use it for sysenter/sysexit.
41 (enum x86_64_isa): Change amd64 enumerator to value 1.
42 (OP_J): Compare isa64 against intel64 instead of amd64.
43 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
44 forms.
45 * i386-tbl.h: Re-generate.
46
47 2020-01-08 Alan Modra <amodra@gmail.com>
48
49 * z8k-dis.c: Include libiberty.h
50 (instr_data_s): Make max_fetched unsigned.
51 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
52 Don't exceed byte_info bounds.
53 (output_instr): Make num_bytes unsigned.
54 (unpack_instr): Likewise for nibl_count and loop.
55 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
56 idx unsigned.
57 * z8k-opc.h: Regenerate.
58
59 2020-01-07 Shahab Vahedi <shahab@synopsys.com>
60
61 * arc-tbl.h (llock): Use 'LLOCK' as class.
62 (llockd): Likewise.
63 (scond): Use 'SCOND' as class.
64 (scondd): Likewise.
65 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
66 (scondd): Likewise.
67
68 2020-01-06 Alan Modra <amodra@gmail.com>
69
70 * m32c-ibld.c: Regenerate.
71
72 2020-01-06 Alan Modra <amodra@gmail.com>
73
74 PR 25344
75 * z80-dis.c (suffix): Don't use a local struct buffer copy.
76 Peek at next byte to prevent recursion on repeated prefix bytes.
77 Ensure uninitialised "mybuf" is not accessed.
78 (print_insn_z80): Don't zero n_fetch and n_used here,..
79 (print_insn_z80_buf): ..do it here instead.
80
81 2020-01-04 Alan Modra <amodra@gmail.com>
82
83 * m32r-ibld.c: Regenerate.
84
85 2020-01-04 Alan Modra <amodra@gmail.com>
86
87 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
88
89 2020-01-04 Alan Modra <amodra@gmail.com>
90
91 * crx-dis.c (match_opcode): Avoid shift left of signed value.
92
93 2020-01-04 Alan Modra <amodra@gmail.com>
94
95 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
96
97 2020-01-03 Jan Beulich <jbeulich@suse.com>
98
99 * aarch64-tbl.h (aarch64_opcode_table): Use
100 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
101
102 2020-01-03 Jan Beulich <jbeulich@suse.com>
103
104 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
105 forms of SUDOT and USDOT.
106
107 2020-01-03 Jan Beulich <jbeulich@suse.com>
108
109 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
110 uzip{1,2}.
111 * opcodes/aarch64-dis-2.c: Re-generate.
112
113 2020-01-03 Jan Beulich <jbeulich@suse.com>
114
115 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
116 FMMLA encoding.
117 * opcodes/aarch64-dis-2.c: Re-generate.
118
119 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
120
121 * z80-dis.c: Add support for eZ80 and Z80 instructions.
122
123 2020-01-01 Alan Modra <amodra@gmail.com>
124
125 Update year range in copyright notice of all files.
126
127 For older changes see ChangeLog-2019
128 \f
129 Copyright (C) 2020 Free Software Foundation, Inc.
130
131 Copying and distribution of this file, with or without modification,
132 are permitted in any medium without royalty provided the copyright
133 notice and this notice are preserved.
134
135 Local Variables:
136 mode: change-log
137 left-margin: 8
138 fill-column: 74
139 version-control: never
140 End:
This page took 0.032821 seconds and 4 git commands to generate.