Fix bug in PDP11 assembler when handling a JSr instruction with deferred auto increment.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2018-08-01 James Patrick Conlon <cptjustice@gmail.com>
2 Nick Clifton <nickc@redhat.com>
3
4 PR 14480
5 * config/tc-pdp11.c (parse_op_noreg): Check for and handle auto
6 increment deferred.
7 * testsuite/gas/pdp11/pr14480.d: New test driver file.
8 * testsuite/gas/pdp11/pr14480.s: New test source file file.
9 * testsuite/gas/pdp11/pdp11.exp: Run the new test.
10
11 2018-08-01 Nick Clifton <nickc@redhat.com>
12
13 * config/tc-ns32k.c (addr_mode): Replace "Drop through" comment
14 with "Fall through" so that it will be recognised by gcc's switch
15 statment error checker.
16
17 2018-08-01 Alan Modra <amodra@gmail.com>
18
19 * po/POTFILES.in: Regenerate.
20
21 2018-07-31 Jan Beulich <jbeulich@suse.com>
22
23 * config/tc-i386.c (optimize_encoding): Also handle kandnd,
24 kandnq, kxord, and kxorq.
25 * testsuite/gas/i386/optimize-1.s: Add kandn and kxor tests.
26 * testsuite/gas/i386/optimize-1.d,
27 testsuite/gas/i386/optimize-4.d,
28 testsuite/gas/i386/optimize-5.d: Adjust expectations.
29
30 2018-07-31 Jan Beulich <jbeulich@suse.com>
31
32 * config/tc-i386.c (check_VecOperands): Convert masking handling
33 to switch(), to deal with DYNAMIC_MASKING.
34
35 2018-07-31 Jan Beulich <jbeulich@suse.com>
36
37 * testsuite/gas/i386/inval-avx512f.s: Add invalid zeroing-
38 masking tests.
39 * testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
40
41 2018-07-31 Jan Beulich <jbeulich@suse.com>
42
43 * testsuite/gas/i386/sg.s, testsuite/gas/i386/sg.l: New.
44 * testsuite/gas/i386/i386.exp: Run new test.
45 * testsuite/gas/i386/avx512f.s, testsuite/gas/i386/avx512f_vl.s,
46 testsuite/gas/i386/avx512pf.s,
47 testsuite/gas/i386/x86-64-avx512f.s,
48 testsuite/gas/i386/x86-64-avx512f_vl.s,
49 testsuite/gas/i386/x86-64-avx512pf.s: Drop unnessecary operand
50 size specifiers from scatter/gather insns in Intel mode.
51
52 2018-07-31 Jan Beulich <jbeulich@suse.com>
53
54 * config/tc-i386.c (is_any_vex_encoding): New.
55 (process_immext, process_suffix): Use it.
56 (md_assemble): Likewise. Reject DATA_PREFIX with VEX/XOP/EVEX
57 insn.
58 * testsuite/gas/i386/prefix32.s, testsuite/gas/i386/prefix32.l,
59 testsuite/gas/i386/prefix64.s, testsuite/gas/i386/prefix64.l
60 New.
61 * testsuite/gas/i386/i386.exp: Run new tests.
62
63 2018-07-31 Jan Beulich <jbeulich@suse.com>
64
65 * config/tc-i386.c (parse_real_register): Use cpuavx512f instead
66 of cpuvrex.
67
68 2018-07-30 Jan Beulich <jbeulich@suse.com>
69
70 PR gas/23465
71 * config/tc-i386.c (output_disp): Restrict scaling.
72 * testsuite/gas/i386/evex-no-scale.s,
73 testsuite/gas/i386/evex-no-scale-32.d
74 testsuite/gas/i386/evex-no-scale-64.d: New.
75 * testsuite/gas/i386/i386.exp: Run new tests.
76
77 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
78
79 * Makefile.am (TARGET_CPU_CFILES): Add entry for C-SKY.
80 (TARGET_CPU_HFILES, TARGET_ENV_HFILES): Likewise.
81 * Makefile.in: Regenerated.
82 * config/tc-csky.c: New file.
83 * config/tc-csky.h: New file.
84 * config/te-csky_abiv1.h: New file.
85 * config/te-csky_abiv1_linux.h: New file.
86 * config/te-csky_abiv2.h: New file.
87 * config/te-csky_abiv2_linux.h: New file.
88 * configure.tgt: Add C-SKY.
89 * doc/Makefile.am (CPU_DOCS): Add entry for C-SKY.
90 * doc/Makefile.in: Regenerated.
91 * doc/all.texi: Set CSKY feature.
92 * doc/as.texi (Overview): Add C-SKY options.
93 (Machine Dependencies): Likewise.
94 * doc/c-csky.texi: New file.
95 * testsuite/gas/csky/*: New test cases.
96 * NEWS: Mention the support.
97
98 2018-07-29 John David Anglin <danglin@gcc.gnu.org>
99
100 * config/tc-hppa.c: Include "struc-symbol.h".
101 (pa_build_unwind_subspace): Use call_info->start_symbol->sy_frag
102 instead of frag_now for local symbol replacement.
103
104 2018-07-27 Jim Wilson <jimw@sifive.com>
105
106 * configure.tgt (riscv*): Accept as alias for riscv32*.
107
108 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
109
110 PR gas/23453
111 * config/tc-i386.c (parse_operands): Check for more than 2
112 memory references.
113 * testsuite/gas/i386/inval.s: Add a movsd test with 3 memory
114 references.
115 * testsuite/gas/i386/x86-64-inval.s: Likewise.
116 * testsuite/gas/i386/inval.l: Updated.
117 * testsuite/gas/i386/x86-64-inval.l: Likewise.
118
119 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
120
121 * config/tc-i386.c (check_VecOperations): Initialize
122 broadcast_op.bytes to 0.
123
124 2018-07-26 Alex Chadwick <Alex.Chadwick@cl.cam.ac.uk>
125
126 * config/tc-ppc.c (md_show_usage): Add -mgekko and -mbroadway.
127 * doc/as.texi (Target PowerPC options): Add -mgekko and -mbroadway.
128 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
129 * testsuite/gas/ppc/broadway.d,
130 * testsuite/gas/ppc/broadway.s: New test for broadway.
131 * testsuite/gas/ppc/ppc.exp: Run new test.
132
133 2018-07-26 Alan Modra <amodra@gmail.com>
134
135 * config/tc-ppc.c (ppc_elf_localentry): Allow .localentry values
136 of 1 and 7 to directly set value into STO_PPC64_LOCAL_MASK bits.
137
138 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
139
140 * config/tc-i386.c (Broadcast_Operation): Add bytes.
141 (build_evex_prefix): Use i.broadcast->bytes.
142 (match_broadcast_size): New function.
143 (check_VecOperands): Use the broadcast field to compute the
144 number of bytes to broadcast directly. Set i.broadcast->bytes.
145 Use match_broadcast_size.
146
147 2018-07-25 Thomas Preud'homme <thomas.preudhomme@linaro.org>
148
149 * doc/c-arm.texi (.arch directive): Clarify that name must not include
150 an extension.
151 (.cpu directive): Likewise.
152
153 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
154
155 * config/tc-i386.c (build_vex_prefix): Use unsigned int to
156 iterate through multi-length vector operands.
157 (build_evex_prefix): Likewise.
158
159 2018-07-24 Jan Beulich <jbeulich@suse.com>
160
161 * config/tc-i386.c (check_VecOperands): Handle EVEXLIG when
162 deriving i.memshift.
163 * testsuite/gas/i386/cvtsi2sX.s, testsuite/gas/i386/cvtsi2sX.l:
164 New.
165 * testsuite/gas/i386/i386.exp: Run new test.
166 * testsuite/gas/i386/avx512f.d,
167 testsuite/gas/i386/evex-lig256.d,
168 testsuite/gas/i386/evex-lig512.d,,
169 testsuite/gas/i386/x86-64-avx512f.d,
170 testsuite/gas/i386/x86-64-evex-lig256.d,
171 testsuite/gas/i386/x86-64-evex-lig512.d: Adjust expectations.
172
173 2018-07-23 H.J. Lu <hongjiu.lu@intel.com>
174
175 * testsuite/gas/i386/inval-avx512f.s: Add a test for missing
176 broadcast.
177 * testsuite/gas/i386/x86-64-inval-avx512f.s: Likewise.
178 * testsuite/gas/i386/inval-avx512f.l: Updated.
179 * testsuite/gas/i386/x86-64-inval-avx512f.l: Likewise.
180
181 2018-07-23 H.J. Lu <hongjiu.lu@intel.com>
182
183 * config/tc-i386.c (i386_error): Remove
184 broadcast_not_on_src_operand.
185 (match_template): Likewse.
186
187 2018-07-23 Claudiu Zissulescu <claziss@synopsys.com>
188
189 * testsuite/gas/arc/st.d: Fix test.
190
191 2018-07-23 Claudiu Zissulescu <claziss@synopsys.com>
192
193 * config/tc-arc.c (tokenize_extinsn): Convert to lower case the
194 name of extension instructions.
195 * testsuite/gas/arc/textinsn_case.d: New file.
196 * testsuite/gas/arc/textinsn_case.s: Likewise.
197
198 2018-07-22 H.J. Lu <hongjiu.lu@intel.com>
199
200 * config/tc-i386.c (build_vex_prefix): Determine vector
201 length from the last multi-length vector operand.
202 (build_evex_prefix): Likewise.
203
204 2018-07-20 H.J. Lu <hongjiu.lu@intel.com>
205
206 * config/tc-i386.c (match_simd_size): Break long line.
207 (match_mem_size): Likewise.
208
209 2018-07-20 H.J. Lu <hongjiu.lu@intel.com>
210
211 * config/tc-i386.c (match_reg_size): Renamed to ...
212 (match_operand_size): This. Update comments.
213 (match_simd_size): Update comments. Replace match_reg_size
214 with match_operand_size.
215 (match_mem_size): Likewise.
216 (operand_size_match): Replace match_reg_size with
217 match_operand_size.
218
219 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
220 Maciej W. Rozycki <macro@mips.com>
221
222 * NEWS: Mention MultiMedia extensions Instructions (MMI)
223 support.
224 * config/tc-mips.c (options): Add OPTION_LOONGSON_MMI and
225 OPTION_NO_LOONGSON_MMI.
226 (md_longopts): Likewise.
227 (mips_ases): Define availability for MMI.
228 (mips_convert_ase_flags): Map ASE_LOONGSON_MMI to
229 AFL_ASE_LOONGSON_MMI.
230 (mips_cpu_info_table): Add ASE_LOONGSON_MMI for loongson2f/3a.
231 (md_show_usage): Add help for -mloongson-mmi and
232 -mno-loongson-mmi.
233 * doc/as.texi: Document -mloongson-mmi, -mno-loongson-mmi.
234 * doc/c-mips.texi: Document -mloongson-mmi, -mno-loongson-mmi,
235 .set loongson-mmi and .set noloongson-mmi.
236 * testsuite/gas/mips/loongson-2f.d: Move mmi test to ...
237 * testsuite/gas/mips/loongson-2f-mmi.d: Here. Add ISA/ASE
238 flag verification.
239 * testsuite/gas/mips/loongson-2f.s: Move mmi test to ...
240 * testsuite/gas/mips/loongson-2f-mmi.s: Here.
241 * testsuite/gas/mips/loongson-3a.d: Move mmi test to ...
242 * testsuite/gas/mips/loongson-3a-mmi.d: Here. Add ISA/ASE
243 flag verification.
244 * testsuite/gas/mips/loongson-3a.s: Move mmi test to ...
245 * testsuite/gas/mips/loongson-3a-mmi.s: Here.
246 * testsuite/gas/mips/mips.exp: Run loongson-2f-mmi and
247 loongson-3a-mmi tests.
248
249 2018-07-20 Jose E. Marchesi <jose.marchesi@oracle.com>
250 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
251
252 * testsuite/gas/sparc/sparc.exp (set_tests_arch): New proc.
253 Prefix v9c, v9d, v9v, v9m, v9m8 tests with corresponding
254 set_tests_arch.
255
256 2018-07-19 Jan Beulich <jbeulich@suse.com>
257
258 * config/tc-i386.c (build_evex_prefix): Derive vector length
259 from broadcast specification if necessary.
260 (match_template): Also exclude broadcast when checking whether
261 to reject 32-bit operands on pre-386.
262
263 2018-07-19 Jan Beulich <jbeulich@suse.com>
264
265 * testsuite/gas/i386/noavx512-2.l: Adjust expectations.
266
267 2018-07-19 Jan Beulich <jbeulich@suse.com>
268
269 * config/tc-i386.c (is_evex_encoding): Also check disp8memshift.
270 (optimize_encoding): Also cover templates without cpuavx512vl
271 allowing for zmmword and having a ymmword actual.
272 (check_VecOperands): Handle DISP8_SHIFT_VL.
273 * testsuite/gas/i386/noavx512-2.l: Adjust expectations.
274
275 2018-07-18 Maciej W. Rozycki <macro@mips.com>
276
277 * testsuite/gas/mips/loongson-2e.d: Correct whitespace issues.
278 * testsuite/gas/mips/loongson-2f.d: Likewise.
279 * testsuite/gas/mips/loongson-2f-2.d: Likewise.
280 * testsuite/gas/mips/loongson-2f-3.d: Likewise.
281 * testsuite/gas/mips/loongson-3a.d: Likewise.
282 * testsuite/gas/mips/loongson-3a-2.d: Likewise.
283 * testsuite/gas/mips/loongson-2e.s: Likewise.
284 * testsuite/gas/mips/loongson-2f.s: Likewise.
285 * testsuite/gas/mips/loongson-2f-3.s: Likewise.
286 * testsuite/gas/mips/loongson-3a.s: Likewise.
287 * testsuite/gas/mips/loongson-3a-2.s: Likewise.
288
289 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
290
291 PR gas/23418
292 * testsuite/gas/i386/xmmword.s: Add tests for vcvtps2qq,
293 vcvtps2uqq, vcvttps2qq and vcvttps2uqq.
294 * testsuite/gas/i386/xmmword.l: Updated.
295
296 2018-07-16 Jan Beulich <jbeulich@suse.com>
297
298 * config/tc-i386.c (match_reg_size): Split second parameter
299 into two.
300 (match_simd_size): Likewise.
301 (match_mem_size): Likewise.
302 (MATCH_STRAIGHT, MATCH_REVERSE): Define.
303 (operand_size_match): Change return type. New local variable
304 "match". Always check for reverse match when opcode_modifier.d
305 is set.
306 (match_template) New local variable "size_match". Skip further
307 matching if operand_size_match() did not report a respective
308 match.
309 * testsuite/gas/i386/inval.s: Add control register reads/writes.
310 * testsuite/gas/i386/inval.l: Adjust expectations.
311
312 2018-07-13 Nick Clifton <nickc@redhat.com>
313
314 * testsuite/gas/elf/missing-build-notes.s: New test. Checks that
315 relocs are correctly generated for missing build notes.
316 * testsuite/gas/elf/missing-build-notes.d: New file. Expected
317 output from objdump.
318 * testsuite/gas/elf/elf.exp: Run the new test.
319
320 2018-07-13 Nick Clifton <nickc@redhat.com>
321
322 * config/tc-arm.c (do_neon_mov): When converting an integer
323 immediate into a floating point value, check that the conversion
324 is valid. Also warn if the immediate is valid as both a floating
325 point value and a bit pattern.
326 * testsuite/gas/arm/vfp-mov-enc.s: Add instructions that use
327 floating point bit patterns.
328 * testsuite/gas/arm/vfp-mov-enc.d: Add regexps for the disassembly
329 of the new insns.
330
331 2018-07-12 Sudakshina Das <sudi.das@arm.com>
332
333 * testsuite/gas/aarch64/system.s: Add test for ssbb
334 and pssbb.
335 * testsuite/gas/aarch64/system.d: Update accordingly
336 and remove explicit addresses.
337
338 2018-07-11 Tamar Christina <tamar.christina@arm.com>
339
340 PR binutils/23192
341 * testsuite/gas/aarch64/illegal-by-element.s: New.
342 * testsuite/gas/aarch64/illegal-by-element.d: New.
343 * testsuite/gas/aarch64/illegal-by-element.l: New.
344
345 2018-07-11 Sudakshina Das <sudi.das@arm.com>
346
347 * config/tc-arm.c (insns): Add new ssbb and pssbb instructions.
348 * testsuite/gas/arm/csdb.s: Add new tests for ssbb and pssbb.
349 * testsuite/gas/arm/csdb.d: Likewise
350 * testsuite/gas/arm/thumb2_it_bad.s: Likewise.
351 * testsuite/gas/arm/thumb2_it_bad.l: Likewise.
352 * testsuite/gas/arm/barrier.d: Update with ssbb.
353 * testsuite/gas/arm/barrier-thumb.d: Likewise.
354
355 2018-07-11 Jan Beulich <jbeulich@suse.com>
356
357 * config/tc-i386.c (inoutportreg, reg16_inoutportreg): Delete.
358 (i386_att_operand): Replace uses of reg16_inoutportreg and
359 inoutportreg.
360
361 2018-07-11 Jan Beulich <jbeulich@suse.com>
362
363 * config/tc-i386.c (output_insn): Remove check_prefix label and
364 fold remaining expression.
365
366 2018-07-11 Jan Beulich <jbeulich@suse.com>
367
368 * testsuite/gas/i386/cet.s, testsuite/gas/i386/x86-64-cet.s:
369 Add Intel cases with operand size specifiers.
370 * testsuite/gas/i386/cet-intel.d, testsuite/gas/i386/cet.d,
371 testsuite/gas/i386/x86-64-cet-intel.d,
372 testsuite/gas/i386/x86-64-cet.d: Adjust expectations.
373
374 2018-07-11 Jan Beulich <jbeulich@suse.com>
375
376 * config/tc-i386.c (md_assemble): Also replace an already
377 present REP prefix.
378 * testsuite/gas/i386/mpx-add-bnd-prefix.s,
379 testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.s: Test RET with
380 all REP flavors.
381 * testsuite/gas/i386/mpx-add-bnd-prefix.d,
382 testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d: Adjust
383 expectations.
384 * testsuite/gas/i386/mpx-add-bnd-prefix.e,
385 testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.e: New.
386
387 2018-07-09 Jeff Law <law@redhat.com>
388
389 * testsuite/nds32/ji-jr.d: Fix name tag.
390
391 2018-07-06 Tamar Christina <tamar.christina@arm.com>
392
393 PR binutils/23369
394 * testsuite/gas/aarch64/msr.d (csselr_el1,
395 vsesr_el2, osdtrrx_el1, osdtrtx_el1, pmsidr_el1): New.
396 * testsuite/gas/aarch64/msr.s: Likewise.
397
398 2018-07-06 Nick Clifton <nickc@redhat.com>
399
400 * write.c (maybe_generate_build_notes): Bias reloc offsets by the
401 number of notes already generated.
402
403 2018-07-05 Nick Clifton <nickc@redhat.com>
404
405 * po/ru.po: Updated Russian translation.
406
407 2018-07-02 Maciej W. Rozycki <macro@mips.com>
408
409 * config/tc-mips.c (macro_build) <'i', 'j'>: Also accept
410 BFD_RELOC_16, BFD_RELOC_MIPS_GOT16, BFD_RELOC_MIPS_CALL16,
411 BFD_RELOC_MIPS_GOT_HI16, BFD_RELOC_MIPS_GOT_LO16,
412 BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16,
413 BFD_RELOC_MIPS_SUB, BFD_RELOC_MIPS_GOT_PAGE,
414 BFD_RELOC_MIPS_HIGHEST, BFD_RELOC_MIPS_GOT_DISP,
415 BFD_RELOC_MIPS_TLS_GD, BFD_RELOC_MIPS_TLS_LDM,
416 BFD_RELOC_MIPS_TLS_DTPREL_HI16, BFD_RELOC_MIPS_TLS_DTPREL_LO16,
417 BFD_RELOC_MIPS_TLS_GOTTPREL, BFD_RELOC_MIPS_TLS_TPREL_HI16 and
418 BFD_RELOC_MIPS_TLS_TPREL_LO16 relocations if in the microMIPS
419 mode.
420 * testsuite/gas/mips/elf-rel28-lldscd-n32.d: New test.
421 * testsuite/gas/mips/elf-rel28-lldscd-micromips-n32.d: New test.
422 * testsuite/gas/mips/elf-rel28-lldscd-n64.d: New test.
423 * testsuite/gas/mips/elf-rel28-lldscd-micromips-n64.d: New test.
424 * testsuite/gas/mips/elf-rel28.s: Add instruction selection.
425 * testsuite/gas/mips/mips.exp: Run the new tests.
426
427 2018-07-02 Maciej W. Rozycki <macro@mips.com>
428
429 * testsuite/gas/mips/elf-rel28-micromips-n32.d: New test.
430 * testsuite/gas/mips/elf-rel28-micromips-n64.d: New test.
431 * testsuite/gas/mips/mips.exp: Run the new tests.
432
433 2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
434
435 * config/tc-arm.c (cpu_arch_ver): Use symbolic TAG_CPU_ARCH macros
436 rather than hardcode their values.
437
438 2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
439
440 * NEWS: Use command-line consistently when used in a compount word.
441 * doc/as.texi: Likewise.
442 * doc/c-aarch64.texi: Likewise.
443 * doc/c-alpha.texi: Likewise.
444 * doc/c-arc.texi: Likewise.
445 * doc/c-arm.texi: Likewise.
446 * doc/c-avr.texi: Likewise.
447 * doc/c-bfin.texi: Likewise.
448 * doc/c-cris.texi: Likewise.
449 * doc/c-epiphany.texi: Likewise.
450 * doc/c-i386.texi: Likewise.
451 * doc/c-ia64.texi: Likewise.
452 * doc/c-lm32.texi: Likewise.
453 * doc/c-m32r.texi: Likewise.
454 * doc/c-m68k.texi: Likewise.
455 * doc/c-mips.texi: Likewise.
456 * doc/c-mmix.texi: Likewise.
457 * doc/c-msp430.texi: Likewise.
458 * doc/c-mt.texi: Likewise.
459 * doc/c-nios2.texi: Likewise.
460 * doc/c-ppc.texi: Likewise.
461 * doc/c-pru.texi: Likewise.
462 * doc/c-rl78.texi: Likewise.
463 * doc/c-rx.texi: Likewise.
464 * doc/c-tic6x.texi: Likewise.
465 * doc/c-v850.texi: Likewise.
466 * doc/c-vax.texi: Likewise.
467 * doc/c-visium.texi: Likewise.
468 * doc/c-xstormy16.texi: Likewise.
469 * doc/c-xtensa.texi: Likewise.
470 * doc/c-z80.texi: Likewise.
471 * doc/c-z8k.texi: Likewise.
472 * doc/internals.texi: Likewise.
473
474 2018-06-29 Jim Wilson <jimw@sifive.com>
475
476 * config/tc-riscv.c (md_begin): Call hash_reg_name for "fp".
477
478 2018-06-29 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
479
480 * config/tc-aarch64.c (warn_unpredictable_ldst): Add unpredictable
481 cases for ldxp, stlxrb, stlxrh, stlxr.
482 * testsuite/gas/aarch64/diagnostic.s: New tests.
483 * testsuite/gas/aarch64/diagnostic.l: Adjust.
484
485 2018-06-29 Tamar Christina <tamar.christina@arm.com>
486
487 PR binutils/23192
488 * config/tc-aarch64.c (process_omitted_operand, parse_operands): Add
489 AARCH64_OPND_Em16
490 * testsuite/gas/aarch64/advsimd-armv8_3.s: Expand tests to cover upper
491 16 registers.
492 * testsuite/gas/aarch64/advsimd-armv8_3.d: Likewise.
493 * testsuite/gas/aarch64/advsimd-compnum.s: Likewise.
494 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
495 * testsuite/gas/aarch64/sve.d: Likewise.
496
497 2018-06-27 Alan Modra <amodra@gmail.com>
498
499 * configure.ac: Specify extra_objects with leading "config/"
500 for xtensa-relax.o and te-vms.o. Use case statements to unique
501 extra_objects. Formatting.
502 * configure: Regenerate.
503
504 2018-06-26 Nick Clifton <nickc@redhat.com>
505
506 * po/uk.po: Updated Ukranian translation.
507
508 2018-06-26 Nick Clifton <nickc@redhat.com>
509
510 PR 23335
511 * config/tc-msp430.c (check_reg): Only accept register name
512 strings that do not end in an alphanumeric character.
513 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
514
515 2018-06-24 Nick Clifton <nickc@redhat.com>
516
517 * configure: Regenerate.
518 * po/gas.pot: Regenerate.
519
520 2018-06-24 Nick Clifton <nickc@redhat.com>
521
522 2.31 branch created.
523 * NEWS: Add marker for 2.31.
524
525 2018-06-22 Tamar Christina <tamar.christina@arm.com>
526
527 * testsuite/gas/aarch64/addsub.s: Add negs to zero reg test.
528 * testsuite/gas/aarch64/addsub.d: Likewise.
529
530 2018-06-21 Alan Modra <amodra@gmail.com>
531
532 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
533 * doc/Makefile.in: Regenerate.
534
535 2018-06-20 Nick Clifton <nickc@redhat.com>
536
537 PR 21458
538 * tc-arm.c (do_adr): Only set the bottom bit of an imported thumb
539 function symbol address if -mthumb-interwork is active.
540 (do_adrl): Likewise.
541 * doc/c-arm.texi: Update descriptions of the -mthumb-interwork
542 option and the ADR and ADRL pseudo-ops.
543 * NEWS: Mention the new behaviour of the ADR and ADRL pseudo-ops.
544 * testsuite/gas/arm/pr21458.d: Add -mthumb-interwork option to
545 assembler command line.
546 * testsuite/gas/arm/adr.d: Likewise.
547 * testsuite/gas/arm/adrl.d: Likewise.
548
549 2018-06-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
550
551 PR gas/23305
552 * config/tc-riscv.c (riscv_ip): Add format specifier 'B' for
553 constants and symbols.
554 * testsuite/gas/riscv/lla32.d: New file.
555 * testsuite/gas/riscv/lla32.s: Likewise.
556 * testsuite/gas/riscv/lla64-fail.d: Likewise.
557 * testsuite/gas/riscv/lla64-fail.l: Likewise.
558 * testsuite/gas/riscv/lla64-fail.s: Likewise.
559 * testsuite/gas/riscv/lla64.d: Likewise.
560 * testsuite/gas/riscv/lla64.s: Likewise.
561
562 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
563
564 * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.11, add subdir-objects.
565 (TARG_CPU_O, OBJ_FORMAT_O, ATOF_TARG_O): Add config/ prefix.
566 * configure.ac (TARG_CPU_O, OBJ_FORMAT_O, ATOF_TARG_O, emfiles,
567 extra_objects): Add config/ prefix.
568 * doc/as.texinfo: Rename to...
569 * doc/as.texi: ... this.
570 * doc/Makefile.am: Rename as.texinfo to as.texi throughout.
571 Remove DISTCLEANFILES hack.
572 (AUTOMAKE_OPTIONS): Remove 1.8, cygnus, add no-texinfo.tex and
573 info-in-builddir.
574 * Makefile.in: Re-generate.
575 * aclocal.m4: Re-generate.
576 * config.in: Re-generate.
577 * configure: Re-generate.
578 * doc/Makefile.in: Re-generate.
579
580 2018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
581
582 * NEWS: Mention MIPS Global INValidate ASE support.
583 * config/tc-mips.c (options): Add OPTION_GINV and OPTION_NO_GINV.
584 (md_longopts): Likewise.
585 (mips_ases): Define availability for GINV.
586 (mips_convert_ase_flags): Map ASE_GINV to AFL_ASE_GINV.
587 (md_show_usage): Add help for -mginv and -mno-ginv.
588 * doc/as.texinfo: Document -mginv, -mno-ginv.
589 * doc/c-mips.texi: Document -mginv, -mno-ginv, .set ginv and
590 .set noginv.
591 * testsuite/gas/mips/ase-errors-1.s: Add error checks for GINV
592 ASE.
593 * testsuite/gas/mips/ase-errors-2.s: Likewise.
594 * testsuite/gas/mips/ase-errors-1.l: Likewise.
595 * testsuite/gas/mips/ase-errors-2.l: Likewise.
596 * testsuite/gas/mips/ginv.d: New test.
597 * testsuite/gas/mips/ginv-err.d: New test.
598 * testsuite/gas/mips/ginv-err.l: New test stderr output.
599 * testsuite/gas/mips/ginv.s: New test source.
600 * testsuite/gas/mips/ginv-err.s: New test source.
601 * testsuite/gas/mips/mips.exp: Run the new tests.
602
603 2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
604 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
605 Maciej W. Rozycki <macro@mips.com>
606
607 * NEWS: Mention CRC ASE support.
608 * config/tc-mips.c (options): Add OPTION_CRC and OPTION_NO_CRC.
609 (md_longopts): Likewise.
610 (md_show_usage): Add help for -mcrc and -mno-crc.
611 (mips_ases): Define availability for CRC and CRC64.
612 (mips_convert_ase_flags): Map ASE_CRC to AFL_ASE_CRC.
613 * doc/as.texinfo: Document -mcrc, -mno-crc.
614 * doc/c-mips.texi: Document -mcrc, -mno-crc, .set crc and
615 .set no-crc.
616 * testsuite/gas/mips/ase-errors-1.l: Add error checks for CRC
617 ASE.
618 * testsuite/gas/mips/ase-errors-2.l: Likewise.
619 * testsuite/gas/mips/ase-errors-1.s: Likewise.
620 * testsuite/gas/mips/ase-errors-2.s: Likewise.
621 * testsuite/gas/mips/crc.d: New test.
622 * testsuite/gas/mips/crc64.d: New test.
623 * testsuite/gas/mips/crc-err.d: New test.
624 * testsuite/gas/mips/crc64-err.d: New test.
625 * testsuite/gas/mips/crc-err.l: New test stderr output.
626 * testsuite/gas/mips/crc64-err.l: New test stderr output.
627 * testsuite/gas/mips/crc.s: New test source.
628 * testsuite/gas/mips/crc64.s: New test source.
629 * testsuite/gas/mips/crc-err.s: New test source.
630 * testsuite/gas/mips/crc64-err.s: New test source.
631 * testsuite/gas/mips/mips.exp: Run the new tests.
632
633 2018-06-11 Maciej W. Rozycki <macro@mips.com>
634
635 * config/tc-mips.c (md_show_usage): Correct help text for `-O0'
636 and `-O'. Mention `-O1'. Add `-O2' and its description.
637
638 2018-06-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
639
640 * config/tc-arm.c (arm_cpus): Add Cortex-A76 entry.
641 * doc/c-arm.texi (-mcpu): Document cortex-a76.
642
643 2018-06-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
644
645 * config/tc-aarch64.c (aarch64_cpus): Add Cortex-A76 entry.
646 * doc/c-aarch64.texi (-mcpu): Document cortex-a76.
647
648 2018-06-08 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
649
650 PR 20319
651 * testsuite/gas/aarch64/illegal-3.s: Test if unallocated FMOV encodings
652 are detected as undefined.
653 * testsuite/gas/aarch64/illegal-3.d: Likewise.
654 * testsuite/gas/aarch64/illegal.s: Test if FMOV instructions that are
655 changing the size from 32 bits to 64 bits and vice versa trigger an
656 error.
657 * testsuite/gas/aarch64/illegal.l: Likewise.
658
659 2018-06-08 Tamar Christina <tamar.christina@arm.com>
660
661 PR binutils/21446
662 * tc-aarch64.c (record_operand_error, record_operand_error_with_data):
663 Initialize non_fatal.
664
665 2018-06-06 Sameera Deshpande <sameera.deshpande@linaro.org>
666
667 * config/tc-aarch64.c (aarch64_cpus): Add support of ARMv8.4 in
668 saphira.
669
670 2018-06-05 Alan Modra <amodra@gmail.com>
671
672 * Makefile.in: Regenerate.
673
674 2018-06-04 Volodymyr Arbatov <arbatov@cadence.com>
675
676 * config/tc-xtensa.c (elf32xtensa_separate_props): New
677 declaration.
678 (option_separate_props, option_no_separate_props): New
679 enumeration constants.
680 (md_longopts): Add separate-prop-tables option.
681 (md_parse_option): Add cases for option_separate_props and
682 option_no_separate_props.
683 (md_show_usage): Add help for [no-]separate-prop-tables options.
684
685 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
686
687 * configure: Regenerated.
688
689 2018-06-01 Alexandre Oliva <aoliva@redhat.com>
690
691 * dwarf2dbg.c (dwarf2_consume_line_info): Drop view.
692
693 2018-06-01 Jan Beulich <jbeulich@suse.com>
694
695 * testsuite/gas/i386/ilp32/x86-64-opcode.d,
696 testsuite/gas/i386/x86-64-opcode.d: Adjust expectations.
697
698 2018-06-01 Jan Beulich <jbeulich@suse.com>
699
700 * config/tc-i386.c (add_prefix): Check REX bits individually.
701 * testsuite/gas/i386/rex.s: Add tests for overriding individual
702 REX bits, including when others are already set.
703 * testsuite/gas/i386/ilp32/rex.d, testsuite/gas/i386/rex.d:
704 Adjust expectations.
705
706 2018-06-01 Jan Beulich <jbeulich@suse.com>
707
708 * config/tc-i386.c (control): Delete.
709 (parse_real_register): Simply check "control" bit. Re-wrap.
710
711 2018-06-01 Jan Beulich <jbeulich@suse.com>
712
713 * config/tc-i386.c (build_modrm_byte): Drop REX_B from condition
714 checking for the need of emitting LOCK. Check "control" bit just
715 once.
716
717 2018-06-01 Jan Beulich <jbeulich@suse.com>
718
719 * testsuite/gas/i386/invpcid.s,
720 testsuite/gas/i386/x86-64-invpcid.s: Add test with explicit
721 "oword ptr".
722 * testsuite/gas/i386/invpcid.d,
723 testsuite/gas/i386/invpcid-intel.d,
724 testsuite/gas/i386/x86-64-invpcid.d,
725 testsuite/gas/i386/x86-64-invpcid-intel.d: Adjust expectations.
726
727 2018-05-30 Amit Pawar <amit.pawar@amd.com>
728
729 * config/tc-i386.c (cpu_flag_init): Add CPU_ZNVER2_FLAGS.
730 * doc/c-i386.texi : Document znver2.
731 * gas/testsuite/gas/i386/arch-13.s: Updated for znver2.
732 * gas/testsuite/gas/i386/arch-13.d: Updated.
733 * gas/testsuite/gas/i386/arch-13-znver1.d: Updated.
734 * gas/testsuite/gas/i386/arch-13-znver2.d: New file.
735 * gas/testsuite/gas/i386/x86-64-arch-3.s: Updated for znver2.
736 * gas/testsuite/gas/i386/x86-64-arch-3.d: Updated.
737 * gas/testsuite/gas/i386/x86-64-arch-3-znver1.d: Updated.
738 * gas/testsuite/gas/i386/x86-64-arch-3-znver2.d: New file.
739 * gas/testsuite/gas/i386/i386.exp: Updated for new test.
740
741 2018-05-25 Alan Modra <amodra@gmail.com>
742
743 * po/POTFILES.in: Regenerate.
744
745 2018-05-24 Jim Wilson <jimw@sifive.com>
746
747 PR gas/23219
748 * config/tc-riscv.c (riscv_frag_align_code): Move frag_more call after
749 !riscv_opts.relax check.
750 (riscv_handle_align): Rewrite !riscv_opts.relax support.
751 * config/tc-riscv (MAX_MEM_FOR_RS_ALIGN_CODE): Update.
752 * testsuite/gas/riscv/no-relax-align.d: New
753 * testsuite/gas/riscv/no-relax-align.s: New
754 * testsuite/gas/riscv/no-relax-align-2.d: New
755 * testsuite/gas/riscv/no-relax-align-2.s: New
756
757 2018-05-21 Peter Bergner <bergner@vnet.ibm.com.com>
758
759 * config/tc-ppc.c (md_assemble): Delete handling of fake operands.
760 * testsuite/gas/ppc/common.s (crmove, cror, or., or, nor., nor): Add
761 test of extended mnemonics.
762 * testsuite/gas/ppc/common.d: Likewise. Don't match instruction offset.
763 * testsuite/gas/ppc/spe.s (evor, evnor): Add test of extended mnemonics.
764 * testsuite/gas/ppc/spe.d: Likewise. Don't match instruction offset.
765
766 2018-05-18 Kito Cheng <kito.cheng@gmail.com>
767 Monk Chiang <sh.chiang04@gmail.com>
768 Jim Wilson <jimw@sifive.com>
769
770 * config/tc-riscv.c (rve_abi): New.
771 (riscv_set_options): Add rve field. Initialize it.
772 (riscv_set_rve) New function.
773 (riscv_set_arch): Support 'e' ISA subset.
774 (reg_lookup_internal): If rve, check register is available.
775 (riscv_set_abi): New parameter rve.
776 (md_parse_option): Pass new argument to riscv_set_abi.
777 (riscv_after_parse_args): Call riscv_set_rve. If rve_abi, set
778 EF_RISCV_RVE.
779 * doc/c-riscv.texi (-mabi): Document new ilp32e argument.
780
781 2018-05-18 John Darrington <john@darrington.wattle.id.au>
782
783 * Makefile.am: Add support for s12z target.
784 * Makefile.in: Regenerate.
785 * NEWS: Mention the new support.
786 * config/tc-s12z.c: New file.
787 * config/tc-s12z.h: New file.
788 * configure.tgt: Add s12z support.
789 * doc/Makefile.am: Likewise.
790 * doc/Makefile.in: Regenerate.
791 * doc/all.texi: Add s12z documentation.
792 * doc/as.textinfo: Likewise.
793 * doc/c-s12z.texi: New file.
794 * testsuite/gas/s12z: New directory.
795 * testsuite/gas/s12z/abs.d: New file.
796 * testsuite/gas/s12z/abs.s: New file.
797 * testsuite/gas/s12z/adc-imm.d: New file.
798 * testsuite/gas/s12z/adc-imm.s: New file.
799 * testsuite/gas/s12z/adc-opr.d: New file.
800 * testsuite/gas/s12z/adc-opr.s: New file.
801 * testsuite/gas/s12z/add-imm.d: New file.
802 * testsuite/gas/s12z/add-imm.s: New file.
803 * testsuite/gas/s12z/add-opr.d: New file.
804 * testsuite/gas/s12z/add-opr.s: New file.
805 * testsuite/gas/s12z/and-imm.d: New file.
806 * testsuite/gas/s12z/and-imm.s: New file.
807 * testsuite/gas/s12z/and-opr.d: New file.
808 * testsuite/gas/s12z/and-opr.s: New file.
809 * testsuite/gas/s12z/and-or-cc.d: New file.
810 * testsuite/gas/s12z/and-or-cc.s: New file.
811 * testsuite/gas/s12z/bfext-special.d: New file.
812 * testsuite/gas/s12z/bfext-special.s: New file.
813 * testsuite/gas/s12z/bfext.d: New file.
814 * testsuite/gas/s12z/bfext.s: New file.
815 * testsuite/gas/s12z/bit-manip.d: New file.
816 * testsuite/gas/s12z/bit-manip.s: New file.
817 * testsuite/gas/s12z/bit.d: New file.
818 * testsuite/gas/s12z/bit.s: New file.
819 * testsuite/gas/s12z/bra-expression-defined.d: New file.
820 * testsuite/gas/s12z/bra-expression-defined.s: New file.
821 * testsuite/gas/s12z/bra-expression-undef.d: New file.
822 * testsuite/gas/s12z/bra-expression-undef.s: New file.
823 * testsuite/gas/s12z/bra.d: New file.
824 * testsuite/gas/s12z/bra.s: New file.
825 * testsuite/gas/s12z/brclr-symbols.d: New file.
826 * testsuite/gas/s12z/brclr-symbols.s: New file.
827 * testsuite/gas/s12z/brset-clr-opr-imm-rel.d: New file.
828 * testsuite/gas/s12z/brset-clr-opr-imm-rel.s: New file.
829 * testsuite/gas/s12z/brset-clr-opr-reg-rel.d: New file.
830 * testsuite/gas/s12z/brset-clr-opr-reg-rel.s: New file.
831 * testsuite/gas/s12z/brset-clr-reg-imm-rel.d: New file.
832 * testsuite/gas/s12z/brset-clr-reg-imm-rel.s: New file.
833 * testsuite/gas/s12z/brset-clr-reg-reg-rel.d: New file.
834 * testsuite/gas/s12z/brset-clr-reg-reg-rel.s: New file.
835 * testsuite/gas/s12z/clb.d: New file.
836 * testsuite/gas/s12z/clb.s: New file.
837 * testsuite/gas/s12z/clr-opr.d: New file.
838 * testsuite/gas/s12z/clr-opr.s: New file.
839 * testsuite/gas/s12z/clr.d: New file.
840 * testsuite/gas/s12z/clr.s: New file.
841 * testsuite/gas/s12z/cmp-imm.d: New file.
842 * testsuite/gas/s12z/cmp-imm.s: New file.
843 * testsuite/gas/s12z/cmp-opr-inc.d: New file.
844 * testsuite/gas/s12z/cmp-opr-inc.s: New file.
845 * testsuite/gas/s12z/cmp-opr-rdirect.d: New file.
846 * testsuite/gas/s12z/cmp-opr-rdirect.s: New file.
847 * testsuite/gas/s12z/cmp-opr-reg.d: New file.
848 * testsuite/gas/s12z/cmp-opr-reg.s: New file.
849 * testsuite/gas/s12z/cmp-opr-rindirect.d: New file.
850 * testsuite/gas/s12z/cmp-opr-rindirect.s: New file.
851 * testsuite/gas/s12z/cmp-opr-sxe4.d: New file.
852 * testsuite/gas/s12z/cmp-opr-sxe4.s: New file.
853 * testsuite/gas/s12z/cmp-opr-xys.d: New file.
854 * testsuite/gas/s12z/cmp-opr-xys.s: New file.
855 * testsuite/gas/s12z/cmp-s-imm.d: New file.
856 * testsuite/gas/s12z/cmp-s-imm.s: New file.
857 * testsuite/gas/s12z/cmp-s-opr.d: New file.
858 * testsuite/gas/s12z/cmp-s-opr.s: New file.
859 * testsuite/gas/s12z/cmp-xy.d: New file.
860 * testsuite/gas/s12z/cmp-xy.s: New file.
861 * testsuite/gas/s12z/com-opr.d: New file.
862 * testsuite/gas/s12z/com-opr.s: New file.
863 * testsuite/gas/s12z/complex-shifts.d: New file.
864 * testsuite/gas/s12z/complex-shifts.s: New file.
865 * testsuite/gas/s12z/db-tb-cc-opr.d: New file.
866 * testsuite/gas/s12z/db-tb-cc-opr.s: New file.
867 * testsuite/gas/s12z/db-tb-cc-reg.d: New file.
868 * testsuite/gas/s12z/db-tb-cc-reg.s: New file.
869 * testsuite/gas/s12z/dbCC.d: New file.
870 * testsuite/gas/s12z/dbCC.s: New file.
871 * testsuite/gas/s12z/dec-opr.d: New file.
872 * testsuite/gas/s12z/dec-opr.s: New file.
873 * testsuite/gas/s12z/dec.d: New file.
874 * testsuite/gas/s12z/dec.s: New file.
875 * testsuite/gas/s12z/div.d: New file.
876 * testsuite/gas/s12z/div.s: New file.
877 * testsuite/gas/s12z/eor.d: New file.
878 * testsuite/gas/s12z/eor.s: New file.
879 * testsuite/gas/s12z/exg.d: New file.
880 * testsuite/gas/s12z/exg.s: New file.
881 * testsuite/gas/s12z/ext24-ld-xy.d: New file.
882 * testsuite/gas/s12z/ext24-ld-xy.s: New file.
883 * testsuite/gas/s12z/inc-opr.d: New file.
884 * testsuite/gas/s12z/inc-opr.s: New file.
885 * testsuite/gas/s12z/inc.d: New file.
886 * testsuite/gas/s12z/inc.s: New file.
887 * testsuite/gas/s12z/inh.d: New file.
888 * testsuite/gas/s12z/inh.s: New file.
889 * testsuite/gas/s12z/jmp.d: New file.
890 * testsuite/gas/s12z/jmp.s: New file.
891 * testsuite/gas/s12z/jsr.d: New file.
892 * testsuite/gas/s12z/jsr.s: New file.
893 * testsuite/gas/s12z/ld-imm-page2.d: New file.
894 * testsuite/gas/s12z/ld-imm-page2.s: New file.
895 * testsuite/gas/s12z/ld-imm.d: New file.
896 * testsuite/gas/s12z/ld-imm.s: New file.
897 * testsuite/gas/s12z/ld-immu18.d: New file.
898 * testsuite/gas/s12z/ld-immu18.s: New file.
899 * testsuite/gas/s12z/ld-large-direct.d: New file.
900 * testsuite/gas/s12z/ld-large-direct.s: New file.
901 * testsuite/gas/s12z/ld-opr.d: New file.
902 * testsuite/gas/s12z/ld-opr.s: New file.
903 * testsuite/gas/s12z/ld-s-opr.d: New file.
904 * testsuite/gas/s12z/ld-s-opr.s: New file.
905 * testsuite/gas/s12z/ld-small-direct.d: New file.
906 * testsuite/gas/s12z/ld-small-direct.s: New file.
907 * testsuite/gas/s12z/lea-immu18.d: New file.
908 * testsuite/gas/s12z/lea-immu18.s: New file.
909 * testsuite/gas/s12z/lea.d: New file.
910 * testsuite/gas/s12z/lea.s: New file.
911 * testsuite/gas/s12z/mac.d: New file.
912 * testsuite/gas/s12z/mac.s: New file.
913 * testsuite/gas/s12z/min-max.d: New file.
914 * testsuite/gas/s12z/min-max.s: New file.
915 * testsuite/gas/s12z/mod.d: New file.
916 * testsuite/gas/s12z/mod.s: New file.
917 * testsuite/gas/s12z/mov.d: New file.
918 * testsuite/gas/s12z/mov.s: New file.
919 * testsuite/gas/s12z/mul-imm.d: New file.
920 * testsuite/gas/s12z/mul-imm.s: New file.
921 * testsuite/gas/s12z/mul-opr-opr.d: New file.
922 * testsuite/gas/s12z/mul-opr-opr.s: New file.
923 * testsuite/gas/s12z/mul-opr.d: New file.
924 * testsuite/gas/s12z/mul-opr.s: New file.
925 * testsuite/gas/s12z/mul-reg.d: New file.
926 * testsuite/gas/s12z/mul-reg.s: New file.
927 * testsuite/gas/s12z/mul.d: New file.
928 * testsuite/gas/s12z/mul.s: New file.
929 * testsuite/gas/s12z/neg-opr.d: New file.
930 * testsuite/gas/s12z/neg-opr.s: New file.
931 * testsuite/gas/s12z/not-so-simple-shifts.d: New file.
932 * testsuite/gas/s12z/not-so-simple-shifts.s: New file.
933 * testsuite/gas/s12z/opr-18u.d: New file.
934 * testsuite/gas/s12z/opr-18u.s: New file.
935 * testsuite/gas/s12z/opr-expr.d: New file.
936 * testsuite/gas/s12z/opr-expr.s: New file.
937 * testsuite/gas/s12z/opr-ext-18.d: New file.
938 * testsuite/gas/s12z/opr-ext-18.s: New file.
939 * testsuite/gas/s12z/opr-idx-24-reg.d: New file.
940 * testsuite/gas/s12z/opr-idx-24-reg.s: New file.
941 * testsuite/gas/s12z/opr-idx3-reg.d: New file.
942 * testsuite/gas/s12z/opr-idx3-reg.s: New file.
943 * testsuite/gas/s12z/opr-idx3-xysp-24.d: New file.
944 * testsuite/gas/s12z/opr-idx3-xysp-24.s: New file.
945 * testsuite/gas/s12z/opr-indirect-expr.d: New file.
946 * testsuite/gas/s12z/opr-indirect-expr.s: New file.
947 * testsuite/gas/s12z/opr-symbol.d: New file.
948 * testsuite/gas/s12z/opr-symbol.s: New file.
949 * testsuite/gas/s12z/or-imm.d: New file.
950 * testsuite/gas/s12z/or-imm.s: New file.
951 * testsuite/gas/s12z/or-opr.d: New file.
952 * testsuite/gas/s12z/or-opr.s: New file.
953 * testsuite/gas/s12z/p2-mul.d: New file.
954 * testsuite/gas/s12z/p2-mul.s: New file.
955 * testsuite/gas/s12z/page2-inh.d: New file.
956 * testsuite/gas/s12z/page2-inh.s: New file.
957 * testsuite/gas/s12z/psh-pul.d: New file.
958 * testsuite/gas/s12z/psh-pul.s: New file.
959 * testsuite/gas/s12z/qmul.d: New file.
960 * testsuite/gas/s12z/qmul.s: New file.
961 * testsuite/gas/s12z/rotate.d: New file.
962 * testsuite/gas/s12z/rotate.s: New file.
963 * testsuite/gas/s12z/s12z.exp: New file.
964 * testsuite/gas/s12z/sat.d: New file.
965 * testsuite/gas/s12z/sat.s: New file.
966 * testsuite/gas/s12z/sbc-imm.d: New file.
967 * testsuite/gas/s12z/sbc-imm.s: New file.
968 * testsuite/gas/s12z/sbc-opr.d: New file.
969 * testsuite/gas/s12z/sbc-opr.s: New file.
970 * testsuite/gas/s12z/shift.d: New file.
971 * testsuite/gas/s12z/shift.s: New file.
972 * testsuite/gas/s12z/simple-shift.d: New file.
973 * testsuite/gas/s12z/simple-shift.s: New file.
974 * testsuite/gas/s12z/single-ops.d: New file.
975 * testsuite/gas/s12z/single-ops.s: New file.
976 * testsuite/gas/s12z/specd6.d: New file.
977 * testsuite/gas/s12z/specd6.s: New file.
978 * testsuite/gas/s12z/st-large-direct.d: New file.
979 * testsuite/gas/s12z/st-large-direct.s: New file.
980 * testsuite/gas/s12z/st-opr.d: New file.
981 * testsuite/gas/s12z/st-opr.s: New file.
982 * testsuite/gas/s12z/st-s-opr.d: New file.
983 * testsuite/gas/s12z/st-s-opr.s: New file.
984 * testsuite/gas/s12z/st-small-direct.d: New file.
985 * testsuite/gas/s12z/st-small-direct.s: New file.
986 * testsuite/gas/s12z/st-xy.d: New file.
987 * testsuite/gas/s12z/st-xy.s: New file.
988 * testsuite/gas/s12z/sub-imm.d: New file.
989 * testsuite/gas/s12z/sub-imm.s: New file.
990 * testsuite/gas/s12z/sub-opr.d: New file.
991 * testsuite/gas/s12z/sub-opr.s: New file.
992 * testsuite/gas/s12z/tfr.d: New file.
993 * testsuite/gas/s12z/tfr.s: New file.
994 * testsuite/gas/s12z/trap.d: New file.
995 * testsuite/gas/s12z/trap.s: New file.
996
997 2018-05-16 Maciej W. Rozycki <macro@mips.com>
998
999 * tc-nds32.c (md_assemble): Rename `expr' local variable to
1000 `insn_expr'.
1001
1002 2018-05-15 Tamar Christina <tamar.christina@arm.com>
1003
1004 PR binutils/21446
1005 * testsuite/gas/aarch64/illegal-sysreg-2.s: Fix pmbidr_el1 test.
1006 * testsuite/gas/aarch64/illegal-sysreg-2.l: Likewise.
1007 * testsuite/gas/aarch64/illegal-sysreg-2.d: Likewise.
1008 * testsuite/gas/aarch64/sysreg-diagnostic.s: New.
1009 * testsuite/gas/aarch64/sysreg-diagnostic.l: New.
1010 * testsuite/gas/aarch64/sysreg-diagnostic.d: New.
1011
1012 2018-05-15 Tamar Christina <tamar.christina@arm.com>
1013
1014 PR binutils/21446
1015 * config/tc-aarch64.c (print_operands): Indicate no notes.
1016 (output_operand_error_record): Support non-fatal errors.
1017 (output_operand_error_report, warn_unpredictable_ldst, md_assemble):
1018 Likewise.
1019
1020 2018-05-15 Tamar Christina <tamar.christina@arm.com>
1021
1022 PR binutils/21446
1023 * config/tc-aarch64.c (parse_sys_reg): Return register flags.
1024 (parse_operands): Fill in register flags.
1025
1026 2018-05-14 Nick Clifton <nickc@redhat.com>
1027
1028 * write.c (maybe_generate_build_notes): Generate notes on a
1029 per-code-section basis. Skip linkonce sections.
1030
1031 2018-05-14 Nick Clifton <nickc@redhat.com>
1032
1033 PR 23153
1034 * as.c (main): When checking for an output file that is also an
1035 input file, also check that the inode is not zero.
1036
1037 2018-05-12 Alan Modra <amodra@gmail.com>
1038
1039 * config/tc-score.c (s3_do_macro_bcmp): Don't use fixed size
1040 buffers.
1041 (s3_do_macro_bcmpz): Likewise.
1042
1043 2018-05-10 Tamar Christina <tamar.christina@arm.com>
1044
1045 * config/tc-aarch64.c (parse_aarch64_imm_float): Remove restrictions.
1046 * testsuite/gas/aarch64/diagnostic.s: Move fmov int test to..
1047 * testsuite/gas/aarch64/fpmov.s: Here.
1048 * testsuite/gas/aarch64/fpmov.d: Update results with fmov.
1049 * testsuite/gas/aarch64/diagnostic.l: Remove fmov values.
1050 * testsuite/gas/aarch64/sve-invalid.s: Update test files.
1051 * testsuite/gas/aarch64/sve-invalid.l: Likewise
1052
1053 2018-05-10 Tamar Christina <tamar.christina@arm.com>
1054
1055 * gas/config/tc-arm.c (do_neon_mov): Allow integer literal for float
1056 immediate.
1057 * testsuite/gas/arm/vfp-mov-enc.s: New.
1058 * testsuite/gas/arm/vfp-mov-enc.d: New.
1059
1060 2018-05-09 Max Filippov <jcmvbkbc@gmail.com>
1061
1062 * config/tc-xtensa.c (xtensa_is_init_fini): New function.
1063 (xtensa_move_literals): Only attempt to assign literal pool to
1064 literals with tc_frag_data.is_literal mark and not in .init or
1065 .fini sections.
1066 Join nested 'if' conditions to simplify function structure.
1067 (xtensa_switch_to_non_abs_literal_fragment): Use
1068 xtensa_is_init_fini to test for .init/.fini sections.
1069 * testsuite/gas/xtensa/all.exp (auto-litpools-3)
1070 (auto-litpools-4, text-section-literals-1): New tests.
1071 * testsuite/gas/xtensa/auto-litpools-3.d: New test results.
1072 * testsuite/gas/xtensa/auto-litpools-3.s: New test source.
1073 * testsuite/gas/xtensa/auto-litpools-4.d: New test results.
1074 * testsuite/gas/xtensa/auto-litpools-4.s: New test source.
1075 * testsuite/gas/xtensa/text-section-literals-1.d: New test results.
1076 * testsuite/gas/xtensa/text-section-literals-1.s: New test source.
1077
1078 2018-05-09 Dimitar Dimitrov <dimitar@dinux.eu>
1079
1080 * config/tc-pru.c (md_apply_fix): Make LDI32 relocation conformant
1081 to TI ABI.
1082 (pru_assemble_arg_i): Likewise.
1083 (output_insn_ldi32): Likewise.
1084 * testsuite/gas/pru/ldi.d: Update test for the now fixed LDI32.
1085 * gas/config/tc-pru.c (pru_assemble_arg_b): Check imm8 operand range.
1086 * gas/testsuite/gas/pru/illegal2.l: New test.
1087 * gas/testsuite/gas/pru/illegal2.s: New test.
1088 * gas/testsuite/gas/pru/pru.exp: Register new illegal2 test.
1089
1090 2018-05-08 Jim Wilson <jimw@sifive.com>
1091
1092 * testsuite/gas/riscv/c-zero-imm.d: Add more tests.
1093 * testsuite/gas/riscv/c-zero-imm.s: Likewise.
1094 * testsuite/gas/riscv/c-zero-reg.d: Fix typo in test. Add disabled
1095 future test for RV128 support.
1096 * testsuite/gas/riscv/c-zero-reg.s: Likewise.
1097
1098 2018-05-07 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1099 H.J. Lu <hongjiu.lu@intel.com>
1100
1101 * config/tc-i386.c (cpu_arch): Add .movdir, .movdir64b.
1102 (cpu_noarch): Likewise.
1103 (process_suffix): Add check for register size.
1104 * doc/c-i386.texi: Document movdiri, movdir64b.
1105 * testsuite/gas/i386/i386.exp: Run MOVDIR{I,64B} tests.
1106 * testsuite/gas/i386/movdir-intel.d: New file.
1107 * testsuite/gas/i386/movdir.d: Likewise.
1108 * testsuite/gas/i386/movdir.s: Likewise.
1109 * testsuite/gas/i386/movdir64b-reg.s: Likewise.
1110 * testsuite/gas/i386/movdir64b-reg.l: Likewise.
1111 * testsuite/gas/i386/x86-64-movdir-intel.d: Likewise.
1112 * testsuite/gas/i386/x86-64-movdir.d: Likewise.
1113 * testsuite/gas/i386/x86-64-movdir.s: Likewise.
1114 * testsuite/gas/i386/x86-64-movdir64b-reg.s: Likewise.
1115 * testsuite/gas/i386/x86-64-movdir64b-reg.l: Likewise.
1116
1117 2018-05-07 H.J. Lu <hongjiu.lu@intel.com>
1118
1119 * config/tc-i386.c (process_suffix): Check addrprefixopreg
1120 instead of addrprefixop0.
1121
1122 2018-05-07 Peter Bergner <bergner@vnet.ibm.com.com>
1123
1124 * config/tc-ppc.c (ppc_setup_opcodes) <powerpc_opcodes>: Rewrite code
1125 to dump the entire opcode table.
1126 (ppc_setup_opcodes) <spe2_opcodes>: Likewise.
1127 (ppc_setup_opcodes) <vle_opcodes>: Likewise. Fix calculation of
1128 opcode index.
1129
1130 2018-05-06 H.J. Lu <hongjiu.lu@intel.com>
1131
1132 * testsuite/gas/i386/xmmhi32.d: Also allow dir32 relocation.
1133
1134 2018-05-06 H.J. Lu <hongjiu.lu@intel.com>
1135
1136 * testsuite/gas/i386/avx512f-plain.s: Append ".p2align 4,0".
1137 * testsuite/gas/i386/avx512vl-plain.s: Likewise.
1138 * testsuite/gas/i386/bnd.s: Likewise.
1139 * testsuite/gas/i386/stN.s: Likewise.
1140 * testsuite/gas/i386/avx512f-plain.l: Updated.
1141 * testsuite/gas/i386/avx512vl-plain.l: Likewise.
1142 * testsuite/gas/i386/bnd.l: Likewise.
1143 * testsuite/gas/i386/stN.l: Likewise.
1144
1145 2018-05-04 Alan Modra <amodra@gmail.com>
1146
1147 * config/obj-evax.c (shorten_identifier): Use memcpy in place
1148 of strncpy.
1149 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Ensure
1150 segname and sectname fields are NUL terminated.
1151
1152 2018-05-01 Nick Clifton <nickc@redhat.com>
1153
1154 * po/es.po: Updated Spanish translation.
1155
1156 2018-04-27 Maciej W. Rozycki <macro@mips.com>
1157
1158 * testsuite/lib/gas-defs.exp (run_dump_test): Use `match_target'
1159 in place of `istarget' for matching with `target', `not-target',
1160 `skip' and `not-skip' options.
1161
1162 2018-04-26 Nick Clifton <nickc@redhat.com>
1163
1164 * as.c (flag_generate_build_notes): New variable.
1165 (show_usage): Add entry for --generate-missing-build-notes.
1166 (parse_args): Parse --generate-missing-build-notes.
1167 * as.h: Export flag_generate_build_notes.
1168 * symbols.c (save_symbol_name): Ensure that the name parameter is
1169 not NULL.
1170 * write.c (create_obj_attrs_section): Reformat.
1171 (create_note_reloc): New function - creates a relocation for a
1172 field in a GNU Build attribute note.
1173 (maybe_generate_build_notes): New function - created GNU Build
1174 attribute notes if none are present in the output file.
1175 (write_object_file): Call maybe_generate_build_notes.
1176 * configure.ac (--enable-generate-build-notes): New option.
1177 * NEWS: Announce the new feature.
1178 * doc/as.textinfo: Document the new option.
1179 * config.in: Regenerate.
1180 * configure: Regenerate.
1181
1182 2018-04-26 Jan Beulich <jbeulich@suse.com>
1183
1184 * config/tc-i386.c (check_VecOperands): Add AVX512VL check. Set
1185 .baseindex.
1186 (match_template): Don't set suffix_check when Intel syntax and
1187 broadcast. Make check_register a per-operand bitmap.
1188
1189 2018-04-26 Jan Beulich <jbeulich@suse.com>
1190
1191 * config/tc-i386.c (optimize_encoding): Check for zeroing
1192 masking.
1193 * testsuite/gas/i386/optimize-1.d,
1194 testsuite/gas/i386/optimize-4.d,
1195 testsuite/gas/i386/optimize-5.d,
1196 testsuite/gas/i386/x86-64-optimize-2.d,
1197 testsuite/gas/i386/x86-64-optimize-5.d,
1198 testsuite/gas/i386/x86-64-optimize-6.d: Adjust expectations.
1199
1200 2018-04-26 Jan Beulich <jbeulich@suse.com>
1201
1202 * config/tc-i386.c (parse_real_register): Check .cpuvrex before
1203 recording EVEX encoding. Don't check previously specified
1204 encoding.
1205 * testsuite/gas/i386/xmmhi32.s: Add {x,y,z}mm{16,24} cases.
1206 * testsuite/gas/i386/xmmhi32.d: Adjust expectations.
1207 * testsuite/gas/i386/xmmhi64.s, testsuite/gas/i386/xmmhi64.d:
1208 New.
1209 * testsuite/gas/i386/i386.exp: Run new test.
1210
1211 2018-04-26 Jan Beulich <jbeulich@suse.com>
1212
1213 * testsuite/gas/i386/xsave.s: Add AVX, LWP, MPX, and PKU
1214 dependency tests.
1215 * testsuite/gas/i386/xsave.d,
1216 testsuite/gas/i386/xsave-intel.d: Adjust expecations.
1217
1218 2018-04-26 Jan Beulich <jbeulich@suse.com>
1219
1220 * config/tc-i386.c (parse_real_register): Re-write {,x,y,z}mm
1221 and mask register handling.
1222 * testsuite/gas/i386/avx512f-ymm.s, testsuite/gas/i386/avx512f-ymm.d,
1223 testsuite/gas/i386/xmmhi32.s, testsuite/gas/i386/xmmhi32.d: New.
1224 * testsuite/gas/i386/i386.exp: Run new tests.
1225
1226 2018-04-26 Jan Beulich <jbeulich@suse.com>
1227
1228 * config/tc-i386.c (parse_real_register): Check bnd<N>
1229 registers.
1230 * testsuite/gas/i386/bnd.s, testsuite/gas/i386/bnd.l: New.
1231 * testsuite/gas/i386/i386.exp: Run new test.
1232
1233 2018-04-26 Jan Beulich <jbeulich@suse.com>
1234
1235 * config/tc-i386.c (parse_real_register): Check FPU register
1236 earlier.
1237 * testsuite/gas/i386/fpu.s, testsuite/gas/i386/fpu.l,
1238 testsuite/gas/i386/stN.s, testsuite/gas/i386/stN.l: New.
1239 * testsuite/gas/i386/i386.exp: Run new tests.
1240
1241 2018-04-26 Jan Beulich <jbeulich@suse.com>
1242
1243 * config/tc-i386.c (build_modrm_byte): Use tabs for indentation.
1244
1245 2018-04-26 Jan Beulich <jbeulich@suse.com>
1246
1247 * config/tc-i386.c (build_modrm_byte): Move and fold
1248 source/reg_slot calculations.
1249
1250 2018-04-26 Jan Beulich <jbeulich@suse.com>
1251
1252 * config/tc-i386.c (build_modrm_byte): Drop .veximmext uses.
1253 Move part of the remaining assertion.
1254
1255 2018-04-26 Jan Beulich <jbeulich@suse.com>
1256
1257 * config/tc-i386.c (build_modrm_byte): Extend assertion in
1258 vex_3_sources handling to cover more cases.
1259
1260 2018-04-26 Jan Beulich <jbeulich@suse.com>
1261
1262 * config/tc-i386.c (build_modrm_byte): Drop code dealing with
1263 .veximmext and .immext set at the same time. Drop code dealing
1264 with .cpufma when .vexsources == VEX3SOURCES.
1265
1266 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
1267 Mickaël Guêné <mickael.guene@st.com>
1268
1269 * config/tc-arm.c (reloc_names): Add TLSGD_FDPIC, TLSLDM_FDPIC,
1270 GOTTPOFF_FDIC relocations.
1271 (md_apply_fix): Handle the new TLS FDPIC relocations.
1272 (tc_gen_reloc): Likewise.
1273 (arm_fix_adjustable): Likewise.
1274
1275 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
1276 Mickaël Guêné <mickael.guene@st.com>
1277
1278 * config/tc-arm.c (reloc_names): Add gotfuncdesc, gotofffuncdesc,
1279 funcdesc.
1280 (md_apply_fix): Support the new relocations.
1281 (tc_gen_reloc): Likewise.
1282 * testsuite/gas/arm/reloc-fdpic.d: New.
1283 * testsuite/gas/arm/reloc-fdpic.s: New.
1284
1285 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
1286 Mickaël Guêné <mickael.guene@st.com>
1287
1288 * config/tc-arm.c (arm_fdpic): New.
1289 (elf32_arm_target_format): Support FDPIC.
1290 (OPTION_FDPIC): New.
1291 (md_longopts): Support FDPIC.
1292 (md_parse_option): Likewise.
1293 (md_show_usage): Likewise.
1294
1295 2018-04-25 Tamar Christina <tamar.christina@arm.com>
1296
1297 * testsuite/gas/aarch64/rdma.s: Test for larger register numbers.
1298 * testsuite/gas/aarch64/rdma.d: Update results.
1299 * testsuite/gas/aarch64/rdma-directive.d: Likewise.
1300
1301 2018-04-25 Nick Clifton <nickc@redhat.com>
1302
1303 * po/es.po: Updated Spanish translation.
1304
1305 2018-04-25 Alan Modra <amodra@gmail.com>
1306
1307 * Makefile.am: Remove arm-aout and arm-coff support.
1308 * config/tc-arm.c: Likewise.
1309 * config/tc-arm.h: Likewise.
1310 * configure.tgt: Likewise.
1311 * testsuite/gas/aarch64/codealign.d: Likewise.
1312 * testsuite/gas/aarch64/mapping.d: Likewise.
1313 * testsuite/gas/aarch64/mapping2.d: Likewise.
1314 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: Likewise.
1315 * testsuite/gas/arm/adds-thumb1-reloc-local.d: Likewise.
1316 * testsuite/gas/arm/addsw-bad.d: Likewise.
1317 * testsuite/gas/arm/align.d: Likewise.
1318 * testsuite/gas/arm/align64.d: Likewise.
1319 * testsuite/gas/arm/arch7.d: Likewise.
1320 * testsuite/gas/arm/arch7a-mp.d: Likewise.
1321 * testsuite/gas/arm/arch7em.d: Likewise.
1322 * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
1323 * testsuite/gas/arm/arm-it-auto-2.d: Likewise.
1324 * testsuite/gas/arm/arm-it-auto-3.d: Likewise.
1325 * testsuite/gas/arm/arm-it-auto.d: Likewise.
1326 * testsuite/gas/arm/arm-it-bad-2.d: Likewise.
1327 * testsuite/gas/arm/arm-it.d: Likewise.
1328 * testsuite/gas/arm/armv7e-m+fpv5-d16.d: Likewise.
1329 * testsuite/gas/arm/armv7e-m+fpv5-sp-d16.d: Likewise.
1330 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: Likewise.
1331 * testsuite/gas/arm/armv8-2-fp16-scalar.d: Likewise.
1332 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise.
1333 * testsuite/gas/arm/armv8-2-fp16-simd.d: Likewise.
1334 * testsuite/gas/arm/armv8-a+crypto.d: Likewise.
1335 * testsuite/gas/arm/armv8-a+fp.d: Likewise.
1336 * testsuite/gas/arm/armv8-a+ras.d: Likewise.
1337 * testsuite/gas/arm/armv8-a+rdma-warning.d: Likewise.
1338 * testsuite/gas/arm/armv8-a+rdma.d: Likewise.
1339 * testsuite/gas/arm/armv8-a+simd.d: Likewise.
1340 * testsuite/gas/arm/armv8-a-barrier-thumb.d: Likewise.
1341 * testsuite/gas/arm/armv8-r+fp.d: Likewise.
1342 * testsuite/gas/arm/armv8-r+simd.d: Likewise.
1343 * testsuite/gas/arm/armv8-r-barrier-thumb.d: Likewise.
1344 * testsuite/gas/arm/armv8_1-a+simd.d: Likewise.
1345 * testsuite/gas/arm/armv8_2+rdma.d: Likewise.
1346 * testsuite/gas/arm/armv8_2-a.d: Likewise.
1347 * testsuite/gas/arm/armv8_3-a-fp.d: Likewise.
1348 * testsuite/gas/arm/armv8_3-a-simd.d: Likewise.
1349 * testsuite/gas/arm/armv8a-automatic-hlt.d: Likewise.
1350 * testsuite/gas/arm/armv8a-automatic-lda.d: Likewise.
1351 * testsuite/gas/arm/attr-syntax.d: Likewise.
1352 * testsuite/gas/arm/automatic-bw.d: Likewise.
1353 * testsuite/gas/arm/automatic-cbz.d: Likewise.
1354 * testsuite/gas/arm/automatic-clrex.d: Likewise.
1355 * testsuite/gas/arm/automatic-lda.d: Likewise.
1356 * testsuite/gas/arm/automatic-ldaex.d: Likewise.
1357 * testsuite/gas/arm/automatic-ldaexb.d: Likewise.
1358 * testsuite/gas/arm/automatic-ldrex.d: Likewise.
1359 * testsuite/gas/arm/automatic-ldrexd.d: Likewise.
1360 * testsuite/gas/arm/automatic-movw.d: Likewise.
1361 * testsuite/gas/arm/automatic-sdiv.d: Likewise.
1362 * testsuite/gas/arm/automatic-strexb.d: Likewise.
1363 * testsuite/gas/arm/barrier-bad-thumb.d: Likewise.
1364 * testsuite/gas/arm/barrier-bad.d: Likewise.
1365 * testsuite/gas/arm/barrier-thumb.d: Likewise.
1366 * testsuite/gas/arm/barrier.d: Likewise.
1367 * testsuite/gas/arm/bignum1.d: Likewise.
1368 * testsuite/gas/arm/blx-bad.d: Likewise.
1369 * testsuite/gas/arm/blx-bl-convert.d: Likewise.
1370 * testsuite/gas/arm/blx-local.s: Likewise.
1371 * testsuite/gas/arm/crc32-armv8-a-bad.d: Likewise.
1372 * testsuite/gas/arm/crc32-armv8-a.d: Likewise.
1373 * testsuite/gas/arm/crc32-armv8-r-bad.d: Likewise.
1374 * testsuite/gas/arm/crc32-armv8-r.d: Likewise.
1375 * testsuite/gas/arm/dis-data.d: Likewise.
1376 * testsuite/gas/arm/dis-data2.d: Likewise.
1377 * testsuite/gas/arm/dis-data3.d: Likewise.
1378 * testsuite/gas/arm/eabi_attr_1.d: Likewise.
1379 * testsuite/gas/arm/fp-save.d: Likewise.
1380 * testsuite/gas/arm/group-reloc-alu-encoding-bad.d: Likewise.
1381 * testsuite/gas/arm/group-reloc-alu-parsing-bad.d: Likewise.
1382 * testsuite/gas/arm/group-reloc-alu.d: Likewise.
1383 * testsuite/gas/arm/group-reloc-ldc-encoding-bad.d: Likewise.
1384 * testsuite/gas/arm/group-reloc-ldc-parsing-bad.d: Likewise.
1385 * testsuite/gas/arm/group-reloc-ldc.d: Likewise.
1386 * testsuite/gas/arm/group-reloc-ldr-encoding-bad.d: Likewise.
1387 * testsuite/gas/arm/group-reloc-ldr-parsing-bad.d: Likewise.
1388 * testsuite/gas/arm/group-reloc-ldr.d: Likewise.
1389 * testsuite/gas/arm/group-reloc-ldrs-encoding-bad.d: Likewise.
1390 * testsuite/gas/arm/group-reloc-ldrs-parsing-bad.d: Likewise.
1391 * testsuite/gas/arm/group-reloc-ldrs.d: Likewise.
1392 * testsuite/gas/arm/insn-error-a.d: Likewise.
1393 * testsuite/gas/arm/insn-error-t.d: Likewise.
1394 * testsuite/gas/arm/inst-po-2.d: Likewise.
1395 * testsuite/gas/arm/inst-po-3.d: Likewise.
1396 * testsuite/gas/arm/inst-po-be.d: Likewise.
1397 * testsuite/gas/arm/inst-po.d: Likewise.
1398 * testsuite/gas/arm/ldconst.d: Likewise.
1399 * testsuite/gas/arm/ldgesb-bad.d: Likewise.
1400 * testsuite/gas/arm/ldgesh-bad.d: Likewise.
1401 * testsuite/gas/arm/ldst-offset0.d: Likewise.
1402 * testsuite/gas/arm/local_function.d: Likewise.
1403 * testsuite/gas/arm/local_label_coff.d: Likewise.
1404 * testsuite/gas/arm/local_label_elf.d: Likewise.
1405 * testsuite/gas/arm/mapping.d: Likewise.
1406 * testsuite/gas/arm/mapping2.d: Likewise.
1407 * testsuite/gas/arm/mapping3.d: Likewise.
1408 * testsuite/gas/arm/mapping4.d: Likewise.
1409 * testsuite/gas/arm/mapshort-elf.d: Likewise.
1410 * testsuite/gas/arm/mask_1-armv8-a.d: Likewise.
1411 * testsuite/gas/arm/mask_1-armv8-r.d: Likewise.
1412 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: Likewise.
1413 * testsuite/gas/arm/movs-thumb1-reloc-local.d: Likewise.
1414 * testsuite/gas/arm/movw-local.d: Likewise.
1415 * testsuite/gas/arm/mrs-msr-thumb-v6t2.d: Likewise.
1416 * testsuite/gas/arm/mrs-msr-thumb-v7-m.d: Likewise.
1417 * testsuite/gas/arm/mrs-msr-thumb-v7e-m.d: Likewise.
1418 * testsuite/gas/arm/msr-imm-bad.d: Likewise.
1419 * testsuite/gas/arm/msr-reg-bad.d: Likewise.
1420 * testsuite/gas/arm/msr-reg-thumb.d: Likewise.
1421 * testsuite/gas/arm/nomapping.d: Likewise.
1422 * testsuite/gas/arm/nops.d: Likewise.
1423 * testsuite/gas/arm/pic.d: Likewise.
1424 * testsuite/gas/arm/pinsn.d: Likewise.
1425 * testsuite/gas/arm/plt-1.d: Likewise.
1426 * testsuite/gas/arm/pr21458.d: Likewise.
1427 * testsuite/gas/arm/pr9722.d: Likewise.
1428 * testsuite/gas/arm/strex-t.d: Likewise.
1429 * testsuite/gas/arm/t2-branch-global.d: Likewise.
1430 * testsuite/gas/arm/target-reloc-1.d: Likewise.
1431 * testsuite/gas/arm/thumb-b-bad.d: Likewise.
1432 * testsuite/gas/arm/thumb-w-bad.d: Likewise.
1433 * testsuite/gas/arm/thumb-w-good.d: Likewise.
1434 * testsuite/gas/arm/thumb.d: Likewise.
1435 * testsuite/gas/arm/thumb2_it.d: Likewise.
1436 * testsuite/gas/arm/thumb2_it_auto.d: Likewise.
1437 * testsuite/gas/arm/thumb2_it_search.d: Likewise.
1438 * testsuite/gas/arm/thumb2_ldmstm.d: Likewise.
1439 * testsuite/gas/arm/thumb2_ldr_immediate_armv6.d: Likewise.
1440 * testsuite/gas/arm/thumb2_ldr_immediate_armv6t2.d: Likewise.
1441 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Likewise.
1442 * testsuite/gas/arm/thumb2_pool.d: Likewise.
1443 * testsuite/gas/arm/thumb2_vpool.d: Likewise.
1444 * testsuite/gas/arm/thumb2_vpool_be.d: Likewise.
1445 * testsuite/gas/arm/thumb32.d: Likewise.
1446 * testsuite/gas/arm/thumbver.d: Likewise.
1447 * testsuite/gas/arm/tls.d: Likewise.
1448 * testsuite/gas/arm/tls_vxworks.d: Likewise.
1449 * testsuite/gas/arm/undefined.d: Likewise.
1450 * testsuite/gas/arm/undefined_coff.d: Likewise.
1451 * testsuite/gas/arm/unwind.d: Likewise.
1452 * testsuite/gas/arm/v4bx.d: Likewise.
1453 * testsuite/gas/arm/vcmp-noprefix-imm.d: Likewise.
1454 * testsuite/gas/arm/vcvt-bad.d: Likewise.
1455 * testsuite/gas/arm/vfma1.d: Likewise.
1456 * testsuite/gas/arm/vldconst.d: Likewise.
1457 * testsuite/gas/arm/vldconst_be.d: Likewise.
1458 * testsuite/gas/arm/vldm-arm.d: Likewise.
1459 * testsuite/gas/arm/vldr.d: Likewise.
1460 * testsuite/gas/arm/weakdef-1.d: Likewise.
1461 * testsuite/gas/arm/weakdef-2.d: Likewise.
1462 * config/te-riscix.h: Delete.
1463 * Makefile.in: Regenerate.
1464 * po/POTFILES.in: Regenerate.
1465
1466 2018-04-23 Alan Modra <amodra@gmail.com>
1467
1468 * stabs.c (generate_asm_file): Use memcpy rather than strncpy.
1469 Remove call to strlen inside loop.
1470 * config/tc-cr16.c (getreg_image): Warning fix.
1471 * config/tc-crx.c (getreg_image): Warning fix.
1472
1473 2018-04-20 Kito Cheng <kito.cheng@gmail.com>
1474
1475 * config/tc-riscv.c (options): Add OPTION_RELAX and
1476 OPTION_NO_RELAX.
1477 (md_longopts): New option -mrelax and -mno-relax.
1478 (md_parse_option): Handle -mrelax and -mno-relax.
1479 * doc/c-riscv.texi: Document for -mrelax and -mno-relax.
1480 * testsuite/gas/riscv/no-relax-reloc.d: New.
1481 * testsuite/gas/riscv/no-relax-reloc.s: New.
1482 * testsuite/gas/riscv/relax-reloc.d: New.
1483 * testsuite/gas/riscv/relax-reloc.s: New.
1484
1485 2018-04-20 Nick Clifton <nickc@redhat.com>
1486
1487 * po/es.po: Updated Spanish translation.
1488
1489 2018-04-18 Alan Modra <amodra@gmail.com>
1490
1491 * Makefile.am: Remove support for assorted i386 aout and coff targets.
1492 * config/obj-elf.c: Likewise.
1493 * config/tc-i386.h: Likewise.
1494 * configure.ac: Likewise.
1495 * configure.tgt: Likewise.
1496 * config/te-dynix.h: Delete.
1497 * config/te-i386aix.h: Delete.
1498 * config/te-mach.h: Delete.
1499 * Makefile.in: Regenerate.
1500 * config.in: Regenerate.
1501 * configure: Regenerate.
1502 * po/POTFILES.in: Regenerate.
1503
1504 2018-04-18 Alan Modra <amodra@gmail.com>
1505
1506 * configure.tgt: Remove *-*-bsd* entry.
1507
1508 2018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
1509
1510 Microblaze Target: PIC data text relative
1511
1512 * gas/config/tc-microblaze.c (Handle new relocs directives in
1513 assembler): Handle new relocs from compiler output.
1514 (imm_types): add new imm types for data text relative addressing
1515 TEXT_OFFSET, TEXT_PC_OFFSET
1516 (md_convert_frag): conversion for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
1517 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
1518 (md_apply_fix): apply fix for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
1519 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
1520 (md_estimate_size_before_relax): estimate size for
1521 BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
1522 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
1523 (tc_gen_reloc): generate relocations for
1524 BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
1525 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
1526
1527 2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1528
1529 * testsuite/gas/i386/nops.s: Revert back deleted lines and
1530 change encoding to 0x0f1c /1 to map to NOP.
1531 * testsuite/gas/i386/x86-64-nops.s: Likewise.
1532 * testsuite/gas/i386/nops.d: Likewise.
1533 * testsuite/gas/i386/x86-64-nops.d: Likewise.
1534 * testsuite/gas/i386/ilp32/x86-64-nops.d: Likewis.
1535
1536 2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1537
1538 * config/tc-i386.c (cpu_arch): Add .cldemote.
1539 * doc/c-i386.texi: Document cldemote/.cldemote.
1540 * testsuite/gas/i386/cldemote-intel.d: New.
1541 * testsuite/gas/i386/cldemote.d: Likewise.
1542 * testsuite/gas/i386/cldemote.s: Likewise.
1543 * testsuite/gas/i386/i386.exp: Run new tests.
1544 * testsuite/gas/i386/x86-64-cldemote-intel.d: New.
1545 * testsuite/gas/i386/x86-64-cldemote.d: Likewise.
1546 * testsuite/gas/i386/x86-64-cldemote.s: Likewise.
1547 * testsuite/gas/i386/ilp32/x86-64-nops.d: Remove 0x0f1c
1548 NOP encoding that maps to cldemote.
1549 * testsuite/gas/i386/nops.d: Likewise.
1550 * testsuite/gas/i386/nops.s: Likewise.
1551 * testsuite/gas/i386/x86-64-nops.d: Likewise.
1552 * testsuite/gas/i386/x86-64-nops.s: Likewise.
1553
1554 2018-04-16 Nick Clifton <nickc@redhat.com>
1555
1556 PR 23054
1557 * cond.c (s_ifsef): Replace use of obstack_copy with obstack_alloc
1558 followed by memcpy.
1559 (s_if, s_ifb, s_ifc, s_ifeqs): Likewise.
1560 * obj-elf.c (elf_adjust_symtab): Check for local symbols before
1561 attempting to dereference the sy_next field of a symbol.
1562 * stabs.c (get_stab_string_offset): Fail if there is no string
1563 following the stab directive.
1564
1565 2018-04-16 Alan Modra <amodra@gmail.com>
1566
1567 * Makefile.am: Remove arm-epoc-pe support.
1568 * config/tc-arm.h: Likewise.
1569 * configure.tgt: Likewise.
1570 * testsuite/gas/all/gas.exp: Likewise.
1571 * testsuite/gas/arm/local_label_coff.d: Likewise.
1572 * testsuite/gas/arm/undefined.d: Likewise.
1573 * testsuite/gas/arm/undefined_coff.d: Likewise.
1574 * config/te-epoc-pe.h: Delete.
1575 * Makefile.in: Regenerate.
1576 * po/POTFILES.in: Regenerate.
1577
1578 2018-04-16 Alan Modra <amodra@gmail.com>
1579
1580 * Makefile.am: Remove sparc-aout and sparc-coff support.
1581 * config/obj-coff.h: Likewise.
1582 * config/tc-sparc.c: Likewise.
1583 * config/tc-sparc.h: Likewise.
1584 * configure.tgt: Likewise.
1585 * config/te-sparcaout.h: Delete.
1586 * testsuite/gas/sun4/addend.d: Delete.
1587 * testsuite/gas/sun4/addend.exp: Delete.
1588 * testsuite/gas/sun4/addend.s: Delete.
1589 * Makefile.in: Regenerate.
1590 * po/POTFILES.in: Regenerate.
1591
1592 2018-04-16 Alan Modra <amodra@gmail.com>
1593
1594 * Makefile.am: Remove m68k-aout and m68k-coff support.
1595 * config/tc-m68k.c: Likewise.
1596 * config/tc-m68k.h: Likewise.
1597 * configure.ac: Likewise.
1598 * configure.tgt: Likewise.
1599 * testsuite/gas/all/weakref1u.d: Likewise.
1600 * testsuite/gas/m68k/all.exp: Likewise.
1601 * testsuite/gas/m68k/br-isaa.d: Likewise.
1602 * testsuite/gas/m68k/br-isab.d: Likewise.
1603 * testsuite/gas/m68k/br-isac.d: Likewise.
1604 * config/te-psos.h: Delete.
1605 * config/te-sun3.h: Delete.
1606 * testsuite/gas/m68k-coff/gas.exp: Delete.
1607 * testsuite/gas/m68k-coff/p2389.s: Delete.
1608 * testsuite/gas/m68k-coff/p2389a.s: Delete.
1609 * testsuite/gas/m68k-coff/p2430.s: Delete.
1610 * testsuite/gas/m68k-coff/p2430a.s: Delete.
1611 * testsuite/gas/m68k-coff/t1.s: Delete.
1612 * testsuite/gas/m68k/p3041.d: Delete.
1613 * testsuite/gas/m68k/p3041.s: Delete.
1614 * testsuite/gas/m68k/p3041data.d: Delete.
1615 * testsuite/gas/m68k/p3041data.s: Delete.
1616 * testsuite/gas/m68k/p3041pcrel.d: Delete.
1617 * testsuite/gas/m68k/p3041pcrel.s: Delete.
1618 * testsuite/gas/m68k/t2.d: Delete.
1619 * Makefile.in: Regenerate.
1620 * config.in: Regenerate.
1621 * configure: Regenerate.
1622 * po/POTFILES.in: Regenerate.
1623
1624 2018-04-16 Alan Modra <amodra@gmail.com>
1625
1626 * Makefile.am: Remove sh5 and sh64 support.
1627 * config/tc-sh.c: Likewise.
1628 * configure.tgt: Likewise.
1629 * doc/Makefile.am: Likewise.
1630 * doc/as.texinfo: Likewise.
1631 * testsuite/gas/cfi/cfi.exp: Likewise.
1632 * testsuite/gas/sh/basic.exp: Likewise.
1633 * config/tc-sh64.c: Delete.
1634 * config/tc-sh64.h: Delete.
1635 * doc/c-sh64.texi: Delete.
1636 * testsuite/gas/sh/sh64/abi-32.d: Delete.
1637 * testsuite/gas/sh/sh64/abi-32.s: Delete.
1638 * testsuite/gas/sh/sh64/abi-64.d: Delete.
1639 * testsuite/gas/sh/sh64/abi-64.s: Delete.
1640 * testsuite/gas/sh/sh64/basic-1.d: Delete.
1641 * testsuite/gas/sh/sh64/basic-1.s: Delete.
1642 * testsuite/gas/sh/sh64/case-1.d: Delete.
1643 * testsuite/gas/sh/sh64/case-1.s: Delete.
1644 * testsuite/gas/sh/sh64/case-noexp-1.d: Delete.
1645 * testsuite/gas/sh/sh64/crange1-1.d: Delete.
1646 * testsuite/gas/sh/sh64/crange1-2.d: Delete.
1647 * testsuite/gas/sh/sh64/crange1.s: Delete.
1648 * testsuite/gas/sh/sh64/crange2-1.d: Delete.
1649 * testsuite/gas/sh/sh64/crange2-2.d: Delete.
1650 * testsuite/gas/sh/sh64/crange2-noexp-1.d: Delete.
1651 * testsuite/gas/sh/sh64/crange2.s: Delete.
1652 * testsuite/gas/sh/sh64/crange3-1.d: Delete.
1653 * testsuite/gas/sh/sh64/crange3.s: Delete.
1654 * testsuite/gas/sh/sh64/crange4-1.d: Delete.
1655 * testsuite/gas/sh/sh64/crange4.s: Delete.
1656 * testsuite/gas/sh/sh64/crange5-1.d: Delete.
1657 * testsuite/gas/sh/sh64/crange5.s: Delete.
1658 * testsuite/gas/sh/sh64/creg-1.d: Delete.
1659 * testsuite/gas/sh/sh64/creg-1.s: Delete.
1660 * testsuite/gas/sh/sh64/creg-2.d: Delete.
1661 * testsuite/gas/sh/sh64/creg-2.s: Delete.
1662 * testsuite/gas/sh/sh64/datal-1.s: Delete.
1663 * testsuite/gas/sh/sh64/datal-2.d: Delete.
1664 * testsuite/gas/sh/sh64/datal-2.s: Delete.
1665 * testsuite/gas/sh/sh64/datal-3.s: Delete.
1666 * testsuite/gas/sh/sh64/datal32-1.d: Delete.
1667 * testsuite/gas/sh/sh64/datal32-3.d: Delete.
1668 * testsuite/gas/sh/sh64/datal64-1.d: Delete.
1669 * testsuite/gas/sh/sh64/datal64-3.d: Delete.
1670 * testsuite/gas/sh/sh64/eh-1.d: Delete.
1671 * testsuite/gas/sh/sh64/eh-1.s: Delete.
1672 * testsuite/gas/sh/sh64/endian-1.d: Delete.
1673 * testsuite/gas/sh/sh64/endian-1.s: Delete.
1674 * testsuite/gas/sh/sh64/endian-2.d: Delete.
1675 * testsuite/gas/sh/sh64/endian-2.s: Delete.
1676 * testsuite/gas/sh/sh64/err-1.s: Delete.
1677 * testsuite/gas/sh/sh64/err-2.s: Delete.
1678 * testsuite/gas/sh/sh64/err-3.s: Delete.
1679 * testsuite/gas/sh/sh64/err-4.s: Delete.
1680 * testsuite/gas/sh/sh64/err-abi-32.s: Delete.
1681 * testsuite/gas/sh/sh64/err-abi-64.s: Delete.
1682 * testsuite/gas/sh/sh64/err-dsp.s: Delete.
1683 * testsuite/gas/sh/sh64/err-movi-noexp-1.s: Delete.
1684 * testsuite/gas/sh/sh64/err-noexp-cmd1.s: Delete.
1685 * testsuite/gas/sh/sh64/err-pt-1.s: Delete.
1686 * testsuite/gas/sh/sh64/err-pt32-cmd1.s: Delete.
1687 * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
1688 * testsuite/gas/sh/sh64/err-pt32-cmd3.s: Delete.
1689 * testsuite/gas/sh/sh64/err-ptb-1.s: Delete.
1690 * testsuite/gas/sh/sh64/err-ptb-2.s: Delete.
1691 * testsuite/gas/sh/sh64/err.exp: Delete.
1692 * testsuite/gas/sh/sh64/immexpr1.s: Delete.
1693 * testsuite/gas/sh/sh64/immexpr2.s: Delete.
1694 * testsuite/gas/sh/sh64/immexpr32-1.d: Delete.
1695 * testsuite/gas/sh/sh64/immexpr32-2.d: Delete.
1696 * testsuite/gas/sh/sh64/immexpr64-1.d: Delete.
1697 * testsuite/gas/sh/sh64/immexpr64-2.d: Delete.
1698 * testsuite/gas/sh/sh64/lineno.d: Delete.
1699 * testsuite/gas/sh/sh64/lineno.s: Delete.
1700 * testsuite/gas/sh/sh64/localcom-1.d: Delete.
1701 * testsuite/gas/sh/sh64/localcom-1.s: Delete.
1702 * testsuite/gas/sh/sh64/mix-1.d: Delete.
1703 * testsuite/gas/sh/sh64/mix-1.s: Delete.
1704 * testsuite/gas/sh/sh64/mix-noexp-1.d: Delete.
1705 * testsuite/gas/sh/sh64/movi-1.s: Delete.
1706 * testsuite/gas/sh/sh64/movi-2.s: Delete.
1707 * testsuite/gas/sh/sh64/movi-3.d: Delete.
1708 * testsuite/gas/sh/sh64/movi-3.s: Delete.
1709 * testsuite/gas/sh/sh64/movi32-1.d: Delete.
1710 * testsuite/gas/sh/sh64/movi32-2.d: Delete.
1711 * testsuite/gas/sh/sh64/movi32-noexp-2.d: Delete.
1712 * testsuite/gas/sh/sh64/movi64-1.d: Delete.
1713 * testsuite/gas/sh/sh64/movi64-2.d: Delete.
1714 * testsuite/gas/sh/sh64/movi64-2.s: Delete.
1715 * testsuite/gas/sh/sh64/movi64-3.d: Delete.
1716 * testsuite/gas/sh/sh64/movi64-noexp-2.d: Delete.
1717 * testsuite/gas/sh/sh64/pt-1.d: Delete.
1718 * testsuite/gas/sh/sh64/pt-1.s: Delete.
1719 * testsuite/gas/sh/sh64/pt-2.s: Delete.
1720 * testsuite/gas/sh/sh64/pt-noexp-1.d: Delete.
1721 * testsuite/gas/sh/sh64/pt32-1.d: Delete.
1722 * testsuite/gas/sh/sh64/pt32-noexp-2.d: Delete.
1723 * testsuite/gas/sh/sh64/pt64-1.d: Delete.
1724 * testsuite/gas/sh/sh64/pt64-32-1.d: Delete.
1725 * testsuite/gas/sh/sh64/pt64-32-2.d: Delete.
1726 * testsuite/gas/sh/sh64/pt64-noexp-2.d: Delete.
1727 * testsuite/gas/sh/sh64/ptc-1.s: Delete.
1728 * testsuite/gas/sh/sh64/ptc32-1.d: Delete.
1729 * testsuite/gas/sh/sh64/ptc32-noexp-1.d: Delete.
1730 * testsuite/gas/sh/sh64/ptc64-1.d: Delete.
1731 * testsuite/gas/sh/sh64/ptc64-32-1.d: Delete.
1732 * testsuite/gas/sh/sh64/ptc64-noexp-1.d: Delete.
1733 * testsuite/gas/sh/sh64/ptext-1.s: Delete.
1734 * testsuite/gas/sh/sh64/ptext32-1.d: Delete.
1735 * testsuite/gas/sh/sh64/ptext32-noexp-1.d: Delete.
1736 * testsuite/gas/sh/sh64/ptext64-1.d: Delete.
1737 * testsuite/gas/sh/sh64/ptext64-32-1.d: Delete.
1738 * testsuite/gas/sh/sh64/ptext64-noexp-1.d: Delete.
1739 * testsuite/gas/sh/sh64/rel-1.s: Delete.
1740 * testsuite/gas/sh/sh64/rel-2.s: Delete.
1741 * testsuite/gas/sh/sh64/rel-3.s: Delete.
1742 * testsuite/gas/sh/sh64/rel-4.s: Delete.
1743 * testsuite/gas/sh/sh64/rel-5.s: Delete.
1744 * testsuite/gas/sh/sh64/rel32-1.d: Delete.
1745 * testsuite/gas/sh/sh64/rel32-2.d: Delete.
1746 * testsuite/gas/sh/sh64/rel32-3.d: Delete.
1747 * testsuite/gas/sh/sh64/rel32-4.d: Delete.
1748 * testsuite/gas/sh/sh64/rel32-5.d: Delete.
1749 * testsuite/gas/sh/sh64/rel64-1.d: Delete.
1750 * testsuite/gas/sh/sh64/rel64-2.d: Delete.
1751 * testsuite/gas/sh/sh64/rel64-3.d: Delete.
1752 * testsuite/gas/sh/sh64/rel64-4.d: Delete.
1753 * testsuite/gas/sh/sh64/rel64-5.d: Delete.
1754 * testsuite/gas/sh/sh64/relax-1.d: Delete.
1755 * testsuite/gas/sh/sh64/relax-1.s: Delete.
1756 * testsuite/gas/sh/sh64/relax-2.d: Delete.
1757 * testsuite/gas/sh/sh64/relax-2.s: Delete.
1758 * testsuite/gas/sh/sh64/relax-3.d: Delete.
1759 * testsuite/gas/sh/sh64/relax-3.s: Delete.
1760 * testsuite/gas/sh/sh64/sh64.exp: Delete.
1761 * testsuite/gas/sh/sh64/shift-1.s: Delete.
1762 * testsuite/gas/sh/sh64/shift-2.s: Delete.
1763 * testsuite/gas/sh/sh64/shift-3.s: Delete.
1764 * testsuite/gas/sh/sh64/shift32-1.d: Delete.
1765 * testsuite/gas/sh/sh64/shift32-3.d: Delete.
1766 * testsuite/gas/sh/sh64/shift32-noexp-3.d: Delete.
1767 * testsuite/gas/sh/sh64/shift64-1.d: Delete.
1768 * testsuite/gas/sh/sh64/shift64-2.d: Delete.
1769 * testsuite/gas/sh/sh64/shift64-3.d: Delete.
1770 * testsuite/gas/sh/sh64/shift64-noexp-3.d: Delete.
1771 * testsuite/gas/sh/sh64/syntax-1.d: Delete.
1772 * testsuite/gas/sh/sh64/syntax-1.s: Delete.
1773 * testsuite/gas/sh/sh64/syntax-2.d: Delete.
1774 * testsuite/gas/sh/sh64/syntax-2.s: Delete.
1775 * testsuite/gas/sh/sh64/ua-1.s: Delete.
1776 * testsuite/gas/sh/sh64/ua32-1.d: Delete.
1777 * testsuite/gas/sh/sh64/ua64-1.d: Delete.
1778 * Makefile.in: Regenerate.
1779 * doc/Makefile.in: Regenerate.
1780 * po/POTFILES.in: Regenerate.
1781
1782 2018-04-16 Alan Modra <amodra@gmail.com>
1783
1784 * config/tc-sh.c: Remove sh-symbianelf support.
1785 * config/tc-sh.h: Likewise.
1786 * configure.ac: Likewise.
1787 * configure.tgt: Likewise.
1788 * testsuite/gas/sh/reg-prefix.d: Likewise.
1789 * testsuite/gas/sh/sh2a-pic.d: Likewise.
1790 * config.in: Regenerate.
1791 * configure: Regenerate.
1792
1793 2018-04-16 Alan Modra <amodra@gmail.com>
1794
1795 * configure.ac: Remove m88k support.
1796 * config.in: Regenerate.
1797 * configure: Regenerate.
1798
1799 2018-04-16 Alan Modra <amodra@gmail.com>
1800
1801 * Makefile.am: Remove i370 support.
1802 * app.c: Likewise.
1803 * config/obj-elf.c: Likewise.
1804 * configure.tgt: Likewise.
1805 * doc/Makefile.am: Likewise.
1806 * doc/as.texinfo: Likewise.
1807 * testsuite/gas/all/gas.exp: Likewise.
1808 * testsuite/gas/elf/warn-2.s: Likewise.
1809 * testsuite/gas/lns/lns.exp: Likewise.
1810 * config/tc-i370.c: Delete.
1811 * config/tc-i370.h: Delete.
1812 * doc/c-i370.texi: Delete.
1813 * Makefile.in: Regenerate.
1814 * doc/Makefile.in: Regenerate.
1815 * po/POTFILES.in: Regenerate.
1816
1817 2018-04-16 Alan Modra <amodra@gmail.com>
1818
1819 * config/obj-coff.h: Remove h8500 support.
1820
1821 2018-04-16 Alan Modra <amodra@gmail.com>
1822
1823 * config/obj-coff.h: Remove h8300-coff support.
1824 * config/tc-h8300.c: Likewise.
1825 * config/tc-h8300.h: Likewise.
1826 * testsuite/gas/h8300/h8300.exp: Likewise.
1827 * testsuite/gas/h8300/branch-coff.s: Delete.
1828 * testsuite/gas/h8300/branchh-coff.s: Delete.
1829 * testsuite/gas/h8300/branchs-coff.s: Delete.
1830 * testsuite/gas/h8300/ffxx1-coff.d: Delete.
1831 * testsuite/gas/h8300/ffxx1-coff.s: Delete.
1832 * testsuite/gas/h8300/h8300-coff.exp: Delete.
1833
1834 2018-04-16 Alan Modra <amodra@gmail.com>
1835
1836 * app.c: Remove IEEE 695 support.
1837 * symbols.c: Likewise.
1838
1839 2018-04-16 Alan Modra <amodra@gmail.com>
1840
1841 * Makefile.am: Remove netware support.
1842 * config/tc-i386.c: Likewise.
1843 * configure.tgt: Likewise.
1844 * config/te-netware.h: Delete.
1845 * Makefile.in: Regenerate.
1846 * po/POTFILES.in: Regenerate.
1847
1848 2018-04-15 H.J. Lu <hongjiu.lu@intel.com>
1849
1850 * testsuite/gas/i386/x86-64-waitpkg.s: Add 32-bit registers
1851 tests for tpause and umwait.
1852 * testsuite/gas/i386/x86-64-waitpkg-intel.d: Updated.
1853 * testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
1854
1855 2018-04-12 John Darrington <john@darrington.wattle.id.au>
1856
1857 * as.c (main): Fail if the output is the same as one of the input
1858 files.
1859 * testsuite/gas/all/gas.exp: Test the new feature.
1860
1861 2018-04-12 Nick Clifton <nickc@redhat.com>
1862
1863 * po/es.po: Updated Spanish translation.
1864 * po/ru.po: Updated Russian translation.
1865
1866 2018-04-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1867
1868 * config/tc-i386.c (cpu_arch): Add WAITPKG.
1869 (cpu_noarch): Likewise.
1870 * doc/c-i386.texi: Document WAITPKG.
1871 * i386/i386.exp: Run WAITPKG tests.
1872 * testsuite/gas/i386/waitpkg-intel.d: New test.
1873 * testsuite/gas/i386/waitpkg.d: Likewise.
1874 * testsuite/gas/i386/waitpkg.s: Likewise.
1875 * testsuite/gas/i386/x86-64-waitpkg-intel.d: Likewise.
1876 * testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
1877 * testsuite/gas/i386/x86-64-waitpkg.s: Likewise.
1878
1879 2018-04-11 Alan Modra <amodra@gmail.com>
1880
1881 * config/aout_gnu.h: Delete.
1882 * config/tc-i860.c: Delete.
1883 * config/tc-i860.h: Delete.
1884 * config/tc-i960.c: Delete.
1885 * config/tc-i960.h: Delete.
1886 * doc/c-i860.texi: Delete.
1887 * doc/c-i960.texi: Delete.
1888 * testsuite/gas/i860/README.i860: Delete.
1889 * testsuite/gas/i860/bitwise.d: Delete.
1890 * testsuite/gas/i860/bitwise.s: Delete.
1891 * testsuite/gas/i860/branch.d: Delete.
1892 * testsuite/gas/i860/branch.s: Delete.
1893 * testsuite/gas/i860/bte.d: Delete.
1894 * testsuite/gas/i860/bte.s: Delete.
1895 * testsuite/gas/i860/dir-align01.d: Delete.
1896 * testsuite/gas/i860/dir-align01.s: Delete.
1897 * testsuite/gas/i860/dir-intel01.d: Delete.
1898 * testsuite/gas/i860/dir-intel01.s: Delete.
1899 * testsuite/gas/i860/dir-intel02.d: Delete.
1900 * testsuite/gas/i860/dir-intel02.s: Delete.
1901 * testsuite/gas/i860/dir-intel03-err.l: Delete.
1902 * testsuite/gas/i860/dir-intel03-err.s: Delete.
1903 * testsuite/gas/i860/dual01.d: Delete.
1904 * testsuite/gas/i860/dual01.s: Delete.
1905 * testsuite/gas/i860/dual02-err.l: Delete.
1906 * testsuite/gas/i860/dual02-err.s: Delete.
1907 * testsuite/gas/i860/dual03.d: Delete.
1908 * testsuite/gas/i860/dual03.s: Delete.
1909 * testsuite/gas/i860/fldst01.d: Delete.
1910 * testsuite/gas/i860/fldst01.s: Delete.
1911 * testsuite/gas/i860/fldst02.d: Delete.
1912 * testsuite/gas/i860/fldst02.s: Delete.
1913 * testsuite/gas/i860/fldst03.d: Delete.
1914 * testsuite/gas/i860/fldst03.s: Delete.
1915 * testsuite/gas/i860/fldst04.d: Delete.
1916 * testsuite/gas/i860/fldst04.s: Delete.
1917 * testsuite/gas/i860/fldst05.d: Delete.
1918 * testsuite/gas/i860/fldst05.s: Delete.
1919 * testsuite/gas/i860/fldst06.d: Delete.
1920 * testsuite/gas/i860/fldst06.s: Delete.
1921 * testsuite/gas/i860/fldst07.d: Delete.
1922 * testsuite/gas/i860/fldst07.s: Delete.
1923 * testsuite/gas/i860/fldst08.d: Delete.
1924 * testsuite/gas/i860/fldst08.s: Delete.
1925 * testsuite/gas/i860/float01.d: Delete.
1926 * testsuite/gas/i860/float01.s: Delete.
1927 * testsuite/gas/i860/float02.d: Delete.
1928 * testsuite/gas/i860/float02.s: Delete.
1929 * testsuite/gas/i860/float03.d: Delete.
1930 * testsuite/gas/i860/float03.s: Delete.
1931 * testsuite/gas/i860/float04.d: Delete.
1932 * testsuite/gas/i860/float04.s: Delete.
1933 * testsuite/gas/i860/form.d: Delete.
1934 * testsuite/gas/i860/form.s: Delete.
1935 * testsuite/gas/i860/i860.exp: Delete.
1936 * testsuite/gas/i860/iarith.d: Delete.
1937 * testsuite/gas/i860/iarith.s: Delete.
1938 * testsuite/gas/i860/ldst01.d: Delete.
1939 * testsuite/gas/i860/ldst01.s: Delete.
1940 * testsuite/gas/i860/ldst02.d: Delete.
1941 * testsuite/gas/i860/ldst02.s: Delete.
1942 * testsuite/gas/i860/ldst03.d: Delete.
1943 * testsuite/gas/i860/ldst03.s: Delete.
1944 * testsuite/gas/i860/ldst04.d: Delete.
1945 * testsuite/gas/i860/ldst04.s: Delete.
1946 * testsuite/gas/i860/ldst05.d: Delete.
1947 * testsuite/gas/i860/ldst05.s: Delete.
1948 * testsuite/gas/i860/ldst06.d: Delete.
1949 * testsuite/gas/i860/ldst06.s: Delete.
1950 * testsuite/gas/i860/pfam.d: Delete.
1951 * testsuite/gas/i860/pfam.s: Delete.
1952 * testsuite/gas/i860/pfmam.d: Delete.
1953 * testsuite/gas/i860/pfmam.s: Delete.
1954 * testsuite/gas/i860/pfmsm.d: Delete.
1955 * testsuite/gas/i860/pfmsm.s: Delete.
1956 * testsuite/gas/i860/pfsm.d: Delete.
1957 * testsuite/gas/i860/pfsm.s: Delete.
1958 * testsuite/gas/i860/pseudo-ops01.d: Delete.
1959 * testsuite/gas/i860/pseudo-ops01.s: Delete.
1960 * testsuite/gas/i860/regress01.d: Delete.
1961 * testsuite/gas/i860/regress01.s: Delete.
1962 * testsuite/gas/i860/shift.d: Delete.
1963 * testsuite/gas/i860/shift.s: Delete.
1964 * testsuite/gas/i860/simd.d: Delete.
1965 * testsuite/gas/i860/simd.s: Delete.
1966 * testsuite/gas/i860/system.d: Delete.
1967 * testsuite/gas/i860/system.s: Delete.
1968 * testsuite/gas/i860/xp.d: Delete.
1969 * testsuite/gas/i860/xp.s: Delete.
1970 * Makefile.am: Remove i860 and i960 support.
1971 * configure.tgt: Likewise.
1972 * doc/Makefile.am: Likewise.
1973 * doc/all.texi: Likewise.
1974 * testsuite/gas/all/gas.exp
1975 * config/obj-coff.h: Remove i960 support.
1976 * doc/internals.texi: Likewise.
1977 * expr.c: Likewise.
1978 * read.c: Likewise.
1979 * write.c: Likewise.
1980 * write.h: Likewise.
1981 * testsuite/gas/lns/lns.exp: Likewise.
1982 * testsuite/gas/symver/symver.exp: Likewise.
1983 * config/tc-m68k.c: Remove BOUT support.
1984 * config/tc-score.c: Likewise.
1985 * config/tc-score7.c: Likewise.
1986 * config/tc-sparc.c: Likewise.
1987 * symbols.c: Likewise.
1988 * doc/h8.texi: Likewise.
1989 * configure.ac: Remove BOUT and i860 support.
1990 * doc/as.texinfo: Remove BOUT, i860 and i960 support
1991 * Makefile.in: Regenerate.
1992 * config.in: Regenerate.
1993 * configure: Regenerate.
1994 * doc/Makefile.in: Regenerate.
1995 * po/POTFILES.in: Regenerate.
1996
1997 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
1998
1999 PR gas/22318
2000 * configure: Regenerated.
2001
2002 2018-04-04 H.J. Lu <hongjiu.lu@intel.com>
2003
2004 PR binutils/23025
2005 * testsuite/gas/i386/prefix.s: Add tests for vcvtpd2dq with
2006 VEX and EVEX prefixes.
2007 * testsuite/gas/i386/prefix.d: Updated.
2008
2009 2018-03-30 Peter Bergner <bergner@vnet.ibm.com>
2010
2011 PR binutils/23013
2012 * config/tc-ppc.c (ppc_set_cpu): Select appropriate cpu when ppc_obj64
2013 and little endian.
2014
2015 2018-03-28 Renlin Li <renlin.li@arm.com>
2016
2017 PR ld/22970
2018 * config/tc-aarch64.c (reloc_table): Update entry for tprel_lo12 and
2019 tprel_lo12_nc with pseudo relocations.
2020 (ldst_lo12_determine_real_reloc_type): Add new relocations support.
2021 (parse_operands): Handle BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12 and
2022 BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12_NC pseudo relocations.
2023 (md_apply_fix): Add handling for new relocation.
2024 (aarch64_force_relocation): Likewise.
2025 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.d: New.
2026 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.s: New.
2027 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.d: New.
2028 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.s: New.
2029 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.d: New.
2030 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.s: New.
2031 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.d: New.
2032 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.s: New.
2033 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.d: New.
2034 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.s: New.
2035 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.d: New.
2036 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.s: New.
2037 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.d: New.
2038 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.s: New.
2039 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.d: New.
2040 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.s: New.
2041 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16-ilp32.d: New.
2042 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32-ilp32.d: New.
2043 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64-ilp32.d: New.
2044 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8-ilp32.d: New.
2045 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16-ilp32.d: New.
2046 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32-ilp32.d: New.
2047 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64-ilp32.d: New.
2048 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8-ilp32.d: New.
2049
2050 2018-03-28 Jan Beulich <jbeulich@suse.com>
2051
2052 * config/tc-i386.c (check_VecOperands): Replace uses of
2053 .vecesize. Always initialize op.
2054 * testsuite/gas/i386/avx512_vpopcntdq.s,
2055 testsuite/gas/i386/avx512bitalg_vl.s: Add Intel syntax vpopcnt
2056 broadcast cases with explicit operand size.
2057 * testsuite/gas/i386/avx512_vpopcntdq.d,
2058 testsuite/gas/i386/avx512_vpopcntdq-intel.d,
2059 testsuite/gas/i386/avx512bitalg_vl.d
2060 testsuite/gas/i386/avx512bitalg_vl-intel.d: Adjust expectations.
2061
2062 2018-03-28 Jan Beulich <jbeulich@suse.com>
2063
2064 * config/tc-i386.c (struct Broadcast_Operation): Adjust comment.
2065 (check_VecOperands): Re-write broadcast validation code.
2066 (check_VecOperations): Replace BROADCAST_1TO* uses.
2067 * testsuite/gas/i386/inval-avx512f.s: Add various broadcast
2068 cases.
2069 * testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
2070
2071 2018-03-28 Jan Beulich <jbeulich@suse.com>
2072
2073 * config/tc-i386.c (process_suffix): Check .todword/.toqword
2074 before zapping suffix.
2075
2076 2018-03-28 Jan Beulich <jbeulich@suse.com>
2077
2078 * testsuite/gas/i386/ilp32/x86-64-simd-suffix.d,
2079 testsuite/gas/i386/x86-64-simd-suffix.d: Drop q suffix from
2080 cvt*2si.
2081
2082 2018-03-28 Nick Clifton <nickc@redhat.com>
2083
2084 PR 22988
2085 * config/tc-aarch64.c (parse_operands): Add code to handle
2086 AARCH64_OPN_SVE_ADDR_R.
2087 * testsuite/gas/aarch64/sve.s: Add tests for LDFF1xx instructions
2088 with an assumed XZR offset address register.
2089 * testsuite/gas/aarch64/sve.d: Update expected disassembly.
2090
2091 2018-03-22 Jan Beulich <jbeulich@suse.com>
2092
2093 * config/tc-i386.c (check_VecOperands): Latch
2094 i.broadcast->operand into op.
2095
2096 2018-03-22 Jan Beulich <jbeulich@suse.com>
2097
2098 * config/tc-i386.c (match_template): Special case base opcode
2099 0xa0 with HLE prefix.
2100 * testsuite/gas/i386/hle.s: Add mov-accumulator-to-disp cases.
2101 * testsuite/gas/i386/hle.d, testsuite/gas/i386/hle-intel.d:
2102 Adjust expectations.
2103
2104 2018-03-22 Jan Beulich <jbeulich@suse.com>
2105
2106 * testsuite/gas/i386/opts.s: Add bndmov cases.
2107 * testsuite/gas/i386/opts.d, testsuite/gas/i386/opts-intel.d,
2108 testsuite/gas/i386/sse2avx-opts.d,
2109 testsuite/gas/i386/sse2avx-opts-intel.d: Adjust expectations.
2110
2111 2018-03-22 Jan Beulich <jbeulich@suse.com>
2112
2113 * config/tc-i386.c (match_mem_size): Extend sub-xmmword
2114 exceptions.
2115 * testsuite/gas/i386/xmmword.l, testsuite/gas/i386/xmmword.s:
2116 New.
2117 * testsuite/gas/i386/i386.exp: Run new test.
2118
2119 2018-03-22 Jan Beulich <jbeulich@suse.com>
2120
2121 * config/tc-i386.c (match_template): Also match 2nd and 4th
2122 operand's register sizes.
2123 * testsuite/gas/i386/unspec.l, testsuite/gas/i386/unspec.s: New.
2124 * testsuite/gas/i386/i386.exp: Run new test.
2125
2126 2018-03-19 Nick Clifton <nickc@redhat.com>
2127
2128 * po/uk.po: Updated Ukranian translation.
2129
2130 2018-03-16 Jim Wilson <jimw@sifive.com>
2131
2132 * config/tc-riscv.c (check_absolute_expr): Expand comment. New
2133 parameter maybe_csr. If maybe_csr and O_symbol, print CSR name.
2134 (riscv_ip): Add new argument to check_absolute_expr calls.
2135 * testsuite/gas/riscv/bad-csr.d: New.
2136 * testsuite/gas/riscv/bad-csr.l: New.
2137 * testsuite/gas/riscv/bad-csr.s: New.
2138
2139 2018-03-14 Kito Cheng <kito.cheng@gmail.com>
2140
2141 * config/tc-riscv.c (opcode_name_list): New.
2142 (opcode_names_hash): Likewise.
2143 (init_opcode_names_hash): Likewise.
2144 (opcode_name_lookup): Likewise.
2145 (validate_riscv_insn): New argument length, and add new format
2146 which used in .insn directive.
2147 (md_begin): Refine hash table initialization logic into
2148 init_opcode_hash.
2149 (init_opcode_hash): New.
2150 (my_getOpcodeExpression): Parse opcode name for .insn.
2151 (riscv_ip): New argument hash, able to handle .insn directive.
2152 (s_riscv_insn): Handler for .insn directive.
2153 (riscv_pseudo_table): New entry for .insn.
2154 * doc/c-riscv.texi: Add documentation for .insn directive.
2155 * testsuite/gas/riscv/insn.d: Add testcase for .insn directive.
2156 * testsuite/gas/riscv/insn.s: Likewise.
2157
2158 2018-03-13 Nick Clifton <nickc@redhat.com>
2159
2160 * po/ru.po: Updated Russian translation.
2161
2162 2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
2163
2164 * config/tc-i386.c (optimize_encoding): Encode EVEX instructions
2165 with VEX128 if EVEX encoding isn't required.
2166 * testsuite/gas/i386/optimize-1.d: Updated.
2167 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
2168
2169 2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
2170
2171 * config/tc-i386.c (check_VecOperations): Strip whitespace.
2172 * testsuite/gas/i386/optimize-1.s: Add whitespaces before
2173 {%k7} and {z},
2174 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
2175
2176 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
2177
2178 * config/tc-i386.c (set_cpu_arch): Set cpu_arch_isa_flags.
2179 (md_parse_option): Likewise.
2180 (optimize_encoding): Check i.tm.cpu_flags and cpu_arch_isa_flags
2181 for cpuavx512vl instead of cpu_arch_flags. Optimize EVEX with
2182 EVEX128 when EVEX encoding is required.
2183 * testsuite/gas/i386/i386.exp: Run optimize-4, optimize-5,
2184 x86-64-optimize-5 and x86-64-optimize-6.
2185 * testsuite/gas/i386/optimize-1.d: Updated.
2186 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
2187 * testsuite/gas/i386/optimize-4.d: New file.
2188 * testsuite/gas/i386/optimize-4.s: Likewise.
2189 * testsuite/gas/i386/optimize-5.d: Likewise.
2190 * testsuite/gas/i386/optimize-5.s: Likewise.
2191 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
2192 * testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
2193 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
2194 * testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
2195
2196 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
2197
2198 * config/tc-i386.c (optimize_encoding): Also encode "clr reg64"
2199 as "xor reg32, reg32".
2200 * testsuite/gas/i386/x86-64-optimize-1.s: Add "clr reg64" tests.
2201 * testsuite/gas/i386/x86-64-optimize-1.d: Updated.
2202
2203 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
2204
2205 * NEWS: Mention -mold-gcc removal.
2206 * config/tc-i386.c (i386_error): Remove old_gcc_only.
2207 (old_gcc): Removed.
2208 (match_template): Remove old gcc support.
2209 (OPTION_MOLD_GCC): Removed.
2210 (OPTION_MRELAX_RELOCATIONS): Updated.
2211 (md_longopts): Remove OPTION_MOLD_GCC.
2212 (md_parse_option): Likewise.
2213 (md_show_usage): Remove -mold-gcc.
2214 * testsuite/gas/i386/general.s: Convert fsub/fdiv tests for old
2215 (<= 2.8.1) versions of gcc.
2216 * testsuite/gas/i386/intel.s: Likewise.
2217 * testsuite/gas/i386/general.l: Updated.
2218 * testsuite/gas/i386/intel-intel.d: Likewise.
2219 * testsuite/gas/i386/intel.d: Likewise.
2220 * testsuite/gas/i386/intel.e: Likewise.
2221 * testsuite/gas/i386/i386.exp: Don't pass -mold-gcc to general.
2222
2223 2018-03-08 Jan Beulich <jbeulich@suse.com>
2224
2225 * config/tc-i386.c (is_evex_encoding): New.
2226 (optimize_encoding, md_assemble, md_assemble,
2227 VEX_check_operands, build_modrm_byte): Use is_evex_encoding.
2228 (build_evex_prefix): Derive EVEX length field from actual
2229 operands if the template allows multiple ones.
2230
2231 2018-03-08 Jan Beulich <jbeulich@suse.com>
2232
2233 * config/tc-i386.c (build_modrm_byte): Make VexNDD handling cope
2234 with 3rd (immediate) operand.
2235
2236 2018-03-08 Jan Beulich <jbeulich@suse.com>
2237
2238 * config/tc-i386.c (XMMWORD_MNEM_SUFFIX, YMMWORD_MNEM_SUFFIX,
2239 ZMMWORD_MNEM_SUFFIX): Delete.
2240 (process_suffix): Drop their uses. Re-arrange final part of
2241 logic into a switch() statement. Drop special casing of
2242 cmpxchg8b.
2243
2244 2018-03-08 Jan Beulich <jbeulich@suse.com>
2245
2246 * config/tc-i386.c (match_template): Also match register
2247 operands 0 and 2 for 3-operand forms.
2248 * testsuite/gas/i386/unspec64.l, testsuite/gas/i386/unspec64.s:
2249 New.
2250 * testsuite/gas/i386/i386.exp: Run new test.
2251
2252 2018-03-08 Jan Beulich <jbeulich@suse.com>
2253
2254 * config/tc-i386.c (process_suffix): Do common part of register
2255 checks first.
2256
2257 2018-03-08 Jan Beulich <jbeulich@suse.com>
2258
2259 * config/tc-i386.c (parse_insn): Move success return up. Combine
2260 failure returns.
2261
2262 2018-03-08 Jan Beulich <jbeulich@suse.com>
2263
2264 * config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX
2265 logic. Add respective logic for AVX512F.
2266 * testsuite/gas/i386/arch-avx-1.s: Add GFNI test.
2267 testsuite/gas/i386/arch-avx-1.d,
2268 testsuite/gas/i386/arch-avx-1-1.l,
2269 testsuite/gas/i386/arch-avx-1-2.l,
2270 testsuite/gas/i386/arch-avx-1-3.l,
2271 testsuite/gas/i386/arch-avx-1-4.l,
2272 testsuite/gas/i386/arch-avx-1-5.l,
2273 testsuite/gas/i386/arch-avx-1-6.l: Adjust expectations.
2274 * testsuite/gas/i386/arch-avx-1-7.l,
2275 testsuite/gas/i386/arch-avx-1-7.s,
2276 testsuite/gas/i386/arch-avx-1-8.l,
2277 testsuite/gas/i386/arch-avx-1-8.s,
2278 testsuite/gas/i386/avx512f-plain.l,
2279 testsuite/gas/i386/avx512f-plain.s,
2280 testsuite/gas/i386/avx512vl-plain.l,
2281 testsuite/gas/i386/avx512vl-plain.s: New.
2282 * testsuite/gas/i386/i386.exp: Run new tests.
2283
2284 2018-03-08 Jan Beulich <jbeulich@suse.com>
2285
2286 * config/tc-i386.c (cpu_flags_match): Move AVX512VL check ahead.
2287
2288 2018-03-08 Jan Beulich <jbeulich@suse.com>
2289
2290 * config/tc-i386.c (CPU_FLAGS_32BIT_MATCH): Delete.
2291 (cpu_flags_match): Use CPU_FLAGS_ARCH_MATCH instead of
2292 CPU_FLAGS_32BIT_MATCH.
2293
2294 2018-03-08 Jan Beulich <jbeulich@suse.com>
2295
2296 * config/tc-i386.c (CPU_FLAGS_AES_MATCH, CPU_FLAGS_AVX_MATCH,
2297 CPU_FLAGS_PCLMUL_MATCH): Delete.
2298 (CPU_FLAGS_32BIT_MATCH): Drop uses of deleted CPU_FLAGS_*_MATCH.
2299 (cpu_flags_match): Combine AVX checks into
2300 single if().
2301
2302 2018-03-08 Jan Beulich <jbeulich@suse.com>
2303
2304 * config/tc-i386.c (cpu_flags_match): Drop "else" branches
2305 setting CPU_FLAGS_ARCH_MATCH.
2306
2307 2018-03-08 Jan Beulich <jbeulich@suse.com>
2308
2309 * config/tc-i386.c (md_assemble): Extend SSE check conditional.
2310 * testsuite/gas/i386/ilp32/x86-64-sse-check-none.d,
2311 testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d,
2312 testsuite/gas/i386/ilp32/x86-64-sse-check.d,
2313 testsuite/gas/i386/sse-check-none.d,
2314 testsuite/gas/i386/sse-check-warn.d,
2315 testsuite/gas/i386/x86-64-sse-check.d,
2316 testsuite/gas/i386/x86-64-sse-check-none.d,
2317 testsuite/gas/i386/x86-64-sse-check-warn.d: Refer to sse-check.d.
2318 * testsuite/gas/i386/sse-check.s: Add AES, GFNI, and PCLMUL
2319 tests.
2320 * testsuite/gas/i386/sse-check-none.s: Replace code by inclusion
2321 of sse-check.s.
2322 * testsuite/gas/i386/sse-check.d: Adjust expectations.
2323 * testsuite/gas/i386/sse-check-error.l,
2324 testsuite/gas/i386/x86-64-sse-check-error.l: Likewise.
2325 * testsuite/gas/i386/sse-check-warn.e: Likewise.
2326
2327 2018-03-08 Jan Beulich <jbeulich@suse.com>
2328
2329 * config/tc-i386.c (operand_size_match): Drop / replace uses of
2330 .floatd.
2331
2332 2018-03-08 Jan Beulich <jbeulich@suse.com>
2333
2334 * testsuite/gas/i386/intel-intel.d: New.
2335 * testsuite/gas/i386/i386.exp: Run new test.
2336
2337 2018-03-08 Jan Beulich <jbeulich@suse.com>
2338
2339 * config/tc-i386.c (process_operands): Access operands only
2340 after operand count assertion. Sanitize warning text. Fix
2341 indentation.
2342 * testsuite/gas/i386/avx512_4fmaps-warn.l,
2343 gas/i386/x86-64-avx512_4fmaps-warn.l: Adjust expectations.
2344
2345 2018-03-08 Jan Beulich <jbeulich@suse.com>
2346
2347 * testsuite/gas/i386/x86-64-movd.s: Drop bogus vmovd memory forms.
2348 * testsuite/gas/i386/x86-64-movd.d,
2349 testsuite/gas/i386/x86-64-movd-intel.d: Adjust expectations.
2350
2351 2018-03-08 Jan Beulich <jbeulich@suse.com>
2352
2353 * config/tc-i386.c (operand_type_and_not): New.
2354 (build_modrm_byte): Use it to prevent clearing unrelated bits.
2355
2356 2018-03-08 Alan Modra <amodra@gmail.com>
2357
2358 * config/tc-ppc.c (ppc_handle_align): Correct last patch. Really
2359 don't emit a group terminating nop for power9. Simplify cpu
2360 tests.
2361
2362 2018-03-08 Alan Modra <amodra@gmail.com>
2363
2364 * config/tc-ppc.c (ppc_handle_align): Don't emit a group
2365 terminating nop for power9.
2366
2367 2018-03-07 H.J. Lu <hongjiu.lu@intel.com>
2368
2369 PR gas/22874
2370 * config/tc-i386.c (f32_5): Removed.
2371 (f32_8): Likewise.
2372 (f32_9): Likewise.
2373 (f32_10): Likewise.
2374 (f32_11): Likewise.
2375 (f32_12): Likewise.
2376 (f32_13): Likewise.
2377 (f32_14): Likewise.
2378 (f16_5): Likewise.
2379 (f16_6): Likewise.
2380 (f16_7): Likewise.
2381 (f16_8): Likewise.
2382 (jump_31): Likewise.
2383 (alt64_11): Likewise.
2384 (alt64_patt): Likewise.
2385 (jump_disp8): New.
2386 (jump32_disp32): Likewise.
2387 (jump16_disp32): Likewise.
2388 (alt_11): Likewise.
2389 (f32_patt): Updated.
2390 (f16_patt): Likewise.
2391 (alt_patt): Add alt_11.
2392 (i386_align_code): Merged with ...
2393 (i386_generate_nops): This. Rewritten.
2394 (fits_in_imm7): Moved before i386_generate_nops.
2395 (fits_in_imm31): Likewise.
2396 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Updated to
2397 4095.
2398 (i386_align_code): Removed.
2399 (HANDLE_ALIGN): Rewritten with i386_generate_nops.
2400 * doc/as.texinfo: Update limits of control byte for x86 .nops
2401 directive.
2402 * testsuite/gas/i386/i386.exp: Run nops-7 and x86-64-nops-7.
2403 * gas/testsuite/gas/i386/noavx-3.l: Updated.
2404 * gas/testsuite/gas/i386/nop-1.d: Likewise.
2405 * gas/testsuite/gas/i386/nop-1.s: Likewise.
2406 * gas/testsuite/gas/i386/nop-2.d: Likewise.
2407 * gas/testsuite/gas/i386/nop-2.s: Likewise.
2408 * gas/testsuite/gas/i386/nop-3.d: Likewise.
2409 * gas/testsuite/gas/i386/nop-4.d: Likewise.
2410 * gas/testsuite/gas/i386/nop-5.d: Likewise.
2411 * gas/testsuite/gas/i386/nop-5.s: Likewise.
2412 * gas/testsuite/gas/i386/nop-6.d: Likewise.
2413 * gas/testsuite/gas/i386/nop-bad-1.l: Likewise.
2414 * gas/testsuite/gas/i386/nops-1-core2.d: Likewise.
2415 * gas/testsuite/gas/i386/nops-1-i386-i686.d: Likewise.
2416 * gas/testsuite/gas/i386/nops-1-i386.d: Likewise.
2417 * gas/testsuite/gas/i386/nops-1-i686.d: Likewise.
2418 * gas/testsuite/gas/i386/nops-1-k8.d: Likewise.
2419 * gas/testsuite/gas/i386/nops-1.d: Likewise.
2420 * gas/testsuite/gas/i386/nops-2-core2.d: Likewise.
2421 * gas/testsuite/gas/i386/nops-2-i386.d: Likewise.
2422 * gas/testsuite/gas/i386/nops-2.d: Likewise.
2423 * gas/testsuite/gas/i386/nops-3-i386.d: Likewise.
2424 * gas/testsuite/gas/i386/nops-3-i686.d: Likewise.
2425 * gas/testsuite/gas/i386/nops-3.d: Likewise.
2426 * gas/testsuite/gas/i386/nops-4-i386.d: Likewise.
2427 * gas/testsuite/gas/i386/nops-4-i686.d: Likewise.
2428 * gas/testsuite/gas/i386/nops-4.d: Likewise.
2429 * gas/testsuite/gas/i386/nops-4a-i686.d: Likewise.
2430 * gas/testsuite/gas/i386/nops-5-i686.d: Likewise.
2431 * gas/testsuite/gas/i386/nops-5.d: Likewise.
2432 * gas/testsuite/gas/i386/nops-6.d: Likewise.
2433 * gas/testsuite/gas/i386/nops16-1.d: Likewise.
2434 * gas/testsuite/gas/i386/x86-64-nop-1.d: Likewise.
2435 * gas/testsuite/gas/i386/x86-64-nop-2.d: Likewise.
2436 * gas/testsuite/gas/i386/x86-64-nop-5.d: Likewise.
2437 * gas/testsuite/gas/i386/x86-64-nops-1-core2.d: Likewise.
2438 * gas/testsuite/gas/i386/x86-64-nops-1-g64.d: Likewise.
2439 * gas/testsuite/gas/i386/x86-64-nops-1-k8.d: Likewise.
2440 * gas/testsuite/gas/i386/x86-64-nops-1-pentium.d: Likewise.
2441 * gas/testsuite/gas/i386/x86-64-nops-1.d: Likewise.
2442 * gas/testsuite/gas/i386/x86-64-nops-2.d: Likewise.
2443 * gas/testsuite/gas/i386/x86-64-nops-3.d: Likewise.
2444 * gas/testsuite/gas/i386/x86-64-nops-4-core2.d: Likewise.
2445 * gas/testsuite/gas/i386/x86-64-nops-4-k8.d: Likewise.
2446 * gas/testsuite/gas/i386/x86-64-nops-4.d: Likewise.
2447 * gas/testsuite/gas/i386/x86-64-nops-5-k8.d: Likewise.
2448 * gas/testsuite/gas/i386/x86-64-nops-5.d: Likewise.
2449 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
2450 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
2451 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-pentium.d: Likewise.
2452 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d: Likewise.
2453 * gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d: Likewise.
2454 * gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d: Likewise.
2455 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
2456 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
2457 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d: Likewise.
2458 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
2459 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d: Likewise.
2460 * gas/testsuite/gas/i386/nops-7.d: New file.
2461 * gas/testsuite/gas/i386/nops-7.s: Likewise.
2462 * gas/testsuite/gas/i386/x86-64-nops-7.d: Likewise.
2463
2464 2018-03-07 Alan Modra <amodra@gmail.com>
2465
2466 * testsuite/gas/ppc/aix.exp: Run for rs6000 too.
2467 * testsuite/gas/ppc/ppc.exp: Run more tests for non-ELF targets.
2468 * testsuite/gas/ppc/machine.d: Don't run for PE targets.
2469
2470 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2471
2472 * config/tc-arm.c (md_begin): Add NULL pointer check before
2473 dereferencing march_ext_opt.
2474
2475 2018-03-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
2476
2477 * config/tc-arm.c (cpu_variant, arm_arch_used, thumb_arch_used,
2478 legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt,
2479 mcpu_fpu_opt, march_cpu_opt, dyn_march_ext_opt, march_fpu_opt,
2480 mfpu_opt, object_arch, selected_cpu): Comment meaning of variables.
2481 (dyn_mcpu_ext_opt): Also rename into ...
2482 (mcpu_ext_opt): This.
2483 (dyn_march_ext_opt): Also rename into ...
2484 (march_ext_opt): This.
2485 (object_arch): Also rename into ...
2486 (selected_object_arch): This and make it a plain arm_feature_set
2487 structure.
2488 (selected_arch, selected_ext, selected_fpu): New static variables.
2489 (mark_feature_used): Fix comments, feature is marked as used iff it is
2490 currently allowed.
2491 (do_bx): Adapt to change in name and type of object_arch.
2492 (md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext
2493 rather than dyn_mcpu_ext_opt and selected_fpu rather than mfpu_opt.
2494 Remove dead code to set default FPU if architecture version is greater
2495 than 5. Set all CPU bits of cpu_variant directly in autodection
2496 leaving mcpu_cpu_opt, selected_arch and selected_cpu unset.
2497 (arm_parse_extension): Take extension feature set pointer parameter by
2498 value rather than by pointer. Remove allocation code. Adapt code
2499 accordingly.
2500 (arm_parse_cpu): Adapt to variable renaming and changes in
2501 arm_parse_extension () signature.
2502 (arm_parse_arch): Likewise.
2503 (aeabi_set_public_attributes): Also set selected_arch and selected_ext
2504 in addition to selected_cpu. Set flags_arch and flags_ext from them
2505 instead of selected_cpu. Adapt to variables renaming and type change.
2506 (arm_md_post_relax): Adapt to variable renaming.
2507 (s_arm_cpu): Set selcted_cpu_cpu and selected_ext instead of
2508 mcpu_cpu_opt and dyn_mcpu_ext_opt. Set selected_cpu from them and
2509 cpu_variant from selected_cpu and selected_fpu.
2510 (s_arm_arch): Likewise.
2511 (s_arm_object_arch): Adapt to variable renaming.
2512 (s_arm_arch_extension): Use ARM_CPU_IS_ANY instead of checking feature
2513 set against arm_any. Check selected_arch rather than *mcpu_cpu_opt.
2514 Set selected_ext rather than *dyn_mcpu_ext_opt and remove allocation
2515 code.
2516 (s_arm_fpu): Set selected_fpu instead of mfpu_opt. Set all CPU feature
2517 bits if in autodetection mode.
2518
2519 2018-03-01 H.J. Lu <hongjiu.lu@intel.com>
2520
2521 * config/tc-i386.c (optimize_encoding): Optimize AVX256 and
2522 AVX512 vpsub[bwdq] instructions.
2523 * testsuite/gas/i386/optimize-1.s: Add tests for AVX256 and
2524 AVX512 vpsub[bwdq] instructions.
2525 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
2526 * testsuite/gas/i386/optimize-1.d: Updated.
2527 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
2528
2529 2018-03-01 Alan Modra <amodra@gmail.com>
2530
2531 * configure.ac (ALL_LINGUAS): Add uk. Sort.
2532 * configure: Regenerate.
2533
2534 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
2535
2536 * NEWS: Rename .nop to .nops.
2537 * doc/as.texinfo: Likewise.
2538 * read.c (potable): Add "nops". Remove "nop".
2539 (s_nop): Renamed to ...
2540 (s_nops): This.
2541 * read.h (s_nop): Renamed to ...
2542 (s_nops): This.
2543 * write.c (cvt_frag_to_fill): Rename .nop to .nops.
2544 (md_generate_nops): Likewise.
2545 (relax_segment): Likewise.
2546 * testsuite/gas/i386/nop-1.d: Updated.
2547 * testsuite/gas/i386/nop-1.s: Likewise.
2548 * testsuite/gas/i386/nop-2.d: Likewise.
2549 * testsuite/gas/i386/nop-2.s: Likewise.
2550 * testsuite/gas/i386/nop-3.d: Likewise.
2551 * testsuite/gas/i386/nop-3.s: Likewise.
2552 * testsuite/gas/i386/nop-4.d: Likewise.
2553 * testsuite/gas/i386/nop-4.s: Likewise.
2554 * testsuite/gas/i386/nop-5.d: Likewise.
2555 * testsuite/gas/i386/nop-5.s: Likewise.
2556 * testsuite/gas/i386/nop-6.d: Likewise.
2557 * testsuite/gas/i386/nop-6.s: Likewise.
2558 * testsuite/gas/i386/nop-bad-1.l: Likewise.
2559 * testsuite/gas/i386/nop-bad-1.s: Likewise.
2560 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
2561 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
2562 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
2563 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
2564 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
2565 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
2566
2567 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
2568
2569 PR gas/22871
2570 * NEWS: Mention -O[2|s].
2571 * config/tc-i386.c (_i386_insn): Add no_optimize.
2572 (optimize): New.
2573 (optimize_for_space): Likewise.
2574 (fits_in_imm7): New function.
2575 (fits_in_imm31): Likewise.
2576 (optimize_encoding): Likewise.
2577 (md_assemble): Call optimize_encoding to optimize encoding.
2578 (parse_insn): Handle {nooptimize}.
2579 (md_shortopts): Append "O::".
2580 (md_parse_option): Handle -On.
2581 * doc/c-i386.texi: Document -O0, -O, -O1, -O2 and -Os as well
2582 as {nooptimize}.
2583 * testsuite/gas/cfi/cfi-x86_64.d: Pass -O0 to assembler.
2584 * testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d: Likewise.
2585 * testsuite/gas/i386/i386.exp: Run optimize-1, optimize-2,
2586 optimize-3, x86-64-optimize-1, x86-64-optimize-2,
2587 x86-64-optimize-3 and x86-64-optimize-4.
2588 * testsuite/gas/i386/optimize-1.d: New file.
2589 * testsuite/gas/i386/optimize-1.s: Likewise.
2590 * testsuite/gas/i386/optimize-2.d: Likewise.
2591 * testsuite/gas/i386/optimize-2.s: Likewise.
2592 * testsuite/gas/i386/optimize-3.d: Likewise.
2593 * testsuite/gas/i386/optimize-3.s: Likewise.
2594 * testsuite/gas/i386/x86-64-optimize-1.s: Likewise.
2595 * testsuite/gas/i386/x86-64-optimize-1.d: Likewise.
2596 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
2597 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
2598 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
2599 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
2600 * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
2601 * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
2602
2603 2018-02-27 Nick Clifton <nickc@redhat.com>
2604
2605 * po/ru.po: Updated Russian translation.
2606
2607 2018-02-26 Maciej W. Rozycki <macro@mips.com>
2608
2609 * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
2610 descriptions.
2611
2612 2018-02-26 Nick Clifton <nickc@redhat.com>
2613
2614 * doc/as.texinfo (Dc): Fix typo.
2615
2616 2018-02-26 Alan Modra <amodra@gmail.com>
2617
2618 * testsuite/gas/mips/reginfo-2.l: Update.
2619
2620 2018-02-23 Alan Modra <amodra@gmail.com>
2621
2622 * testsuite/gas/mips/reginfo-2.l: Update.
2623
2624 2018-02-23 Nick Clifton <nickc@redhat.com>
2625
2626 * doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
2627
2628 2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
2629
2630 * config/tc-nds32.c (ict_model): New function. Hook new
2631 directive .ict_model.
2632 (nds32_insert_relax_entry): Tag the bits of entry relocation
2633 for .ict_model.
2634
2635 2018-02-22 H.J. Lu <hongjiu.lu@intel.com>
2636
2637 * config/tc-i386.c (_i386_insn): Add rex_encoding.
2638 (md_assemble): When i.rex_encoding is true, generate a REX byte
2639 if possible.
2640 (parse_insn): Set i.rex_encoding for {rex}.
2641 * doc/c-i386.texi: Document {rex}.
2642 * testsuite/gas/i386/x86-64-pseudos.s: Add {rex} tests.
2643 * testsuite/gas/i386/x86-64-pseudos.d: Updated.
2644
2645 2018-02-22 A. Wilcox <awilfox@adelielinux.org>
2646
2647 PR 22014
2648 * config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
2649 instruction size suffix.
2650
2651 2018-02-20 Maciej W. Rozycki <macro@mips.com>
2652
2653 * testsuite/gas/mips/mips16-branch-reloc-4.d: New test.
2654 * testsuite/gas/mips/mips16-branch-reloc-5.d: New test.
2655 * testsuite/gas/mips/mips16-branch-reloc-4.s: New test source.
2656 * testsuite/gas/mips/mips16-branch-reloc-5.s: New test source.
2657 * testsuite/gas/mips/mips.exp: Run the new tests.
2658
2659 2018-02-20 Max Filippov <jcmvbkbc@gmail.com>
2660
2661 * config/tc-xtensa.c (struct litpool_frag): Add new field
2662 literal_count.
2663 (MAX_AUTO_POOL_LITERALS, MAX_EXPLICIT_POOL_LITERALS)
2664 (MAX_POOL_LITERALS): New macro definitions.
2665 (auto_litpool_limit): Initialize to 0.
2666 (md_parse_option): Set auto_litpool_limit in the presence of
2667 --auto-litpools option.
2668 (xtensa_maybe_create_literal_pool_frag): Zero-initialize
2669 literal_count field.
2670 (xg_find_litpool): New function. Make sure that found literal
2671 pool size is within the limit.
2672 (xtensa_move_literals): Extract literal pool search code into
2673 the new function.
2674 * testsuite/gas/xtensa/all.exp: Add auto-litpools-2 test.
2675 * testsuite/gas/xtensa/auto-litpools-2.d: New file.
2676 * testsuite/gas/xtensa/auto-litpools-2.s: New file.
2677 * testsuite/gas/xtensa/auto-litpools.d: Fix up changed
2678 addresses.
2679 * testsuite/gas/xtensa/auto-litpools.s: Change literal value so
2680 that objdump doesn't get out of sync.
2681
2682 2018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
2683
2684 * doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
2685 also the same as -march.
2686
2687 2018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2688
2689 * NEWS: Mention .nop directive.
2690 * as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
2691 * read.c (potable): Add .nop.
2692 (s_nop): New function.
2693 * read.h (s_nop): New prototype.
2694 * write.c (cvt_frag_to_fill): Handle rs_space_nop and
2695 rs_fill_nop.
2696 (md_generate_nops): New function.
2697 (relax_segment): Likewise.
2698 (write_contents): Use md_generate_nops for rs_fill_nop.
2699 * config/tc-i386.c (alt64_11): New.
2700 (alt64_patt): Likewise.
2701 (md_convert_frag): Handle rs_space_nop.
2702 (i386_output_nops): New function.
2703 (i386_generate_nops): Likewise.
2704 (i386_align_code): Call i386_output_nops.
2705 * config/tc-i386.h (i386_generate_nops): New.
2706 (md_generate_nops): Likewise.
2707 * doc/as.texinfo: Document .nop directive.
2708 * testsuite/gas/i386/i386.exp: Run .nop directive tests.
2709 * testsuite/gas/i386/nop-1.d: New file.
2710 * testsuite/gas/i386/nop-1.s: Likewise.
2711 * testsuite/gas/i386/nop-2.d: Likewise.
2712 * testsuite/gas/i386/nop-2.s: Likewise.
2713 * testsuite/gas/i386/nop-3.d: Likewise.
2714 * testsuite/gas/i386/nop-3.s: Likewise.
2715 * testsuite/gas/i386/nop-4.d: Likewise.
2716 * testsuite/gas/i386/nop-4.s: Likewise.
2717 * testsuite/gas/i386/nop-5.d: Likewise.
2718 * testsuite/gas/i386/nop-5.s: Likewise.
2719 * testsuite/gas/i386/nop-6.d: Likewise.
2720 * testsuite/gas/i386/nop-6.s: Likewise.
2721 * testsuite/gas/i386/nop-bad-1.l: Likewise.
2722 * testsuite/gas/i386/nop-bad-1.s: Likewise.
2723 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
2724 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
2725 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
2726 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
2727 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
2728 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
2729
2730 2018-02-15 Tamar Christina <tamar.christina@arm.com>
2731
2732 * config/tc-arm.c (cpu_arch_ver): Renumber ARM_ARCH_V8_4A.
2733 * testsuite/gas/arm/attr-march-armv8_4-a.d: New.
2734
2735 2018-02-13 Max Filippov <jcmvbkbc@gmail.com>
2736
2737 * config/tc-xtensa.c (xg_find_best_trampoline): Skip trampoline
2738 frag that contains source address.
2739
2740 2018-02-13 Nick Clifton <nickc@redhat.com>
2741
2742 PR 22773
2743 * config/tc-arm.c (md_apply_fix): Test Rn field of Thumb ORR
2744 instruction before assuming that it is a MOV instruction.
2745 * testsuite/gas/arm/pr22773.s: New test.
2746 * testsuite/gas/arm/pr22773.d: New test driver.
2747 * testsuite/gas/arm/pr22773.l: New expected output.
2748
2749 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
2750
2751 PR gas/22791
2752 * config/tc-i386.c (need_plt32_p): New function.
2753 (output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
2754 (md_estimate_size_before_relax): Likewise.
2755 * testsuite/gas/i386/reloc64.d: Updated.
2756 * testsuite/gas/i386/x86-64-jump.d: Likewise.
2757 * testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
2758 * testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
2759 * testsuite/gas/i386/x86-64-relax-2.d: Likewise.
2760 * testsuite/gas/i386/x86-64-relax-3.d: Likewise.
2761 * testsuite/gas/i386/ilp32/reloc64.d: Likewise.
2762 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
2763
2764 2018-02-13 Maciej W. Rozycki <macro@mips.com>
2765
2766 * testsuite/gas/mips/loongson-3a-2.d: Rename test.
2767
2768 2018-02-13 Nick Clifton <nickc@redhat.com>
2769
2770 PR 22823
2771 * config/obj-elf.c (elf_pseudo_table): Remove now redundant
2772 casts.
2773 (obj_elf_vtable_inherit): Rename to obj_elf_get_vtable_inherit.
2774 (obj_elf_vtable_inherit): New stub function that calls
2775 obj_elf_get_vtable_inherit.
2776 (obj_elf_vtable_entry): Rename to obj_elf_get_vtable_entry.
2777 (obj_elf_vtable_entry): New stub function that calls
2778 obj_elf_get_vtable_entry.
2779 * config/obj-elf.h (obj_elf_vtable_inherit): Update prototype.
2780 (obj_elf_vtable_entry) Likewise.
2781 (obj_elf_get_vtable_inherit) Likewise.
2782 (obj_elf_get_vtable_entry) Likewise.
2783 * config/tc-arm.c (md_pseudo_table): Remove now redundant cast.
2784 * config/tc-i386c (md_pseudo_table): Likewise.
2785 * config/tc-hppa.c (pa_vtable_entry): Call
2786 obj_elf_get_vtable_entry.
2787 (pa_vtable_inherit): Call obj_elf_get_vtable_inherit.
2788 * config/tc-mips.c (s_mips_file): Replace call to dwarf2_get_file
2789 with call to dwarf2_get_filename.
2790 * dwarf2dbg.c (dwarf2_directive_file): Rename to
2791 dwarf2_directive_filename.
2792 (dwarf2_directive_file): New stub function that calls
2793 dwarf2_directive_filename.
2794 * dwarf2dbg.h: Prototype dwarf2_directive_filename.
2795
2796 2018-02-12 Maciej W. Rozycki <macro@mips.com>
2797
2798 * testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
2799 `as' flags.
2800
2801 2018-02-12 Henry Wong <henry@stuffedcow.net>
2802
2803 * testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
2804 * testsuite/gas/mips/r6-n32.d: Likewise.
2805 * testsuite/gas/mips/r6-n64.d: Likewise.
2806
2807 2018-02-12 Nick Clifton <nickc@redhat.com>
2808
2809 * po/ru.po: Updated Russian translation.
2810
2811 2018-02-08 Alan Modra <amodra@gmail.com>
2812
2813 PR 22819
2814 * config/tc-ppc.c (md_assemble): Rewrite insn alignment checking.
2815 (ppc_frag_check): Likewise.
2816 * testsuite/gas/ppc/misalign.d,
2817 * testsuite/gas/ppc/misalign.l,
2818 * testsuite/gas/ppc/misalign.s: New test.
2819 * testsuite/gas/ppc/misalign2.d,
2820 * testsuite/gas/ppc/misalign2.s: New test.
2821 * testsuite/gas/ppc/ppc.exp: Run them.
2822
2823 2018-02-05 Maciej W. Rozycki <macro@mips.com>
2824
2825 * config/tc-riscv.c (riscv_handle_implicit_zero_offset): Rename
2826 `expr' parameter to `ep'.
2827
2828 2018-02-05 Maciej W. Rozycki <macro@mips.com>
2829
2830 * testsuite/gas/mips/reginfo-2.d: New test.
2831 * testsuite/gas/mips/reginfo-2-n32.d: New test.
2832 * testsuite/gas/mips/reginfo-2.l: New test stderr output.
2833 * testsuite/gas/mips/reginfo-2.s: New test source.
2834 * testsuite/gas/mips/mips.exp: Run the new tests.
2835
2836 2018-02-05 Nick Clifton <nickc@redhat.com>
2837
2838 * po/ru.po: Updated Russian translation.
2839
2840 2018-01-31 Alan Modra <amodra@gmail.com>
2841
2842 PR 22714
2843 * app.c (last_char): New static var.
2844 (struct app_save): Add last_char field.
2845 (app_push, app_pop): Handle it.
2846 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
2847
2848 2018-01-29 Eric Botcazou <ebotcazou@adacore.com>
2849
2850 PR gas/22738
2851 * config/tc-sparc.h (sparc_mach): Declare.
2852 (TARGET_MACH): Define to above.
2853 * config/tc-sparc.c (sparc_mach): New function.
2854 (sparc_md_end): Minor tweak.
2855
2856 2018-01-29 Nick Clifton <nickc@redhat.com>
2857
2858 * po/ru.po: Updated Russian translation.
2859
2860 2018-01-26 Maciej W. Rozycki <macro@mips.com>
2861
2862 * configure.tgt: Use generic emulation for `mips-*-windiss',
2863 overriding the blanket choice made for `*-*-windiss'.
2864
2865 2018-01-26 Maciej W. Rozycki <macro@mips.com>
2866
2867 * configure.tgt: Use `mips-*-sysv4*' rather than
2868 `mips-*-sysv4*MP*'.
2869
2870 2018-01-24 Renlin Li <renlin.li@arm.com>
2871
2872 * config/tc-aarch64.c (reloc_table): add entries for
2873 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
2874 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
2875 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
2876 BFD_RELOC_AARCH64_MOVW_PREL_G3.
2877 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
2878 (md_apply_fix): Likewise
2879 * testsuite/gas/aarch64/prel_g0.s: New.
2880 * testsuite/gas/aarch64/prel_g0.d: New.
2881 * testsuite/gas/aarch64/prel_g0_nc.s: New.
2882 * testsuite/gas/aarch64/prel_g0_nc.d: New.
2883 * testsuite/gas/aarch64/prel_g1.s: New.
2884 * testsuite/gas/aarch64/prel_g1.d: New.
2885 * testsuite/gas/aarch64/prel_g1_nc.s: New.
2886 * testsuite/gas/aarch64/prel_g1_nc.d: New.
2887 * testsuite/gas/aarch64/prel_g2.s: New.
2888 * testsuite/gas/aarch64/prel_g2.d: New.
2889 * testsuite/gas/aarch64/prel_g2_nc.s: New.
2890 * testsuite/gas/aarch64/prel_g2_nc.d: New.
2891 * testsuite/gas/aarch64/prel_g3.s: New.
2892 * testsuite/gas/aarch64/prel_g3.d: New.
2893
2894 2018-01-23 Maciej W. Rozycki <macro@mips.com>
2895
2896 * configure.ac: Also set `mips_default_abi' to N32_ABI for
2897 `mips64*-ps2-elf*'.
2898 * configure: Regenerate.
2899
2900 2018-01-23 Maciej W. Rozycki <macro@mips.com>
2901
2902 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
2903 enum value.
2904
2905 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2906
2907 * config/tc-i386.c (cpu_arch): Add .pconfig.
2908 * doc/c-i386.texi: Document .pconfig.
2909 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
2910 * testsuite/gas/i386/pconfig-intel.d: New test.
2911 * testsuite/gas/i386/pconfig.d: Likewise.
2912 * testsuite/gas/i386/pconfig.s: Likewise.
2913 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
2914 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
2915 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
2916
2917 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2918
2919 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
2920 * doc/c-i386.texi: Document .wbnoinvd.
2921 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
2922 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
2923 * testsuite/gas/i386/wbnoinvd.d: Likewise.
2924 * testsuite/gas/i386/wbnoinvd.s: Likewise.
2925 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
2926 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
2927 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
2928
2929 2018-01-23 Maciej W. Rozycki <macro@mips.com>
2930
2931 * config/tc-mips.c (md_show_usage): Correctly indicate the
2932 configuration-specific default ABI.
2933
2934 2018-01-23 Maciej W. Rozycki <macro@mips.com>
2935
2936 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
2937 `-mno-mips16e2' options.
2938
2939 2018-01-22 Maciej W. Rozycki <macro@mips.com>
2940
2941 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
2942 Correct syntax of the `.set nomips16e2' directive description.
2943
2944 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
2945
2946 PR 22737
2947 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
2948 * testsuite/gas/rx/pr22737.s: New test.
2949 * testsuite/gas/rx/pr22737.d: Likewise.
2950 * testsuite/gas/rx/rx.exp: Run the new test.
2951
2952 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
2953
2954 * config/tc-arm.c (ToC macro): Remove spurious comment.
2955 (ToU macro): Likewise.
2956
2957 2018-01-17 Jim Wilson <jimw@sifive.com>
2958
2959 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
2960 (riscv_ip) <'z'>: New.
2961
2962 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2963
2964 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
2965 (cpu_noarch): Add noibt, noshstk.
2966 (parse_insn): Change cpucet to cpuibt.
2967 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
2968 * testsuite/gas/i386/cet-ibt-inval.l: New test.
2969 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
2970 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
2971 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
2972 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
2973 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
2974 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
2975 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
2976
2977 2018-01-16 Nick Clifton <nickc@redhat.com>
2978
2979 * po/fr.po: Updated French translation.
2980
2981 2018-01-15 Jim Wilson <jimw@sifive.com>
2982
2983 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
2984 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
2985
2986 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2987
2988 * config/tc-arm.c (ToC): Define macro.
2989 (ToU): Likewise.
2990 (insns): Make use of above macros for new instructions introduced in
2991 Armv8-M.
2992
2993 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2994
2995 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
2996 and vlstm conditionally executable and reindent parameters.
2997 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
2998 aforementionned instructions.
2999
3000 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3001
3002 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
3003 profile architecture or if in autodetection mode. Clarify that
3004 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
3005 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
3006 message.
3007 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
3008 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
3009 * testsuite/gas/arm/udf.l: Likewise.
3010 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
3011
3012 2018-01-15 Nick Clifton <nickc@redhat.com>
3013
3014 * po/uk.po: Updated Ukranian translation.
3015
3016 2018-01-13 Nick Clifton <nickc@redhat.com>
3017
3018 * po/gas.pot: Regenerated.
3019
3020 2018-01-13 Nick Clifton <nickc@redhat.com>
3021
3022 * configure: Regenerate.
3023
3024 2018-01-13 Nick Clifton <nickc@redhat.com>
3025
3026 2.30 branch created.
3027 * NEWS: Add marker for 2.30.
3028
3029 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
3030
3031 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
3032 define to 0 and 1. Remove a dangling reference to "AMD 29000"
3033 in a comment.
3034
3035 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
3036
3037 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
3038 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
3039 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
3040 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
3041 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
3042 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
3043 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
3044 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
3045 tests.
3046 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
3047 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
3048 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
3049 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
3050 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
3051 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
3052 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
3053 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
3054
3055 2018-01-11 Alan Modra <amodra@gmail.com>
3056
3057 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
3058 positive "‘profile’ may be used uninitialized".
3059
3060 2018-01-10 Jan Beulich <jbeulich@suse.com>
3061
3062 * testsuite/gas/i386/avx512_4fmaps.s,
3063 testsuite/gas/i386/avx512_4fmaps_vl.s,
3064 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
3065 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
3066 Disp8 forms (and the transition happening at the right
3067 boundary).
3068 * testsuite/gas/i386/avx512_4fmaps.d,
3069 testsuite/gas/i386/avx512_4fmaps-intel.d,
3070 testsuite/gas/i386/avx512_4fmaps_vl.d,
3071 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
3072 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
3073 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
3074 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
3075 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
3076 expectations.
3077
3078 2018-01-10 Jan Beulich <jbeulich@suse.com>
3079
3080 * testsuite/gas/i386/avx512bw.s,
3081 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
3082 operands.
3083 * testsuite/gas/i386/avx512bw-intel.d,
3084 testsuite/gas/i386/avx512bw.d,
3085 testsuite/gas/i386/avx512bw_vl-intel.d.
3086 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
3087
3088 2018-01-09 Jim Wilson <jimw@sifive.com>
3089
3090 * testsuite/gas/riscv/auipc-x0.d: New.
3091 * testsuite/gas/riscv/auipc-x0.s: New.
3092
3093 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
3094
3095 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
3096 in Arm execution state, and Armv6T2 and above in Thumb execution
3097 state.
3098 * testsuite/gas/arm/csdb.s: New.
3099 * testsuite/gas/arm/csdb.d: New.
3100 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
3101 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
3102
3103 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
3104
3105 * testsuite/gas/aarch64/system.d: Update expected results to expect
3106 CSDB for hint 0x14.
3107
3108 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
3109
3110 PR gas/22681
3111 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
3112 x86-64-movd-intel.
3113 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
3114 * testsuite/gas/i386/x86-64-movd.d: Likewise.
3115 * testsuite/gas/i386/x86-64-movd.s: Likewise.
3116
3117 2018-01-08 Nick Clifton <nickc@redhat.com>
3118
3119 PR 22553
3120 * doc/c-i386.texi (i386-Directives): Document the .largecomm
3121 directive.
3122
3123 2018-01-04 Jim Wilson <jimw@sifive.com>
3124
3125 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
3126 * testsuite/gas/riscv/priv-reg.d: Likewise.
3127
3128 2018-01-03 Alan Modra <amodra@gmail.com>
3129
3130 Update year range in copyright notice of all files.
3131
3132 2018-01-02 Nick Clifton <nickc@redhat.com>
3133
3134 PR 18119
3135 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
3136 version of ARM MRS instruction.
3137
3138 For older changes see ChangeLog-2017
3139 \f
3140 Copyright (C) 2018 Free Software Foundation, Inc.
3141
3142 Copying and distribution of this file, with or without modification,
3143 are permitted in any medium without royalty provided the copyright
3144 notice and this notice are preserved.
3145
3146 Local Variables:
3147 mode: change-log
3148 left-margin: 8
3149 fill-column: 74
3150 version-control: never
3151 End:
This page took 0.111005 seconds and 5 git commands to generate.