Updated Spanish translation for the bfd/ sub-directory, and updated Ukranian translat...
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2018-03-19 Nick Clifton <nickc@redhat.com>
2
3 * po/uk.po: Updated Ukranian translation.
4
5 2018-03-16 Jim Wilson <jimw@sifive.com>
6
7 * config/tc-riscv.c (check_absolute_expr): Expand comment. New
8 parameter maybe_csr. If maybe_csr and O_symbol, print CSR name.
9 (riscv_ip): Add new argument to check_absolute_expr calls.
10 * testsuite/gas/riscv/bad-csr.d: New.
11 * testsuite/gas/riscv/bad-csr.l: New.
12 * testsuite/gas/riscv/bad-csr.s: New.
13
14 2018-03-14 Kito Cheng <kito.cheng@gmail.com>
15
16 * config/tc-riscv.c (opcode_name_list): New.
17 (opcode_names_hash): Likewise.
18 (init_opcode_names_hash): Likewise.
19 (opcode_name_lookup): Likewise.
20 (validate_riscv_insn): New argument length, and add new format
21 which used in .insn directive.
22 (md_begin): Refine hash table initialization logic into
23 init_opcode_hash.
24 (init_opcode_hash): New.
25 (my_getOpcodeExpression): Parse opcode name for .insn.
26 (riscv_ip): New argument hash, able to handle .insn directive.
27 (s_riscv_insn): Handler for .insn directive.
28 (riscv_pseudo_table): New entry for .insn.
29 * doc/c-riscv.texi: Add documentation for .insn directive.
30 * testsuite/gas/riscv/insn.d: Add testcase for .insn directive.
31 * testsuite/gas/riscv/insn.s: Likewise.
32
33 2018-03-13 Nick Clifton <nickc@redhat.com>
34
35 * po/ru.po: Updated Russian translation.
36
37 2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
38
39 * config/tc-i386.c (optimize_encoding): Encode EVEX instructions
40 with VEX128 if EVEX encoding isn't required.
41 * testsuite/gas/i386/optimize-1.d: Updated.
42 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
43
44 2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
45
46 * config/tc-i386.c (check_VecOperations): Strip whitespace.
47 * testsuite/gas/i386/optimize-1.s: Add whitespaces before
48 {%k7} and {z},
49 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
50
51 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
52
53 * config/tc-i386.c (set_cpu_arch): Set cpu_arch_isa_flags.
54 (md_parse_option): Likewise.
55 (optimize_encoding): Check i.tm.cpu_flags and cpu_arch_isa_flags
56 for cpuavx512vl instead of cpu_arch_flags. Optimize EVEX with
57 EVEX128 when EVEX encoding is required.
58 * testsuite/gas/i386/i386.exp: Run optimize-4, optimize-5,
59 x86-64-optimize-5 and x86-64-optimize-6.
60 * testsuite/gas/i386/optimize-1.d: Updated.
61 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
62 * testsuite/gas/i386/optimize-4.d: New file.
63 * testsuite/gas/i386/optimize-4.s: Likewise.
64 * testsuite/gas/i386/optimize-5.d: Likewise.
65 * testsuite/gas/i386/optimize-5.s: Likewise.
66 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
67 * testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
68 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
69 * testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
70
71 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
72
73 * config/tc-i386.c (optimize_encoding): Also encode "clr reg64"
74 as "xor reg32, reg32".
75 * testsuite/gas/i386/x86-64-optimize-1.s: Add "clr reg64" tests.
76 * testsuite/gas/i386/x86-64-optimize-1.d: Updated.
77
78 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
79
80 * NEWS: Mention -mold-gcc removal.
81 * config/tc-i386.c (i386_error): Remove old_gcc_only.
82 (old_gcc): Removed.
83 (match_template): Remove old gcc support.
84 (OPTION_MOLD_GCC): Removed.
85 (OPTION_MRELAX_RELOCATIONS): Updated.
86 (md_longopts): Remove OPTION_MOLD_GCC.
87 (md_parse_option): Likewise.
88 (md_show_usage): Remove -mold-gcc.
89 * testsuite/gas/i386/general.s: Convert fsub/fdiv tests for old
90 (<= 2.8.1) versions of gcc.
91 * testsuite/gas/i386/intel.s: Likewise.
92 * testsuite/gas/i386/general.l: Updated.
93 * testsuite/gas/i386/intel-intel.d: Likewise.
94 * testsuite/gas/i386/intel.d: Likewise.
95 * testsuite/gas/i386/intel.e: Likewise.
96 * testsuite/gas/i386/i386.exp: Don't pass -mold-gcc to general.
97
98 2018-03-08 Jan Beulich <jbeulich@suse.com>
99
100 * config/tc-i386.c (is_evex_encoding): New.
101 (optimize_encoding, md_assemble, md_assemble,
102 VEX_check_operands, build_modrm_byte): Use is_evex_encoding.
103 (build_evex_prefix): Derive EVEX length field from actual
104 operands if the template allows multiple ones.
105
106 2018-03-08 Jan Beulich <jbeulich@suse.com>
107
108 * config/tc-i386.c (build_modrm_byte): Make VexNDD handling cope
109 with 3rd (immediate) operand.
110
111 2018-03-08 Jan Beulich <jbeulich@suse.com>
112
113 * config/tc-i386.c (XMMWORD_MNEM_SUFFIX, YMMWORD_MNEM_SUFFIX,
114 ZMMWORD_MNEM_SUFFIX): Delete.
115 (process_suffix): Drop their uses. Re-arrange final part of
116 logic into a switch() statement. Drop special casing of
117 cmpxchg8b.
118
119 2018-03-08 Jan Beulich <jbeulich@suse.com>
120
121 * config/tc-i386.c (match_template): Also match register
122 operands 0 and 2 for 3-operand forms.
123 * testsuite/gas/i386/unspec64.l, testsuite/gas/i386/unspec64.s:
124 New.
125 * testsuite/gas/i386/i386.exp: Run new test.
126
127 2018-03-08 Jan Beulich <jbeulich@suse.com>
128
129 * config/tc-i386.c (process_suffix): Do common part of register
130 checks first.
131
132 2018-03-08 Jan Beulich <jbeulich@suse.com>
133
134 * config/tc-i386.c (parse_insn): Move success return up. Combine
135 failure returns.
136
137 2018-03-08 Jan Beulich <jbeulich@suse.com>
138
139 * config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX
140 logic. Add respective logic for AVX512F.
141 * testsuite/gas/i386/arch-avx-1.s: Add GFNI test.
142 testsuite/gas/i386/arch-avx-1.d,
143 testsuite/gas/i386/arch-avx-1-1.l,
144 testsuite/gas/i386/arch-avx-1-2.l,
145 testsuite/gas/i386/arch-avx-1-3.l,
146 testsuite/gas/i386/arch-avx-1-4.l,
147 testsuite/gas/i386/arch-avx-1-5.l,
148 testsuite/gas/i386/arch-avx-1-6.l: Adjust expectations.
149 * testsuite/gas/i386/arch-avx-1-7.l,
150 testsuite/gas/i386/arch-avx-1-7.s,
151 testsuite/gas/i386/arch-avx-1-8.l,
152 testsuite/gas/i386/arch-avx-1-8.s,
153 testsuite/gas/i386/avx512f-plain.l,
154 testsuite/gas/i386/avx512f-plain.s,
155 testsuite/gas/i386/avx512vl-plain.l,
156 testsuite/gas/i386/avx512vl-plain.s: New.
157 * testsuite/gas/i386/i386.exp: Run new tests.
158
159 2018-03-08 Jan Beulich <jbeulich@suse.com>
160
161 * config/tc-i386.c (cpu_flags_match): Move AVX512VL check ahead.
162
163 2018-03-08 Jan Beulich <jbeulich@suse.com>
164
165 * config/tc-i386.c (CPU_FLAGS_32BIT_MATCH): Delete.
166 (cpu_flags_match): Use CPU_FLAGS_ARCH_MATCH instead of
167 CPU_FLAGS_32BIT_MATCH.
168
169 2018-03-08 Jan Beulich <jbeulich@suse.com>
170
171 * config/tc-i386.c (CPU_FLAGS_AES_MATCH, CPU_FLAGS_AVX_MATCH,
172 CPU_FLAGS_PCLMUL_MATCH): Delete.
173 (CPU_FLAGS_32BIT_MATCH): Drop uses of deleted CPU_FLAGS_*_MATCH.
174 (cpu_flags_match): Combine AVX checks into
175 single if().
176
177 2018-03-08 Jan Beulich <jbeulich@suse.com>
178
179 * config/tc-i386.c (cpu_flags_match): Drop "else" branches
180 setting CPU_FLAGS_ARCH_MATCH.
181
182 2018-03-08 Jan Beulich <jbeulich@suse.com>
183
184 * config/tc-i386.c (md_assemble): Extend SSE check conditional.
185 * testsuite/gas/i386/ilp32/x86-64-sse-check-none.d,
186 testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d,
187 testsuite/gas/i386/ilp32/x86-64-sse-check.d,
188 testsuite/gas/i386/sse-check-none.d,
189 testsuite/gas/i386/sse-check-warn.d,
190 testsuite/gas/i386/x86-64-sse-check.d,
191 testsuite/gas/i386/x86-64-sse-check-none.d,
192 testsuite/gas/i386/x86-64-sse-check-warn.d: Refer to sse-check.d.
193 * testsuite/gas/i386/sse-check.s: Add AES, GFNI, and PCLMUL
194 tests.
195 * testsuite/gas/i386/sse-check-none.s: Replace code by inclusion
196 of sse-check.s.
197 * testsuite/gas/i386/sse-check.d: Adjust expectations.
198 * testsuite/gas/i386/sse-check-error.l,
199 testsuite/gas/i386/x86-64-sse-check-error.l: Likewise.
200 * testsuite/gas/i386/sse-check-warn.e: Likewise.
201
202 2018-03-08 Jan Beulich <jbeulich@suse.com>
203
204 * config/tc-i386.c (operand_size_match): Drop / replace uses of
205 .floatd.
206
207 2018-03-08 Jan Beulich <jbeulich@suse.com>
208
209 * testsuite/gas/i386/intel-intel.d: New.
210 * testsuite/gas/i386/i386.exp: Run new test.
211
212 2018-03-08 Jan Beulich <jbeulich@suse.com>
213
214 * config/tc-i386.c (process_operands): Access operands only
215 after operand count assertion. Sanitize warning text. Fix
216 indentation.
217 * testsuite/gas/i386/avx512_4fmaps-warn.l,
218 gas/i386/x86-64-avx512_4fmaps-warn.l: Adjust expectations.
219
220 2018-03-08 Jan Beulich <jbeulich@suse.com>
221
222 * testsuite/gas/i386/x86-64-movd.s: Drop bogus vmovd memory forms.
223 * testsuite/gas/i386/x86-64-movd.d,
224 testsuite/gas/i386/x86-64-movd-intel.d: Adjust expectations.
225
226 2018-03-08 Jan Beulich <jbeulich@suse.com>
227
228 * config/tc-i386.c (operand_type_and_not): New.
229 (build_modrm_byte): Use it to prevent clearing unrelated bits.
230
231 2018-03-08 Alan Modra <amodra@gmail.com>
232
233 * config/tc-ppc.c (ppc_handle_align): Correct last patch. Really
234 don't emit a group terminating nop for power9. Simplify cpu
235 tests.
236
237 2018-03-08 Alan Modra <amodra@gmail.com>
238
239 * config/tc-ppc.c (ppc_handle_align): Don't emit a group
240 terminating nop for power9.
241
242 2018-03-07 H.J. Lu <hongjiu.lu@intel.com>
243
244 PR gas/22874
245 * config/tc-i386.c (f32_5): Removed.
246 (f32_8): Likewise.
247 (f32_9): Likewise.
248 (f32_10): Likewise.
249 (f32_11): Likewise.
250 (f32_12): Likewise.
251 (f32_13): Likewise.
252 (f32_14): Likewise.
253 (f16_5): Likewise.
254 (f16_6): Likewise.
255 (f16_7): Likewise.
256 (f16_8): Likewise.
257 (jump_31): Likewise.
258 (alt64_11): Likewise.
259 (alt64_patt): Likewise.
260 (jump_disp8): New.
261 (jump32_disp32): Likewise.
262 (jump16_disp32): Likewise.
263 (alt_11): Likewise.
264 (f32_patt): Updated.
265 (f16_patt): Likewise.
266 (alt_patt): Add alt_11.
267 (i386_align_code): Merged with ...
268 (i386_generate_nops): This. Rewritten.
269 (fits_in_imm7): Moved before i386_generate_nops.
270 (fits_in_imm31): Likewise.
271 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Updated to
272 4095.
273 (i386_align_code): Removed.
274 (HANDLE_ALIGN): Rewritten with i386_generate_nops.
275 * doc/as.texinfo: Update limits of control byte for x86 .nops
276 directive.
277 * testsuite/gas/i386/i386.exp: Run nops-7 and x86-64-nops-7.
278 * gas/testsuite/gas/i386/noavx-3.l: Updated.
279 * gas/testsuite/gas/i386/nop-1.d: Likewise.
280 * gas/testsuite/gas/i386/nop-1.s: Likewise.
281 * gas/testsuite/gas/i386/nop-2.d: Likewise.
282 * gas/testsuite/gas/i386/nop-2.s: Likewise.
283 * gas/testsuite/gas/i386/nop-3.d: Likewise.
284 * gas/testsuite/gas/i386/nop-4.d: Likewise.
285 * gas/testsuite/gas/i386/nop-5.d: Likewise.
286 * gas/testsuite/gas/i386/nop-5.s: Likewise.
287 * gas/testsuite/gas/i386/nop-6.d: Likewise.
288 * gas/testsuite/gas/i386/nop-bad-1.l: Likewise.
289 * gas/testsuite/gas/i386/nops-1-core2.d: Likewise.
290 * gas/testsuite/gas/i386/nops-1-i386-i686.d: Likewise.
291 * gas/testsuite/gas/i386/nops-1-i386.d: Likewise.
292 * gas/testsuite/gas/i386/nops-1-i686.d: Likewise.
293 * gas/testsuite/gas/i386/nops-1-k8.d: Likewise.
294 * gas/testsuite/gas/i386/nops-1.d: Likewise.
295 * gas/testsuite/gas/i386/nops-2-core2.d: Likewise.
296 * gas/testsuite/gas/i386/nops-2-i386.d: Likewise.
297 * gas/testsuite/gas/i386/nops-2.d: Likewise.
298 * gas/testsuite/gas/i386/nops-3-i386.d: Likewise.
299 * gas/testsuite/gas/i386/nops-3-i686.d: Likewise.
300 * gas/testsuite/gas/i386/nops-3.d: Likewise.
301 * gas/testsuite/gas/i386/nops-4-i386.d: Likewise.
302 * gas/testsuite/gas/i386/nops-4-i686.d: Likewise.
303 * gas/testsuite/gas/i386/nops-4.d: Likewise.
304 * gas/testsuite/gas/i386/nops-4a-i686.d: Likewise.
305 * gas/testsuite/gas/i386/nops-5-i686.d: Likewise.
306 * gas/testsuite/gas/i386/nops-5.d: Likewise.
307 * gas/testsuite/gas/i386/nops-6.d: Likewise.
308 * gas/testsuite/gas/i386/nops16-1.d: Likewise.
309 * gas/testsuite/gas/i386/x86-64-nop-1.d: Likewise.
310 * gas/testsuite/gas/i386/x86-64-nop-2.d: Likewise.
311 * gas/testsuite/gas/i386/x86-64-nop-5.d: Likewise.
312 * gas/testsuite/gas/i386/x86-64-nops-1-core2.d: Likewise.
313 * gas/testsuite/gas/i386/x86-64-nops-1-g64.d: Likewise.
314 * gas/testsuite/gas/i386/x86-64-nops-1-k8.d: Likewise.
315 * gas/testsuite/gas/i386/x86-64-nops-1-pentium.d: Likewise.
316 * gas/testsuite/gas/i386/x86-64-nops-1.d: Likewise.
317 * gas/testsuite/gas/i386/x86-64-nops-2.d: Likewise.
318 * gas/testsuite/gas/i386/x86-64-nops-3.d: Likewise.
319 * gas/testsuite/gas/i386/x86-64-nops-4-core2.d: Likewise.
320 * gas/testsuite/gas/i386/x86-64-nops-4-k8.d: Likewise.
321 * gas/testsuite/gas/i386/x86-64-nops-4.d: Likewise.
322 * gas/testsuite/gas/i386/x86-64-nops-5-k8.d: Likewise.
323 * gas/testsuite/gas/i386/x86-64-nops-5.d: Likewise.
324 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
325 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
326 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-pentium.d: Likewise.
327 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d: Likewise.
328 * gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d: Likewise.
329 * gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d: Likewise.
330 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
331 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
332 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d: Likewise.
333 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
334 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d: Likewise.
335 * gas/testsuite/gas/i386/nops-7.d: New file.
336 * gas/testsuite/gas/i386/nops-7.s: Likewise.
337 * gas/testsuite/gas/i386/x86-64-nops-7.d: Likewise.
338
339 2018-03-07 Alan Modra <amodra@gmail.com>
340
341 * testsuite/gas/ppc/aix.exp: Run for rs6000 too.
342 * testsuite/gas/ppc/ppc.exp: Run more tests for non-ELF targets.
343 * testsuite/gas/ppc/machine.d: Don't run for PE targets.
344
345 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
346
347 * config/tc-arm.c (md_begin): Add NULL pointer check before
348 dereferencing march_ext_opt.
349
350 2018-03-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
351
352 * config/tc-arm.c (cpu_variant, arm_arch_used, thumb_arch_used,
353 legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt,
354 mcpu_fpu_opt, march_cpu_opt, dyn_march_ext_opt, march_fpu_opt,
355 mfpu_opt, object_arch, selected_cpu): Comment meaning of variables.
356 (dyn_mcpu_ext_opt): Also rename into ...
357 (mcpu_ext_opt): This.
358 (dyn_march_ext_opt): Also rename into ...
359 (march_ext_opt): This.
360 (object_arch): Also rename into ...
361 (selected_object_arch): This and make it a plain arm_feature_set
362 structure.
363 (selected_arch, selected_ext, selected_fpu): New static variables.
364 (mark_feature_used): Fix comments, feature is marked as used iff it is
365 currently allowed.
366 (do_bx): Adapt to change in name and type of object_arch.
367 (md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext
368 rather than dyn_mcpu_ext_opt and selected_fpu rather than mfpu_opt.
369 Remove dead code to set default FPU if architecture version is greater
370 than 5. Set all CPU bits of cpu_variant directly in autodection
371 leaving mcpu_cpu_opt, selected_arch and selected_cpu unset.
372 (arm_parse_extension): Take extension feature set pointer parameter by
373 value rather than by pointer. Remove allocation code. Adapt code
374 accordingly.
375 (arm_parse_cpu): Adapt to variable renaming and changes in
376 arm_parse_extension () signature.
377 (arm_parse_arch): Likewise.
378 (aeabi_set_public_attributes): Also set selected_arch and selected_ext
379 in addition to selected_cpu. Set flags_arch and flags_ext from them
380 instead of selected_cpu. Adapt to variables renaming and type change.
381 (arm_md_post_relax): Adapt to variable renaming.
382 (s_arm_cpu): Set selcted_cpu_cpu and selected_ext instead of
383 mcpu_cpu_opt and dyn_mcpu_ext_opt. Set selected_cpu from them and
384 cpu_variant from selected_cpu and selected_fpu.
385 (s_arm_arch): Likewise.
386 (s_arm_object_arch): Adapt to variable renaming.
387 (s_arm_arch_extension): Use ARM_CPU_IS_ANY instead of checking feature
388 set against arm_any. Check selected_arch rather than *mcpu_cpu_opt.
389 Set selected_ext rather than *dyn_mcpu_ext_opt and remove allocation
390 code.
391 (s_arm_fpu): Set selected_fpu instead of mfpu_opt. Set all CPU feature
392 bits if in autodetection mode.
393
394 2018-03-01 H.J. Lu <hongjiu.lu@intel.com>
395
396 * config/tc-i386.c (optimize_encoding): Optimize AVX256 and
397 AVX512 vpsub[bwdq] instructions.
398 * testsuite/gas/i386/optimize-1.s: Add tests for AVX256 and
399 AVX512 vpsub[bwdq] instructions.
400 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
401 * testsuite/gas/i386/optimize-1.d: Updated.
402 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
403
404 2018-03-01 Alan Modra <amodra@gmail.com>
405
406 * configure.ac (ALL_LINGUAS): Add uk. Sort.
407 * configure: Regenerate.
408
409 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
410
411 * NEWS: Rename .nop to .nops.
412 * doc/as.texinfo: Likewise.
413 * read.c (potable): Add "nops". Remove "nop".
414 (s_nop): Renamed to ...
415 (s_nops): This.
416 * read.h (s_nop): Renamed to ...
417 (s_nops): This.
418 * write.c (cvt_frag_to_fill): Rename .nop to .nops.
419 (md_generate_nops): Likewise.
420 (relax_segment): Likewise.
421 * testsuite/gas/i386/nop-1.d: Updated.
422 * testsuite/gas/i386/nop-1.s: Likewise.
423 * testsuite/gas/i386/nop-2.d: Likewise.
424 * testsuite/gas/i386/nop-2.s: Likewise.
425 * testsuite/gas/i386/nop-3.d: Likewise.
426 * testsuite/gas/i386/nop-3.s: Likewise.
427 * testsuite/gas/i386/nop-4.d: Likewise.
428 * testsuite/gas/i386/nop-4.s: Likewise.
429 * testsuite/gas/i386/nop-5.d: Likewise.
430 * testsuite/gas/i386/nop-5.s: Likewise.
431 * testsuite/gas/i386/nop-6.d: Likewise.
432 * testsuite/gas/i386/nop-6.s: Likewise.
433 * testsuite/gas/i386/nop-bad-1.l: Likewise.
434 * testsuite/gas/i386/nop-bad-1.s: Likewise.
435 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
436 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
437 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
438 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
439 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
440 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
441
442 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
443
444 PR gas/22871
445 * NEWS: Mention -O[2|s].
446 * config/tc-i386.c (_i386_insn): Add no_optimize.
447 (optimize): New.
448 (optimize_for_space): Likewise.
449 (fits_in_imm7): New function.
450 (fits_in_imm31): Likewise.
451 (optimize_encoding): Likewise.
452 (md_assemble): Call optimize_encoding to optimize encoding.
453 (parse_insn): Handle {nooptimize}.
454 (md_shortopts): Append "O::".
455 (md_parse_option): Handle -On.
456 * doc/c-i386.texi: Document -O0, -O, -O1, -O2 and -Os as well
457 as {nooptimize}.
458 * testsuite/gas/cfi/cfi-x86_64.d: Pass -O0 to assembler.
459 * testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d: Likewise.
460 * testsuite/gas/i386/i386.exp: Run optimize-1, optimize-2,
461 optimize-3, x86-64-optimize-1, x86-64-optimize-2,
462 x86-64-optimize-3 and x86-64-optimize-4.
463 * testsuite/gas/i386/optimize-1.d: New file.
464 * testsuite/gas/i386/optimize-1.s: Likewise.
465 * testsuite/gas/i386/optimize-2.d: Likewise.
466 * testsuite/gas/i386/optimize-2.s: Likewise.
467 * testsuite/gas/i386/optimize-3.d: Likewise.
468 * testsuite/gas/i386/optimize-3.s: Likewise.
469 * testsuite/gas/i386/x86-64-optimize-1.s: Likewise.
470 * testsuite/gas/i386/x86-64-optimize-1.d: Likewise.
471 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
472 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
473 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
474 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
475 * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
476 * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
477
478 2018-02-27 Nick Clifton <nickc@redhat.com>
479
480 * po/ru.po: Updated Russian translation.
481
482 2018-02-26 Maciej W. Rozycki <macro@mips.com>
483
484 * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
485 descriptions.
486
487 2018-02-26 Nick Clifton <nickc@redhat.com>
488
489 * doc/as.texinfo (Dc): Fix typo.
490
491 2018-02-26 Alan Modra <amodra@gmail.com>
492
493 * testsuite/gas/mips/reginfo-2.l: Update.
494
495 2018-02-23 Alan Modra <amodra@gmail.com>
496
497 * testsuite/gas/mips/reginfo-2.l: Update.
498
499 2018-02-23 Nick Clifton <nickc@redhat.com>
500
501 * doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
502
503 2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
504
505 * config/tc-nds32.c (ict_model): New function. Hook new
506 directive .ict_model.
507 (nds32_insert_relax_entry): Tag the bits of entry relocation
508 for .ict_model.
509
510 2018-02-22 H.J. Lu <hongjiu.lu@intel.com>
511
512 * config/tc-i386.c (_i386_insn): Add rex_encoding.
513 (md_assemble): When i.rex_encoding is true, generate a REX byte
514 if possible.
515 (parse_insn): Set i.rex_encoding for {rex}.
516 * doc/c-i386.texi: Document {rex}.
517 * testsuite/gas/i386/x86-64-pseudos.s: Add {rex} tests.
518 * testsuite/gas/i386/x86-64-pseudos.d: Updated.
519
520 2018-02-22 A. Wilcox <awilfox@adelielinux.org>
521
522 PR 22014
523 * config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
524 instruction size suffix.
525
526 2018-02-20 Maciej W. Rozycki <macro@mips.com>
527
528 * testsuite/gas/mips/mips16-branch-reloc-4.d: New test.
529 * testsuite/gas/mips/mips16-branch-reloc-5.d: New test.
530 * testsuite/gas/mips/mips16-branch-reloc-4.s: New test source.
531 * testsuite/gas/mips/mips16-branch-reloc-5.s: New test source.
532 * testsuite/gas/mips/mips.exp: Run the new tests.
533
534 2018-02-20 Max Filippov <jcmvbkbc@gmail.com>
535
536 * config/tc-xtensa.c (struct litpool_frag): Add new field
537 literal_count.
538 (MAX_AUTO_POOL_LITERALS, MAX_EXPLICIT_POOL_LITERALS)
539 (MAX_POOL_LITERALS): New macro definitions.
540 (auto_litpool_limit): Initialize to 0.
541 (md_parse_option): Set auto_litpool_limit in the presence of
542 --auto-litpools option.
543 (xtensa_maybe_create_literal_pool_frag): Zero-initialize
544 literal_count field.
545 (xg_find_litpool): New function. Make sure that found literal
546 pool size is within the limit.
547 (xtensa_move_literals): Extract literal pool search code into
548 the new function.
549 * testsuite/gas/xtensa/all.exp: Add auto-litpools-2 test.
550 * testsuite/gas/xtensa/auto-litpools-2.d: New file.
551 * testsuite/gas/xtensa/auto-litpools-2.s: New file.
552 * testsuite/gas/xtensa/auto-litpools.d: Fix up changed
553 addresses.
554 * testsuite/gas/xtensa/auto-litpools.s: Change literal value so
555 that objdump doesn't get out of sync.
556
557 2018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
558
559 * doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
560 also the same as -march.
561
562 2018-02-17 H.J. Lu <hongjiu.lu@intel.com>
563
564 * NEWS: Mention .nop directive.
565 * as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
566 * read.c (potable): Add .nop.
567 (s_nop): New function.
568 * read.h (s_nop): New prototype.
569 * write.c (cvt_frag_to_fill): Handle rs_space_nop and
570 rs_fill_nop.
571 (md_generate_nops): New function.
572 (relax_segment): Likewise.
573 (write_contents): Use md_generate_nops for rs_fill_nop.
574 * config/tc-i386.c (alt64_11): New.
575 (alt64_patt): Likewise.
576 (md_convert_frag): Handle rs_space_nop.
577 (i386_output_nops): New function.
578 (i386_generate_nops): Likewise.
579 (i386_align_code): Call i386_output_nops.
580 * config/tc-i386.h (i386_generate_nops): New.
581 (md_generate_nops): Likewise.
582 * doc/as.texinfo: Document .nop directive.
583 * testsuite/gas/i386/i386.exp: Run .nop directive tests.
584 * testsuite/gas/i386/nop-1.d: New file.
585 * testsuite/gas/i386/nop-1.s: Likewise.
586 * testsuite/gas/i386/nop-2.d: Likewise.
587 * testsuite/gas/i386/nop-2.s: Likewise.
588 * testsuite/gas/i386/nop-3.d: Likewise.
589 * testsuite/gas/i386/nop-3.s: Likewise.
590 * testsuite/gas/i386/nop-4.d: Likewise.
591 * testsuite/gas/i386/nop-4.s: Likewise.
592 * testsuite/gas/i386/nop-5.d: Likewise.
593 * testsuite/gas/i386/nop-5.s: Likewise.
594 * testsuite/gas/i386/nop-6.d: Likewise.
595 * testsuite/gas/i386/nop-6.s: Likewise.
596 * testsuite/gas/i386/nop-bad-1.l: Likewise.
597 * testsuite/gas/i386/nop-bad-1.s: Likewise.
598 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
599 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
600 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
601 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
602 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
603 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
604
605 2018-02-15 Tamar Christina <tamar.christina@arm.com>
606
607 * config/tc-arm.c (cpu_arch_ver): Renumber ARM_ARCH_V8_4A.
608 * testsuite/gas/arm/attr-march-armv8_4-a.d: New.
609
610 2018-02-13 Max Filippov <jcmvbkbc@gmail.com>
611
612 * config/tc-xtensa.c (xg_find_best_trampoline): Skip trampoline
613 frag that contains source address.
614
615 2018-02-13 Nick Clifton <nickc@redhat.com>
616
617 PR 22773
618 * config/tc-arm.c (md_apply_fix): Test Rn field of Thumb ORR
619 instruction before assuming that it is a MOV instruction.
620 * testsuite/gas/arm/pr22773.s: New test.
621 * testsuite/gas/arm/pr22773.d: New test driver.
622 * testsuite/gas/arm/pr22773.l: New expected output.
623
624 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
625
626 PR gas/22791
627 * config/tc-i386.c (need_plt32_p): New function.
628 (output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
629 (md_estimate_size_before_relax): Likewise.
630 * testsuite/gas/i386/reloc64.d: Updated.
631 * testsuite/gas/i386/x86-64-jump.d: Likewise.
632 * testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
633 * testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
634 * testsuite/gas/i386/x86-64-relax-2.d: Likewise.
635 * testsuite/gas/i386/x86-64-relax-3.d: Likewise.
636 * testsuite/gas/i386/ilp32/reloc64.d: Likewise.
637 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
638
639 2018-02-13 Maciej W. Rozycki <macro@mips.com>
640
641 * testsuite/gas/mips/loongson-3a-2.d: Rename test.
642
643 2018-02-13 Nick Clifton <nickc@redhat.com>
644
645 PR 22823
646 * config/obj-elf.c (elf_pseudo_table): Remove now redundant
647 casts.
648 (obj_elf_vtable_inherit): Rename to obj_elf_get_vtable_inherit.
649 (obj_elf_vtable_inherit): New stub function that calls
650 obj_elf_get_vtable_inherit.
651 (obj_elf_vtable_entry): Rename to obj_elf_get_vtable_entry.
652 (obj_elf_vtable_entry): New stub function that calls
653 obj_elf_get_vtable_entry.
654 * config/obj-elf.h (obj_elf_vtable_inherit): Update prototype.
655 (obj_elf_vtable_entry) Likewise.
656 (obj_elf_get_vtable_inherit) Likewise.
657 (obj_elf_get_vtable_entry) Likewise.
658 * config/tc-arm.c (md_pseudo_table): Remove now redundant cast.
659 * config/tc-i386c (md_pseudo_table): Likewise.
660 * config/tc-hppa.c (pa_vtable_entry): Call
661 obj_elf_get_vtable_entry.
662 (pa_vtable_inherit): Call obj_elf_get_vtable_inherit.
663 * config/tc-mips.c (s_mips_file): Replace call to dwarf2_get_file
664 with call to dwarf2_get_filename.
665 * dwarf2dbg.c (dwarf2_directive_file): Rename to
666 dwarf2_directive_filename.
667 (dwarf2_directive_file): New stub function that calls
668 dwarf2_directive_filename.
669 * dwarf2dbg.h: Prototype dwarf2_directive_filename.
670
671 2018-02-12 Maciej W. Rozycki <macro@mips.com>
672
673 * testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
674 `as' flags.
675
676 2018-02-12 Henry Wong <henry@stuffedcow.net>
677
678 * testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
679 * testsuite/gas/mips/r6-n32.d: Likewise.
680 * testsuite/gas/mips/r6-n64.d: Likewise.
681
682 2018-02-12 Nick Clifton <nickc@redhat.com>
683
684 * po/ru.po: Updated Russian translation.
685
686 2018-02-08 Alan Modra <amodra@gmail.com>
687
688 PR 22819
689 * config/tc-ppc.c (md_assemble): Rewrite insn alignment checking.
690 (ppc_frag_check): Likewise.
691 * testsuite/gas/ppc/misalign.d,
692 * testsuite/gas/ppc/misalign.l,
693 * testsuite/gas/ppc/misalign.s: New test.
694 * testsuite/gas/ppc/misalign2.d,
695 * testsuite/gas/ppc/misalign2.s: New test.
696 * testsuite/gas/ppc/ppc.exp: Run them.
697
698 2018-02-05 Maciej W. Rozycki <macro@mips.com>
699
700 * config/tc-riscv.c (riscv_handle_implicit_zero_offset): Rename
701 `expr' parameter to `ep'.
702
703 2018-02-05 Maciej W. Rozycki <macro@mips.com>
704
705 * testsuite/gas/mips/reginfo-2.d: New test.
706 * testsuite/gas/mips/reginfo-2-n32.d: New test.
707 * testsuite/gas/mips/reginfo-2.l: New test stderr output.
708 * testsuite/gas/mips/reginfo-2.s: New test source.
709 * testsuite/gas/mips/mips.exp: Run the new tests.
710
711 2018-02-05 Nick Clifton <nickc@redhat.com>
712
713 * po/ru.po: Updated Russian translation.
714
715 2018-01-31 Alan Modra <amodra@gmail.com>
716
717 PR 22714
718 * app.c (last_char): New static var.
719 (struct app_save): Add last_char field.
720 (app_push, app_pop): Handle it.
721 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
722
723 2018-01-29 Eric Botcazou <ebotcazou@adacore.com>
724
725 PR gas/22738
726 * config/tc-sparc.h (sparc_mach): Declare.
727 (TARGET_MACH): Define to above.
728 * config/tc-sparc.c (sparc_mach): New function.
729 (sparc_md_end): Minor tweak.
730
731 2018-01-29 Nick Clifton <nickc@redhat.com>
732
733 * po/ru.po: Updated Russian translation.
734
735 2018-01-26 Maciej W. Rozycki <macro@mips.com>
736
737 * configure.tgt: Use generic emulation for `mips-*-windiss',
738 overriding the blanket choice made for `*-*-windiss'.
739
740 2018-01-26 Maciej W. Rozycki <macro@mips.com>
741
742 * configure.tgt: Use `mips-*-sysv4*' rather than
743 `mips-*-sysv4*MP*'.
744
745 2018-01-24 Renlin Li <renlin.li@arm.com>
746
747 * config/tc-aarch64.c (reloc_table): add entries for
748 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
749 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
750 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
751 BFD_RELOC_AARCH64_MOVW_PREL_G3.
752 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
753 (md_apply_fix): Likewise
754 * testsuite/gas/aarch64/prel_g0.s: New.
755 * testsuite/gas/aarch64/prel_g0.d: New.
756 * testsuite/gas/aarch64/prel_g0_nc.s: New.
757 * testsuite/gas/aarch64/prel_g0_nc.d: New.
758 * testsuite/gas/aarch64/prel_g1.s: New.
759 * testsuite/gas/aarch64/prel_g1.d: New.
760 * testsuite/gas/aarch64/prel_g1_nc.s: New.
761 * testsuite/gas/aarch64/prel_g1_nc.d: New.
762 * testsuite/gas/aarch64/prel_g2.s: New.
763 * testsuite/gas/aarch64/prel_g2.d: New.
764 * testsuite/gas/aarch64/prel_g2_nc.s: New.
765 * testsuite/gas/aarch64/prel_g2_nc.d: New.
766 * testsuite/gas/aarch64/prel_g3.s: New.
767 * testsuite/gas/aarch64/prel_g3.d: New.
768
769 2018-01-23 Maciej W. Rozycki <macro@mips.com>
770
771 * configure.ac: Also set `mips_default_abi' to N32_ABI for
772 `mips64*-ps2-elf*'.
773 * configure: Regenerate.
774
775 2018-01-23 Maciej W. Rozycki <macro@mips.com>
776
777 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
778 enum value.
779
780 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
781
782 * config/tc-i386.c (cpu_arch): Add .pconfig.
783 * doc/c-i386.texi: Document .pconfig.
784 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
785 * testsuite/gas/i386/pconfig-intel.d: New test.
786 * testsuite/gas/i386/pconfig.d: Likewise.
787 * testsuite/gas/i386/pconfig.s: Likewise.
788 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
789 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
790 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
791
792 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
793
794 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
795 * doc/c-i386.texi: Document .wbnoinvd.
796 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
797 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
798 * testsuite/gas/i386/wbnoinvd.d: Likewise.
799 * testsuite/gas/i386/wbnoinvd.s: Likewise.
800 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
801 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
802 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
803
804 2018-01-23 Maciej W. Rozycki <macro@mips.com>
805
806 * config/tc-mips.c (md_show_usage): Correctly indicate the
807 configuration-specific default ABI.
808
809 2018-01-23 Maciej W. Rozycki <macro@mips.com>
810
811 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
812 `-mno-mips16e2' options.
813
814 2018-01-22 Maciej W. Rozycki <macro@mips.com>
815
816 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
817 Correct syntax of the `.set nomips16e2' directive description.
818
819 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
820
821 PR 22737
822 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
823 * testsuite/gas/rx/pr22737.s: New test.
824 * testsuite/gas/rx/pr22737.d: Likewise.
825 * testsuite/gas/rx/rx.exp: Run the new test.
826
827 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
828
829 * config/tc-arm.c (ToC macro): Remove spurious comment.
830 (ToU macro): Likewise.
831
832 2018-01-17 Jim Wilson <jimw@sifive.com>
833
834 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
835 (riscv_ip) <'z'>: New.
836
837 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
838
839 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
840 (cpu_noarch): Add noibt, noshstk.
841 (parse_insn): Change cpucet to cpuibt.
842 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
843 * testsuite/gas/i386/cet-ibt-inval.l: New test.
844 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
845 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
846 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
847 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
848 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
849 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
850 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
851
852 2018-01-16 Nick Clifton <nickc@redhat.com>
853
854 * po/fr.po: Updated French translation.
855
856 2018-01-15 Jim Wilson <jimw@sifive.com>
857
858 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
859 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
860
861 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
862
863 * config/tc-arm.c (ToC): Define macro.
864 (ToU): Likewise.
865 (insns): Make use of above macros for new instructions introduced in
866 Armv8-M.
867
868 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
869
870 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
871 and vlstm conditionally executable and reindent parameters.
872 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
873 aforementionned instructions.
874
875 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
876
877 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
878 profile architecture or if in autodetection mode. Clarify that
879 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
880 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
881 message.
882 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
883 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
884 * testsuite/gas/arm/udf.l: Likewise.
885 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
886
887 2018-01-15 Nick Clifton <nickc@redhat.com>
888
889 * po/uk.po: Updated Ukranian translation.
890
891 2018-01-13 Nick Clifton <nickc@redhat.com>
892
893 * po/gas.pot: Regenerated.
894
895 2018-01-13 Nick Clifton <nickc@redhat.com>
896
897 * configure: Regenerate.
898
899 2018-01-13 Nick Clifton <nickc@redhat.com>
900
901 2.30 branch created.
902 * NEWS: Add marker for 2.30.
903
904 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
905
906 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
907 define to 0 and 1. Remove a dangling reference to "AMD 29000"
908 in a comment.
909
910 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
911
912 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
913 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
914 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
915 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
916 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
917 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
918 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
919 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
920 tests.
921 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
922 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
923 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
924 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
925 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
926 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
927 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
928 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
929
930 2018-01-11 Alan Modra <amodra@gmail.com>
931
932 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
933 positive "‘profile’ may be used uninitialized".
934
935 2018-01-10 Jan Beulich <jbeulich@suse.com>
936
937 * testsuite/gas/i386/avx512_4fmaps.s,
938 testsuite/gas/i386/avx512_4fmaps_vl.s,
939 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
940 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
941 Disp8 forms (and the transition happening at the right
942 boundary).
943 * testsuite/gas/i386/avx512_4fmaps.d,
944 testsuite/gas/i386/avx512_4fmaps-intel.d,
945 testsuite/gas/i386/avx512_4fmaps_vl.d,
946 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
947 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
948 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
949 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
950 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
951 expectations.
952
953 2018-01-10 Jan Beulich <jbeulich@suse.com>
954
955 * testsuite/gas/i386/avx512bw.s,
956 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
957 operands.
958 * testsuite/gas/i386/avx512bw-intel.d,
959 testsuite/gas/i386/avx512bw.d,
960 testsuite/gas/i386/avx512bw_vl-intel.d.
961 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
962
963 2018-01-09 Jim Wilson <jimw@sifive.com>
964
965 * testsuite/gas/riscv/auipc-x0.d: New.
966 * testsuite/gas/riscv/auipc-x0.s: New.
967
968 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
969
970 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
971 in Arm execution state, and Armv6T2 and above in Thumb execution
972 state.
973 * testsuite/gas/arm/csdb.s: New.
974 * testsuite/gas/arm/csdb.d: New.
975 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
976 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
977
978 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
979
980 * testsuite/gas/aarch64/system.d: Update expected results to expect
981 CSDB for hint 0x14.
982
983 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
984
985 PR gas/22681
986 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
987 x86-64-movd-intel.
988 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
989 * testsuite/gas/i386/x86-64-movd.d: Likewise.
990 * testsuite/gas/i386/x86-64-movd.s: Likewise.
991
992 2018-01-08 Nick Clifton <nickc@redhat.com>
993
994 PR 22553
995 * doc/c-i386.texi (i386-Directives): Document the .largecomm
996 directive.
997
998 2018-01-04 Jim Wilson <jimw@sifive.com>
999
1000 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
1001 * testsuite/gas/riscv/priv-reg.d: Likewise.
1002
1003 2018-01-03 Alan Modra <amodra@gmail.com>
1004
1005 Update year range in copyright notice of all files.
1006
1007 2018-01-02 Nick Clifton <nickc@redhat.com>
1008
1009 PR 18119
1010 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
1011 version of ARM MRS instruction.
1012
1013 For older changes see ChangeLog-2017
1014 \f
1015 Copyright (C) 2018 Free Software Foundation, Inc.
1016
1017 Copying and distribution of this file, with or without modification,
1018 are permitted in any medium without royalty provided the copyright
1019 notice and this notice are preserved.
1020
1021 Local Variables:
1022 mode: change-log
1023 left-margin: 8
1024 fill-column: 74
1025 version-control: never
1026 End:
This page took 0.051116 seconds and 4 git commands to generate.