]>
Commit | Line | Data |
---|---|---|
202e762b AM |
1 | 2020-01-13 Alan Modra <[email protected]> |
2 | ||
3 | * fr30-ibld.c: Regenerate. | |
4 | ||
7ef412cf AM |
5 | 2020-01-13 Alan Modra <[email protected]> |
6 | ||
7 | * xgate-dis.c (print_insn): Don't left shift signed value. | |
8 | (ripBits): Formatting, use 1u. | |
9 | ||
7f578b95 AM |
10 | 2020-01-10 Alan Modra <[email protected]> |
11 | ||
12 | * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned. | |
13 | * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval. | |
14 | ||
441af85b AM |
15 | 2020-01-10 Alan Modra <[email protected]> |
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 | ||
bce58db4 NC |
21 | 2020-01-09 Nick Clifton <[email protected]> |
22 | ||
23 | PR 25224 | |
24 | * z80-dis.c (ld_ii_ii): Use correct cast. | |
25 | ||
40c75bc8 SB |
26 | 2020-01-03 Sergey Belyashov <[email protected]> |
27 | ||
28 | PR 25224 | |
29 | * z80-dis.c (ld_ii_ii): Use character constant when checking | |
30 | opcode byte value. | |
31 | ||
d835a58b JB |
32 | 2020-01-09 Jan Beulich <[email protected]> |
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 | ||
030a2e78 AM |
43 | 2020-01-08 Alan Modra <[email protected]> |
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 | ||
bb82aefe SV |
55 | 2020-01-07 Shahab Vahedi <[email protected]> |
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 | ||
cc6aa1a6 AM |
64 | 2020-01-06 Alan Modra <[email protected]> |
65 | ||
66 | * m32c-ibld.c: Regenerate. | |
67 | ||
660e62b1 AM |
68 | 2020-01-06 Alan Modra <[email protected]> |
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 | ||
c9ae58fe AM |
77 | 2020-01-04 Alan Modra <[email protected]> |
78 | ||
79 | * m32r-ibld.c: Regenerate. | |
80 | ||
5f57d4ec AM |
81 | 2020-01-04 Alan Modra <[email protected]> |
82 | ||
83 | * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value. | |
84 | ||
2c5c1196 AM |
85 | 2020-01-04 Alan Modra <[email protected]> |
86 | ||
87 | * crx-dis.c (match_opcode): Avoid shift left of signed value. | |
88 | ||
2e98c6c5 AM |
89 | 2020-01-04 Alan Modra <[email protected]> |
90 | ||
91 | * d30v-dis.c (print_insn): Avoid signed overflow in left shift. | |
92 | ||
567dfba2 JB |
93 | 2020-01-03 Jan Beulich <[email protected]> |
94 | ||
5437a02a JB |
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 <[email protected]> | |
99 | ||
100 | * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD | |
567dfba2 JB |
101 | forms of SUDOT and USDOT. |
102 | ||
8c45011a JB |
103 | 2020-01-03 Jan Beulich <[email protected]> |
104 | ||
5437a02a | 105 | * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from |
8c45011a JB |
106 | uzip{1,2}. |
107 | * opcodes/aarch64-dis-2.c: Re-generate. | |
108 | ||
f4950f76 JB |
109 | 2020-01-03 Jan Beulich <[email protected]> |
110 | ||
5437a02a | 111 | * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit |
f4950f76 JB |
112 | FMMLA encoding. |
113 | * opcodes/aarch64-dis-2.c: Re-generate. | |
114 | ||
6655dba2 SB |
115 | 2020-01-02 Sergey Belyashov <[email protected]> |
116 | ||
117 | * z80-dis.c: Add support for eZ80 and Z80 instructions. | |
118 | ||
b14ce8bf AM |
119 | 2020-01-01 Alan Modra <[email protected]> |
120 | ||
121 | Update year range in copyright notice of all files. | |
122 | ||
0b114740 | 123 | For older changes see ChangeLog-2019 |
3499769a | 124 | \f |
0b114740 | 125 | Copyright (C) 2020 Free Software Foundation, Inc. |
3499769a AM |
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: |