]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - opcodes/ChangeLog
Cleanup ppc code dealing with opcode dumps.
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
1 2018-05-07 Peter Bergner <bergner@vnet.ibm.com.com>
2
3 * ppc-opc.c (powerpc_num_opcodes): Change type to unsigned.
4 (vle_num_opcodes): Likewise.
5 (spe2_num_opcodes): Likewise.
6 * ppc-dis.c (disassemble_init_powerpc) <powerpc_opcd_indices>: Rewrite
7 initialization loop.
8 (disassemble_init_powerpc) <vle_opcd_indices>: Likewise.
9 (disassemble_init_powerpc) <spe2_opcd_indices>: Likewise. Initialize
10 only once.
11
12 2018-05-01 Tamar Christina <tamar.christina@arm.com>
13
14 * aarch64-dis.c (aarch64_opcode_decode): Moved memory clear code.
15
16 2018-04-30 Francois H. Theron <francois.theron@netronome.com>
17
18 Makefile.am: Added nfp-dis.c.
19 configure.ac: Added bfd_nfp_arch.
20 disassemble.h: Added print_insn_nfp prototype.
21 disassemble.c: Added ARCH_nfp and call to print_insn_nfp
22 nfp-dis.c: New, for NFP support.
23 po/POTFILES.in: Added nfp-dis.c to the list.
24 Makefile.in: Regenerate.
25 configure: Regenerate.
26
27 2018-04-26 Jan Beulich <jbeulich@suse.com>
28
29 * i386-opc.tbl: Fold various non-memory operand AVX512VL
30 templates into their base ones.
31 * i386-tlb.h: Re-generate.
32
33 2018-04-26 Jan Beulich <jbeulich@suse.com>
34
35 * i386-gen.c (cpu_flag_init): Use CPU_XOP_FLAGS for
36 CPU_BDVER1_FLAGS. Use CPU_AVX2_FLAGS for CPU_ZNVER1_FLAGS. Use
37 CPU_AVX_FLAGS for CPU_BTVER1_FLAGS. Add CPU_XSAVE_FLAGS to
38 CPU_LWP_FLAGS, CPU_AVX_FLAGS, CPU_MPX_FLAGS, and CPU_OSPKE_FLAGS.
39 * i386-init.h: Re-generate.
40
41 2018-04-26 Jan Beulich <jbeulich@suse.com>
42
43 * i386-gen.c (cpu_flag_init): Drop all uses of CpuRegMMX,
44 CpuRegXMM, CpuRegYMM, CpuRegZMM, and CpuRegMask. Use
45 CPU_AVX2_FLAGS for CPU_AVX512F_FLAGS and drop bogus comment.
46 Don't use CPU_AVX2_FLAGS for CPU_AVX512VL_FLAGS and drop bogus
47 comment.
48 (cpu_flags): Drop CpuRegMMX, CpuRegXMM, CpuRegYMM, CpuRegZMM,
49 and CpuRegMask.
50 * i386-opc.h: CpuRegMMX, CpuRegXMM, CpuRegYMM, CpuRegZMM,
51 CpuRegMask: Delete.
52 (union i386_cpu_flags): Remove cpuregmmx, cpuregxmm, cpuregymm,
53 cpuregzmm, and cpuregmask.
54 * i386-init.h: Re-generate.
55 * i386-tbl.h: Re-generate.
56
57 2018-04-26 Jan Beulich <jbeulich@suse.com>
58
59 * i386-gen.c (cpu_flag_init): CPU_I586_FLAGS inherits Cpu387 only.
60 CPU_287_FLAGS is Cpu287 only. CPU_387_FLAGS is Cpu387 only.
61 * i386-init.h: Re-generate.
62
63 2018-04-26 Jan Beulich <jbeulich@suse.com>
64
65 * i386-gen.c (VexImmExt): Delete.
66 * i386-opc.h (VexImmExt, veximmext): Delete.
67 * i386-opc.tbl: Drop all VexImmExt uses.
68 * i386-tlb.h: Re-generate.
69
70 2018-04-25 Jan Beulich <jbeulich@suse.com>
71
72 * i386-opc.tbl (vpslld, vpsrad, vpsrld): Drop AVX512VL
73 register-only forms.
74 * i386-tlb.h: Re-generate.
75
76 2018-04-25 Tamar Christina <tamar.christina@arm.com>
77
78 * aarch64-tbl.h (sqrdmlah, sqrdmlsh): Fix masks.
79
80 2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
81
82 * i386-dis.c: Add REG_0F1C_MOD_0, MOD_0F1C_PREFIX_0,
83 PREFIX_0F1C.
84 * i386-gen.c (cpu_flag_init): Add CPU_CLDEMOTE_FLAGS,
85 (cpu_flags): Add CpuCLDEMOTE.
86 * i386-init.h: Regenerate.
87 * i386-opc.h (enum): Add CpuCLDEMOTE,
88 (i386_cpu_flags): Add cpucldemote.
89 * i386-opc.tbl: Add cldemote.
90 * i386-tbl.h: Regenerate.
91
92 2018-04-16 Alan Modra <amodra@gmail.com>
93
94 * Makefile.am: Remove sh5 and sh64 support.
95 * configure.ac: Likewise.
96 * disassemble.c: Likewise.
97 * disassemble.h: Likewise.
98 * sh-dis.c: Likewise.
99 * sh64-dis.c: Delete.
100 * sh64-opc.c: Delete.
101 * sh64-opc.h: Delete.
102 * Makefile.in: Regenerate.
103 * configure: Regenerate.
104 * po/POTFILES.in: Regenerate.
105
106 2018-04-16 Alan Modra <amodra@gmail.com>
107
108 * Makefile.am: Remove w65 support.
109 * configure.ac: Likewise.
110 * disassemble.c: Likewise.
111 * disassemble.h: Likewise.
112 * w65-dis.c: Delete.
113 * w65-opc.h: Delete.
114 * Makefile.in: Regenerate.
115 * configure: Regenerate.
116 * po/POTFILES.in: Regenerate.
117
118 2018-04-16 Alan Modra <amodra@gmail.com>
119
120 * configure.ac: Remove we32k support.
121 * configure: Regenerate.
122
123 2018-04-16 Alan Modra <amodra@gmail.com>
124
125 * Makefile.am: Remove m88k support.
126 * configure.ac: Likewise.
127 * disassemble.c: Likewise.
128 * disassemble.h: Likewise.
129 * m88k-dis.c: Delete.
130 * Makefile.in: Regenerate.
131 * configure: Regenerate.
132 * po/POTFILES.in: Regenerate.
133
134 2018-04-16 Alan Modra <amodra@gmail.com>
135
136 * Makefile.am: Remove i370 support.
137 * configure.ac: Likewise.
138 * disassemble.c: Likewise.
139 * disassemble.h: Likewise.
140 * i370-dis.c: Delete.
141 * i370-opc.c: Delete.
142 * Makefile.in: Regenerate.
143 * configure: Regenerate.
144 * po/POTFILES.in: Regenerate.
145
146 2018-04-16 Alan Modra <amodra@gmail.com>
147
148 * Makefile.am: Remove h8500 support.
149 * configure.ac: Likewise.
150 * disassemble.c: Likewise.
151 * disassemble.h: Likewise.
152 * h8500-dis.c: Delete.
153 * h8500-opc.h: Delete.
154 * Makefile.in: Regenerate.
155 * configure: Regenerate.
156 * po/POTFILES.in: Regenerate.
157
158 2018-04-16 Alan Modra <amodra@gmail.com>
159
160 * configure.ac: Remove tahoe support.
161 * configure: Regenerate.
162
163 2018-04-15 H.J. Lu <hongjiu.lu@intel.com>
164
165 * i386-dis.c (prefix_table): Replace Em with Edq on tpause and
166 umwait.
167 * i386-opc.tbl: Allow 32-bit registers for tpause and umwait in
168 64-bit mode.
169 * i386-tbl.h: Regenerated.
170
171 2018-04-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
172
173 * i386-dis.c (enum): Add PREFIX_MOD_0_0FAE_REG_6,
174 PREFIX_MOD_1_0FAE_REG_6.
175 (va_mode): New.
176 (OP_E_register): Use va_mode.
177 * i386-dis-evex.h (prefix_table):
178 New instructions (see prefixes above).
179 * i386-gen.c (cpu_flag_init): Add WAITPKG.
180 (cpu_flags): Likewise.
181 * i386-opc.h (enum): Likewise.
182 (i386_cpu_flags): Likewise.
183 * i386-opc.tbl: Add umonitor, umwait, tpause.
184 * i386-init.h: Regenerate.
185 * i386-tbl.h: Likewise.
186
187 2018-04-11 Alan Modra <amodra@gmail.com>
188
189 * opcodes/i860-dis.c: Delete.
190 * opcodes/i960-dis.c: Delete.
191 * Makefile.am: Remove i860 and i960 support.
192 * configure.ac: Likewise.
193 * disassemble.c: Likewise.
194 * disassemble.h: Likewise.
195 * Makefile.in: Regenerate.
196 * configure: Regenerate.
197 * po/POTFILES.in: Regenerate.
198
199 2018-04-04 H.J. Lu <hongjiu.lu@intel.com>
200
201 PR binutils/23025
202 * i386-dis.c (get_valid_dis386): Don't set vex.prefix nor vex.w
203 to 0.
204 (print_insn): Clear vex instead of vex.evex.
205
206 2018-04-04 Nick Clifton <nickc@redhat.com>
207
208 * po/es.po: Updated Spanish translation.
209
210 2018-03-28 Jan Beulich <jbeulich@suse.com>
211
212 * i386-gen.c (opcode_modifiers): Delete VecESize.
213 * i386-opc.h (VecESize): Delete.
214 (struct i386_opcode_modifier): Delete vecesize.
215 * i386-opc.tbl: Drop VecESize.
216 * i386-tlb.h: Re-generate.
217
218 2018-03-28 Jan Beulich <jbeulich@suse.com>
219
220 * i386-opc.h (NO_BROADCAST, BROADCAST_1TO16, BROADCAST_1TO8,
221 BROADCAST_1TO4, BROADCAST_1TO2): Delete.
222 (struct i386_opcode_modifier): Shrink broadcast field to 1 bit.
223 * i386-opc.tbl: Replace Broadcast=<N> by Broadcast.
224 * i386-tlb.h: Re-generate.
225
226 2018-03-28 Jan Beulich <jbeulich@suse.com>
227
228 * i386-opc.tbl (vcvt*d2si, vcvt*d2usi, vcvt*s2si, vcvt*s2usi):
229 Fold AVX512 forms
230 * i386-tlb.h: Re-generate.
231
232 2018-03-28 Jan Beulich <jbeulich@suse.com>
233
234 * i386-dis.c (prefix_table): Drop Y for cvt*2si.
235 (vex_len_table): Drop Y for vcvt*2si.
236 (putop): Replace plain 'Y' handling by abort().
237
238 2018-03-28 Nick Clifton <nickc@redhat.com>
239
240 PR 22988
241 * aarch64-tbl.h (aarch64_opcode_table): Add entries for LDFF1xx
242 instructions with only a base address register.
243 * aarch64-opc.c (operand_general_constraint_met_p): Add code to
244 handle AARHC64_OPND_SVE_ADDR_R.
245 (aarch64_print_operand): Likewise.
246 * aarch64-asm-2.c: Regenerate.
247 * aarch64_dis-2.c: Regenerate.
248 * aarch64-opc-2.c: Regenerate.
249
250 2018-03-22 Jan Beulich <jbeulich@suse.com>
251
252 * i386-opc.tbl: Drop VecESize from register only insn forms and
253 memory forms not allowing broadcast.
254 * i386-tlb.h: Re-generate.
255
256 2018-03-22 Jan Beulich <jbeulich@suse.com>
257
258 * i386-opc.tbl (vfrczs*, vphadd*, vphsub*, vpmacs*, vpmadcs*,
259 vprot*, vpsha*, vpshl*, bextr, blc*, bls*, t1mskc, tzmsk, sha1*,
260 sha256*): Drop Disp<N>.
261
262 2018-03-22 Jan Beulich <jbeulich@suse.com>
263
264 * i386-dis.c (EbndS, bnd_swap_mode): New.
265 (prefix_table): Use EbndS.
266 (OP_E_register, OP_E_memory): Also handle bnd_swap_mode.
267 * i386-opc.tbl (bndmov): Move misplaced Load.
268 * i386-tlb.h: Re-generate.
269
270 2018-03-22 Jan Beulich <jbeulich@suse.com>
271
272 * i386-opc.tbl (vcvtdq2pd, vcvtps2pd, vcvtudq2pd): Use separate
273 templates allowing memory operands and folded ones for register
274 only flavors.
275 * i386-tlb.h: Re-generate.
276
277 2018-03-22 Jan Beulich <jbeulich@suse.com>
278
279 * i386-opc.tbl (vfrczp*, vpcmov, vpermil2p*): Fold 128- and
280 256-bit templates. Drop redundant leftover Disp<N>.
281 * i386-tlb.h: Re-generate.
282
283 2018-03-14 Kito Cheng <kito.cheng@gmail.com>
284
285 * riscv-opc.c (riscv_insn_types): New.
286
287 2018-03-13 Nick Clifton <nickc@redhat.com>
288
289 * po/pt_BR.po: Updated Brazilian Portuguese translation.
290
291 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
292
293 * i386-opc.tbl: Add Optimize to clr.
294 * i386-tbl.h: Regenerated.
295
296 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
297
298 * i386-gen.c (opcode_modifiers): Remove OldGcc.
299 * i386-opc.h (OldGcc): Removed.
300 (i386_opcode_modifier): Remove oldgcc.
301 * i386-opc.tbl: Remove fsubp, fsubrp, fdivp and fdivrp
302 instructions for old (<= 2.8.1) versions of gcc.
303 * i386-tbl.h: Regenerated.
304
305 2018-03-08 Jan Beulich <jbeulich@suse.com>
306
307 * i386-opc.h (EVEXDYN): New.
308 * i386-opc.tbl: Fold various AVX512VL templates.
309 * i386-tlb.h: Re-generate.
310
311 2018-03-08 Jan Beulich <jbeulich@suse.com>
312
313 * i386-opc.tbl (vexpandpd, vexpandps, vmovapd, vmovaps,
314 vmovdqa32, vmovdqa64, vmovdqu32, vmovdqu64, vmovupd, vmovups,
315 vpexpandd, vpexpandq): Fold AFX512VF templates.
316 * i386-tlb.h: Re-generate.
317
318 2018-03-08 Jan Beulich <jbeulich@suse.com>
319
320 * i386-opc.tbl (vgf2p8affineinvqb, vgf2p8affineqb, vgf2p8mulb):
321 Fold 128- and 256-bit VEX-encoded templates.
322 * i386-tlb.h: Re-generate.
323
324 2018-03-08 Jan Beulich <jbeulich@suse.com>
325
326 * i386-opc.tbl (vexpandpd, vexpandps, vmovapd, vmovaps,
327 vmovdqa32, vmovdqa64, vmovdqu32, vmovdqu64, vmovupd, vmovups,
328 vpexpandd, vpexpandq): Fold AVX512F templates.
329 * i386-tlb.h: Re-generate.
330
331 2018-03-08 Jan Beulich <jbeulich@suse.com>
332
333 * i386-opc.tbl (llwpcb, slwpcb, lwpval, lwpins): Fold 32- and
334 64-bit templates. Drop Disp<N>.
335 * i386-tlb.h: Re-generate.
336
337 2018-03-08 Jan Beulich <jbeulich@suse.com>
338
339 * i386-opc.tbl (vfmadd*, vfmsub*, vfnmadd*, vfnmsub*): Fold 128-
340 and 256-bit templates.
341 * i386-tlb.h: Re-generate.
342
343 2018-03-08 Jan Beulich <jbeulich@suse.com>
344
345 * i386-opc.tbl (cmpxchg8b): Add NoRex64.
346 * i386-tlb.h: Re-generate.
347
348 2018-03-08 Jan Beulich <jbeulich@suse.com>
349
350 * i386-opc.tbl (cmpxchg16b, fisttp, fisttpll, bndmov, mwaitx):
351 Drop NoAVX.
352 * i386-tlb.h: Re-generate.
353
354 2018-03-08 Jan Beulich <jbeulich@suse.com>
355
356 * i386-opc.tbl (ldmxcsr, stmxcsr): Add NoAVX.
357 * i386-tlb.h: Re-generate.
358
359 2018-03-08 Jan Beulich <jbeulich@suse.com>
360
361 * i386-gen.c (opcode_modifiers): Delete FloatD.
362 * i386-opc.h (FloatD): Delete.
363 (struct i386_opcode_modifier): Delete floatd.
364 * i386-opc.tbl (fadd, fsub, fsubr, fmul, fdiv, fdivr): Replace
365 FloatD by D.
366 * i386-tlb.h: Re-generate.
367
368 2018-03-08 Jan Beulich <jbeulich@suse.com>
369
370 * i386-dis.c (float_reg): Adjust DC and DE fsub*/fdiv* patterns.
371
372 2018-03-08 Jan Beulich <jbeulich@suse.com>
373
374 * i386-opc.tbl (vmovd): Disallow Qword memory operands.
375 * i386-tlb.h: Re-generate.
376
377 2018-03-08 Jan Beulich <jbeulich@suse.com>
378
379 * i386-opc.tbl (vcvtpd2ps): Fold AVX 128- and 256-bit memory
380 forms.
381 * i386-tlb.h: Re-generate.
382
383 2018-03-07 Alan Modra <amodra@gmail.com>
384
385 * disassemble.c (disassembler): Use bfd_arch_powerpc entry for
386 bfd_arch_rs6000.
387 * disassemble.h (print_insn_rs6000): Delete.
388 * ppc-dis.c (powerpc_init_dialect): Handle rs6000.
389 (disassemble_init_powerpc): Call powerpc_init_dialect for rs6000.
390 (print_insn_rs6000): Delete.
391
392 2018-03-03 Alan Modra <amodra@gmail.com>
393
394 * sysdep.h (opcodes_error_handler): Define.
395 (_bfd_error_handler): Declare.
396 * Makefile.am: Remove stray #.
397 * opc2c.c (main): Remove bogus -l arg handling. Print "DO NOT
398 EDIT" comment.
399 * aarch64-dis.c, * arc-dis.c, * arm-dis.c, * avr-dis.c,
400 * d30v-dis.c, * h8300-dis.c, * mmix-dis.c, * ppc-dis.c,
401 * riscv-dis.c, * s390-dis.c, * sparc-dis.c, * v850-dis.c: Use
402 opcodes_error_handler to print errors. Standardize error messages.
403 * msp430-decode.opc, * nios2-dis.c, * rl78-decode.opc: Likewise,
404 and include opintl.h.
405 * nds32-asm.c: Likewise, and include sysdep.h and opintl.h.
406 * i386-gen.c: Standardize error messages.
407 * msp430-decode.c, * rl78-decode.c, rx-decode.c: Regenerate.
408 * Makefile.in: Regenerate.
409 * epiphany-asm.c, * epiphany-desc.c, * epiphany-dis.c,
410 * epiphany-ibld.c, * fr30-asm.c, * fr30-desc.c, * fr30-dis.c,
411 * fr30-ibld.c, * frv-asm.c, * frv-desc.c, * frv-dis.c, * frv-ibld.c,
412 * frv-opc.c, * ip2k-asm.c, * ip2k-desc.c, * ip2k-dis.c, * ip2k-ibld.c,
413 * iq2000-asm.c, * iq2000-desc.c, * iq2000-dis.c, * iq2000-ibld.c,
414 * lm32-asm.c, * lm32-desc.c, * lm32-dis.c, * lm32-ibld.c,
415 * m32c-asm.c, * m32c-desc.c, * m32c-dis.c, * m32c-ibld.c,
416 * m32r-asm.c, * m32r-desc.c, * m32r-dis.c, * m32r-ibld.c,
417 * mep-asm.c, * mep-desc.c, * mep-dis.c, * mep-ibld.c, * mt-asm.c,
418 * mt-desc.c, * mt-dis.c, * mt-ibld.c, * or1k-asm.c, * or1k-desc.c,
419 * or1k-dis.c, * or1k-ibld.c, * xc16x-asm.c, * xc16x-desc.c,
420 * xc16x-dis.c, * xc16x-ibld.c, * xstormy16-asm.c, * xstormy16-desc.c,
421 * xstormy16-dis.c, * xstormy16-ibld.c: Regenerate.
422
423 2018-03-01 H.J. Lu <hongjiu.lu@intel.com>
424
425 * * i386-opc.tbl: Add "Optimize" to AVX256 and AVX512
426 vpsub[bwdq] instructions.
427 * i386-tbl.h: Regenerated.
428
429 2018-03-01 Alan Modra <amodra@gmail.com>
430
431 * configure.ac (ALL_LINGUAS): Sort.
432 * configure: Regenerate.
433
434 2018-02-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
435
436 * arm-dis.c (print_insn_coprocessor): Replace uses of ARM_FEATURE_COPY
437 macro by assignements.
438
439 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
440
441 PR gas/22871
442 * i386-gen.c (opcode_modifiers): Add Optimize.
443 * i386-opc.h (Optimize): New enum.
444 (i386_opcode_modifier): Add optimize.
445 * i386-opc.tbl: Add "Optimize" to "mov $imm, reg",
446 "sub reg, reg/mem", "test $imm, acc", "test $imm, reg/mem",
447 "and $imm, acc", "and $imm, reg/mem", "xor reg, reg/mem",
448 "movq $imm, reg" and AVX256 and AVX512 versions of vandnps,
449 vandnpd, vpandn, vpandnd, vpandnq, vxorps, vxorpd, vpxor,
450 vpxord and vpxorq.
451 * i386-tbl.h: Regenerated.
452
453 2018-02-26 Alan Modra <amodra@gmail.com>
454
455 * crx-dis.c (getregliststring): Allocate a large enough buffer
456 to silence false positive gcc8 warning.
457
458 2018-02-22 Shea Levy <shea@shealevy.com>
459
460 * disassemble.c (ARCH_riscv): Define if ARCH_all.
461
462 2018-02-22 H.J. Lu <hongjiu.lu@intel.com>
463
464 * i386-opc.tbl: Add {rex},
465 * i386-tbl.h: Regenerated.
466
467 2018-02-20 Maciej W. Rozycki <macro@mips.com>
468
469 * mips16-opc.c (decode_mips16_operand) <'M'>: Remove case.
470 (mips16_opcodes): Replace `M' with `m' for "restore".
471
472 2018-02-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
473
474 * arm-dis.c (thumb_opcodes): Fix BXNS mask.
475
476 2018-02-13 Maciej W. Rozycki <macro@mips.com>
477
478 * wasm32-dis.c (print_insn_wasm32): Rename `index' local
479 variable to `function_index'.
480
481 2018-02-13 Nick Clifton <nickc@redhat.com>
482
483 PR 22823
484 * metag-dis.c (print_fmmov): Double buffer size to avoid warning
485 about truncation of printing.
486
487 2018-02-12 Henry Wong <henry@stuffedcow.net>
488
489 * mips-opc.c (mips_builtin_opcodes): Correct "sigrie" encoding.
490
491 2018-02-05 Nick Clifton <nickc@redhat.com>
492
493 * po/pt_BR.po: Updated Brazilian Portuguese translation.
494
495 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
496
497 * i386-dis.c (enum): Add pconfig.
498 * i386-gen.c (cpu_flag_init): Add CPU_PCONFIG_FLAGS.
499 (cpu_flags): Add CpuPCONFIG.
500 * i386-opc.h (enum): Add CpuPCONFIG.
501 (i386_cpu_flags): Add cpupconfig.
502 * i386-opc.tbl: Add PCONFIG instruction.
503 * i386-init.h: Regenerate.
504 * i386-tbl.h: Likewise.
505
506 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
507
508 * i386-dis.c (enum): Add PREFIX_0F09.
509 * i386-gen.c (cpu_flag_init): Add CPU_WBNOINVD_FLAGS.
510 (cpu_flags): Add CpuWBNOINVD.
511 * i386-opc.h (enum): Add CpuWBNOINVD.
512 (i386_cpu_flags): Add cpuwbnoinvd.
513 * i386-opc.tbl: Add WBNOINVD instruction.
514 * i386-init.h: Regenerate.
515 * i386-tbl.h: Likewise.
516
517 2018-01-17 Jim Wilson <jimw@sifive.com>
518
519 * riscv-opc.c (riscv_opcodes) <addi>: Use z instead of 0.
520
521 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
522
523 * i386-gen.c (cpu_flag_init): Delete CPU_CET_FLAGS, CpuCET.
524 Add CPU_IBT_FLAGS, CPU_SHSTK_FLAGS, CPY_ANY_IBT_FLAGS,
525 CPU_ANY_SHSTK_FLAGS, CpuIBT, CpuSHSTK.
526 (cpu_flags): Add CpuIBT, CpuSHSTK.
527 * i386-opc.h (enum): Add CpuIBT, CpuSHSTK.
528 (i386_cpu_flags): Add cpuibt, cpushstk.
529 * i386-opc.tbl: Change CpuCET to CpuSHSTK and CpuIBT.
530 * i386-init.h: Regenerate.
531 * i386-tbl.h: Likewise.
532
533 2018-01-16 Nick Clifton <nickc@redhat.com>
534
535 * po/pt_BR.po: Updated Brazilian Portugese translation.
536 * po/de.po: Updated German translation.
537
538 2018-01-15 Jim Wilson <jimw@sifive.com>
539
540 * riscv-opc.c (match_c_nop): New.
541 (riscv_opcodes) <addi>: Handle an addi that compresses to c.nop.
542
543 2018-01-15 Nick Clifton <nickc@redhat.com>
544
545 * po/uk.po: Updated Ukranian translation.
546
547 2018-01-13 Nick Clifton <nickc@redhat.com>
548
549 * po/opcodes.pot: Regenerated.
550
551 2018-01-13 Nick Clifton <nickc@redhat.com>
552
553 * configure: Regenerate.
554
555 2018-01-13 Nick Clifton <nickc@redhat.com>
556
557 2.30 branch created.
558
559 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
560
561 * i386-opc.tbl: Remove VL variants for 4FMAPS and 4VNNIW insns.
562 * i386-tbl.h: Regenerate.
563
564 2018-01-10 Jan Beulich <jbeulich@suse.com>
565
566 * i386-opc.tbl (v4fmaddss, v4fnmaddss): Adjust Disp8MemShift.
567 * i386-tbl.h: Re-generate.
568
569 2018-01-10 Jan Beulich <jbeulich@suse.com>
570
571 * i386-opc.tbl (vpcmpeqb, vpcmpleb, vpcmpltb, vpcmpneqb,
572 vpcmpnleb, vpcmpnltb, vpcmpequb, vpcmpleub, vpcmpltub,
573 vpcmpnequb, vpcmpnleub, vpcmpnltub, vpcmpeqw, vpcmplew,
574 vpcmpltw, vpcmpneqw, vpcmpnlew, vpcmpnltw, vpcmpequw, vpcmpleuw,
575 vpcmpltuw, vpcmpnequw, vpcmpnleuw, vpcmpnltuw): Adjust
576 Disp8MemShift of AVX512VL forms.
577 * i386-tbl.h: Re-generate.
578
579 2018-01-09 Jim Wilson <jimw@sifive.com>
580
581 * riscv-dis.c (maybe_print_address): If base_reg is zero,
582 then the hi_addr value is zero.
583
584 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
585
586 * arm-dis.c (arm_opcodes): Add csdb.
587 (thumb32_opcodes): Add csdb.
588
589 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
590
591 * aarch64-tbl.h (aarch64_opcode_table): Add "csdb".
592 * aarch64-asm-2.c: Regenerate.
593 * aarch64-dis-2.c: Regenerate.
594 * aarch64-opc-2.c: Regenerate.
595
596 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
597
598 PR gas/22681
599 * i386-opc.tbl: Properly encode vmovd with Qword memeory operand.
600 Remove AVX512 vmovd with 64-bit operands.
601 * i386-tbl.h: Regenerated.
602
603 2018-01-05 Jim Wilson <jimw@sifive.com>
604
605 * riscv-dis.c (print_insn_args) <'s'>: Call maybe_print_address for a
606 jalr.
607
608 2018-01-03 Alan Modra <amodra@gmail.com>
609
610 Update year range in copyright notice of all files.
611
612 2018-01-02 Jan Beulich <jbeulich@suse.com>
613
614 * i386-gen.c (operand_type_init): Restore OPERAND_TYPE_REGYMM
615 and OPERAND_TYPE_REGZMM entries.
616
617 For older changes see ChangeLog-2017
618 \f
619 Copyright (C) 2018 Free Software Foundation, Inc.
620
621 Copying and distribution of this file, with or without modification,
622 are permitted in any medium without royalty provided the copyright
623 notice and this notice are preserved.
624
625 Local Variables:
626 mode: change-log
627 left-margin: 8
628 fill-column: 74
629 version-control: never
630 End: