]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/ChangeLog
x86: fold various non-memory operand AVX512VL templates
[thirdparty/binutils-gdb.git] / gas / ChangeLog
1 2018-04-26 Jan Beulich <jbeulich@suse.com>
2
3 * config/tc-i386.c (check_VecOperands): Add AVX512VL check. Set
4 .baseindex.
5 (match_template): Don't set suffix_check when Intel syntax and
6 broadcast. Make check_register a per-operand bitmap.
7
8 2018-04-26 Jan Beulich <jbeulich@suse.com>
9
10 * config/tc-i386.c (optimize_encoding): Check for zeroing
11 masking.
12 * testsuite/gas/i386/optimize-1.d,
13 testsuite/gas/i386/optimize-4.d,
14 testsuite/gas/i386/optimize-5.d,
15 testsuite/gas/i386/x86-64-optimize-2.d,
16 testsuite/gas/i386/x86-64-optimize-5.d,
17 testsuite/gas/i386/x86-64-optimize-6.d: Adjust expectations.
18
19 2018-04-26 Jan Beulich <jbeulich@suse.com>
20
21 * config/tc-i386.c (parse_real_register): Check .cpuvrex before
22 recording EVEX encoding. Don't check previously specified
23 encoding.
24 * testsuite/gas/i386/xmmhi32.s: Add {x,y,z}mm{16,24} cases.
25 * testsuite/gas/i386/xmmhi32.d: Adjust expectations.
26 * testsuite/gas/i386/xmmhi64.s, testsuite/gas/i386/xmmhi64.d:
27 New.
28 * testsuite/gas/i386/i386.exp: Run new test.
29
30 2018-04-26 Jan Beulich <jbeulich@suse.com>
31
32 * testsuite/gas/i386/xsave.s: Add AVX, LWP, MPX, and PKU
33 dependency tests.
34 * testsuite/gas/i386/xsave.d,
35 testsuite/gas/i386/xsave-intel.d: Adjust expecations.
36
37 2018-04-26 Jan Beulich <jbeulich@suse.com>
38
39 * config/tc-i386.c (parse_real_register): Re-write {,x,y,z}mm
40 and mask register handling.
41 * testsuite/gas/i386/avx512f-ymm.s, testsuite/gas/i386/avx512f-ymm.d,
42 testsuite/gas/i386/xmmhi32.s, testsuite/gas/i386/xmmhi32.d: New.
43 * testsuite/gas/i386/i386.exp: Run new tests.
44
45 2018-04-26 Jan Beulich <jbeulich@suse.com>
46
47 * config/tc-i386.c (parse_real_register): Check bnd<N>
48 registers.
49 * testsuite/gas/i386/bnd.s, testsuite/gas/i386/bnd.l: New.
50 * testsuite/gas/i386/i386.exp: Run new test.
51
52 2018-04-26 Jan Beulich <jbeulich@suse.com>
53
54 * config/tc-i386.c (parse_real_register): Check FPU register
55 earlier.
56 * testsuite/gas/i386/fpu.s, testsuite/gas/i386/fpu.l,
57 testsuite/gas/i386/stN.s, testsuite/gas/i386/stN.l: New.
58 * testsuite/gas/i386/i386.exp: Run new tests.
59
60 2018-04-26 Jan Beulich <jbeulich@suse.com>
61
62 * config/tc-i386.c (build_modrm_byte): Use tabs for indentation.
63
64 2018-04-26 Jan Beulich <jbeulich@suse.com>
65
66 * config/tc-i386.c (build_modrm_byte): Move and fold
67 source/reg_slot calculations.
68
69 2018-04-26 Jan Beulich <jbeulich@suse.com>
70
71 * config/tc-i386.c (build_modrm_byte): Drop .veximmext uses.
72 Move part of the remaining assertion.
73
74 2018-04-26 Jan Beulich <jbeulich@suse.com>
75
76 * config/tc-i386.c (build_modrm_byte): Extend assertion in
77 vex_3_sources handling to cover more cases.
78
79 2018-04-26 Jan Beulich <jbeulich@suse.com>
80
81 * config/tc-i386.c (build_modrm_byte): Drop code dealing with
82 .veximmext and .immext set at the same time. Drop code dealing
83 with .cpufma when .vexsources == VEX3SOURCES.
84
85 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
86 Mickaël Guêné <mickael.guene@st.com>
87
88 * config/tc-arm.c (reloc_names): Add TLSGD_FDPIC, TLSLDM_FDPIC,
89 GOTTPOFF_FDIC relocations.
90 (md_apply_fix): Handle the new TLS FDPIC relocations.
91 (tc_gen_reloc): Likewise.
92 (arm_fix_adjustable): Likewise.
93
94 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
95 Mickaël Guêné <mickael.guene@st.com>
96
97 * config/tc-arm.c (reloc_names): Add gotfuncdesc, gotofffuncdesc,
98 funcdesc.
99 (md_apply_fix): Support the new relocations.
100 (tc_gen_reloc): Likewise.
101 * testsuite/gas/arm/reloc-fdpic.d: New.
102 * testsuite/gas/arm/reloc-fdpic.s: New.
103
104 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
105 Mickaël Guêné <mickael.guene@st.com>
106
107 * config/tc-arm.c (arm_fdpic): New.
108 (elf32_arm_target_format): Support FDPIC.
109 (OPTION_FDPIC): New.
110 (md_longopts): Support FDPIC.
111 (md_parse_option): Likewise.
112 (md_show_usage): Likewise.
113
114 2018-04-25 Tamar Christina <tamar.christina@arm.com>
115
116 * testsuite/gas/aarch64/rdma.s: Test for larger register numbers.
117 * testsuite/gas/aarch64/rdma.d: Update results.
118 * testsuite/gas/aarch64/rdma-directive.d: Likewise.
119
120 2018-04-25 Nick Clifton <nickc@redhat.com>
121
122 * po/es.po: Updated Spanish translation.
123
124 2018-04-25 Alan Modra <amodra@gmail.com>
125
126 * Makefile.am: Remove arm-aout and arm-coff support.
127 * config/tc-arm.c: Likewise.
128 * config/tc-arm.h: Likewise.
129 * configure.tgt: Likewise.
130 * testsuite/gas/aarch64/codealign.d: Likewise.
131 * testsuite/gas/aarch64/mapping.d: Likewise.
132 * testsuite/gas/aarch64/mapping2.d: Likewise.
133 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: Likewise.
134 * testsuite/gas/arm/adds-thumb1-reloc-local.d: Likewise.
135 * testsuite/gas/arm/addsw-bad.d: Likewise.
136 * testsuite/gas/arm/align.d: Likewise.
137 * testsuite/gas/arm/align64.d: Likewise.
138 * testsuite/gas/arm/arch7.d: Likewise.
139 * testsuite/gas/arm/arch7a-mp.d: Likewise.
140 * testsuite/gas/arm/arch7em.d: Likewise.
141 * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
142 * testsuite/gas/arm/arm-it-auto-2.d: Likewise.
143 * testsuite/gas/arm/arm-it-auto-3.d: Likewise.
144 * testsuite/gas/arm/arm-it-auto.d: Likewise.
145 * testsuite/gas/arm/arm-it-bad-2.d: Likewise.
146 * testsuite/gas/arm/arm-it.d: Likewise.
147 * testsuite/gas/arm/armv7e-m+fpv5-d16.d: Likewise.
148 * testsuite/gas/arm/armv7e-m+fpv5-sp-d16.d: Likewise.
149 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: Likewise.
150 * testsuite/gas/arm/armv8-2-fp16-scalar.d: Likewise.
151 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise.
152 * testsuite/gas/arm/armv8-2-fp16-simd.d: Likewise.
153 * testsuite/gas/arm/armv8-a+crypto.d: Likewise.
154 * testsuite/gas/arm/armv8-a+fp.d: Likewise.
155 * testsuite/gas/arm/armv8-a+ras.d: Likewise.
156 * testsuite/gas/arm/armv8-a+rdma-warning.d: Likewise.
157 * testsuite/gas/arm/armv8-a+rdma.d: Likewise.
158 * testsuite/gas/arm/armv8-a+simd.d: Likewise.
159 * testsuite/gas/arm/armv8-a-barrier-thumb.d: Likewise.
160 * testsuite/gas/arm/armv8-r+fp.d: Likewise.
161 * testsuite/gas/arm/armv8-r+simd.d: Likewise.
162 * testsuite/gas/arm/armv8-r-barrier-thumb.d: Likewise.
163 * testsuite/gas/arm/armv8_1-a+simd.d: Likewise.
164 * testsuite/gas/arm/armv8_2+rdma.d: Likewise.
165 * testsuite/gas/arm/armv8_2-a.d: Likewise.
166 * testsuite/gas/arm/armv8_3-a-fp.d: Likewise.
167 * testsuite/gas/arm/armv8_3-a-simd.d: Likewise.
168 * testsuite/gas/arm/armv8a-automatic-hlt.d: Likewise.
169 * testsuite/gas/arm/armv8a-automatic-lda.d: Likewise.
170 * testsuite/gas/arm/attr-syntax.d: Likewise.
171 * testsuite/gas/arm/automatic-bw.d: Likewise.
172 * testsuite/gas/arm/automatic-cbz.d: Likewise.
173 * testsuite/gas/arm/automatic-clrex.d: Likewise.
174 * testsuite/gas/arm/automatic-lda.d: Likewise.
175 * testsuite/gas/arm/automatic-ldaex.d: Likewise.
176 * testsuite/gas/arm/automatic-ldaexb.d: Likewise.
177 * testsuite/gas/arm/automatic-ldrex.d: Likewise.
178 * testsuite/gas/arm/automatic-ldrexd.d: Likewise.
179 * testsuite/gas/arm/automatic-movw.d: Likewise.
180 * testsuite/gas/arm/automatic-sdiv.d: Likewise.
181 * testsuite/gas/arm/automatic-strexb.d: Likewise.
182 * testsuite/gas/arm/barrier-bad-thumb.d: Likewise.
183 * testsuite/gas/arm/barrier-bad.d: Likewise.
184 * testsuite/gas/arm/barrier-thumb.d: Likewise.
185 * testsuite/gas/arm/barrier.d: Likewise.
186 * testsuite/gas/arm/bignum1.d: Likewise.
187 * testsuite/gas/arm/blx-bad.d: Likewise.
188 * testsuite/gas/arm/blx-bl-convert.d: Likewise.
189 * testsuite/gas/arm/blx-local.s: Likewise.
190 * testsuite/gas/arm/crc32-armv8-a-bad.d: Likewise.
191 * testsuite/gas/arm/crc32-armv8-a.d: Likewise.
192 * testsuite/gas/arm/crc32-armv8-r-bad.d: Likewise.
193 * testsuite/gas/arm/crc32-armv8-r.d: Likewise.
194 * testsuite/gas/arm/dis-data.d: Likewise.
195 * testsuite/gas/arm/dis-data2.d: Likewise.
196 * testsuite/gas/arm/dis-data3.d: Likewise.
197 * testsuite/gas/arm/eabi_attr_1.d: Likewise.
198 * testsuite/gas/arm/fp-save.d: Likewise.
199 * testsuite/gas/arm/group-reloc-alu-encoding-bad.d: Likewise.
200 * testsuite/gas/arm/group-reloc-alu-parsing-bad.d: Likewise.
201 * testsuite/gas/arm/group-reloc-alu.d: Likewise.
202 * testsuite/gas/arm/group-reloc-ldc-encoding-bad.d: Likewise.
203 * testsuite/gas/arm/group-reloc-ldc-parsing-bad.d: Likewise.
204 * testsuite/gas/arm/group-reloc-ldc.d: Likewise.
205 * testsuite/gas/arm/group-reloc-ldr-encoding-bad.d: Likewise.
206 * testsuite/gas/arm/group-reloc-ldr-parsing-bad.d: Likewise.
207 * testsuite/gas/arm/group-reloc-ldr.d: Likewise.
208 * testsuite/gas/arm/group-reloc-ldrs-encoding-bad.d: Likewise.
209 * testsuite/gas/arm/group-reloc-ldrs-parsing-bad.d: Likewise.
210 * testsuite/gas/arm/group-reloc-ldrs.d: Likewise.
211 * testsuite/gas/arm/insn-error-a.d: Likewise.
212 * testsuite/gas/arm/insn-error-t.d: Likewise.
213 * testsuite/gas/arm/inst-po-2.d: Likewise.
214 * testsuite/gas/arm/inst-po-3.d: Likewise.
215 * testsuite/gas/arm/inst-po-be.d: Likewise.
216 * testsuite/gas/arm/inst-po.d: Likewise.
217 * testsuite/gas/arm/ldconst.d: Likewise.
218 * testsuite/gas/arm/ldgesb-bad.d: Likewise.
219 * testsuite/gas/arm/ldgesh-bad.d: Likewise.
220 * testsuite/gas/arm/ldst-offset0.d: Likewise.
221 * testsuite/gas/arm/local_function.d: Likewise.
222 * testsuite/gas/arm/local_label_coff.d: Likewise.
223 * testsuite/gas/arm/local_label_elf.d: Likewise.
224 * testsuite/gas/arm/mapping.d: Likewise.
225 * testsuite/gas/arm/mapping2.d: Likewise.
226 * testsuite/gas/arm/mapping3.d: Likewise.
227 * testsuite/gas/arm/mapping4.d: Likewise.
228 * testsuite/gas/arm/mapshort-elf.d: Likewise.
229 * testsuite/gas/arm/mask_1-armv8-a.d: Likewise.
230 * testsuite/gas/arm/mask_1-armv8-r.d: Likewise.
231 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: Likewise.
232 * testsuite/gas/arm/movs-thumb1-reloc-local.d: Likewise.
233 * testsuite/gas/arm/movw-local.d: Likewise.
234 * testsuite/gas/arm/mrs-msr-thumb-v6t2.d: Likewise.
235 * testsuite/gas/arm/mrs-msr-thumb-v7-m.d: Likewise.
236 * testsuite/gas/arm/mrs-msr-thumb-v7e-m.d: Likewise.
237 * testsuite/gas/arm/msr-imm-bad.d: Likewise.
238 * testsuite/gas/arm/msr-reg-bad.d: Likewise.
239 * testsuite/gas/arm/msr-reg-thumb.d: Likewise.
240 * testsuite/gas/arm/nomapping.d: Likewise.
241 * testsuite/gas/arm/nops.d: Likewise.
242 * testsuite/gas/arm/pic.d: Likewise.
243 * testsuite/gas/arm/pinsn.d: Likewise.
244 * testsuite/gas/arm/plt-1.d: Likewise.
245 * testsuite/gas/arm/pr21458.d: Likewise.
246 * testsuite/gas/arm/pr9722.d: Likewise.
247 * testsuite/gas/arm/strex-t.d: Likewise.
248 * testsuite/gas/arm/t2-branch-global.d: Likewise.
249 * testsuite/gas/arm/target-reloc-1.d: Likewise.
250 * testsuite/gas/arm/thumb-b-bad.d: Likewise.
251 * testsuite/gas/arm/thumb-w-bad.d: Likewise.
252 * testsuite/gas/arm/thumb-w-good.d: Likewise.
253 * testsuite/gas/arm/thumb.d: Likewise.
254 * testsuite/gas/arm/thumb2_it.d: Likewise.
255 * testsuite/gas/arm/thumb2_it_auto.d: Likewise.
256 * testsuite/gas/arm/thumb2_it_search.d: Likewise.
257 * testsuite/gas/arm/thumb2_ldmstm.d: Likewise.
258 * testsuite/gas/arm/thumb2_ldr_immediate_armv6.d: Likewise.
259 * testsuite/gas/arm/thumb2_ldr_immediate_armv6t2.d: Likewise.
260 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Likewise.
261 * testsuite/gas/arm/thumb2_pool.d: Likewise.
262 * testsuite/gas/arm/thumb2_vpool.d: Likewise.
263 * testsuite/gas/arm/thumb2_vpool_be.d: Likewise.
264 * testsuite/gas/arm/thumb32.d: Likewise.
265 * testsuite/gas/arm/thumbver.d: Likewise.
266 * testsuite/gas/arm/tls.d: Likewise.
267 * testsuite/gas/arm/tls_vxworks.d: Likewise.
268 * testsuite/gas/arm/undefined.d: Likewise.
269 * testsuite/gas/arm/undefined_coff.d: Likewise.
270 * testsuite/gas/arm/unwind.d: Likewise.
271 * testsuite/gas/arm/v4bx.d: Likewise.
272 * testsuite/gas/arm/vcmp-noprefix-imm.d: Likewise.
273 * testsuite/gas/arm/vcvt-bad.d: Likewise.
274 * testsuite/gas/arm/vfma1.d: Likewise.
275 * testsuite/gas/arm/vldconst.d: Likewise.
276 * testsuite/gas/arm/vldconst_be.d: Likewise.
277 * testsuite/gas/arm/vldm-arm.d: Likewise.
278 * testsuite/gas/arm/vldr.d: Likewise.
279 * testsuite/gas/arm/weakdef-1.d: Likewise.
280 * testsuite/gas/arm/weakdef-2.d: Likewise.
281 * config/te-riscix.h: Delete.
282 * Makefile.in: Regenerate.
283 * po/POTFILES.in: Regenerate.
284
285 2018-04-23 Alan Modra <amodra@gmail.com>
286
287 * stabs.c (generate_asm_file): Use memcpy rather than strncpy.
288 Remove call to strlen inside loop.
289 * config/tc-cr16.c (getreg_image): Warning fix.
290 * config/tc-crx.c (getreg_image): Warning fix.
291
292 2018-04-20 Kito Cheng <kito.cheng@gmail.com>
293
294 * config/tc-riscv.c (options): Add OPTION_RELAX and
295 OPTION_NO_RELAX.
296 (md_longopts): New option -mrelax and -mno-relax.
297 (md_parse_option): Handle -mrelax and -mno-relax.
298 * doc/c-riscv.texi: Document for -mrelax and -mno-relax.
299 * testsuite/gas/riscv/no-relax-reloc.d: New.
300 * testsuite/gas/riscv/no-relax-reloc.s: New.
301 * testsuite/gas/riscv/relax-reloc.d: New.
302 * testsuite/gas/riscv/relax-reloc.s: New.
303
304 2018-04-20 Nick Clifton <nickc@redhat.com>
305
306 * po/es.po: Updated Spanish translation.
307
308 2018-04-18 Alan Modra <amodra@gmail.com>
309
310 * Makefile.am: Remove support for assorted i386 aout and coff targets.
311 * config/obj-elf.c: Likewise.
312 * config/tc-i386.h: Likewise.
313 * configure.ac: Likewise.
314 * configure.tgt: Likewise.
315 * config/te-dynix.h: Delete.
316 * config/te-i386aix.h: Delete.
317 * config/te-mach.h: Delete.
318 * Makefile.in: Regenerate.
319 * config.in: Regenerate.
320 * configure: Regenerate.
321 * po/POTFILES.in: Regenerate.
322
323 2018-04-18 Alan Modra <amodra@gmail.com>
324
325 * configure.tgt: Remove *-*-bsd* entry.
326
327 2018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
328
329 Microblaze Target: PIC data text relative
330
331 * gas/config/tc-microblaze.c (Handle new relocs directives in
332 assembler): Handle new relocs from compiler output.
333 (imm_types): add new imm types for data text relative addressing
334 TEXT_OFFSET, TEXT_PC_OFFSET
335 (md_convert_frag): conversion for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
336 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
337 (md_apply_fix): apply fix for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
338 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
339 (md_estimate_size_before_relax): estimate size for
340 BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
341 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
342 (tc_gen_reloc): generate relocations for
343 BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
344 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
345
346 2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
347
348 * testsuite/gas/i386/nops.s: Revert back deleted lines and
349 change encoding to 0x0f1c /1 to map to NOP.
350 * testsuite/gas/i386/x86-64-nops.s: Likewise.
351 * testsuite/gas/i386/nops.d: Likewise.
352 * testsuite/gas/i386/x86-64-nops.d: Likewise.
353 * testsuite/gas/i386/ilp32/x86-64-nops.d: Likewis.
354
355 2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
356
357 * config/tc-i386.c (cpu_arch): Add .cldemote.
358 * doc/c-i386.texi: Document cldemote/.cldemote.
359 * testsuite/gas/i386/cldemote-intel.d: New.
360 * testsuite/gas/i386/cldemote.d: Likewise.
361 * testsuite/gas/i386/cldemote.s: Likewise.
362 * testsuite/gas/i386/i386.exp: Run new tests.
363 * testsuite/gas/i386/x86-64-cldemote-intel.d: New.
364 * testsuite/gas/i386/x86-64-cldemote.d: Likewise.
365 * testsuite/gas/i386/x86-64-cldemote.s: Likewise.
366 * testsuite/gas/i386/ilp32/x86-64-nops.d: Remove 0x0f1c
367 NOP encoding that maps to cldemote.
368 * testsuite/gas/i386/nops.d: Likewise.
369 * testsuite/gas/i386/nops.s: Likewise.
370 * testsuite/gas/i386/x86-64-nops.d: Likewise.
371 * testsuite/gas/i386/x86-64-nops.s: Likewise.
372
373 2018-04-16 Nick Clifton <nickc@redhat.com>
374
375 PR 23054
376 * cond.c (s_ifsef): Replace use of obstack_copy with obstack_alloc
377 followed by memcpy.
378 (s_if, s_ifb, s_ifc, s_ifeqs): Likewise.
379 * obj-elf.c (elf_adjust_symtab): Check for local symbols before
380 attempting to dereference the sy_next field of a symbol.
381 * stabs.c (get_stab_string_offset): Fail if there is no string
382 following the stab directive.
383
384 2018-04-16 Alan Modra <amodra@gmail.com>
385
386 * Makefile.am: Remove arm-epoc-pe support.
387 * config/tc-arm.h: Likewise.
388 * configure.tgt: Likewise.
389 * testsuite/gas/all/gas.exp: Likewise.
390 * testsuite/gas/arm/local_label_coff.d: Likewise.
391 * testsuite/gas/arm/undefined.d: Likewise.
392 * testsuite/gas/arm/undefined_coff.d: Likewise.
393 * config/te-epoc-pe.h: Delete.
394 * Makefile.in: Regenerate.
395 * po/POTFILES.in: Regenerate.
396
397 2018-04-16 Alan Modra <amodra@gmail.com>
398
399 * Makefile.am: Remove sparc-aout and sparc-coff support.
400 * config/obj-coff.h: Likewise.
401 * config/tc-sparc.c: Likewise.
402 * config/tc-sparc.h: Likewise.
403 * configure.tgt: Likewise.
404 * config/te-sparcaout.h: Delete.
405 * testsuite/gas/sun4/addend.d: Delete.
406 * testsuite/gas/sun4/addend.exp: Delete.
407 * testsuite/gas/sun4/addend.s: Delete.
408 * Makefile.in: Regenerate.
409 * po/POTFILES.in: Regenerate.
410
411 2018-04-16 Alan Modra <amodra@gmail.com>
412
413 * Makefile.am: Remove m68k-aout and m68k-coff support.
414 * config/tc-m68k.c: Likewise.
415 * config/tc-m68k.h: Likewise.
416 * configure.ac: Likewise.
417 * configure.tgt: Likewise.
418 * testsuite/gas/all/weakref1u.d: Likewise.
419 * testsuite/gas/m68k/all.exp: Likewise.
420 * testsuite/gas/m68k/br-isaa.d: Likewise.
421 * testsuite/gas/m68k/br-isab.d: Likewise.
422 * testsuite/gas/m68k/br-isac.d: Likewise.
423 * config/te-psos.h: Delete.
424 * config/te-sun3.h: Delete.
425 * testsuite/gas/m68k-coff/gas.exp: Delete.
426 * testsuite/gas/m68k-coff/p2389.s: Delete.
427 * testsuite/gas/m68k-coff/p2389a.s: Delete.
428 * testsuite/gas/m68k-coff/p2430.s: Delete.
429 * testsuite/gas/m68k-coff/p2430a.s: Delete.
430 * testsuite/gas/m68k-coff/t1.s: Delete.
431 * testsuite/gas/m68k/p3041.d: Delete.
432 * testsuite/gas/m68k/p3041.s: Delete.
433 * testsuite/gas/m68k/p3041data.d: Delete.
434 * testsuite/gas/m68k/p3041data.s: Delete.
435 * testsuite/gas/m68k/p3041pcrel.d: Delete.
436 * testsuite/gas/m68k/p3041pcrel.s: Delete.
437 * testsuite/gas/m68k/t2.d: Delete.
438 * Makefile.in: Regenerate.
439 * config.in: Regenerate.
440 * configure: Regenerate.
441 * po/POTFILES.in: Regenerate.
442
443 2018-04-16 Alan Modra <amodra@gmail.com>
444
445 * Makefile.am: Remove sh5 and sh64 support.
446 * config/tc-sh.c: Likewise.
447 * configure.tgt: Likewise.
448 * doc/Makefile.am: Likewise.
449 * doc/as.texinfo: Likewise.
450 * testsuite/gas/cfi/cfi.exp: Likewise.
451 * testsuite/gas/sh/basic.exp: Likewise.
452 * config/tc-sh64.c: Delete.
453 * config/tc-sh64.h: Delete.
454 * doc/c-sh64.texi: Delete.
455 * testsuite/gas/sh/sh64/abi-32.d: Delete.
456 * testsuite/gas/sh/sh64/abi-32.s: Delete.
457 * testsuite/gas/sh/sh64/abi-64.d: Delete.
458 * testsuite/gas/sh/sh64/abi-64.s: Delete.
459 * testsuite/gas/sh/sh64/basic-1.d: Delete.
460 * testsuite/gas/sh/sh64/basic-1.s: Delete.
461 * testsuite/gas/sh/sh64/case-1.d: Delete.
462 * testsuite/gas/sh/sh64/case-1.s: Delete.
463 * testsuite/gas/sh/sh64/case-noexp-1.d: Delete.
464 * testsuite/gas/sh/sh64/crange1-1.d: Delete.
465 * testsuite/gas/sh/sh64/crange1-2.d: Delete.
466 * testsuite/gas/sh/sh64/crange1.s: Delete.
467 * testsuite/gas/sh/sh64/crange2-1.d: Delete.
468 * testsuite/gas/sh/sh64/crange2-2.d: Delete.
469 * testsuite/gas/sh/sh64/crange2-noexp-1.d: Delete.
470 * testsuite/gas/sh/sh64/crange2.s: Delete.
471 * testsuite/gas/sh/sh64/crange3-1.d: Delete.
472 * testsuite/gas/sh/sh64/crange3.s: Delete.
473 * testsuite/gas/sh/sh64/crange4-1.d: Delete.
474 * testsuite/gas/sh/sh64/crange4.s: Delete.
475 * testsuite/gas/sh/sh64/crange5-1.d: Delete.
476 * testsuite/gas/sh/sh64/crange5.s: Delete.
477 * testsuite/gas/sh/sh64/creg-1.d: Delete.
478 * testsuite/gas/sh/sh64/creg-1.s: Delete.
479 * testsuite/gas/sh/sh64/creg-2.d: Delete.
480 * testsuite/gas/sh/sh64/creg-2.s: Delete.
481 * testsuite/gas/sh/sh64/datal-1.s: Delete.
482 * testsuite/gas/sh/sh64/datal-2.d: Delete.
483 * testsuite/gas/sh/sh64/datal-2.s: Delete.
484 * testsuite/gas/sh/sh64/datal-3.s: Delete.
485 * testsuite/gas/sh/sh64/datal32-1.d: Delete.
486 * testsuite/gas/sh/sh64/datal32-3.d: Delete.
487 * testsuite/gas/sh/sh64/datal64-1.d: Delete.
488 * testsuite/gas/sh/sh64/datal64-3.d: Delete.
489 * testsuite/gas/sh/sh64/eh-1.d: Delete.
490 * testsuite/gas/sh/sh64/eh-1.s: Delete.
491 * testsuite/gas/sh/sh64/endian-1.d: Delete.
492 * testsuite/gas/sh/sh64/endian-1.s: Delete.
493 * testsuite/gas/sh/sh64/endian-2.d: Delete.
494 * testsuite/gas/sh/sh64/endian-2.s: Delete.
495 * testsuite/gas/sh/sh64/err-1.s: Delete.
496 * testsuite/gas/sh/sh64/err-2.s: Delete.
497 * testsuite/gas/sh/sh64/err-3.s: Delete.
498 * testsuite/gas/sh/sh64/err-4.s: Delete.
499 * testsuite/gas/sh/sh64/err-abi-32.s: Delete.
500 * testsuite/gas/sh/sh64/err-abi-64.s: Delete.
501 * testsuite/gas/sh/sh64/err-dsp.s: Delete.
502 * testsuite/gas/sh/sh64/err-movi-noexp-1.s: Delete.
503 * testsuite/gas/sh/sh64/err-noexp-cmd1.s: Delete.
504 * testsuite/gas/sh/sh64/err-pt-1.s: Delete.
505 * testsuite/gas/sh/sh64/err-pt32-cmd1.s: Delete.
506 * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
507 * testsuite/gas/sh/sh64/err-pt32-cmd3.s: Delete.
508 * testsuite/gas/sh/sh64/err-ptb-1.s: Delete.
509 * testsuite/gas/sh/sh64/err-ptb-2.s: Delete.
510 * testsuite/gas/sh/sh64/err.exp: Delete.
511 * testsuite/gas/sh/sh64/immexpr1.s: Delete.
512 * testsuite/gas/sh/sh64/immexpr2.s: Delete.
513 * testsuite/gas/sh/sh64/immexpr32-1.d: Delete.
514 * testsuite/gas/sh/sh64/immexpr32-2.d: Delete.
515 * testsuite/gas/sh/sh64/immexpr64-1.d: Delete.
516 * testsuite/gas/sh/sh64/immexpr64-2.d: Delete.
517 * testsuite/gas/sh/sh64/lineno.d: Delete.
518 * testsuite/gas/sh/sh64/lineno.s: Delete.
519 * testsuite/gas/sh/sh64/localcom-1.d: Delete.
520 * testsuite/gas/sh/sh64/localcom-1.s: Delete.
521 * testsuite/gas/sh/sh64/mix-1.d: Delete.
522 * testsuite/gas/sh/sh64/mix-1.s: Delete.
523 * testsuite/gas/sh/sh64/mix-noexp-1.d: Delete.
524 * testsuite/gas/sh/sh64/movi-1.s: Delete.
525 * testsuite/gas/sh/sh64/movi-2.s: Delete.
526 * testsuite/gas/sh/sh64/movi-3.d: Delete.
527 * testsuite/gas/sh/sh64/movi-3.s: Delete.
528 * testsuite/gas/sh/sh64/movi32-1.d: Delete.
529 * testsuite/gas/sh/sh64/movi32-2.d: Delete.
530 * testsuite/gas/sh/sh64/movi32-noexp-2.d: Delete.
531 * testsuite/gas/sh/sh64/movi64-1.d: Delete.
532 * testsuite/gas/sh/sh64/movi64-2.d: Delete.
533 * testsuite/gas/sh/sh64/movi64-2.s: Delete.
534 * testsuite/gas/sh/sh64/movi64-3.d: Delete.
535 * testsuite/gas/sh/sh64/movi64-noexp-2.d: Delete.
536 * testsuite/gas/sh/sh64/pt-1.d: Delete.
537 * testsuite/gas/sh/sh64/pt-1.s: Delete.
538 * testsuite/gas/sh/sh64/pt-2.s: Delete.
539 * testsuite/gas/sh/sh64/pt-noexp-1.d: Delete.
540 * testsuite/gas/sh/sh64/pt32-1.d: Delete.
541 * testsuite/gas/sh/sh64/pt32-noexp-2.d: Delete.
542 * testsuite/gas/sh/sh64/pt64-1.d: Delete.
543 * testsuite/gas/sh/sh64/pt64-32-1.d: Delete.
544 * testsuite/gas/sh/sh64/pt64-32-2.d: Delete.
545 * testsuite/gas/sh/sh64/pt64-noexp-2.d: Delete.
546 * testsuite/gas/sh/sh64/ptc-1.s: Delete.
547 * testsuite/gas/sh/sh64/ptc32-1.d: Delete.
548 * testsuite/gas/sh/sh64/ptc32-noexp-1.d: Delete.
549 * testsuite/gas/sh/sh64/ptc64-1.d: Delete.
550 * testsuite/gas/sh/sh64/ptc64-32-1.d: Delete.
551 * testsuite/gas/sh/sh64/ptc64-noexp-1.d: Delete.
552 * testsuite/gas/sh/sh64/ptext-1.s: Delete.
553 * testsuite/gas/sh/sh64/ptext32-1.d: Delete.
554 * testsuite/gas/sh/sh64/ptext32-noexp-1.d: Delete.
555 * testsuite/gas/sh/sh64/ptext64-1.d: Delete.
556 * testsuite/gas/sh/sh64/ptext64-32-1.d: Delete.
557 * testsuite/gas/sh/sh64/ptext64-noexp-1.d: Delete.
558 * testsuite/gas/sh/sh64/rel-1.s: Delete.
559 * testsuite/gas/sh/sh64/rel-2.s: Delete.
560 * testsuite/gas/sh/sh64/rel-3.s: Delete.
561 * testsuite/gas/sh/sh64/rel-4.s: Delete.
562 * testsuite/gas/sh/sh64/rel-5.s: Delete.
563 * testsuite/gas/sh/sh64/rel32-1.d: Delete.
564 * testsuite/gas/sh/sh64/rel32-2.d: Delete.
565 * testsuite/gas/sh/sh64/rel32-3.d: Delete.
566 * testsuite/gas/sh/sh64/rel32-4.d: Delete.
567 * testsuite/gas/sh/sh64/rel32-5.d: Delete.
568 * testsuite/gas/sh/sh64/rel64-1.d: Delete.
569 * testsuite/gas/sh/sh64/rel64-2.d: Delete.
570 * testsuite/gas/sh/sh64/rel64-3.d: Delete.
571 * testsuite/gas/sh/sh64/rel64-4.d: Delete.
572 * testsuite/gas/sh/sh64/rel64-5.d: Delete.
573 * testsuite/gas/sh/sh64/relax-1.d: Delete.
574 * testsuite/gas/sh/sh64/relax-1.s: Delete.
575 * testsuite/gas/sh/sh64/relax-2.d: Delete.
576 * testsuite/gas/sh/sh64/relax-2.s: Delete.
577 * testsuite/gas/sh/sh64/relax-3.d: Delete.
578 * testsuite/gas/sh/sh64/relax-3.s: Delete.
579 * testsuite/gas/sh/sh64/sh64.exp: Delete.
580 * testsuite/gas/sh/sh64/shift-1.s: Delete.
581 * testsuite/gas/sh/sh64/shift-2.s: Delete.
582 * testsuite/gas/sh/sh64/shift-3.s: Delete.
583 * testsuite/gas/sh/sh64/shift32-1.d: Delete.
584 * testsuite/gas/sh/sh64/shift32-3.d: Delete.
585 * testsuite/gas/sh/sh64/shift32-noexp-3.d: Delete.
586 * testsuite/gas/sh/sh64/shift64-1.d: Delete.
587 * testsuite/gas/sh/sh64/shift64-2.d: Delete.
588 * testsuite/gas/sh/sh64/shift64-3.d: Delete.
589 * testsuite/gas/sh/sh64/shift64-noexp-3.d: Delete.
590 * testsuite/gas/sh/sh64/syntax-1.d: Delete.
591 * testsuite/gas/sh/sh64/syntax-1.s: Delete.
592 * testsuite/gas/sh/sh64/syntax-2.d: Delete.
593 * testsuite/gas/sh/sh64/syntax-2.s: Delete.
594 * testsuite/gas/sh/sh64/ua-1.s: Delete.
595 * testsuite/gas/sh/sh64/ua32-1.d: Delete.
596 * testsuite/gas/sh/sh64/ua64-1.d: Delete.
597 * Makefile.in: Regenerate.
598 * doc/Makefile.in: Regenerate.
599 * po/POTFILES.in: Regenerate.
600
601 2018-04-16 Alan Modra <amodra@gmail.com>
602
603 * config/tc-sh.c: Remove sh-symbianelf support.
604 * config/tc-sh.h: Likewise.
605 * configure.ac: Likewise.
606 * configure.tgt: Likewise.
607 * testsuite/gas/sh/reg-prefix.d: Likewise.
608 * testsuite/gas/sh/sh2a-pic.d: Likewise.
609 * config.in: Regenerate.
610 * configure: Regenerate.
611
612 2018-04-16 Alan Modra <amodra@gmail.com>
613
614 * configure.ac: Remove m88k support.
615 * config.in: Regenerate.
616 * configure: Regenerate.
617
618 2018-04-16 Alan Modra <amodra@gmail.com>
619
620 * Makefile.am: Remove i370 support.
621 * app.c: Likewise.
622 * config/obj-elf.c: Likewise.
623 * configure.tgt: Likewise.
624 * doc/Makefile.am: Likewise.
625 * doc/as.texinfo: Likewise.
626 * testsuite/gas/all/gas.exp: Likewise.
627 * testsuite/gas/elf/warn-2.s: Likewise.
628 * testsuite/gas/lns/lns.exp: Likewise.
629 * config/tc-i370.c: Delete.
630 * config/tc-i370.h: Delete.
631 * doc/c-i370.texi: Delete.
632 * Makefile.in: Regenerate.
633 * doc/Makefile.in: Regenerate.
634 * po/POTFILES.in: Regenerate.
635
636 2018-04-16 Alan Modra <amodra@gmail.com>
637
638 * config/obj-coff.h: Remove h8500 support.
639
640 2018-04-16 Alan Modra <amodra@gmail.com>
641
642 * config/obj-coff.h: Remove h8300-coff support.
643 * config/tc-h8300.c: Likewise.
644 * config/tc-h8300.h: Likewise.
645 * testsuite/gas/h8300/h8300.exp: Likewise.
646 * testsuite/gas/h8300/branch-coff.s: Delete.
647 * testsuite/gas/h8300/branchh-coff.s: Delete.
648 * testsuite/gas/h8300/branchs-coff.s: Delete.
649 * testsuite/gas/h8300/ffxx1-coff.d: Delete.
650 * testsuite/gas/h8300/ffxx1-coff.s: Delete.
651 * testsuite/gas/h8300/h8300-coff.exp: Delete.
652
653 2018-04-16 Alan Modra <amodra@gmail.com>
654
655 * app.c: Remove IEEE 695 support.
656 * symbols.c: Likewise.
657
658 2018-04-16 Alan Modra <amodra@gmail.com>
659
660 * Makefile.am: Remove netware support.
661 * config/tc-i386.c: Likewise.
662 * configure.tgt: Likewise.
663 * config/te-netware.h: Delete.
664 * Makefile.in: Regenerate.
665 * po/POTFILES.in: Regenerate.
666
667 2018-04-15 H.J. Lu <hongjiu.lu@intel.com>
668
669 * testsuite/gas/i386/x86-64-waitpkg.s: Add 32-bit registers
670 tests for tpause and umwait.
671 * testsuite/gas/i386/x86-64-waitpkg-intel.d: Updated.
672 * testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
673
674 2018-04-12 John Darrington <john@darrington.wattle.id.au>
675
676 * as.c (main): Fail if the output is the same as one of the input
677 files.
678 * testsuite/gas/all/gas.exp: Test the new feature.
679
680 2018-04-12 Nick Clifton <nickc@redhat.com>
681
682 * po/es.po: Updated Spanish translation.
683 * po/ru.po: Updated Russian translation.
684
685 2018-04-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
686
687 * config/tc-i386.c (cpu_arch): Add WAITPKG.
688 (cpu_noarch): Likewise.
689 * doc/c-i386.texi: Document WAITPKG.
690 * i386/i386.exp: Run WAITPKG tests.
691 * testsuite/gas/i386/waitpkg-intel.d: New test.
692 * testsuite/gas/i386/waitpkg.d: Likewise.
693 * testsuite/gas/i386/waitpkg.s: Likewise.
694 * testsuite/gas/i386/x86-64-waitpkg-intel.d: Likewise.
695 * testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
696 * testsuite/gas/i386/x86-64-waitpkg.s: Likewise.
697
698 2018-04-11 Alan Modra <amodra@gmail.com>
699
700 * config/aout_gnu.h: Delete.
701 * config/tc-i860.c: Delete.
702 * config/tc-i860.h: Delete.
703 * config/tc-i960.c: Delete.
704 * config/tc-i960.h: Delete.
705 * doc/c-i860.texi: Delete.
706 * doc/c-i960.texi: Delete.
707 * testsuite/gas/i860/README.i860: Delete.
708 * testsuite/gas/i860/bitwise.d: Delete.
709 * testsuite/gas/i860/bitwise.s: Delete.
710 * testsuite/gas/i860/branch.d: Delete.
711 * testsuite/gas/i860/branch.s: Delete.
712 * testsuite/gas/i860/bte.d: Delete.
713 * testsuite/gas/i860/bte.s: Delete.
714 * testsuite/gas/i860/dir-align01.d: Delete.
715 * testsuite/gas/i860/dir-align01.s: Delete.
716 * testsuite/gas/i860/dir-intel01.d: Delete.
717 * testsuite/gas/i860/dir-intel01.s: Delete.
718 * testsuite/gas/i860/dir-intel02.d: Delete.
719 * testsuite/gas/i860/dir-intel02.s: Delete.
720 * testsuite/gas/i860/dir-intel03-err.l: Delete.
721 * testsuite/gas/i860/dir-intel03-err.s: Delete.
722 * testsuite/gas/i860/dual01.d: Delete.
723 * testsuite/gas/i860/dual01.s: Delete.
724 * testsuite/gas/i860/dual02-err.l: Delete.
725 * testsuite/gas/i860/dual02-err.s: Delete.
726 * testsuite/gas/i860/dual03.d: Delete.
727 * testsuite/gas/i860/dual03.s: Delete.
728 * testsuite/gas/i860/fldst01.d: Delete.
729 * testsuite/gas/i860/fldst01.s: Delete.
730 * testsuite/gas/i860/fldst02.d: Delete.
731 * testsuite/gas/i860/fldst02.s: Delete.
732 * testsuite/gas/i860/fldst03.d: Delete.
733 * testsuite/gas/i860/fldst03.s: Delete.
734 * testsuite/gas/i860/fldst04.d: Delete.
735 * testsuite/gas/i860/fldst04.s: Delete.
736 * testsuite/gas/i860/fldst05.d: Delete.
737 * testsuite/gas/i860/fldst05.s: Delete.
738 * testsuite/gas/i860/fldst06.d: Delete.
739 * testsuite/gas/i860/fldst06.s: Delete.
740 * testsuite/gas/i860/fldst07.d: Delete.
741 * testsuite/gas/i860/fldst07.s: Delete.
742 * testsuite/gas/i860/fldst08.d: Delete.
743 * testsuite/gas/i860/fldst08.s: Delete.
744 * testsuite/gas/i860/float01.d: Delete.
745 * testsuite/gas/i860/float01.s: Delete.
746 * testsuite/gas/i860/float02.d: Delete.
747 * testsuite/gas/i860/float02.s: Delete.
748 * testsuite/gas/i860/float03.d: Delete.
749 * testsuite/gas/i860/float03.s: Delete.
750 * testsuite/gas/i860/float04.d: Delete.
751 * testsuite/gas/i860/float04.s: Delete.
752 * testsuite/gas/i860/form.d: Delete.
753 * testsuite/gas/i860/form.s: Delete.
754 * testsuite/gas/i860/i860.exp: Delete.
755 * testsuite/gas/i860/iarith.d: Delete.
756 * testsuite/gas/i860/iarith.s: Delete.
757 * testsuite/gas/i860/ldst01.d: Delete.
758 * testsuite/gas/i860/ldst01.s: Delete.
759 * testsuite/gas/i860/ldst02.d: Delete.
760 * testsuite/gas/i860/ldst02.s: Delete.
761 * testsuite/gas/i860/ldst03.d: Delete.
762 * testsuite/gas/i860/ldst03.s: Delete.
763 * testsuite/gas/i860/ldst04.d: Delete.
764 * testsuite/gas/i860/ldst04.s: Delete.
765 * testsuite/gas/i860/ldst05.d: Delete.
766 * testsuite/gas/i860/ldst05.s: Delete.
767 * testsuite/gas/i860/ldst06.d: Delete.
768 * testsuite/gas/i860/ldst06.s: Delete.
769 * testsuite/gas/i860/pfam.d: Delete.
770 * testsuite/gas/i860/pfam.s: Delete.
771 * testsuite/gas/i860/pfmam.d: Delete.
772 * testsuite/gas/i860/pfmam.s: Delete.
773 * testsuite/gas/i860/pfmsm.d: Delete.
774 * testsuite/gas/i860/pfmsm.s: Delete.
775 * testsuite/gas/i860/pfsm.d: Delete.
776 * testsuite/gas/i860/pfsm.s: Delete.
777 * testsuite/gas/i860/pseudo-ops01.d: Delete.
778 * testsuite/gas/i860/pseudo-ops01.s: Delete.
779 * testsuite/gas/i860/regress01.d: Delete.
780 * testsuite/gas/i860/regress01.s: Delete.
781 * testsuite/gas/i860/shift.d: Delete.
782 * testsuite/gas/i860/shift.s: Delete.
783 * testsuite/gas/i860/simd.d: Delete.
784 * testsuite/gas/i860/simd.s: Delete.
785 * testsuite/gas/i860/system.d: Delete.
786 * testsuite/gas/i860/system.s: Delete.
787 * testsuite/gas/i860/xp.d: Delete.
788 * testsuite/gas/i860/xp.s: Delete.
789 * Makefile.am: Remove i860 and i960 support.
790 * configure.tgt: Likewise.
791 * doc/Makefile.am: Likewise.
792 * doc/all.texi: Likewise.
793 * testsuite/gas/all/gas.exp
794 * config/obj-coff.h: Remove i960 support.
795 * doc/internals.texi: Likewise.
796 * expr.c: Likewise.
797 * read.c: Likewise.
798 * write.c: Likewise.
799 * write.h: Likewise.
800 * testsuite/gas/lns/lns.exp: Likewise.
801 * testsuite/gas/symver/symver.exp: Likewise.
802 * config/tc-m68k.c: Remove BOUT support.
803 * config/tc-score.c: Likewise.
804 * config/tc-score7.c: Likewise.
805 * config/tc-sparc.c: Likewise.
806 * symbols.c: Likewise.
807 * doc/h8.texi: Likewise.
808 * configure.ac: Remove BOUT and i860 support.
809 * doc/as.texinfo: Remove BOUT, i860 and i960 support
810 * Makefile.in: Regenerate.
811 * config.in: Regenerate.
812 * configure: Regenerate.
813 * doc/Makefile.in: Regenerate.
814 * po/POTFILES.in: Regenerate.
815
816 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
817
818 PR gas/22318
819 * configure: Regenerated.
820
821 2018-04-04 H.J. Lu <hongjiu.lu@intel.com>
822
823 PR binutils/23025
824 * testsuite/gas/i386/prefix.s: Add tests for vcvtpd2dq with
825 VEX and EVEX prefixes.
826 * testsuite/gas/i386/prefix.d: Updated.
827
828 2018-03-30 Peter Bergner <bergner@vnet.ibm.com>
829
830 PR binutils/23013
831 * config/tc-ppc.c (ppc_set_cpu): Select appropriate cpu when ppc_obj64
832 and little endian.
833
834 2018-03-28 Renlin Li <renlin.li@arm.com>
835
836 PR ld/22970
837 * config/tc-aarch64.c (reloc_table): Update entry for tprel_lo12 and
838 tprel_lo12_nc with pseudo relocations.
839 (ldst_lo12_determine_real_reloc_type): Add new relocations support.
840 (parse_operands): Handle BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12 and
841 BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12_NC pseudo relocations.
842 (md_apply_fix): Add handling for new relocation.
843 (aarch64_force_relocation): Likewise.
844 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.d: New.
845 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.s: New.
846 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.d: New.
847 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.s: New.
848 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.d: New.
849 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.s: New.
850 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.d: New.
851 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.s: New.
852 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.d: New.
853 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.s: New.
854 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.d: New.
855 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.s: New.
856 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.d: New.
857 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.s: New.
858 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.d: New.
859 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.s: New.
860 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16-ilp32.d: New.
861 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32-ilp32.d: New.
862 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64-ilp32.d: New.
863 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8-ilp32.d: New.
864 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16-ilp32.d: New.
865 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32-ilp32.d: New.
866 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64-ilp32.d: New.
867 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8-ilp32.d: New.
868
869 2018-03-28 Jan Beulich <jbeulich@suse.com>
870
871 * config/tc-i386.c (check_VecOperands): Replace uses of
872 .vecesize. Always initialize op.
873 * testsuite/gas/i386/avx512_vpopcntdq.s,
874 testsuite/gas/i386/avx512bitalg_vl.s: Add Intel syntax vpopcnt
875 broadcast cases with explicit operand size.
876 * testsuite/gas/i386/avx512_vpopcntdq.d,
877 testsuite/gas/i386/avx512_vpopcntdq-intel.d,
878 testsuite/gas/i386/avx512bitalg_vl.d
879 testsuite/gas/i386/avx512bitalg_vl-intel.d: Adjust expectations.
880
881 2018-03-28 Jan Beulich <jbeulich@suse.com>
882
883 * config/tc-i386.c (struct Broadcast_Operation): Adjust comment.
884 (check_VecOperands): Re-write broadcast validation code.
885 (check_VecOperations): Replace BROADCAST_1TO* uses.
886 * testsuite/gas/i386/inval-avx512f.s: Add various broadcast
887 cases.
888 * testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
889
890 2018-03-28 Jan Beulich <jbeulich@suse.com>
891
892 * config/tc-i386.c (process_suffix): Check .todword/.toqword
893 before zapping suffix.
894
895 2018-03-28 Jan Beulich <jbeulich@suse.com>
896
897 * testsuite/gas/i386/ilp32/x86-64-simd-suffix.d,
898 testsuite/gas/i386/x86-64-simd-suffix.d: Drop q suffix from
899 cvt*2si.
900
901 2018-03-28 Nick Clifton <nickc@redhat.com>
902
903 PR 22988
904 * config/tc-aarch64.c (parse_operands): Add code to handle
905 AARCH64_OPN_SVE_ADDR_R.
906 * testsuite/gas/aarch64/sve.s: Add tests for LDFF1xx instructions
907 with an assumed XZR offset address register.
908 * testsuite/gas/aarch64/sve.d: Update expected disassembly.
909
910 2018-03-22 Jan Beulich <jbeulich@suse.com>
911
912 * config/tc-i386.c (check_VecOperands): Latch
913 i.broadcast->operand into op.
914
915 2018-03-22 Jan Beulich <jbeulich@suse.com>
916
917 * config/tc-i386.c (match_template): Special case base opcode
918 0xa0 with HLE prefix.
919 * testsuite/gas/i386/hle.s: Add mov-accumulator-to-disp cases.
920 * testsuite/gas/i386/hle.d, testsuite/gas/i386/hle-intel.d:
921 Adjust expectations.
922
923 2018-03-22 Jan Beulich <jbeulich@suse.com>
924
925 * testsuite/gas/i386/opts.s: Add bndmov cases.
926 * testsuite/gas/i386/opts.d, testsuite/gas/i386/opts-intel.d,
927 testsuite/gas/i386/sse2avx-opts.d,
928 testsuite/gas/i386/sse2avx-opts-intel.d: Adjust expectations.
929
930 2018-03-22 Jan Beulich <jbeulich@suse.com>
931
932 * config/tc-i386.c (match_mem_size): Extend sub-xmmword
933 exceptions.
934 * testsuite/gas/i386/xmmword.l, testsuite/gas/i386/xmmword.s:
935 New.
936 * testsuite/gas/i386/i386.exp: Run new test.
937
938 2018-03-22 Jan Beulich <jbeulich@suse.com>
939
940 * config/tc-i386.c (match_template): Also match 2nd and 4th
941 operand's register sizes.
942 * testsuite/gas/i386/unspec.l, testsuite/gas/i386/unspec.s: New.
943 * testsuite/gas/i386/i386.exp: Run new test.
944
945 2018-03-19 Nick Clifton <nickc@redhat.com>
946
947 * po/uk.po: Updated Ukranian translation.
948
949 2018-03-16 Jim Wilson <jimw@sifive.com>
950
951 * config/tc-riscv.c (check_absolute_expr): Expand comment. New
952 parameter maybe_csr. If maybe_csr and O_symbol, print CSR name.
953 (riscv_ip): Add new argument to check_absolute_expr calls.
954 * testsuite/gas/riscv/bad-csr.d: New.
955 * testsuite/gas/riscv/bad-csr.l: New.
956 * testsuite/gas/riscv/bad-csr.s: New.
957
958 2018-03-14 Kito Cheng <kito.cheng@gmail.com>
959
960 * config/tc-riscv.c (opcode_name_list): New.
961 (opcode_names_hash): Likewise.
962 (init_opcode_names_hash): Likewise.
963 (opcode_name_lookup): Likewise.
964 (validate_riscv_insn): New argument length, and add new format
965 which used in .insn directive.
966 (md_begin): Refine hash table initialization logic into
967 init_opcode_hash.
968 (init_opcode_hash): New.
969 (my_getOpcodeExpression): Parse opcode name for .insn.
970 (riscv_ip): New argument hash, able to handle .insn directive.
971 (s_riscv_insn): Handler for .insn directive.
972 (riscv_pseudo_table): New entry for .insn.
973 * doc/c-riscv.texi: Add documentation for .insn directive.
974 * testsuite/gas/riscv/insn.d: Add testcase for .insn directive.
975 * testsuite/gas/riscv/insn.s: Likewise.
976
977 2018-03-13 Nick Clifton <nickc@redhat.com>
978
979 * po/ru.po: Updated Russian translation.
980
981 2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
982
983 * config/tc-i386.c (optimize_encoding): Encode EVEX instructions
984 with VEX128 if EVEX encoding isn't required.
985 * testsuite/gas/i386/optimize-1.d: Updated.
986 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
987
988 2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
989
990 * config/tc-i386.c (check_VecOperations): Strip whitespace.
991 * testsuite/gas/i386/optimize-1.s: Add whitespaces before
992 {%k7} and {z},
993 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
994
995 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
996
997 * config/tc-i386.c (set_cpu_arch): Set cpu_arch_isa_flags.
998 (md_parse_option): Likewise.
999 (optimize_encoding): Check i.tm.cpu_flags and cpu_arch_isa_flags
1000 for cpuavx512vl instead of cpu_arch_flags. Optimize EVEX with
1001 EVEX128 when EVEX encoding is required.
1002 * testsuite/gas/i386/i386.exp: Run optimize-4, optimize-5,
1003 x86-64-optimize-5 and x86-64-optimize-6.
1004 * testsuite/gas/i386/optimize-1.d: Updated.
1005 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
1006 * testsuite/gas/i386/optimize-4.d: New file.
1007 * testsuite/gas/i386/optimize-4.s: Likewise.
1008 * testsuite/gas/i386/optimize-5.d: Likewise.
1009 * testsuite/gas/i386/optimize-5.s: Likewise.
1010 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
1011 * testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
1012 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
1013 * testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
1014
1015 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 * config/tc-i386.c (optimize_encoding): Also encode "clr reg64"
1018 as "xor reg32, reg32".
1019 * testsuite/gas/i386/x86-64-optimize-1.s: Add "clr reg64" tests.
1020 * testsuite/gas/i386/x86-64-optimize-1.d: Updated.
1021
1022 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
1023
1024 * NEWS: Mention -mold-gcc removal.
1025 * config/tc-i386.c (i386_error): Remove old_gcc_only.
1026 (old_gcc): Removed.
1027 (match_template): Remove old gcc support.
1028 (OPTION_MOLD_GCC): Removed.
1029 (OPTION_MRELAX_RELOCATIONS): Updated.
1030 (md_longopts): Remove OPTION_MOLD_GCC.
1031 (md_parse_option): Likewise.
1032 (md_show_usage): Remove -mold-gcc.
1033 * testsuite/gas/i386/general.s: Convert fsub/fdiv tests for old
1034 (<= 2.8.1) versions of gcc.
1035 * testsuite/gas/i386/intel.s: Likewise.
1036 * testsuite/gas/i386/general.l: Updated.
1037 * testsuite/gas/i386/intel-intel.d: Likewise.
1038 * testsuite/gas/i386/intel.d: Likewise.
1039 * testsuite/gas/i386/intel.e: Likewise.
1040 * testsuite/gas/i386/i386.exp: Don't pass -mold-gcc to general.
1041
1042 2018-03-08 Jan Beulich <jbeulich@suse.com>
1043
1044 * config/tc-i386.c (is_evex_encoding): New.
1045 (optimize_encoding, md_assemble, md_assemble,
1046 VEX_check_operands, build_modrm_byte): Use is_evex_encoding.
1047 (build_evex_prefix): Derive EVEX length field from actual
1048 operands if the template allows multiple ones.
1049
1050 2018-03-08 Jan Beulich <jbeulich@suse.com>
1051
1052 * config/tc-i386.c (build_modrm_byte): Make VexNDD handling cope
1053 with 3rd (immediate) operand.
1054
1055 2018-03-08 Jan Beulich <jbeulich@suse.com>
1056
1057 * config/tc-i386.c (XMMWORD_MNEM_SUFFIX, YMMWORD_MNEM_SUFFIX,
1058 ZMMWORD_MNEM_SUFFIX): Delete.
1059 (process_suffix): Drop their uses. Re-arrange final part of
1060 logic into a switch() statement. Drop special casing of
1061 cmpxchg8b.
1062
1063 2018-03-08 Jan Beulich <jbeulich@suse.com>
1064
1065 * config/tc-i386.c (match_template): Also match register
1066 operands 0 and 2 for 3-operand forms.
1067 * testsuite/gas/i386/unspec64.l, testsuite/gas/i386/unspec64.s:
1068 New.
1069 * testsuite/gas/i386/i386.exp: Run new test.
1070
1071 2018-03-08 Jan Beulich <jbeulich@suse.com>
1072
1073 * config/tc-i386.c (process_suffix): Do common part of register
1074 checks first.
1075
1076 2018-03-08 Jan Beulich <jbeulich@suse.com>
1077
1078 * config/tc-i386.c (parse_insn): Move success return up. Combine
1079 failure returns.
1080
1081 2018-03-08 Jan Beulich <jbeulich@suse.com>
1082
1083 * config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX
1084 logic. Add respective logic for AVX512F.
1085 * testsuite/gas/i386/arch-avx-1.s: Add GFNI test.
1086 testsuite/gas/i386/arch-avx-1.d,
1087 testsuite/gas/i386/arch-avx-1-1.l,
1088 testsuite/gas/i386/arch-avx-1-2.l,
1089 testsuite/gas/i386/arch-avx-1-3.l,
1090 testsuite/gas/i386/arch-avx-1-4.l,
1091 testsuite/gas/i386/arch-avx-1-5.l,
1092 testsuite/gas/i386/arch-avx-1-6.l: Adjust expectations.
1093 * testsuite/gas/i386/arch-avx-1-7.l,
1094 testsuite/gas/i386/arch-avx-1-7.s,
1095 testsuite/gas/i386/arch-avx-1-8.l,
1096 testsuite/gas/i386/arch-avx-1-8.s,
1097 testsuite/gas/i386/avx512f-plain.l,
1098 testsuite/gas/i386/avx512f-plain.s,
1099 testsuite/gas/i386/avx512vl-plain.l,
1100 testsuite/gas/i386/avx512vl-plain.s: New.
1101 * testsuite/gas/i386/i386.exp: Run new tests.
1102
1103 2018-03-08 Jan Beulich <jbeulich@suse.com>
1104
1105 * config/tc-i386.c (cpu_flags_match): Move AVX512VL check ahead.
1106
1107 2018-03-08 Jan Beulich <jbeulich@suse.com>
1108
1109 * config/tc-i386.c (CPU_FLAGS_32BIT_MATCH): Delete.
1110 (cpu_flags_match): Use CPU_FLAGS_ARCH_MATCH instead of
1111 CPU_FLAGS_32BIT_MATCH.
1112
1113 2018-03-08 Jan Beulich <jbeulich@suse.com>
1114
1115 * config/tc-i386.c (CPU_FLAGS_AES_MATCH, CPU_FLAGS_AVX_MATCH,
1116 CPU_FLAGS_PCLMUL_MATCH): Delete.
1117 (CPU_FLAGS_32BIT_MATCH): Drop uses of deleted CPU_FLAGS_*_MATCH.
1118 (cpu_flags_match): Combine AVX checks into
1119 single if().
1120
1121 2018-03-08 Jan Beulich <jbeulich@suse.com>
1122
1123 * config/tc-i386.c (cpu_flags_match): Drop "else" branches
1124 setting CPU_FLAGS_ARCH_MATCH.
1125
1126 2018-03-08 Jan Beulich <jbeulich@suse.com>
1127
1128 * config/tc-i386.c (md_assemble): Extend SSE check conditional.
1129 * testsuite/gas/i386/ilp32/x86-64-sse-check-none.d,
1130 testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d,
1131 testsuite/gas/i386/ilp32/x86-64-sse-check.d,
1132 testsuite/gas/i386/sse-check-none.d,
1133 testsuite/gas/i386/sse-check-warn.d,
1134 testsuite/gas/i386/x86-64-sse-check.d,
1135 testsuite/gas/i386/x86-64-sse-check-none.d,
1136 testsuite/gas/i386/x86-64-sse-check-warn.d: Refer to sse-check.d.
1137 * testsuite/gas/i386/sse-check.s: Add AES, GFNI, and PCLMUL
1138 tests.
1139 * testsuite/gas/i386/sse-check-none.s: Replace code by inclusion
1140 of sse-check.s.
1141 * testsuite/gas/i386/sse-check.d: Adjust expectations.
1142 * testsuite/gas/i386/sse-check-error.l,
1143 testsuite/gas/i386/x86-64-sse-check-error.l: Likewise.
1144 * testsuite/gas/i386/sse-check-warn.e: Likewise.
1145
1146 2018-03-08 Jan Beulich <jbeulich@suse.com>
1147
1148 * config/tc-i386.c (operand_size_match): Drop / replace uses of
1149 .floatd.
1150
1151 2018-03-08 Jan Beulich <jbeulich@suse.com>
1152
1153 * testsuite/gas/i386/intel-intel.d: New.
1154 * testsuite/gas/i386/i386.exp: Run new test.
1155
1156 2018-03-08 Jan Beulich <jbeulich@suse.com>
1157
1158 * config/tc-i386.c (process_operands): Access operands only
1159 after operand count assertion. Sanitize warning text. Fix
1160 indentation.
1161 * testsuite/gas/i386/avx512_4fmaps-warn.l,
1162 gas/i386/x86-64-avx512_4fmaps-warn.l: Adjust expectations.
1163
1164 2018-03-08 Jan Beulich <jbeulich@suse.com>
1165
1166 * testsuite/gas/i386/x86-64-movd.s: Drop bogus vmovd memory forms.
1167 * testsuite/gas/i386/x86-64-movd.d,
1168 testsuite/gas/i386/x86-64-movd-intel.d: Adjust expectations.
1169
1170 2018-03-08 Jan Beulich <jbeulich@suse.com>
1171
1172 * config/tc-i386.c (operand_type_and_not): New.
1173 (build_modrm_byte): Use it to prevent clearing unrelated bits.
1174
1175 2018-03-08 Alan Modra <amodra@gmail.com>
1176
1177 * config/tc-ppc.c (ppc_handle_align): Correct last patch. Really
1178 don't emit a group terminating nop for power9. Simplify cpu
1179 tests.
1180
1181 2018-03-08 Alan Modra <amodra@gmail.com>
1182
1183 * config/tc-ppc.c (ppc_handle_align): Don't emit a group
1184 terminating nop for power9.
1185
1186 2018-03-07 H.J. Lu <hongjiu.lu@intel.com>
1187
1188 PR gas/22874
1189 * config/tc-i386.c (f32_5): Removed.
1190 (f32_8): Likewise.
1191 (f32_9): Likewise.
1192 (f32_10): Likewise.
1193 (f32_11): Likewise.
1194 (f32_12): Likewise.
1195 (f32_13): Likewise.
1196 (f32_14): Likewise.
1197 (f16_5): Likewise.
1198 (f16_6): Likewise.
1199 (f16_7): Likewise.
1200 (f16_8): Likewise.
1201 (jump_31): Likewise.
1202 (alt64_11): Likewise.
1203 (alt64_patt): Likewise.
1204 (jump_disp8): New.
1205 (jump32_disp32): Likewise.
1206 (jump16_disp32): Likewise.
1207 (alt_11): Likewise.
1208 (f32_patt): Updated.
1209 (f16_patt): Likewise.
1210 (alt_patt): Add alt_11.
1211 (i386_align_code): Merged with ...
1212 (i386_generate_nops): This. Rewritten.
1213 (fits_in_imm7): Moved before i386_generate_nops.
1214 (fits_in_imm31): Likewise.
1215 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Updated to
1216 4095.
1217 (i386_align_code): Removed.
1218 (HANDLE_ALIGN): Rewritten with i386_generate_nops.
1219 * doc/as.texinfo: Update limits of control byte for x86 .nops
1220 directive.
1221 * testsuite/gas/i386/i386.exp: Run nops-7 and x86-64-nops-7.
1222 * gas/testsuite/gas/i386/noavx-3.l: Updated.
1223 * gas/testsuite/gas/i386/nop-1.d: Likewise.
1224 * gas/testsuite/gas/i386/nop-1.s: Likewise.
1225 * gas/testsuite/gas/i386/nop-2.d: Likewise.
1226 * gas/testsuite/gas/i386/nop-2.s: Likewise.
1227 * gas/testsuite/gas/i386/nop-3.d: Likewise.
1228 * gas/testsuite/gas/i386/nop-4.d: Likewise.
1229 * gas/testsuite/gas/i386/nop-5.d: Likewise.
1230 * gas/testsuite/gas/i386/nop-5.s: Likewise.
1231 * gas/testsuite/gas/i386/nop-6.d: Likewise.
1232 * gas/testsuite/gas/i386/nop-bad-1.l: Likewise.
1233 * gas/testsuite/gas/i386/nops-1-core2.d: Likewise.
1234 * gas/testsuite/gas/i386/nops-1-i386-i686.d: Likewise.
1235 * gas/testsuite/gas/i386/nops-1-i386.d: Likewise.
1236 * gas/testsuite/gas/i386/nops-1-i686.d: Likewise.
1237 * gas/testsuite/gas/i386/nops-1-k8.d: Likewise.
1238 * gas/testsuite/gas/i386/nops-1.d: Likewise.
1239 * gas/testsuite/gas/i386/nops-2-core2.d: Likewise.
1240 * gas/testsuite/gas/i386/nops-2-i386.d: Likewise.
1241 * gas/testsuite/gas/i386/nops-2.d: Likewise.
1242 * gas/testsuite/gas/i386/nops-3-i386.d: Likewise.
1243 * gas/testsuite/gas/i386/nops-3-i686.d: Likewise.
1244 * gas/testsuite/gas/i386/nops-3.d: Likewise.
1245 * gas/testsuite/gas/i386/nops-4-i386.d: Likewise.
1246 * gas/testsuite/gas/i386/nops-4-i686.d: Likewise.
1247 * gas/testsuite/gas/i386/nops-4.d: Likewise.
1248 * gas/testsuite/gas/i386/nops-4a-i686.d: Likewise.
1249 * gas/testsuite/gas/i386/nops-5-i686.d: Likewise.
1250 * gas/testsuite/gas/i386/nops-5.d: Likewise.
1251 * gas/testsuite/gas/i386/nops-6.d: Likewise.
1252 * gas/testsuite/gas/i386/nops16-1.d: Likewise.
1253 * gas/testsuite/gas/i386/x86-64-nop-1.d: Likewise.
1254 * gas/testsuite/gas/i386/x86-64-nop-2.d: Likewise.
1255 * gas/testsuite/gas/i386/x86-64-nop-5.d: Likewise.
1256 * gas/testsuite/gas/i386/x86-64-nops-1-core2.d: Likewise.
1257 * gas/testsuite/gas/i386/x86-64-nops-1-g64.d: Likewise.
1258 * gas/testsuite/gas/i386/x86-64-nops-1-k8.d: Likewise.
1259 * gas/testsuite/gas/i386/x86-64-nops-1-pentium.d: Likewise.
1260 * gas/testsuite/gas/i386/x86-64-nops-1.d: Likewise.
1261 * gas/testsuite/gas/i386/x86-64-nops-2.d: Likewise.
1262 * gas/testsuite/gas/i386/x86-64-nops-3.d: Likewise.
1263 * gas/testsuite/gas/i386/x86-64-nops-4-core2.d: Likewise.
1264 * gas/testsuite/gas/i386/x86-64-nops-4-k8.d: Likewise.
1265 * gas/testsuite/gas/i386/x86-64-nops-4.d: Likewise.
1266 * gas/testsuite/gas/i386/x86-64-nops-5-k8.d: Likewise.
1267 * gas/testsuite/gas/i386/x86-64-nops-5.d: Likewise.
1268 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
1269 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
1270 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-pentium.d: Likewise.
1271 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d: Likewise.
1272 * gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d: Likewise.
1273 * gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d: Likewise.
1274 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
1275 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
1276 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d: Likewise.
1277 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
1278 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d: Likewise.
1279 * gas/testsuite/gas/i386/nops-7.d: New file.
1280 * gas/testsuite/gas/i386/nops-7.s: Likewise.
1281 * gas/testsuite/gas/i386/x86-64-nops-7.d: Likewise.
1282
1283 2018-03-07 Alan Modra <amodra@gmail.com>
1284
1285 * testsuite/gas/ppc/aix.exp: Run for rs6000 too.
1286 * testsuite/gas/ppc/ppc.exp: Run more tests for non-ELF targets.
1287 * testsuite/gas/ppc/machine.d: Don't run for PE targets.
1288
1289 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1290
1291 * config/tc-arm.c (md_begin): Add NULL pointer check before
1292 dereferencing march_ext_opt.
1293
1294 2018-03-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
1295
1296 * config/tc-arm.c (cpu_variant, arm_arch_used, thumb_arch_used,
1297 legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt,
1298 mcpu_fpu_opt, march_cpu_opt, dyn_march_ext_opt, march_fpu_opt,
1299 mfpu_opt, object_arch, selected_cpu): Comment meaning of variables.
1300 (dyn_mcpu_ext_opt): Also rename into ...
1301 (mcpu_ext_opt): This.
1302 (dyn_march_ext_opt): Also rename into ...
1303 (march_ext_opt): This.
1304 (object_arch): Also rename into ...
1305 (selected_object_arch): This and make it a plain arm_feature_set
1306 structure.
1307 (selected_arch, selected_ext, selected_fpu): New static variables.
1308 (mark_feature_used): Fix comments, feature is marked as used iff it is
1309 currently allowed.
1310 (do_bx): Adapt to change in name and type of object_arch.
1311 (md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext
1312 rather than dyn_mcpu_ext_opt and selected_fpu rather than mfpu_opt.
1313 Remove dead code to set default FPU if architecture version is greater
1314 than 5. Set all CPU bits of cpu_variant directly in autodection
1315 leaving mcpu_cpu_opt, selected_arch and selected_cpu unset.
1316 (arm_parse_extension): Take extension feature set pointer parameter by
1317 value rather than by pointer. Remove allocation code. Adapt code
1318 accordingly.
1319 (arm_parse_cpu): Adapt to variable renaming and changes in
1320 arm_parse_extension () signature.
1321 (arm_parse_arch): Likewise.
1322 (aeabi_set_public_attributes): Also set selected_arch and selected_ext
1323 in addition to selected_cpu. Set flags_arch and flags_ext from them
1324 instead of selected_cpu. Adapt to variables renaming and type change.
1325 (arm_md_post_relax): Adapt to variable renaming.
1326 (s_arm_cpu): Set selcted_cpu_cpu and selected_ext instead of
1327 mcpu_cpu_opt and dyn_mcpu_ext_opt. Set selected_cpu from them and
1328 cpu_variant from selected_cpu and selected_fpu.
1329 (s_arm_arch): Likewise.
1330 (s_arm_object_arch): Adapt to variable renaming.
1331 (s_arm_arch_extension): Use ARM_CPU_IS_ANY instead of checking feature
1332 set against arm_any. Check selected_arch rather than *mcpu_cpu_opt.
1333 Set selected_ext rather than *dyn_mcpu_ext_opt and remove allocation
1334 code.
1335 (s_arm_fpu): Set selected_fpu instead of mfpu_opt. Set all CPU feature
1336 bits if in autodetection mode.
1337
1338 2018-03-01 H.J. Lu <hongjiu.lu@intel.com>
1339
1340 * config/tc-i386.c (optimize_encoding): Optimize AVX256 and
1341 AVX512 vpsub[bwdq] instructions.
1342 * testsuite/gas/i386/optimize-1.s: Add tests for AVX256 and
1343 AVX512 vpsub[bwdq] instructions.
1344 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
1345 * testsuite/gas/i386/optimize-1.d: Updated.
1346 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
1347
1348 2018-03-01 Alan Modra <amodra@gmail.com>
1349
1350 * configure.ac (ALL_LINGUAS): Add uk. Sort.
1351 * configure: Regenerate.
1352
1353 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
1354
1355 * NEWS: Rename .nop to .nops.
1356 * doc/as.texinfo: Likewise.
1357 * read.c (potable): Add "nops". Remove "nop".
1358 (s_nop): Renamed to ...
1359 (s_nops): This.
1360 * read.h (s_nop): Renamed to ...
1361 (s_nops): This.
1362 * write.c (cvt_frag_to_fill): Rename .nop to .nops.
1363 (md_generate_nops): Likewise.
1364 (relax_segment): Likewise.
1365 * testsuite/gas/i386/nop-1.d: Updated.
1366 * testsuite/gas/i386/nop-1.s: Likewise.
1367 * testsuite/gas/i386/nop-2.d: Likewise.
1368 * testsuite/gas/i386/nop-2.s: Likewise.
1369 * testsuite/gas/i386/nop-3.d: Likewise.
1370 * testsuite/gas/i386/nop-3.s: Likewise.
1371 * testsuite/gas/i386/nop-4.d: Likewise.
1372 * testsuite/gas/i386/nop-4.s: Likewise.
1373 * testsuite/gas/i386/nop-5.d: Likewise.
1374 * testsuite/gas/i386/nop-5.s: Likewise.
1375 * testsuite/gas/i386/nop-6.d: Likewise.
1376 * testsuite/gas/i386/nop-6.s: Likewise.
1377 * testsuite/gas/i386/nop-bad-1.l: Likewise.
1378 * testsuite/gas/i386/nop-bad-1.s: Likewise.
1379 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
1380 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
1381 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
1382 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
1383 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
1384 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
1385
1386 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
1387
1388 PR gas/22871
1389 * NEWS: Mention -O[2|s].
1390 * config/tc-i386.c (_i386_insn): Add no_optimize.
1391 (optimize): New.
1392 (optimize_for_space): Likewise.
1393 (fits_in_imm7): New function.
1394 (fits_in_imm31): Likewise.
1395 (optimize_encoding): Likewise.
1396 (md_assemble): Call optimize_encoding to optimize encoding.
1397 (parse_insn): Handle {nooptimize}.
1398 (md_shortopts): Append "O::".
1399 (md_parse_option): Handle -On.
1400 * doc/c-i386.texi: Document -O0, -O, -O1, -O2 and -Os as well
1401 as {nooptimize}.
1402 * testsuite/gas/cfi/cfi-x86_64.d: Pass -O0 to assembler.
1403 * testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d: Likewise.
1404 * testsuite/gas/i386/i386.exp: Run optimize-1, optimize-2,
1405 optimize-3, x86-64-optimize-1, x86-64-optimize-2,
1406 x86-64-optimize-3 and x86-64-optimize-4.
1407 * testsuite/gas/i386/optimize-1.d: New file.
1408 * testsuite/gas/i386/optimize-1.s: Likewise.
1409 * testsuite/gas/i386/optimize-2.d: Likewise.
1410 * testsuite/gas/i386/optimize-2.s: Likewise.
1411 * testsuite/gas/i386/optimize-3.d: Likewise.
1412 * testsuite/gas/i386/optimize-3.s: Likewise.
1413 * testsuite/gas/i386/x86-64-optimize-1.s: Likewise.
1414 * testsuite/gas/i386/x86-64-optimize-1.d: Likewise.
1415 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
1416 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
1417 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
1418 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
1419 * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
1420 * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
1421
1422 2018-02-27 Nick Clifton <nickc@redhat.com>
1423
1424 * po/ru.po: Updated Russian translation.
1425
1426 2018-02-26 Maciej W. Rozycki <macro@mips.com>
1427
1428 * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
1429 descriptions.
1430
1431 2018-02-26 Nick Clifton <nickc@redhat.com>
1432
1433 * doc/as.texinfo (Dc): Fix typo.
1434
1435 2018-02-26 Alan Modra <amodra@gmail.com>
1436
1437 * testsuite/gas/mips/reginfo-2.l: Update.
1438
1439 2018-02-23 Alan Modra <amodra@gmail.com>
1440
1441 * testsuite/gas/mips/reginfo-2.l: Update.
1442
1443 2018-02-23 Nick Clifton <nickc@redhat.com>
1444
1445 * doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
1446
1447 2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1448
1449 * config/tc-nds32.c (ict_model): New function. Hook new
1450 directive .ict_model.
1451 (nds32_insert_relax_entry): Tag the bits of entry relocation
1452 for .ict_model.
1453
1454 2018-02-22 H.J. Lu <hongjiu.lu@intel.com>
1455
1456 * config/tc-i386.c (_i386_insn): Add rex_encoding.
1457 (md_assemble): When i.rex_encoding is true, generate a REX byte
1458 if possible.
1459 (parse_insn): Set i.rex_encoding for {rex}.
1460 * doc/c-i386.texi: Document {rex}.
1461 * testsuite/gas/i386/x86-64-pseudos.s: Add {rex} tests.
1462 * testsuite/gas/i386/x86-64-pseudos.d: Updated.
1463
1464 2018-02-22 A. Wilcox <awilfox@adelielinux.org>
1465
1466 PR 22014
1467 * config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
1468 instruction size suffix.
1469
1470 2018-02-20 Maciej W. Rozycki <macro@mips.com>
1471
1472 * testsuite/gas/mips/mips16-branch-reloc-4.d: New test.
1473 * testsuite/gas/mips/mips16-branch-reloc-5.d: New test.
1474 * testsuite/gas/mips/mips16-branch-reloc-4.s: New test source.
1475 * testsuite/gas/mips/mips16-branch-reloc-5.s: New test source.
1476 * testsuite/gas/mips/mips.exp: Run the new tests.
1477
1478 2018-02-20 Max Filippov <jcmvbkbc@gmail.com>
1479
1480 * config/tc-xtensa.c (struct litpool_frag): Add new field
1481 literal_count.
1482 (MAX_AUTO_POOL_LITERALS, MAX_EXPLICIT_POOL_LITERALS)
1483 (MAX_POOL_LITERALS): New macro definitions.
1484 (auto_litpool_limit): Initialize to 0.
1485 (md_parse_option): Set auto_litpool_limit in the presence of
1486 --auto-litpools option.
1487 (xtensa_maybe_create_literal_pool_frag): Zero-initialize
1488 literal_count field.
1489 (xg_find_litpool): New function. Make sure that found literal
1490 pool size is within the limit.
1491 (xtensa_move_literals): Extract literal pool search code into
1492 the new function.
1493 * testsuite/gas/xtensa/all.exp: Add auto-litpools-2 test.
1494 * testsuite/gas/xtensa/auto-litpools-2.d: New file.
1495 * testsuite/gas/xtensa/auto-litpools-2.s: New file.
1496 * testsuite/gas/xtensa/auto-litpools.d: Fix up changed
1497 addresses.
1498 * testsuite/gas/xtensa/auto-litpools.s: Change literal value so
1499 that objdump doesn't get out of sync.
1500
1501 2018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
1502
1503 * doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
1504 also the same as -march.
1505
1506 2018-02-17 H.J. Lu <hongjiu.lu@intel.com>
1507
1508 * NEWS: Mention .nop directive.
1509 * as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
1510 * read.c (potable): Add .nop.
1511 (s_nop): New function.
1512 * read.h (s_nop): New prototype.
1513 * write.c (cvt_frag_to_fill): Handle rs_space_nop and
1514 rs_fill_nop.
1515 (md_generate_nops): New function.
1516 (relax_segment): Likewise.
1517 (write_contents): Use md_generate_nops for rs_fill_nop.
1518 * config/tc-i386.c (alt64_11): New.
1519 (alt64_patt): Likewise.
1520 (md_convert_frag): Handle rs_space_nop.
1521 (i386_output_nops): New function.
1522 (i386_generate_nops): Likewise.
1523 (i386_align_code): Call i386_output_nops.
1524 * config/tc-i386.h (i386_generate_nops): New.
1525 (md_generate_nops): Likewise.
1526 * doc/as.texinfo: Document .nop directive.
1527 * testsuite/gas/i386/i386.exp: Run .nop directive tests.
1528 * testsuite/gas/i386/nop-1.d: New file.
1529 * testsuite/gas/i386/nop-1.s: Likewise.
1530 * testsuite/gas/i386/nop-2.d: Likewise.
1531 * testsuite/gas/i386/nop-2.s: Likewise.
1532 * testsuite/gas/i386/nop-3.d: Likewise.
1533 * testsuite/gas/i386/nop-3.s: Likewise.
1534 * testsuite/gas/i386/nop-4.d: Likewise.
1535 * testsuite/gas/i386/nop-4.s: Likewise.
1536 * testsuite/gas/i386/nop-5.d: Likewise.
1537 * testsuite/gas/i386/nop-5.s: Likewise.
1538 * testsuite/gas/i386/nop-6.d: Likewise.
1539 * testsuite/gas/i386/nop-6.s: Likewise.
1540 * testsuite/gas/i386/nop-bad-1.l: Likewise.
1541 * testsuite/gas/i386/nop-bad-1.s: Likewise.
1542 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
1543 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
1544 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
1545 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
1546 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
1547 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
1548
1549 2018-02-15 Tamar Christina <tamar.christina@arm.com>
1550
1551 * config/tc-arm.c (cpu_arch_ver): Renumber ARM_ARCH_V8_4A.
1552 * testsuite/gas/arm/attr-march-armv8_4-a.d: New.
1553
1554 2018-02-13 Max Filippov <jcmvbkbc@gmail.com>
1555
1556 * config/tc-xtensa.c (xg_find_best_trampoline): Skip trampoline
1557 frag that contains source address.
1558
1559 2018-02-13 Nick Clifton <nickc@redhat.com>
1560
1561 PR 22773
1562 * config/tc-arm.c (md_apply_fix): Test Rn field of Thumb ORR
1563 instruction before assuming that it is a MOV instruction.
1564 * testsuite/gas/arm/pr22773.s: New test.
1565 * testsuite/gas/arm/pr22773.d: New test driver.
1566 * testsuite/gas/arm/pr22773.l: New expected output.
1567
1568 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
1569
1570 PR gas/22791
1571 * config/tc-i386.c (need_plt32_p): New function.
1572 (output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
1573 (md_estimate_size_before_relax): Likewise.
1574 * testsuite/gas/i386/reloc64.d: Updated.
1575 * testsuite/gas/i386/x86-64-jump.d: Likewise.
1576 * testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
1577 * testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
1578 * testsuite/gas/i386/x86-64-relax-2.d: Likewise.
1579 * testsuite/gas/i386/x86-64-relax-3.d: Likewise.
1580 * testsuite/gas/i386/ilp32/reloc64.d: Likewise.
1581 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
1582
1583 2018-02-13 Maciej W. Rozycki <macro@mips.com>
1584
1585 * testsuite/gas/mips/loongson-3a-2.d: Rename test.
1586
1587 2018-02-13 Nick Clifton <nickc@redhat.com>
1588
1589 PR 22823
1590 * config/obj-elf.c (elf_pseudo_table): Remove now redundant
1591 casts.
1592 (obj_elf_vtable_inherit): Rename to obj_elf_get_vtable_inherit.
1593 (obj_elf_vtable_inherit): New stub function that calls
1594 obj_elf_get_vtable_inherit.
1595 (obj_elf_vtable_entry): Rename to obj_elf_get_vtable_entry.
1596 (obj_elf_vtable_entry): New stub function that calls
1597 obj_elf_get_vtable_entry.
1598 * config/obj-elf.h (obj_elf_vtable_inherit): Update prototype.
1599 (obj_elf_vtable_entry) Likewise.
1600 (obj_elf_get_vtable_inherit) Likewise.
1601 (obj_elf_get_vtable_entry) Likewise.
1602 * config/tc-arm.c (md_pseudo_table): Remove now redundant cast.
1603 * config/tc-i386c (md_pseudo_table): Likewise.
1604 * config/tc-hppa.c (pa_vtable_entry): Call
1605 obj_elf_get_vtable_entry.
1606 (pa_vtable_inherit): Call obj_elf_get_vtable_inherit.
1607 * config/tc-mips.c (s_mips_file): Replace call to dwarf2_get_file
1608 with call to dwarf2_get_filename.
1609 * dwarf2dbg.c (dwarf2_directive_file): Rename to
1610 dwarf2_directive_filename.
1611 (dwarf2_directive_file): New stub function that calls
1612 dwarf2_directive_filename.
1613 * dwarf2dbg.h: Prototype dwarf2_directive_filename.
1614
1615 2018-02-12 Maciej W. Rozycki <macro@mips.com>
1616
1617 * testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
1618 `as' flags.
1619
1620 2018-02-12 Henry Wong <henry@stuffedcow.net>
1621
1622 * testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
1623 * testsuite/gas/mips/r6-n32.d: Likewise.
1624 * testsuite/gas/mips/r6-n64.d: Likewise.
1625
1626 2018-02-12 Nick Clifton <nickc@redhat.com>
1627
1628 * po/ru.po: Updated Russian translation.
1629
1630 2018-02-08 Alan Modra <amodra@gmail.com>
1631
1632 PR 22819
1633 * config/tc-ppc.c (md_assemble): Rewrite insn alignment checking.
1634 (ppc_frag_check): Likewise.
1635 * testsuite/gas/ppc/misalign.d,
1636 * testsuite/gas/ppc/misalign.l,
1637 * testsuite/gas/ppc/misalign.s: New test.
1638 * testsuite/gas/ppc/misalign2.d,
1639 * testsuite/gas/ppc/misalign2.s: New test.
1640 * testsuite/gas/ppc/ppc.exp: Run them.
1641
1642 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1643
1644 * config/tc-riscv.c (riscv_handle_implicit_zero_offset): Rename
1645 `expr' parameter to `ep'.
1646
1647 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1648
1649 * testsuite/gas/mips/reginfo-2.d: New test.
1650 * testsuite/gas/mips/reginfo-2-n32.d: New test.
1651 * testsuite/gas/mips/reginfo-2.l: New test stderr output.
1652 * testsuite/gas/mips/reginfo-2.s: New test source.
1653 * testsuite/gas/mips/mips.exp: Run the new tests.
1654
1655 2018-02-05 Nick Clifton <nickc@redhat.com>
1656
1657 * po/ru.po: Updated Russian translation.
1658
1659 2018-01-31 Alan Modra <amodra@gmail.com>
1660
1661 PR 22714
1662 * app.c (last_char): New static var.
1663 (struct app_save): Add last_char field.
1664 (app_push, app_pop): Handle it.
1665 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
1666
1667 2018-01-29 Eric Botcazou <ebotcazou@adacore.com>
1668
1669 PR gas/22738
1670 * config/tc-sparc.h (sparc_mach): Declare.
1671 (TARGET_MACH): Define to above.
1672 * config/tc-sparc.c (sparc_mach): New function.
1673 (sparc_md_end): Minor tweak.
1674
1675 2018-01-29 Nick Clifton <nickc@redhat.com>
1676
1677 * po/ru.po: Updated Russian translation.
1678
1679 2018-01-26 Maciej W. Rozycki <macro@mips.com>
1680
1681 * configure.tgt: Use generic emulation for `mips-*-windiss',
1682 overriding the blanket choice made for `*-*-windiss'.
1683
1684 2018-01-26 Maciej W. Rozycki <macro@mips.com>
1685
1686 * configure.tgt: Use `mips-*-sysv4*' rather than
1687 `mips-*-sysv4*MP*'.
1688
1689 2018-01-24 Renlin Li <renlin.li@arm.com>
1690
1691 * config/tc-aarch64.c (reloc_table): add entries for
1692 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
1693 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
1694 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
1695 BFD_RELOC_AARCH64_MOVW_PREL_G3.
1696 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
1697 (md_apply_fix): Likewise
1698 * testsuite/gas/aarch64/prel_g0.s: New.
1699 * testsuite/gas/aarch64/prel_g0.d: New.
1700 * testsuite/gas/aarch64/prel_g0_nc.s: New.
1701 * testsuite/gas/aarch64/prel_g0_nc.d: New.
1702 * testsuite/gas/aarch64/prel_g1.s: New.
1703 * testsuite/gas/aarch64/prel_g1.d: New.
1704 * testsuite/gas/aarch64/prel_g1_nc.s: New.
1705 * testsuite/gas/aarch64/prel_g1_nc.d: New.
1706 * testsuite/gas/aarch64/prel_g2.s: New.
1707 * testsuite/gas/aarch64/prel_g2.d: New.
1708 * testsuite/gas/aarch64/prel_g2_nc.s: New.
1709 * testsuite/gas/aarch64/prel_g2_nc.d: New.
1710 * testsuite/gas/aarch64/prel_g3.s: New.
1711 * testsuite/gas/aarch64/prel_g3.d: New.
1712
1713 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1714
1715 * configure.ac: Also set `mips_default_abi' to N32_ABI for
1716 `mips64*-ps2-elf*'.
1717 * configure: Regenerate.
1718
1719 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1720
1721 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
1722 enum value.
1723
1724 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1725
1726 * config/tc-i386.c (cpu_arch): Add .pconfig.
1727 * doc/c-i386.texi: Document .pconfig.
1728 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
1729 * testsuite/gas/i386/pconfig-intel.d: New test.
1730 * testsuite/gas/i386/pconfig.d: Likewise.
1731 * testsuite/gas/i386/pconfig.s: Likewise.
1732 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
1733 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
1734 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
1735
1736 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1737
1738 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
1739 * doc/c-i386.texi: Document .wbnoinvd.
1740 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
1741 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
1742 * testsuite/gas/i386/wbnoinvd.d: Likewise.
1743 * testsuite/gas/i386/wbnoinvd.s: Likewise.
1744 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
1745 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
1746 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
1747
1748 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1749
1750 * config/tc-mips.c (md_show_usage): Correctly indicate the
1751 configuration-specific default ABI.
1752
1753 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1754
1755 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
1756 `-mno-mips16e2' options.
1757
1758 2018-01-22 Maciej W. Rozycki <macro@mips.com>
1759
1760 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
1761 Correct syntax of the `.set nomips16e2' directive description.
1762
1763 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
1764
1765 PR 22737
1766 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
1767 * testsuite/gas/rx/pr22737.s: New test.
1768 * testsuite/gas/rx/pr22737.d: Likewise.
1769 * testsuite/gas/rx/rx.exp: Run the new test.
1770
1771 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
1772
1773 * config/tc-arm.c (ToC macro): Remove spurious comment.
1774 (ToU macro): Likewise.
1775
1776 2018-01-17 Jim Wilson <jimw@sifive.com>
1777
1778 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
1779 (riscv_ip) <'z'>: New.
1780
1781 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1782
1783 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
1784 (cpu_noarch): Add noibt, noshstk.
1785 (parse_insn): Change cpucet to cpuibt.
1786 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
1787 * testsuite/gas/i386/cet-ibt-inval.l: New test.
1788 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
1789 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
1790 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
1791 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
1792 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
1793 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
1794 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
1795
1796 2018-01-16 Nick Clifton <nickc@redhat.com>
1797
1798 * po/fr.po: Updated French translation.
1799
1800 2018-01-15 Jim Wilson <jimw@sifive.com>
1801
1802 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
1803 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
1804
1805 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1806
1807 * config/tc-arm.c (ToC): Define macro.
1808 (ToU): Likewise.
1809 (insns): Make use of above macros for new instructions introduced in
1810 Armv8-M.
1811
1812 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1813
1814 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
1815 and vlstm conditionally executable and reindent parameters.
1816 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
1817 aforementionned instructions.
1818
1819 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1820
1821 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
1822 profile architecture or if in autodetection mode. Clarify that
1823 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
1824 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
1825 message.
1826 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
1827 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
1828 * testsuite/gas/arm/udf.l: Likewise.
1829 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
1830
1831 2018-01-15 Nick Clifton <nickc@redhat.com>
1832
1833 * po/uk.po: Updated Ukranian translation.
1834
1835 2018-01-13 Nick Clifton <nickc@redhat.com>
1836
1837 * po/gas.pot: Regenerated.
1838
1839 2018-01-13 Nick Clifton <nickc@redhat.com>
1840
1841 * configure: Regenerate.
1842
1843 2018-01-13 Nick Clifton <nickc@redhat.com>
1844
1845 2.30 branch created.
1846 * NEWS: Add marker for 2.30.
1847
1848 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
1849
1850 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
1851 define to 0 and 1. Remove a dangling reference to "AMD 29000"
1852 in a comment.
1853
1854 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1855
1856 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
1857 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
1858 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
1859 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
1860 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
1861 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
1862 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
1863 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
1864 tests.
1865 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
1866 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
1867 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
1868 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
1869 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
1870 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
1871 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
1872 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
1873
1874 2018-01-11 Alan Modra <amodra@gmail.com>
1875
1876 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
1877 positive "‘profile’ may be used uninitialized".
1878
1879 2018-01-10 Jan Beulich <jbeulich@suse.com>
1880
1881 * testsuite/gas/i386/avx512_4fmaps.s,
1882 testsuite/gas/i386/avx512_4fmaps_vl.s,
1883 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
1884 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
1885 Disp8 forms (and the transition happening at the right
1886 boundary).
1887 * testsuite/gas/i386/avx512_4fmaps.d,
1888 testsuite/gas/i386/avx512_4fmaps-intel.d,
1889 testsuite/gas/i386/avx512_4fmaps_vl.d,
1890 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
1891 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
1892 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
1893 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
1894 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
1895 expectations.
1896
1897 2018-01-10 Jan Beulich <jbeulich@suse.com>
1898
1899 * testsuite/gas/i386/avx512bw.s,
1900 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
1901 operands.
1902 * testsuite/gas/i386/avx512bw-intel.d,
1903 testsuite/gas/i386/avx512bw.d,
1904 testsuite/gas/i386/avx512bw_vl-intel.d.
1905 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
1906
1907 2018-01-09 Jim Wilson <jimw@sifive.com>
1908
1909 * testsuite/gas/riscv/auipc-x0.d: New.
1910 * testsuite/gas/riscv/auipc-x0.s: New.
1911
1912 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
1913
1914 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
1915 in Arm execution state, and Armv6T2 and above in Thumb execution
1916 state.
1917 * testsuite/gas/arm/csdb.s: New.
1918 * testsuite/gas/arm/csdb.d: New.
1919 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
1920 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
1921
1922 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
1923
1924 * testsuite/gas/aarch64/system.d: Update expected results to expect
1925 CSDB for hint 0x14.
1926
1927 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
1928
1929 PR gas/22681
1930 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
1931 x86-64-movd-intel.
1932 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
1933 * testsuite/gas/i386/x86-64-movd.d: Likewise.
1934 * testsuite/gas/i386/x86-64-movd.s: Likewise.
1935
1936 2018-01-08 Nick Clifton <nickc@redhat.com>
1937
1938 PR 22553
1939 * doc/c-i386.texi (i386-Directives): Document the .largecomm
1940 directive.
1941
1942 2018-01-04 Jim Wilson <jimw@sifive.com>
1943
1944 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
1945 * testsuite/gas/riscv/priv-reg.d: Likewise.
1946
1947 2018-01-03 Alan Modra <amodra@gmail.com>
1948
1949 Update year range in copyright notice of all files.
1950
1951 2018-01-02 Nick Clifton <nickc@redhat.com>
1952
1953 PR 18119
1954 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
1955 version of ARM MRS instruction.
1956
1957 For older changes see ChangeLog-2017
1958 \f
1959 Copyright (C) 2018 Free Software Foundation, Inc.
1960
1961 Copying and distribution of this file, with or without modification,
1962 are permitted in any medium without royalty provided the copyright
1963 notice and this notice are preserved.
1964
1965 Local Variables:
1966 mode: change-log
1967 left-margin: 8
1968 fill-column: 74
1969 version-control: never
1970 End: