crx string overflow warning
[external/binutils.git] / opcodes / ChangeLog
1 2018-02-26  Alan Modra  <amodra@gmail.com>
2
3         * crx-dis.c (getregliststring): Allocate a large enough buffer
4         to silence false positive gcc8 warning.
5
6 2018-02-22  Shea Levy <shea@shealevy.com>
7
8         * disassemble.c (ARCH_riscv): Define if ARCH_all.
9
10 2018-02-22  H.J. Lu  <hongjiu.lu@intel.com>
11
12         * i386-opc.tbl: Add {rex},
13         * i386-tbl.h: Regenerated.
14
15 2018-02-20  Maciej W. Rozycki  <macro@mips.com>
16
17         * mips16-opc.c (decode_mips16_operand) <'M'>: Remove case.
18         (mips16_opcodes): Replace `M' with `m' for "restore".
19
20 2018-02-19  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21
22         * arm-dis.c (thumb_opcodes): Fix BXNS mask.
23
24 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
25
26         * wasm32-dis.c (print_insn_wasm32): Rename `index' local
27         variable to `function_index'.
28
29 2018-02-13  Nick Clifton  <nickc@redhat.com>
30
31         PR 22823
32         * metag-dis.c (print_fmmov): Double buffer size to avoid warning
33         about truncation of printing.
34
35 2018-02-12  Henry Wong <henry@stuffedcow.net>
36
37         * mips-opc.c (mips_builtin_opcodes): Correct "sigrie" encoding.
38
39 2018-02-05  Nick Clifton  <nickc@redhat.com>
40
41         * po/pt_BR.po: Updated Brazilian Portuguese translation.
42
43 2018-01-23  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
44
45         * i386-dis.c (enum): Add pconfig.
46         * i386-gen.c (cpu_flag_init): Add CPU_PCONFIG_FLAGS.
47         (cpu_flags): Add CpuPCONFIG.
48         * i386-opc.h (enum): Add CpuPCONFIG.
49         (i386_cpu_flags): Add cpupconfig.
50         * i386-opc.tbl: Add PCONFIG instruction.
51         * i386-init.h: Regenerate.
52         * i386-tbl.h: Likewise.
53
54 2018-01-23  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
55
56         * i386-dis.c (enum): Add PREFIX_0F09.
57         * i386-gen.c (cpu_flag_init): Add CPU_WBNOINVD_FLAGS.
58         (cpu_flags): Add CpuWBNOINVD.
59         * i386-opc.h (enum): Add CpuWBNOINVD.
60         (i386_cpu_flags): Add cpuwbnoinvd.
61         * i386-opc.tbl: Add WBNOINVD instruction.
62         * i386-init.h: Regenerate.
63         * i386-tbl.h: Likewise.
64
65 2018-01-17  Jim Wilson  <jimw@sifive.com>
66
67         * riscv-opc.c (riscv_opcodes) <addi>: Use z instead of 0.
68
69 2018-01-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
70
71         * i386-gen.c (cpu_flag_init): Delete CPU_CET_FLAGS, CpuCET.
72         Add CPU_IBT_FLAGS, CPU_SHSTK_FLAGS, CPY_ANY_IBT_FLAGS,
73         CPU_ANY_SHSTK_FLAGS, CpuIBT, CpuSHSTK.
74         (cpu_flags): Add CpuIBT, CpuSHSTK.
75         * i386-opc.h (enum): Add CpuIBT, CpuSHSTK.
76         (i386_cpu_flags): Add cpuibt, cpushstk.
77         * i386-opc.tbl: Change CpuCET to CpuSHSTK and CpuIBT.
78         * i386-init.h: Regenerate.
79         * i386-tbl.h: Likewise.
80
81 2018-01-16  Nick Clifton  <nickc@redhat.com>
82
83         * po/pt_BR.po: Updated Brazilian Portugese translation.
84         * po/de.po: Updated German translation.
85
86 2018-01-15  Jim Wilson  <jimw@sifive.com>
87
88         * riscv-opc.c (match_c_nop): New.
89         (riscv_opcodes) <addi>: Handle an addi that compresses to c.nop.
90
91 2018-01-15  Nick Clifton  <nickc@redhat.com>
92
93         * po/uk.po: Updated Ukranian translation.
94
95 2018-01-13  Nick Clifton  <nickc@redhat.com>
96
97         * po/opcodes.pot: Regenerated.
98
99 2018-01-13  Nick Clifton  <nickc@redhat.com>
100
101         * configure: Regenerate.
102
103 2018-01-13  Nick Clifton  <nickc@redhat.com>
104
105         2.30 branch created.
106
107 2018-01-11  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
108
109         * i386-opc.tbl: Remove VL variants for 4FMAPS and 4VNNIW insns.
110         * i386-tbl.h: Regenerate.
111
112 2018-01-10  Jan Beulich  <jbeulich@suse.com>
113
114         * i386-opc.tbl (v4fmaddss, v4fnmaddss): Adjust Disp8MemShift.
115         * i386-tbl.h: Re-generate.
116
117 2018-01-10  Jan Beulich  <jbeulich@suse.com>
118
119         * i386-opc.tbl (vpcmpeqb, vpcmpleb, vpcmpltb, vpcmpneqb,
120         vpcmpnleb, vpcmpnltb, vpcmpequb, vpcmpleub, vpcmpltub,
121         vpcmpnequb, vpcmpnleub, vpcmpnltub, vpcmpeqw, vpcmplew,
122         vpcmpltw, vpcmpneqw, vpcmpnlew, vpcmpnltw, vpcmpequw, vpcmpleuw,
123         vpcmpltuw, vpcmpnequw, vpcmpnleuw, vpcmpnltuw): Adjust
124         Disp8MemShift of AVX512VL forms.
125         * i386-tbl.h: Re-generate.
126
127 2018-01-09  Jim Wilson  <jimw@sifive.com>
128
129         * riscv-dis.c (maybe_print_address): If base_reg is zero,
130         then the hi_addr value is zero.
131
132 2018-01-09  James Greenhalgh  <james.greenhalgh@arm.com>
133
134         * arm-dis.c (arm_opcodes): Add csdb.
135         (thumb32_opcodes): Add csdb.
136
137 2018-01-09  James Greenhalgh  <james.greenhalgh@arm.com>
138
139         * aarch64-tbl.h (aarch64_opcode_table): Add "csdb".
140         * aarch64-asm-2.c: Regenerate.
141         * aarch64-dis-2.c: Regenerate.
142         * aarch64-opc-2.c: Regenerate.
143
144 2018-01-08  H.J. Lu  <hongjiu.lu@intel.com>
145
146         PR gas/22681
147         * i386-opc.tbl: Properly encode vmovd with Qword memeory operand.
148         Remove AVX512 vmovd with 64-bit operands.
149         * i386-tbl.h: Regenerated.
150
151 2018-01-05  Jim Wilson  <jimw@sifive.com>
152
153         * riscv-dis.c (print_insn_args) <'s'>: Call maybe_print_address for a
154         jalr.
155
156 2018-01-03  Alan Modra  <amodra@gmail.com>
157
158         Update year range in copyright notice of all files.
159
160 2018-01-02  Jan Beulich  <jbeulich@suse.com>
161
162         * i386-gen.c (operand_type_init): Restore OPERAND_TYPE_REGYMM
163         and OPERAND_TYPE_REGZMM entries.
164
165 For older changes see ChangeLog-2017
166 \f
167 Copyright (C) 2018 Free Software Foundation, Inc.
168
169 Copying and distribution of this file, with or without modification,
170 are permitted in any medium without royalty provided the copyright
171 notice and this notice are preserved.
172
173 Local Variables:
174 mode: change-log
175 left-margin: 8
176 fill-column: 74
177 version-control: never
178 End: