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