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