tic4x: sign extension using shifts
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
5496abe1
AM
12020-01-13 Alan Modra <amodra@gmail.com>
2
3 * tic4x-dis.c (tic4x_print_register): Remove dead code.
4
202e762b
AM
52020-01-13 Alan Modra <amodra@gmail.com>
6
7 * fr30-ibld.c: Regenerate.
8
7ef412cf
AM
92020-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
7f578b95
AM
142020-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
441af85b
AM
192020-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
bce58db4
NC
252020-01-09 Nick Clifton <nickc@redhat.com>
26
27 PR 25224
28 * z80-dis.c (ld_ii_ii): Use correct cast.
29
40c75bc8
SB
302020-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
d835a58b
JB
362020-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
030a2e78
AM
472020-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
bb82aefe
SV
592020-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
cc6aa1a6
AM
682020-01-06 Alan Modra <amodra@gmail.com>
69
70 * m32c-ibld.c: Regenerate.
71
660e62b1
AM
722020-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
c9ae58fe
AM
812020-01-04 Alan Modra <amodra@gmail.com>
82
83 * m32r-ibld.c: Regenerate.
84
5f57d4ec
AM
852020-01-04 Alan Modra <amodra@gmail.com>
86
87 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
88
2c5c1196
AM
892020-01-04 Alan Modra <amodra@gmail.com>
90
91 * crx-dis.c (match_opcode): Avoid shift left of signed value.
92
2e98c6c5
AM
932020-01-04 Alan Modra <amodra@gmail.com>
94
95 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
96
567dfba2
JB
972020-01-03 Jan Beulich <jbeulich@suse.com>
98
5437a02a
JB
99 * aarch64-tbl.h (aarch64_opcode_table): Use
100 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
101
1022020-01-03 Jan Beulich <jbeulich@suse.com>
103
104 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
105 forms of SUDOT and USDOT.
106
8c45011a
JB
1072020-01-03 Jan Beulich <jbeulich@suse.com>
108
5437a02a 109 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
110 uzip{1,2}.
111 * opcodes/aarch64-dis-2.c: Re-generate.
112
f4950f76
JB
1132020-01-03 Jan Beulich <jbeulich@suse.com>
114
5437a02a 115 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
116 FMMLA encoding.
117 * opcodes/aarch64-dis-2.c: Re-generate.
118
6655dba2
SB
1192020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
120
121 * z80-dis.c: Add support for eZ80 and Z80 instructions.
122
b14ce8bf
AM
1232020-01-01 Alan Modra <amodra@gmail.com>
124
125 Update year range in copyright notice of all files.
126
0b114740 127For older changes see ChangeLog-2019
3499769a 128\f
0b114740 129Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
130
131Copying and distribution of this file, with or without modification,
132are permitted in any medium without royalty provided the copyright
133notice and this notice are preserved.
134
135Local Variables:
136mode: change-log
137left-margin: 8
138fill-column: 74
139version-control: never
140End:
This page took 0.223404 seconds and 4 git commands to generate.