ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2020-01-08 Alan Modra <amodra@gmail.com>
2
3 * z8k-dis.c: Include libiberty.h
4 (instr_data_s): Make max_fetched unsigned.
5 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
6 Don't exceed byte_info bounds.
7 (output_instr): Make num_bytes unsigned.
8 (unpack_instr): Likewise for nibl_count and loop.
9 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
10 idx unsigned.
11 * z8k-opc.h: Regenerate.
12
13 2020-01-07 Shahab Vahedi <shahab@synopsys.com>
14
15 * arc-tbl.h (llock): Use 'LLOCK' as class.
16 (llockd): Likewise.
17 (scond): Use 'SCOND' as class.
18 (scondd): Likewise.
19 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
20 (scondd): Likewise.
21
22 2020-01-06 Alan Modra <amodra@gmail.com>
23
24 * m32c-ibld.c: Regenerate.
25
26 2020-01-06 Alan Modra <amodra@gmail.com>
27
28 PR 25344
29 * z80-dis.c (suffix): Don't use a local struct buffer copy.
30 Peek at next byte to prevent recursion on repeated prefix bytes.
31 Ensure uninitialised "mybuf" is not accessed.
32 (print_insn_z80): Don't zero n_fetch and n_used here,..
33 (print_insn_z80_buf): ..do it here instead.
34
35 2020-01-04 Alan Modra <amodra@gmail.com>
36
37 * m32r-ibld.c: Regenerate.
38
39 2020-01-04 Alan Modra <amodra@gmail.com>
40
41 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
42
43 2020-01-04 Alan Modra <amodra@gmail.com>
44
45 * crx-dis.c (match_opcode): Avoid shift left of signed value.
46
47 2020-01-04 Alan Modra <amodra@gmail.com>
48
49 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
50
51 2020-01-03 Jan Beulich <jbeulich@suse.com>
52
53 * aarch64-tbl.h (aarch64_opcode_table): Use
54 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
55
56 2020-01-03 Jan Beulich <jbeulich@suse.com>
57
58 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
59 forms of SUDOT and USDOT.
60
61 2020-01-03 Jan Beulich <jbeulich@suse.com>
62
63 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
64 uzip{1,2}.
65 * opcodes/aarch64-dis-2.c: Re-generate.
66
67 2020-01-03 Jan Beulich <jbeulich@suse.com>
68
69 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
70 FMMLA encoding.
71 * opcodes/aarch64-dis-2.c: Re-generate.
72
73 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
74
75 * z80-dis.c: Add support for eZ80 and Z80 instructions.
76
77 2020-01-01 Alan Modra <amodra@gmail.com>
78
79 Update year range in copyright notice of all files.
80
81 For older changes see ChangeLog-2019
82 \f
83 Copyright (C) 2020 Free Software Foundation, Inc.
84
85 Copying and distribution of this file, with or without modification,
86 are permitted in any medium without royalty provided the copyright
87 notice and this notice are preserved.
88
89 Local Variables:
90 mode: change-log
91 left-margin: 8
92 fill-column: 74
93 version-control: never
94 End:
This page took 0.030556 seconds and 4 git commands to generate.