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