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