ff4013499757d6580ad8b71f0f7f23ac9c04ac61
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2018-02-27 Nick Clifton <nickc@redhat.com>
2
3 * po/ru.po: Updated Russian translation.
4
5 2018-02-26 Maciej W. Rozycki <macro@mips.com>
6
7 * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
8 descriptions.
9
10 2018-02-26 Nick Clifton <nickc@redhat.com>
11
12 * doc/as.texinfo (Dc): Fix typo.
13
14 2018-02-26 Alan Modra <amodra@gmail.com>
15
16 * testsuite/gas/mips/reginfo-2.l: Update.
17
18 2018-02-23 Alan Modra <amodra@gmail.com>
19
20 * testsuite/gas/mips/reginfo-2.l: Update.
21
22 2018-02-23 Nick Clifton <nickc@redhat.com>
23
24 * doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
25
26 2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
27
28 * config/tc-nds32.c (ict_model): New function. Hook new
29 directive .ict_model.
30 (nds32_insert_relax_entry): Tag the bits of entry relocation
31 for .ict_model.
32
33 2018-02-22 H.J. Lu <hongjiu.lu@intel.com>
34
35 * config/tc-i386.c (_i386_insn): Add rex_encoding.
36 (md_assemble): When i.rex_encoding is true, generate a REX byte
37 if possible.
38 (parse_insn): Set i.rex_encoding for {rex}.
39 * doc/c-i386.texi: Document {rex}.
40 * testsuite/gas/i386/x86-64-pseudos.s: Add {rex} tests.
41 * testsuite/gas/i386/x86-64-pseudos.d: Updated.
42
43 2018-02-22 A. Wilcox <awilfox@adelielinux.org>
44
45 PR 22014
46 * config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
47 instruction size suffix.
48
49 2018-02-20 Maciej W. Rozycki <macro@mips.com>
50
51 * testsuite/gas/mips/mips16-branch-reloc-4.d: New test.
52 * testsuite/gas/mips/mips16-branch-reloc-5.d: New test.
53 * testsuite/gas/mips/mips16-branch-reloc-4.s: New test source.
54 * testsuite/gas/mips/mips16-branch-reloc-5.s: New test source.
55 * testsuite/gas/mips/mips.exp: Run the new tests.
56
57 2018-02-20 Max Filippov <jcmvbkbc@gmail.com>
58
59 * config/tc-xtensa.c (struct litpool_frag): Add new field
60 literal_count.
61 (MAX_AUTO_POOL_LITERALS, MAX_EXPLICIT_POOL_LITERALS)
62 (MAX_POOL_LITERALS): New macro definitions.
63 (auto_litpool_limit): Initialize to 0.
64 (md_parse_option): Set auto_litpool_limit in the presence of
65 --auto-litpools option.
66 (xtensa_maybe_create_literal_pool_frag): Zero-initialize
67 literal_count field.
68 (xg_find_litpool): New function. Make sure that found literal
69 pool size is within the limit.
70 (xtensa_move_literals): Extract literal pool search code into
71 the new function.
72 * testsuite/gas/xtensa/all.exp: Add auto-litpools-2 test.
73 * testsuite/gas/xtensa/auto-litpools-2.d: New file.
74 * testsuite/gas/xtensa/auto-litpools-2.s: New file.
75 * testsuite/gas/xtensa/auto-litpools.d: Fix up changed
76 addresses.
77 * testsuite/gas/xtensa/auto-litpools.s: Change literal value so
78 that objdump doesn't get out of sync.
79
80 2018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
81
82 * doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
83 also the same as -march.
84
85 2018-02-17 H.J. Lu <hongjiu.lu@intel.com>
86
87 * NEWS: Mention .nop directive.
88 * as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
89 * read.c (potable): Add .nop.
90 (s_nop): New function.
91 * read.h (s_nop): New prototype.
92 * write.c (cvt_frag_to_fill): Handle rs_space_nop and
93 rs_fill_nop.
94 (md_generate_nops): New function.
95 (relax_segment): Likewise.
96 (write_contents): Use md_generate_nops for rs_fill_nop.
97 * config/tc-i386.c (alt64_11): New.
98 (alt64_patt): Likewise.
99 (md_convert_frag): Handle rs_space_nop.
100 (i386_output_nops): New function.
101 (i386_generate_nops): Likewise.
102 (i386_align_code): Call i386_output_nops.
103 * config/tc-i386.h (i386_generate_nops): New.
104 (md_generate_nops): Likewise.
105 * doc/as.texinfo: Document .nop directive.
106 * testsuite/gas/i386/i386.exp: Run .nop directive tests.
107 * testsuite/gas/i386/nop-1.d: New file.
108 * testsuite/gas/i386/nop-1.s: Likewise.
109 * testsuite/gas/i386/nop-2.d: Likewise.
110 * testsuite/gas/i386/nop-2.s: Likewise.
111 * testsuite/gas/i386/nop-3.d: Likewise.
112 * testsuite/gas/i386/nop-3.s: Likewise.
113 * testsuite/gas/i386/nop-4.d: Likewise.
114 * testsuite/gas/i386/nop-4.s: Likewise.
115 * testsuite/gas/i386/nop-5.d: Likewise.
116 * testsuite/gas/i386/nop-5.s: Likewise.
117 * testsuite/gas/i386/nop-6.d: Likewise.
118 * testsuite/gas/i386/nop-6.s: Likewise.
119 * testsuite/gas/i386/nop-bad-1.l: Likewise.
120 * testsuite/gas/i386/nop-bad-1.s: Likewise.
121 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
122 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
123 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
124 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
125 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
126 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
127
128 2018-02-15 Tamar Christina <tamar.christina@arm.com>
129
130 * config/tc-arm.c (cpu_arch_ver): Renumber ARM_ARCH_V8_4A.
131 * testsuite/gas/arm/attr-march-armv8_4-a.d: New.
132
133 2018-02-13 Max Filippov <jcmvbkbc@gmail.com>
134
135 * config/tc-xtensa.c (xg_find_best_trampoline): Skip trampoline
136 frag that contains source address.
137
138 2018-02-13 Nick Clifton <nickc@redhat.com>
139
140 PR 22773
141 * config/tc-arm.c (md_apply_fix): Test Rn field of Thumb ORR
142 instruction before assuming that it is a MOV instruction.
143 * testsuite/gas/arm/pr22773.s: New test.
144 * testsuite/gas/arm/pr22773.d: New test driver.
145 * testsuite/gas/arm/pr22773.l: New expected output.
146
147 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
148
149 PR gas/22791
150 * config/tc-i386.c (need_plt32_p): New function.
151 (output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
152 (md_estimate_size_before_relax): Likewise.
153 * testsuite/gas/i386/reloc64.d: Updated.
154 * testsuite/gas/i386/x86-64-jump.d: Likewise.
155 * testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
156 * testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
157 * testsuite/gas/i386/x86-64-relax-2.d: Likewise.
158 * testsuite/gas/i386/x86-64-relax-3.d: Likewise.
159 * testsuite/gas/i386/ilp32/reloc64.d: Likewise.
160 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
161
162 2018-02-13 Maciej W. Rozycki <macro@mips.com>
163
164 * testsuite/gas/mips/loongson-3a-2.d: Rename test.
165
166 2018-02-13 Nick Clifton <nickc@redhat.com>
167
168 PR 22823
169 * config/obj-elf.c (elf_pseudo_table): Remove now redundant
170 casts.
171 (obj_elf_vtable_inherit): Rename to obj_elf_get_vtable_inherit.
172 (obj_elf_vtable_inherit): New stub function that calls
173 obj_elf_get_vtable_inherit.
174 (obj_elf_vtable_entry): Rename to obj_elf_get_vtable_entry.
175 (obj_elf_vtable_entry): New stub function that calls
176 obj_elf_get_vtable_entry.
177 * config/obj-elf.h (obj_elf_vtable_inherit): Update prototype.
178 (obj_elf_vtable_entry) Likewise.
179 (obj_elf_get_vtable_inherit) Likewise.
180 (obj_elf_get_vtable_entry) Likewise.
181 * config/tc-arm.c (md_pseudo_table): Remove now redundant cast.
182 * config/tc-i386c (md_pseudo_table): Likewise.
183 * config/tc-hppa.c (pa_vtable_entry): Call
184 obj_elf_get_vtable_entry.
185 (pa_vtable_inherit): Call obj_elf_get_vtable_inherit.
186 * config/tc-mips.c (s_mips_file): Replace call to dwarf2_get_file
187 with call to dwarf2_get_filename.
188 * dwarf2dbg.c (dwarf2_directive_file): Rename to
189 dwarf2_directive_filename.
190 (dwarf2_directive_file): New stub function that calls
191 dwarf2_directive_filename.
192 * dwarf2dbg.h: Prototype dwarf2_directive_filename.
193
194 2018-02-12 Maciej W. Rozycki <macro@mips.com>
195
196 * testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
197 `as' flags.
198
199 2018-02-12 Henry Wong <henry@stuffedcow.net>
200
201 * testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
202 * testsuite/gas/mips/r6-n32.d: Likewise.
203 * testsuite/gas/mips/r6-n64.d: Likewise.
204
205 2018-02-12 Nick Clifton <nickc@redhat.com>
206
207 * po/ru.po: Updated Russian translation.
208
209 2018-02-08 Alan Modra <amodra@gmail.com>
210
211 PR 22819
212 * config/tc-ppc.c (md_assemble): Rewrite insn alignment checking.
213 (ppc_frag_check): Likewise.
214 * testsuite/gas/ppc/misalign.d,
215 * testsuite/gas/ppc/misalign.l,
216 * testsuite/gas/ppc/misalign.s: New test.
217 * testsuite/gas/ppc/misalign2.d,
218 * testsuite/gas/ppc/misalign2.s: New test.
219 * testsuite/gas/ppc/ppc.exp: Run them.
220
221 2018-02-05 Maciej W. Rozycki <macro@mips.com>
222
223 * config/tc-riscv.c (riscv_handle_implicit_zero_offset): Rename
224 `expr' parameter to `ep'.
225
226 2018-02-05 Maciej W. Rozycki <macro@mips.com>
227
228 * testsuite/gas/mips/reginfo-2.d: New test.
229 * testsuite/gas/mips/reginfo-2-n32.d: New test.
230 * testsuite/gas/mips/reginfo-2.l: New test stderr output.
231 * testsuite/gas/mips/reginfo-2.s: New test source.
232 * testsuite/gas/mips/mips.exp: Run the new tests.
233
234 2018-02-05 Nick Clifton <nickc@redhat.com>
235
236 * po/ru.po: Updated Russian translation.
237
238 2018-01-31 Alan Modra <amodra@gmail.com>
239
240 PR 22714
241 * app.c (last_char): New static var.
242 (struct app_save): Add last_char field.
243 (app_push, app_pop): Handle it.
244 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
245
246 2018-01-29 Eric Botcazou <ebotcazou@adacore.com>
247
248 PR gas/22738
249 * config/tc-sparc.h (sparc_mach): Declare.
250 (TARGET_MACH): Define to above.
251 * config/tc-sparc.c (sparc_mach): New function.
252 (sparc_md_end): Minor tweak.
253
254 2018-01-29 Nick Clifton <nickc@redhat.com>
255
256 * po/ru.po: Updated Russian translation.
257
258 2018-01-26 Maciej W. Rozycki <macro@mips.com>
259
260 * configure.tgt: Use generic emulation for `mips-*-windiss',
261 overriding the blanket choice made for `*-*-windiss'.
262
263 2018-01-26 Maciej W. Rozycki <macro@mips.com>
264
265 * configure.tgt: Use `mips-*-sysv4*' rather than
266 `mips-*-sysv4*MP*'.
267
268 2018-01-24 Renlin Li <renlin.li@arm.com>
269
270 * config/tc-aarch64.c (reloc_table): add entries for
271 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
272 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
273 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
274 BFD_RELOC_AARCH64_MOVW_PREL_G3.
275 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
276 (md_apply_fix): Likewise
277 * testsuite/gas/aarch64/prel_g0.s: New.
278 * testsuite/gas/aarch64/prel_g0.d: New.
279 * testsuite/gas/aarch64/prel_g0_nc.s: New.
280 * testsuite/gas/aarch64/prel_g0_nc.d: New.
281 * testsuite/gas/aarch64/prel_g1.s: New.
282 * testsuite/gas/aarch64/prel_g1.d: New.
283 * testsuite/gas/aarch64/prel_g1_nc.s: New.
284 * testsuite/gas/aarch64/prel_g1_nc.d: New.
285 * testsuite/gas/aarch64/prel_g2.s: New.
286 * testsuite/gas/aarch64/prel_g2.d: New.
287 * testsuite/gas/aarch64/prel_g2_nc.s: New.
288 * testsuite/gas/aarch64/prel_g2_nc.d: New.
289 * testsuite/gas/aarch64/prel_g3.s: New.
290 * testsuite/gas/aarch64/prel_g3.d: New.
291
292 2018-01-23 Maciej W. Rozycki <macro@mips.com>
293
294 * configure.ac: Also set `mips_default_abi' to N32_ABI for
295 `mips64*-ps2-elf*'.
296 * configure: Regenerate.
297
298 2018-01-23 Maciej W. Rozycki <macro@mips.com>
299
300 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
301 enum value.
302
303 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
304
305 * config/tc-i386.c (cpu_arch): Add .pconfig.
306 * doc/c-i386.texi: Document .pconfig.
307 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
308 * testsuite/gas/i386/pconfig-intel.d: New test.
309 * testsuite/gas/i386/pconfig.d: Likewise.
310 * testsuite/gas/i386/pconfig.s: Likewise.
311 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
312 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
313 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
314
315 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
316
317 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
318 * doc/c-i386.texi: Document .wbnoinvd.
319 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
320 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
321 * testsuite/gas/i386/wbnoinvd.d: Likewise.
322 * testsuite/gas/i386/wbnoinvd.s: Likewise.
323 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
324 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
325 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
326
327 2018-01-23 Maciej W. Rozycki <macro@mips.com>
328
329 * config/tc-mips.c (md_show_usage): Correctly indicate the
330 configuration-specific default ABI.
331
332 2018-01-23 Maciej W. Rozycki <macro@mips.com>
333
334 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
335 `-mno-mips16e2' options.
336
337 2018-01-22 Maciej W. Rozycki <macro@mips.com>
338
339 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
340 Correct syntax of the `.set nomips16e2' directive description.
341
342 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
343
344 PR 22737
345 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
346 * testsuite/gas/rx/pr22737.s: New test.
347 * testsuite/gas/rx/pr22737.d: Likewise.
348 * testsuite/gas/rx/rx.exp: Run the new test.
349
350 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
351
352 * config/tc-arm.c (ToC macro): Remove spurious comment.
353 (ToU macro): Likewise.
354
355 2018-01-17 Jim Wilson <jimw@sifive.com>
356
357 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
358 (riscv_ip) <'z'>: New.
359
360 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
361
362 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
363 (cpu_noarch): Add noibt, noshstk.
364 (parse_insn): Change cpucet to cpuibt.
365 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
366 * testsuite/gas/i386/cet-ibt-inval.l: New test.
367 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
368 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
369 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
370 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
371 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
372 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
373 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
374
375 2018-01-16 Nick Clifton <nickc@redhat.com>
376
377 * po/fr.po: Updated French translation.
378
379 2018-01-15 Jim Wilson <jimw@sifive.com>
380
381 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
382 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
383
384 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
385
386 * config/tc-arm.c (ToC): Define macro.
387 (ToU): Likewise.
388 (insns): Make use of above macros for new instructions introduced in
389 Armv8-M.
390
391 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
392
393 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
394 and vlstm conditionally executable and reindent parameters.
395 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
396 aforementionned instructions.
397
398 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
399
400 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
401 profile architecture or if in autodetection mode. Clarify that
402 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
403 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
404 message.
405 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
406 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
407 * testsuite/gas/arm/udf.l: Likewise.
408 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
409
410 2018-01-15 Nick Clifton <nickc@redhat.com>
411
412 * po/uk.po: Updated Ukranian translation.
413
414 2018-01-13 Nick Clifton <nickc@redhat.com>
415
416 * po/gas.pot: Regenerated.
417
418 2018-01-13 Nick Clifton <nickc@redhat.com>
419
420 * configure: Regenerate.
421
422 2018-01-13 Nick Clifton <nickc@redhat.com>
423
424 2.30 branch created.
425 * NEWS: Add marker for 2.30.
426
427 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
428
429 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
430 define to 0 and 1. Remove a dangling reference to "AMD 29000"
431 in a comment.
432
433 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
434
435 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
436 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
437 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
438 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
439 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
440 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
441 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
442 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
443 tests.
444 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
445 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
446 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
447 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
448 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
449 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
450 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
451 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
452
453 2018-01-11 Alan Modra <amodra@gmail.com>
454
455 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
456 positive "‘profile’ may be used uninitialized".
457
458 2018-01-10 Jan Beulich <jbeulich@suse.com>
459
460 * testsuite/gas/i386/avx512_4fmaps.s,
461 testsuite/gas/i386/avx512_4fmaps_vl.s,
462 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
463 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
464 Disp8 forms (and the transition happening at the right
465 boundary).
466 * testsuite/gas/i386/avx512_4fmaps.d,
467 testsuite/gas/i386/avx512_4fmaps-intel.d,
468 testsuite/gas/i386/avx512_4fmaps_vl.d,
469 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
470 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
471 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
472 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
473 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
474 expectations.
475
476 2018-01-10 Jan Beulich <jbeulich@suse.com>
477
478 * testsuite/gas/i386/avx512bw.s,
479 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
480 operands.
481 * testsuite/gas/i386/avx512bw-intel.d,
482 testsuite/gas/i386/avx512bw.d,
483 testsuite/gas/i386/avx512bw_vl-intel.d.
484 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
485
486 2018-01-09 Jim Wilson <jimw@sifive.com>
487
488 * testsuite/gas/riscv/auipc-x0.d: New.
489 * testsuite/gas/riscv/auipc-x0.s: New.
490
491 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
492
493 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
494 in Arm execution state, and Armv6T2 and above in Thumb execution
495 state.
496 * testsuite/gas/arm/csdb.s: New.
497 * testsuite/gas/arm/csdb.d: New.
498 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
499 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
500
501 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
502
503 * testsuite/gas/aarch64/system.d: Update expected results to expect
504 CSDB for hint 0x14.
505
506 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
507
508 PR gas/22681
509 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
510 x86-64-movd-intel.
511 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
512 * testsuite/gas/i386/x86-64-movd.d: Likewise.
513 * testsuite/gas/i386/x86-64-movd.s: Likewise.
514
515 2018-01-08 Nick Clifton <nickc@redhat.com>
516
517 PR 22553
518 * doc/c-i386.texi (i386-Directives): Document the .largecomm
519 directive.
520
521 2018-01-04 Jim Wilson <jimw@sifive.com>
522
523 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
524 * testsuite/gas/riscv/priv-reg.d: Likewise.
525
526 2018-01-03 Alan Modra <amodra@gmail.com>
527
528 Update year range in copyright notice of all files.
529
530 2018-01-02 Nick Clifton <nickc@redhat.com>
531
532 PR 18119
533 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
534 version of ARM MRS instruction.
535
536 For older changes see ChangeLog-2017
537 \f
538 Copyright (C) 2018 Free Software Foundation, Inc.
539
540 Copying and distribution of this file, with or without modification,
541 are permitted in any medium without royalty provided the copyright
542 notice and this notice are preserved.
543
544 Local Variables:
545 mode: change-log
546 left-margin: 8
547 fill-column: 74
548 version-control: never
549 End:
This page took 0.039827 seconds and 3 git commands to generate.