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