Fix compile time warnings about comparisons always being false.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
... / ...
CommitLineData
12020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
2
3 PR 25224
4 * z80-dis.c (ld_ii_ii): Use character constant when checking
5 opcode byte value.
6
72020-01-09 Jan Beulich <jbeulich@suse.com>
8
9 * i386-dis.c (SEP_Fixup): New.
10 (SEP): Define.
11 (dis386_twobyte): Use it for sysenter/sysexit.
12 (enum x86_64_isa): Change amd64 enumerator to value 1.
13 (OP_J): Compare isa64 against intel64 instead of amd64.
14 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
15 forms.
16 * i386-tbl.h: Re-generate.
17
182020-01-08 Alan Modra <amodra@gmail.com>
19
20 * z8k-dis.c: Include libiberty.h
21 (instr_data_s): Make max_fetched unsigned.
22 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
23 Don't exceed byte_info bounds.
24 (output_instr): Make num_bytes unsigned.
25 (unpack_instr): Likewise for nibl_count and loop.
26 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
27 idx unsigned.
28 * z8k-opc.h: Regenerate.
29
302020-01-07 Shahab Vahedi <shahab@synopsys.com>
31
32 * arc-tbl.h (llock): Use 'LLOCK' as class.
33 (llockd): Likewise.
34 (scond): Use 'SCOND' as class.
35 (scondd): Likewise.
36 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
37 (scondd): Likewise.
38
392020-01-06 Alan Modra <amodra@gmail.com>
40
41 * m32c-ibld.c: Regenerate.
42
432020-01-06 Alan Modra <amodra@gmail.com>
44
45 PR 25344
46 * z80-dis.c (suffix): Don't use a local struct buffer copy.
47 Peek at next byte to prevent recursion on repeated prefix bytes.
48 Ensure uninitialised "mybuf" is not accessed.
49 (print_insn_z80): Don't zero n_fetch and n_used here,..
50 (print_insn_z80_buf): ..do it here instead.
51
522020-01-04 Alan Modra <amodra@gmail.com>
53
54 * m32r-ibld.c: Regenerate.
55
562020-01-04 Alan Modra <amodra@gmail.com>
57
58 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
59
602020-01-04 Alan Modra <amodra@gmail.com>
61
62 * crx-dis.c (match_opcode): Avoid shift left of signed value.
63
642020-01-04 Alan Modra <amodra@gmail.com>
65
66 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
67
682020-01-03 Jan Beulich <jbeulich@suse.com>
69
70 * aarch64-tbl.h (aarch64_opcode_table): Use
71 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
72
732020-01-03 Jan Beulich <jbeulich@suse.com>
74
75 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
76 forms of SUDOT and USDOT.
77
782020-01-03 Jan Beulich <jbeulich@suse.com>
79
80 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
81 uzip{1,2}.
82 * opcodes/aarch64-dis-2.c: Re-generate.
83
842020-01-03 Jan Beulich <jbeulich@suse.com>
85
86 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
87 FMMLA encoding.
88 * opcodes/aarch64-dis-2.c: Re-generate.
89
902020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
91
92 * z80-dis.c: Add support for eZ80 and Z80 instructions.
93
942020-01-01 Alan Modra <amodra@gmail.com>
95
96 Update year range in copyright notice of all files.
97
98For older changes see ChangeLog-2019
99\f
100Copyright (C) 2020 Free Software Foundation, Inc.
101
102Copying and distribution of this file, with or without modification,
103are permitted in any medium without royalty provided the copyright
104notice and this notice are preserved.
105
106Local Variables:
107mode: change-log
108left-margin: 8
109fill-column: 74
110version-control: never
111End:
This page took 0.023946 seconds and 4 git commands to generate.