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