8f3f94414b2e73a8ee5b5c4683916fa66036328a
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2020-01-13 Thomas Troeger <tstroege@gmx.de>
2
3 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
4 flow instructions.
5 (print_insn_thumb16, print_insn_thumb32): Likewise.
6 (print_insn): Initialize the insn info.
7 * i386-dis.c (print_insn): Initialize the insn info fields, and
8 detect jumps.
9
10 2012-01-13 Claudiu Zissulescu <claziss@gmail.com>
11
12 * arc-opc.c (C_NE): Make it required.
13
14 2012-01-13 Claudiu Zissulescu <claziss@gmail.com>
15
16 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
17 reserved register name.
18
19 2020-01-13 Alan Modra <amodra@gmail.com>
20
21 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
22 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
23
24 2020-01-13 Alan Modra <amodra@gmail.com>
25
26 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
27 result of wasm_read_leb128 in a uint64_t and check that bits
28 are not lost when copying to other locals. Use uint32_t for
29 most locals. Use PRId64 when printing int64_t.
30
31 2020-01-13 Alan Modra <amodra@gmail.com>
32
33 * score-dis.c: Formatting.
34 * score7-dis.c: Formatting.
35
36 2020-01-13 Alan Modra <amodra@gmail.com>
37
38 * score-dis.c (print_insn_score48): Use unsigned variables for
39 unsigned values. Don't left shift negative values.
40 (print_insn_score32): Likewise.
41 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
42
43 2020-01-13 Alan Modra <amodra@gmail.com>
44
45 * tic4x-dis.c (tic4x_print_register): Remove dead code.
46
47 2020-01-13 Alan Modra <amodra@gmail.com>
48
49 * fr30-ibld.c: Regenerate.
50
51 2020-01-13 Alan Modra <amodra@gmail.com>
52
53 * xgate-dis.c (print_insn): Don't left shift signed value.
54 (ripBits): Formatting, use 1u.
55
56 2020-01-10 Alan Modra <amodra@gmail.com>
57
58 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
59 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
60
61 2020-01-10 Alan Modra <amodra@gmail.com>
62
63 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
64 and XRREG value earlier to avoid a shift with negative exponent.
65 * m10200-dis.c (disassemble): Similarly.
66
67 2020-01-09 Nick Clifton <nickc@redhat.com>
68
69 PR 25224
70 * z80-dis.c (ld_ii_ii): Use correct cast.
71
72 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
73
74 PR 25224
75 * z80-dis.c (ld_ii_ii): Use character constant when checking
76 opcode byte value.
77
78 2020-01-09 Jan Beulich <jbeulich@suse.com>
79
80 * i386-dis.c (SEP_Fixup): New.
81 (SEP): Define.
82 (dis386_twobyte): Use it for sysenter/sysexit.
83 (enum x86_64_isa): Change amd64 enumerator to value 1.
84 (OP_J): Compare isa64 against intel64 instead of amd64.
85 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
86 forms.
87 * i386-tbl.h: Re-generate.
88
89 2020-01-08 Alan Modra <amodra@gmail.com>
90
91 * z8k-dis.c: Include libiberty.h
92 (instr_data_s): Make max_fetched unsigned.
93 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
94 Don't exceed byte_info bounds.
95 (output_instr): Make num_bytes unsigned.
96 (unpack_instr): Likewise for nibl_count and loop.
97 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
98 idx unsigned.
99 * z8k-opc.h: Regenerate.
100
101 2020-01-07 Shahab Vahedi <shahab@synopsys.com>
102
103 * arc-tbl.h (llock): Use 'LLOCK' as class.
104 (llockd): Likewise.
105 (scond): Use 'SCOND' as class.
106 (scondd): Likewise.
107 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
108 (scondd): Likewise.
109
110 2020-01-06 Alan Modra <amodra@gmail.com>
111
112 * m32c-ibld.c: Regenerate.
113
114 2020-01-06 Alan Modra <amodra@gmail.com>
115
116 PR 25344
117 * z80-dis.c (suffix): Don't use a local struct buffer copy.
118 Peek at next byte to prevent recursion on repeated prefix bytes.
119 Ensure uninitialised "mybuf" is not accessed.
120 (print_insn_z80): Don't zero n_fetch and n_used here,..
121 (print_insn_z80_buf): ..do it here instead.
122
123 2020-01-04 Alan Modra <amodra@gmail.com>
124
125 * m32r-ibld.c: Regenerate.
126
127 2020-01-04 Alan Modra <amodra@gmail.com>
128
129 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
130
131 2020-01-04 Alan Modra <amodra@gmail.com>
132
133 * crx-dis.c (match_opcode): Avoid shift left of signed value.
134
135 2020-01-04 Alan Modra <amodra@gmail.com>
136
137 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
138
139 2020-01-03 Jan Beulich <jbeulich@suse.com>
140
141 * aarch64-tbl.h (aarch64_opcode_table): Use
142 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
143
144 2020-01-03 Jan Beulich <jbeulich@suse.com>
145
146 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
147 forms of SUDOT and USDOT.
148
149 2020-01-03 Jan Beulich <jbeulich@suse.com>
150
151 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
152 uzip{1,2}.
153 * opcodes/aarch64-dis-2.c: Re-generate.
154
155 2020-01-03 Jan Beulich <jbeulich@suse.com>
156
157 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
158 FMMLA encoding.
159 * opcodes/aarch64-dis-2.c: Re-generate.
160
161 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
162
163 * z80-dis.c: Add support for eZ80 and Z80 instructions.
164
165 2020-01-01 Alan Modra <amodra@gmail.com>
166
167 Update year range in copyright notice of all files.
168
169 For older changes see ChangeLog-2019
170 \f
171 Copyright (C) 2020 Free Software Foundation, Inc.
172
173 Copying and distribution of this file, with or without modification,
174 are permitted in any medium without royalty provided the copyright
175 notice and this notice are preserved.
176
177 Local Variables:
178 mode: change-log
179 left-margin: 8
180 fill-column: 74
181 version-control: never
182 End:
This page took 0.033049 seconds and 3 git commands to generate.