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