Updated Brazillian portuguese and Russian translation
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
f174ef9f
NC
12018-02-05 Nick Clifton <nickc@redhat.com>
2
3 * po/pt_BR.po: Updated Brazilian Portuguese translation.
4
be3a8dca
IT
52018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
6
7 * i386-dis.c (enum): Add pconfig.
8 * i386-gen.c (cpu_flag_init): Add CPU_PCONFIG_FLAGS.
9 (cpu_flags): Add CpuPCONFIG.
10 * i386-opc.h (enum): Add CpuPCONFIG.
11 (i386_cpu_flags): Add cpupconfig.
12 * i386-opc.tbl: Add PCONFIG instruction.
13 * i386-init.h: Regenerate.
14 * i386-tbl.h: Likewise.
15
3233d7d0
IT
162018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
17
18 * i386-dis.c (enum): Add PREFIX_0F09.
19 * i386-gen.c (cpu_flag_init): Add CPU_WBNOINVD_FLAGS.
20 (cpu_flags): Add CpuWBNOINVD.
21 * i386-opc.h (enum): Add CpuWBNOINVD.
22 (i386_cpu_flags): Add cpuwbnoinvd.
23 * i386-opc.tbl: Add WBNOINVD instruction.
24 * i386-init.h: Regenerate.
25 * i386-tbl.h: Likewise.
26
e925c834
JW
272018-01-17 Jim Wilson <jimw@sifive.com>
28
29 * riscv-opc.c (riscv_opcodes) <addi>: Use z instead of 0.
30
d777820b
IT
312018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
32
33 * i386-gen.c (cpu_flag_init): Delete CPU_CET_FLAGS, CpuCET.
34 Add CPU_IBT_FLAGS, CPU_SHSTK_FLAGS, CPY_ANY_IBT_FLAGS,
35 CPU_ANY_SHSTK_FLAGS, CpuIBT, CpuSHSTK.
36 (cpu_flags): Add CpuIBT, CpuSHSTK.
37 * i386-opc.h (enum): Add CpuIBT, CpuSHSTK.
38 (i386_cpu_flags): Add cpuibt, cpushstk.
39 * i386-opc.tbl: Change CpuCET to CpuSHSTK and CpuIBT.
40 * i386-init.h: Regenerate.
41 * i386-tbl.h: Likewise.
42
f6efed01
NC
432018-01-16 Nick Clifton <nickc@redhat.com>
44
45 * po/pt_BR.po: Updated Brazilian Portugese translation.
46 * po/de.po: Updated German translation.
47
2721d702
JW
482018-01-15 Jim Wilson <jimw@sifive.com>
49
50 * riscv-opc.c (match_c_nop): New.
51 (riscv_opcodes) <addi>: Handle an addi that compresses to c.nop.
52
616dcb87
NC
532018-01-15 Nick Clifton <nickc@redhat.com>
54
55 * po/uk.po: Updated Ukranian translation.
56
3957a496
NC
572018-01-13 Nick Clifton <nickc@redhat.com>
58
59 * po/opcodes.pot: Regenerated.
60
769c7ea5
NC
612018-01-13 Nick Clifton <nickc@redhat.com>
62
63 * configure: Regenerate.
64
faf766e3
NC
652018-01-13 Nick Clifton <nickc@redhat.com>
66
67 2.30 branch created.
68
888a89da
IT
692018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
70
71 * i386-opc.tbl: Remove VL variants for 4FMAPS and 4VNNIW insns.
72 * i386-tbl.h: Regenerate.
73
cbda583a
JB
742018-01-10 Jan Beulich <jbeulich@suse.com>
75
76 * i386-opc.tbl (v4fmaddss, v4fnmaddss): Adjust Disp8MemShift.
77 * i386-tbl.h: Re-generate.
78
c9e92278
JB
792018-01-10 Jan Beulich <jbeulich@suse.com>
80
81 * i386-opc.tbl (vpcmpeqb, vpcmpleb, vpcmpltb, vpcmpneqb,
82 vpcmpnleb, vpcmpnltb, vpcmpequb, vpcmpleub, vpcmpltub,
83 vpcmpnequb, vpcmpnleub, vpcmpnltub, vpcmpeqw, vpcmplew,
84 vpcmpltw, vpcmpneqw, vpcmpnlew, vpcmpnltw, vpcmpequw, vpcmpleuw,
85 vpcmpltuw, vpcmpnequw, vpcmpnleuw, vpcmpnltuw): Adjust
86 Disp8MemShift of AVX512VL forms.
87 * i386-tbl.h: Re-generate.
88
35fd2b2b
JW
892018-01-09 Jim Wilson <jimw@sifive.com>
90
91 * riscv-dis.c (maybe_print_address): If base_reg is zero,
92 then the hi_addr value is zero.
93
91d8b670
JG
942018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
95
96 * arm-dis.c (arm_opcodes): Add csdb.
97 (thumb32_opcodes): Add csdb.
98
be2e7d95
JG
992018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
100
101 * aarch64-tbl.h (aarch64_opcode_table): Add "csdb".
102 * aarch64-asm-2.c: Regenerate.
103 * aarch64-dis-2.c: Regenerate.
104 * aarch64-opc-2.c: Regenerate.
105
704a705d
L
1062018-01-08 H.J. Lu <hongjiu.lu@intel.com>
107
108 PR gas/22681
109 * i386-opc.tbl: Properly encode vmovd with Qword memeory operand.
110 Remove AVX512 vmovd with 64-bit operands.
111 * i386-tbl.h: Regenerated.
112
35eeb78f
JW
1132018-01-05 Jim Wilson <jimw@sifive.com>
114
115 * riscv-dis.c (print_insn_args) <'s'>: Call maybe_print_address for a
116 jalr.
117
219d1afa
AM
1182018-01-03 Alan Modra <amodra@gmail.com>
119
120 Update year range in copyright notice of all files.
121
1508bbf5
JB
1222018-01-02 Jan Beulich <jbeulich@suse.com>
123
124 * i386-gen.c (operand_type_init): Restore OPERAND_TYPE_REGYMM
125 and OPERAND_TYPE_REGZMM entries.
126
1e563868 127For older changes see ChangeLog-2017
3499769a 128\f
1e563868 129Copyright (C) 2018 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.129933 seconds and 4 git commands to generate.