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