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