Enable Intel PCONFIG instruction.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2
3 * config/tc-i386.c (cpu_arch): Add .pconfig.
4 * doc/c-i386.texi: Document .pconfig.
5 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
6 * testsuite/gas/i386/pconfig-intel.d: New test.
7 * testsuite/gas/i386/pconfig.d: Likewise.
8 * testsuite/gas/i386/pconfig.s: Likewise.
9 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
10 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
11 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
12
13 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
14
15 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
16 * doc/c-i386.texi: Document .wbnoinvd.
17 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
18 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
19 * testsuite/gas/i386/wbnoinvd.d: Likewise.
20 * testsuite/gas/i386/wbnoinvd.s: Likewise.
21 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
22 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
23 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
24
25 2018-01-23 Maciej W. Rozycki <macro@mips.com>
26
27 * config/tc-mips.c (md_show_usage): Correctly indicate the
28 configuration-specific default ABI.
29
30 2018-01-23 Maciej W. Rozycki <macro@mips.com>
31
32 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
33 `-mno-mips16e2' options.
34
35 2018-01-22 Maciej W. Rozycki <macro@mips.com>
36
37 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
38 Correct syntax of the `.set nomips16e2' directive description.
39
40 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
41
42 PR 22737
43 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
44 * testsuite/gas/rx/pr22737.s: New test.
45 * testsuite/gas/rx/pr22737.d: Likewise.
46 * testsuite/gas/rx/rx.exp: Run the new test.
47
48 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
49
50 * config/tc-arm.c (ToC macro): Remove spurious comment.
51 (ToU macro): Likewise.
52
53 2018-01-17 Jim Wilson <jimw@sifive.com>
54
55 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
56 (riscv_ip) <'z'>: New.
57
58 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
59
60 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
61 (cpu_noarch): Add noibt, noshstk.
62 (parse_insn): Change cpucet to cpuibt.
63 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
64 * testsuite/gas/i386/cet-ibt-inval.l: New test.
65 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
66 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
67 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
68 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
69 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
70 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
71 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
72
73 2018-01-16 Nick Clifton <nickc@redhat.com>
74
75 * po/fr.po: Updated French translation.
76
77 2018-01-15 Jim Wilson <jimw@sifive.com>
78
79 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
80 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
81
82 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
83
84 * config/tc-arm.c (ToC): Define macro.
85 (ToU): Likewise.
86 (insns): Make use of above macros for new instructions introduced in
87 Armv8-M.
88
89 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
90
91 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
92 and vlstm conditionally executable and reindent parameters.
93 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
94 aforementionned instructions.
95
96 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
97
98 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
99 profile architecture or if in autodetection mode. Clarify that
100 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
101 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
102 message.
103 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
104 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
105 * testsuite/gas/arm/udf.l: Likewise.
106 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
107
108 2018-01-15 Nick Clifton <nickc@redhat.com>
109
110 * po/uk.po: Updated Ukranian translation.
111
112 2018-01-13 Nick Clifton <nickc@redhat.com>
113
114 * po/gas.pot: Regenerated.
115
116 2018-01-13 Nick Clifton <nickc@redhat.com>
117
118 * configure: Regenerate.
119
120 2018-01-13 Nick Clifton <nickc@redhat.com>
121
122 2.30 branch created.
123 * NEWS: Add marker for 2.30.
124
125 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
126
127 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
128 define to 0 and 1. Remove a dangling reference to "AMD 29000"
129 in a comment.
130
131 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
132
133 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
134 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
135 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
136 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
137 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
138 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
139 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
140 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
141 tests.
142 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
143 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
144 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
145 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
146 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
147 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
148 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
149 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
150
151 2018-01-11 Alan Modra <amodra@gmail.com>
152
153 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
154 positive "‘profile’ may be used uninitialized".
155
156 2018-01-10 Jan Beulich <jbeulich@suse.com>
157
158 * testsuite/gas/i386/avx512_4fmaps.s,
159 testsuite/gas/i386/avx512_4fmaps_vl.s,
160 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
161 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
162 Disp8 forms (and the transition happening at the right
163 boundary).
164 * testsuite/gas/i386/avx512_4fmaps.d,
165 testsuite/gas/i386/avx512_4fmaps-intel.d,
166 testsuite/gas/i386/avx512_4fmaps_vl.d,
167 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
168 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
169 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
170 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
171 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
172 expectations.
173
174 2018-01-10 Jan Beulich <jbeulich@suse.com>
175
176 * testsuite/gas/i386/avx512bw.s,
177 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
178 operands.
179 * testsuite/gas/i386/avx512bw-intel.d,
180 testsuite/gas/i386/avx512bw.d,
181 testsuite/gas/i386/avx512bw_vl-intel.d.
182 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
183
184 2018-01-09 Jim Wilson <jimw@sifive.com>
185
186 * testsuite/gas/riscv/auipc-x0.d: New.
187 * testsuite/gas/riscv/auipc-x0.s: New.
188
189 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
190
191 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
192 in Arm execution state, and Armv6T2 and above in Thumb execution
193 state.
194 * testsuite/gas/arm/csdb.s: New.
195 * testsuite/gas/arm/csdb.d: New.
196 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
197 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
198
199 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
200
201 * testsuite/gas/aarch64/system.d: Update expected results to expect
202 CSDB for hint 0x14.
203
204 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
205
206 PR gas/22681
207 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
208 x86-64-movd-intel.
209 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
210 * testsuite/gas/i386/x86-64-movd.d: Likewise.
211 * testsuite/gas/i386/x86-64-movd.s: Likewise.
212
213 2018-01-08 Nick Clifton <nickc@redhat.com>
214
215 PR 22553
216 * doc/c-i386.texi (i386-Directives): Document the .largecomm
217 directive.
218
219 2018-01-04 Jim Wilson <jimw@sifive.com>
220
221 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
222 * testsuite/gas/riscv/priv-reg.d: Likewise.
223
224 2018-01-03 Alan Modra <amodra@gmail.com>
225
226 Update year range in copyright notice of all files.
227
228 2018-01-02 Nick Clifton <nickc@redhat.com>
229
230 PR 18119
231 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
232 version of ARM MRS instruction.
233
234 For older changes see ChangeLog-2017
235 \f
236 Copyright (C) 2018 Free Software Foundation, Inc.
237
238 Copying and distribution of this file, with or without modification,
239 are permitted in any medium without royalty provided the copyright
240 notice and this notice are preserved.
241
242 Local Variables:
243 mode: change-log
244 left-margin: 8
245 fill-column: 74
246 version-control: never
247 End:
This page took 0.072547 seconds and 5 git commands to generate.