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