gas: Rename .nop directive to .nops
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
8f065d3b
L
12018-02-27 H.J. Lu <hongjiu.lu@intel.com>
2
3 * NEWS: Rename .nop to .nops.
4 * doc/as.texinfo: Likewise.
5 * read.c (potable): Add "nops". Remove "nop".
6 (s_nop): Renamed to ...
7 (s_nops): This.
8 * read.h (s_nop): Renamed to ...
9 (s_nops): This.
10 * write.c (cvt_frag_to_fill): Rename .nop to .nops.
11 (md_generate_nops): Likewise.
12 (relax_segment): Likewise.
13 * testsuite/gas/i386/nop-1.d: Updated.
14 * testsuite/gas/i386/nop-1.s: Likewise.
15 * testsuite/gas/i386/nop-2.d: Likewise.
16 * testsuite/gas/i386/nop-2.s: Likewise.
17 * testsuite/gas/i386/nop-3.d: Likewise.
18 * testsuite/gas/i386/nop-3.s: Likewise.
19 * testsuite/gas/i386/nop-4.d: Likewise.
20 * testsuite/gas/i386/nop-4.s: Likewise.
21 * testsuite/gas/i386/nop-5.d: Likewise.
22 * testsuite/gas/i386/nop-5.s: Likewise.
23 * testsuite/gas/i386/nop-6.d: Likewise.
24 * testsuite/gas/i386/nop-6.s: Likewise.
25 * testsuite/gas/i386/nop-bad-1.l: Likewise.
26 * testsuite/gas/i386/nop-bad-1.s: Likewise.
27 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
28 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
29 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
30 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
31 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
32 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
33
b6f8c7c4
L
342018-02-27 H.J. Lu <hongjiu.lu@intel.com>
35
36 PR gas/22871
37 * NEWS: Mention -O[2|s].
38 * config/tc-i386.c (_i386_insn): Add no_optimize.
39 (optimize): New.
40 (optimize_for_space): Likewise.
41 (fits_in_imm7): New function.
42 (fits_in_imm31): Likewise.
43 (optimize_encoding): Likewise.
44 (md_assemble): Call optimize_encoding to optimize encoding.
45 (parse_insn): Handle {nooptimize}.
46 (md_shortopts): Append "O::".
47 (md_parse_option): Handle -On.
48 * doc/c-i386.texi: Document -O0, -O, -O1, -O2 and -Os as well
49 as {nooptimize}.
50 * testsuite/gas/cfi/cfi-x86_64.d: Pass -O0 to assembler.
51 * testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d: Likewise.
52 * testsuite/gas/i386/i386.exp: Run optimize-1, optimize-2,
53 optimize-3, x86-64-optimize-1, x86-64-optimize-2,
54 x86-64-optimize-3 and x86-64-optimize-4.
55 * testsuite/gas/i386/optimize-1.d: New file.
56 * testsuite/gas/i386/optimize-1.s: Likewise.
57 * testsuite/gas/i386/optimize-2.d: Likewise.
58 * testsuite/gas/i386/optimize-2.s: Likewise.
59 * testsuite/gas/i386/optimize-3.d: Likewise.
60 * testsuite/gas/i386/optimize-3.s: Likewise.
61 * testsuite/gas/i386/x86-64-optimize-1.s: Likewise.
62 * testsuite/gas/i386/x86-64-optimize-1.d: Likewise.
63 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
64 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
65 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
66 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
67 * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
68 * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
69
bc7c0509
NC
702018-02-27 Nick Clifton <nickc@redhat.com>
71
72 * po/ru.po: Updated Russian translation.
73
d7c79856
MR
742018-02-26 Maciej W. Rozycki <macro@mips.com>
75
76 * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
77 descriptions.
78
46c685ac
NC
792018-02-26 Nick Clifton <nickc@redhat.com>
80
81 * doc/as.texinfo (Dc): Fix typo.
82
2c1c9679 832018-02-26 Alan Modra <amodra@gmail.com>
6e05870c
AM
84
85 * testsuite/gas/mips/reginfo-2.l: Update.
86
872018-02-23 Alan Modra <amodra@gmail.com>
2c1c9679
AM
88
89 * testsuite/gas/mips/reginfo-2.l: Update.
90
340d33e5
NC
912018-02-23 Nick Clifton <nickc@redhat.com>
92
93 * doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
94
e859f655
KLC
952018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
96
97 * config/tc-nds32.c (ict_model): New function. Hook new
98 directive .ict_model.
99 (nds32_insert_relax_entry): Tag the bits of entry relocation
100 for .ict_model.
101
6b6b6807
L
1022018-02-22 H.J. Lu <hongjiu.lu@intel.com>
103
104 * config/tc-i386.c (_i386_insn): Add rex_encoding.
105 (md_assemble): When i.rex_encoding is true, generate a REX byte
106 if possible.
107 (parse_insn): Set i.rex_encoding for {rex}.
108 * doc/c-i386.texi: Document {rex}.
109 * testsuite/gas/i386/x86-64-pseudos.s: Add {rex} tests.
110 * testsuite/gas/i386/x86-64-pseudos.d: Updated.
111
39334a61
W
1122018-02-22 A. Wilcox <awilfox@adelielinux.org>
113
114 PR 22014
115 * config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
116 instruction size suffix.
117
1f1e0a5d
MR
1182018-02-20 Maciej W. Rozycki <macro@mips.com>
119
120 * testsuite/gas/mips/mips16-branch-reloc-4.d: New test.
121 * testsuite/gas/mips/mips16-branch-reloc-5.d: New test.
122 * testsuite/gas/mips/mips16-branch-reloc-4.s: New test source.
123 * testsuite/gas/mips/mips16-branch-reloc-5.s: New test source.
124 * testsuite/gas/mips/mips.exp: Run the new tests.
125
cd665a94
MF
1262018-02-20 Max Filippov <jcmvbkbc@gmail.com>
127
128 * config/tc-xtensa.c (struct litpool_frag): Add new field
129 literal_count.
130 (MAX_AUTO_POOL_LITERALS, MAX_EXPLICIT_POOL_LITERALS)
131 (MAX_POOL_LITERALS): New macro definitions.
132 (auto_litpool_limit): Initialize to 0.
133 (md_parse_option): Set auto_litpool_limit in the presence of
134 --auto-litpools option.
135 (xtensa_maybe_create_literal_pool_frag): Zero-initialize
136 literal_count field.
137 (xg_find_litpool): New function. Make sure that found literal
138 pool size is within the limit.
139 (xtensa_move_literals): Extract literal pool search code into
140 the new function.
141 * testsuite/gas/xtensa/all.exp: Add auto-litpools-2 test.
142 * testsuite/gas/xtensa/auto-litpools-2.d: New file.
143 * testsuite/gas/xtensa/auto-litpools-2.s: New file.
144 * testsuite/gas/xtensa/auto-litpools.d: Fix up changed
145 addresses.
146 * testsuite/gas/xtensa/auto-litpools.s: Change literal value so
147 that objdump doesn't get out of sync.
148
8811c8f4
TP
1492018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
150
151 * doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
152 also the same as -march.
153
62a02d25
L
1542018-02-17 H.J. Lu <hongjiu.lu@intel.com>
155
156 * NEWS: Mention .nop directive.
157 * as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
158 * read.c (potable): Add .nop.
159 (s_nop): New function.
160 * read.h (s_nop): New prototype.
161 * write.c (cvt_frag_to_fill): Handle rs_space_nop and
162 rs_fill_nop.
163 (md_generate_nops): New function.
164 (relax_segment): Likewise.
165 (write_contents): Use md_generate_nops for rs_fill_nop.
166 * config/tc-i386.c (alt64_11): New.
167 (alt64_patt): Likewise.
168 (md_convert_frag): Handle rs_space_nop.
169 (i386_output_nops): New function.
170 (i386_generate_nops): Likewise.
171 (i386_align_code): Call i386_output_nops.
172 * config/tc-i386.h (i386_generate_nops): New.
173 (md_generate_nops): Likewise.
174 * doc/as.texinfo: Document .nop directive.
175 * testsuite/gas/i386/i386.exp: Run .nop directive tests.
176 * testsuite/gas/i386/nop-1.d: New file.
177 * testsuite/gas/i386/nop-1.s: Likewise.
178 * testsuite/gas/i386/nop-2.d: Likewise.
179 * testsuite/gas/i386/nop-2.s: Likewise.
180 * testsuite/gas/i386/nop-3.d: Likewise.
181 * testsuite/gas/i386/nop-3.s: Likewise.
182 * testsuite/gas/i386/nop-4.d: Likewise.
183 * testsuite/gas/i386/nop-4.s: Likewise.
184 * testsuite/gas/i386/nop-5.d: Likewise.
185 * testsuite/gas/i386/nop-5.s: Likewise.
186 * testsuite/gas/i386/nop-6.d: Likewise.
187 * testsuite/gas/i386/nop-6.s: Likewise.
188 * testsuite/gas/i386/nop-bad-1.l: Likewise.
189 * testsuite/gas/i386/nop-bad-1.s: Likewise.
190 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
191 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
192 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
193 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
194 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
195 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
196
49ded53d
TC
1972018-02-15 Tamar Christina <tamar.christina@arm.com>
198
199 * config/tc-arm.c (cpu_arch_ver): Renumber ARM_ARCH_V8_4A.
200 * testsuite/gas/arm/attr-march-armv8_4-a.d: New.
201
db5d5ad1
MF
2022018-02-13 Max Filippov <jcmvbkbc@gmail.com>
203
204 * config/tc-xtensa.c (xg_find_best_trampoline): Skip trampoline
205 frag that contains source address.
206
db7bf105
NC
2072018-02-13 Nick Clifton <nickc@redhat.com>
208
209 PR 22773
210 * config/tc-arm.c (md_apply_fix): Test Rn field of Thumb ORR
211 instruction before assuming that it is a MOV instruction.
212 * testsuite/gas/arm/pr22773.s: New test.
213 * testsuite/gas/arm/pr22773.d: New test driver.
214 * testsuite/gas/arm/pr22773.l: New expected output.
215
bd7ab16b
L
2162018-02-13 H.J. Lu <hongjiu.lu@intel.com>
217
218 PR gas/22791
219 * config/tc-i386.c (need_plt32_p): New function.
220 (output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
221 (md_estimate_size_before_relax): Likewise.
222 * testsuite/gas/i386/reloc64.d: Updated.
223 * testsuite/gas/i386/x86-64-jump.d: Likewise.
224 * testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
225 * testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
226 * testsuite/gas/i386/x86-64-relax-2.d: Likewise.
227 * testsuite/gas/i386/x86-64-relax-3.d: Likewise.
228 * testsuite/gas/i386/ilp32/reloc64.d: Likewise.
229 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
230
30147392
MR
2312018-02-13 Maciej W. Rozycki <macro@mips.com>
232
233 * testsuite/gas/mips/loongson-3a-2.d: Rename test.
234
68d20676
NC
2352018-02-13 Nick Clifton <nickc@redhat.com>
236
237 PR 22823
238 * config/obj-elf.c (elf_pseudo_table): Remove now redundant
239 casts.
240 (obj_elf_vtable_inherit): Rename to obj_elf_get_vtable_inherit.
241 (obj_elf_vtable_inherit): New stub function that calls
242 obj_elf_get_vtable_inherit.
243 (obj_elf_vtable_entry): Rename to obj_elf_get_vtable_entry.
244 (obj_elf_vtable_entry): New stub function that calls
245 obj_elf_get_vtable_entry.
246 * config/obj-elf.h (obj_elf_vtable_inherit): Update prototype.
247 (obj_elf_vtable_entry) Likewise.
248 (obj_elf_get_vtable_inherit) Likewise.
249 (obj_elf_get_vtable_entry) Likewise.
250 * config/tc-arm.c (md_pseudo_table): Remove now redundant cast.
251 * config/tc-i386c (md_pseudo_table): Likewise.
252 * config/tc-hppa.c (pa_vtable_entry): Call
253 obj_elf_get_vtable_entry.
254 (pa_vtable_inherit): Call obj_elf_get_vtable_inherit.
255 * config/tc-mips.c (s_mips_file): Replace call to dwarf2_get_file
256 with call to dwarf2_get_filename.
257 * dwarf2dbg.c (dwarf2_directive_file): Rename to
258 dwarf2_directive_filename.
259 (dwarf2_directive_file): New stub function that calls
260 dwarf2_directive_filename.
261 * dwarf2dbg.h: Prototype dwarf2_directive_filename.
262
12a43565
MR
2632018-02-12 Maciej W. Rozycki <macro@mips.com>
264
265 * testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
266 `as' flags.
267
d2159fdc
HW
2682018-02-12 Henry Wong <henry@stuffedcow.net>
269
270 * testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
271 * testsuite/gas/mips/r6-n32.d: Likewise.
272 * testsuite/gas/mips/r6-n64.d: Likewise.
273
7e784da5
NC
2742018-02-12 Nick Clifton <nickc@redhat.com>
275
276 * po/ru.po: Updated Russian translation.
277
a9479dc0
AM
2782018-02-08 Alan Modra <amodra@gmail.com>
279
280 PR 22819
281 * config/tc-ppc.c (md_assemble): Rewrite insn alignment checking.
282 (ppc_frag_check): Likewise.
283 * testsuite/gas/ppc/misalign.d,
284 * testsuite/gas/ppc/misalign.l,
285 * testsuite/gas/ppc/misalign.s: New test.
286 * testsuite/gas/ppc/misalign2.d,
287 * testsuite/gas/ppc/misalign2.s: New test.
288 * testsuite/gas/ppc/ppc.exp: Run them.
289
89424b1d
MR
2902018-02-05 Maciej W. Rozycki <macro@mips.com>
291
292 * config/tc-riscv.c (riscv_handle_implicit_zero_offset): Rename
293 `expr' parameter to `ep'.
294
2d6dda71
MR
2952018-02-05 Maciej W. Rozycki <macro@mips.com>
296
297 * testsuite/gas/mips/reginfo-2.d: New test.
298 * testsuite/gas/mips/reginfo-2-n32.d: New test.
299 * testsuite/gas/mips/reginfo-2.l: New test stderr output.
300 * testsuite/gas/mips/reginfo-2.s: New test source.
301 * testsuite/gas/mips/mips.exp: Run the new tests.
302
f174ef9f
NC
3032018-02-05 Nick Clifton <nickc@redhat.com>
304
305 * po/ru.po: Updated Russian translation.
306
ab1fadc6
AM
3072018-01-31 Alan Modra <amodra@gmail.com>
308
309 PR 22714
310 * app.c (last_char): New static var.
311 (struct app_save): Add last_char field.
312 (app_push, app_pop): Handle it.
313 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
314
d85815e2
EB
3152018-01-29 Eric Botcazou <ebotcazou@adacore.com>
316
317 PR gas/22738
318 * config/tc-sparc.h (sparc_mach): Declare.
319 (TARGET_MACH): Define to above.
320 * config/tc-sparc.c (sparc_mach): New function.
321 (sparc_md_end): Minor tweak.
322
c32b891a
NC
3232018-01-29 Nick Clifton <nickc@redhat.com>
324
325 * po/ru.po: Updated Russian translation.
326
1e3f5548
MR
3272018-01-26 Maciej W. Rozycki <macro@mips.com>
328
329 * configure.tgt: Use generic emulation for `mips-*-windiss',
330 overriding the blanket choice made for `*-*-windiss'.
331
c00f0d7a
MR
3322018-01-26 Maciej W. Rozycki <macro@mips.com>
333
334 * configure.tgt: Use `mips-*-sysv4*' rather than
335 `mips-*-sysv4*MP*'.
336
32247401
RL
3372018-01-24 Renlin Li <renlin.li@arm.com>
338
339 * config/tc-aarch64.c (reloc_table): add entries for
340 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
341 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
342 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
343 BFD_RELOC_AARCH64_MOVW_PREL_G3.
344 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
345 (md_apply_fix): Likewise
346 * testsuite/gas/aarch64/prel_g0.s: New.
347 * testsuite/gas/aarch64/prel_g0.d: New.
348 * testsuite/gas/aarch64/prel_g0_nc.s: New.
349 * testsuite/gas/aarch64/prel_g0_nc.d: New.
350 * testsuite/gas/aarch64/prel_g1.s: New.
351 * testsuite/gas/aarch64/prel_g1.d: New.
352 * testsuite/gas/aarch64/prel_g1_nc.s: New.
353 * testsuite/gas/aarch64/prel_g1_nc.d: New.
354 * testsuite/gas/aarch64/prel_g2.s: New.
355 * testsuite/gas/aarch64/prel_g2.d: New.
356 * testsuite/gas/aarch64/prel_g2_nc.s: New.
357 * testsuite/gas/aarch64/prel_g2_nc.d: New.
358 * testsuite/gas/aarch64/prel_g3.s: New.
359 * testsuite/gas/aarch64/prel_g3.d: New.
360
0984958b
MR
3612018-01-23 Maciej W. Rozycki <macro@mips.com>
362
363 * configure.ac: Also set `mips_default_abi' to N32_ABI for
364 `mips64*-ps2-elf*'.
365 * configure: Regenerate.
366
62fd0a98
MR
3672018-01-23 Maciej W. Rozycki <macro@mips.com>
368
369 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
370 enum value.
371
be3a8dca
IT
3722018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
373
374 * config/tc-i386.c (cpu_arch): Add .pconfig.
375 * doc/c-i386.texi: Document .pconfig.
376 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
377 * testsuite/gas/i386/pconfig-intel.d: New test.
378 * testsuite/gas/i386/pconfig.d: Likewise.
379 * testsuite/gas/i386/pconfig.s: Likewise.
380 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
381 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
382 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
383
3233d7d0
IT
3842018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
385
386 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
387 * doc/c-i386.texi: Document .wbnoinvd.
388 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
389 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
390 * testsuite/gas/i386/wbnoinvd.d: Likewise.
391 * testsuite/gas/i386/wbnoinvd.s: Likewise.
392 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
393 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
394 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
395
b4f6242e
MR
3962018-01-23 Maciej W. Rozycki <macro@mips.com>
397
398 * config/tc-mips.c (md_show_usage): Correctly indicate the
399 configuration-specific default ABI.
400
f866b262
MR
4012018-01-23 Maciej W. Rozycki <macro@mips.com>
402
403 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
404 `-mno-mips16e2' options.
405
75c80ee1
MR
4062018-01-22 Maciej W. Rozycki <macro@mips.com>
407
408 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
409 Correct syntax of the `.set nomips16e2' directive description.
410
49da480f
OE
4112018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
412
413 PR 22737
414 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
415 * testsuite/gas/rx/pr22737.s: New test.
416 * testsuite/gas/rx/pr22737.d: Likewise.
417 * testsuite/gas/rx/rx.exp: Run the new test.
418
a3ab6cb0
TP
4192018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
420
421 * config/tc-arm.c (ToC macro): Remove spurious comment.
422 (ToU macro): Likewise.
423
e925c834
JW
4242018-01-17 Jim Wilson <jimw@sifive.com>
425
426 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
427 (riscv_ip) <'z'>: New.
428
d777820b
IT
4292018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
430
431 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
432 (cpu_noarch): Add noibt, noshstk.
433 (parse_insn): Change cpucet to cpuibt.
434 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
435 * testsuite/gas/i386/cet-ibt-inval.l: New test.
436 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
437 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
438 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
439 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
440 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
441 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
442 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
443
f6efed01
NC
4442018-01-16 Nick Clifton <nickc@redhat.com>
445
446 * po/fr.po: Updated French translation.
447
2721d702
JW
4482018-01-15 Jim Wilson <jimw@sifive.com>
449
450 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
451 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
452
cf3cf39d
TP
4532018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
454
455 * config/tc-arm.c (ToC): Define macro.
456 (ToU): Likewise.
457 (insns): Make use of above macros for new instructions introduced in
458 Armv8-M.
459
2875ce2b
TP
4602018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
461
462 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
463 and vlstm conditionally executable and reindent parameters.
464 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
465 aforementionned instructions.
466
df9909b8
TP
4672018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
468
469 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
470 profile architecture or if in autodetection mode. Clarify that
471 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
472 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
473 message.
474 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
475 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
476 * testsuite/gas/arm/udf.l: Likewise.
477 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
478
616dcb87
NC
4792018-01-15 Nick Clifton <nickc@redhat.com>
480
481 * po/uk.po: Updated Ukranian translation.
482
3957a496
NC
4832018-01-13 Nick Clifton <nickc@redhat.com>
484
485 * po/gas.pot: Regenerated.
486
769c7ea5
NC
4872018-01-13 Nick Clifton <nickc@redhat.com>
488
489 * configure: Regenerate.
490
9176ac5b
NC
4912018-01-13 Nick Clifton <nickc@redhat.com>
492
faf766e3 493 2.30 branch created.
9176ac5b
NC
494 * NEWS: Add marker for 2.30.
495
b5b62006
GN
4962018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
497
498 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
499 define to 0 and 1. Remove a dangling reference to "AMD 29000"
500 in a comment.
501
888a89da
IT
5022018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
503
504 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
505 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
506 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
507 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
508 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
509 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
510 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
511 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
512 tests.
513 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
514 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
515 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
516 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
517 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
518 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
519 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
520 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
521
b90d5ba0
AM
5222018-01-11 Alan Modra <amodra@gmail.com>
523
524 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
525 positive "‘profile’ may be used uninitialized".
526
cbda583a
JB
5272018-01-10 Jan Beulich <jbeulich@suse.com>
528
529 * testsuite/gas/i386/avx512_4fmaps.s,
530 testsuite/gas/i386/avx512_4fmaps_vl.s,
531 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
532 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
533 Disp8 forms (and the transition happening at the right
534 boundary).
535 * testsuite/gas/i386/avx512_4fmaps.d,
536 testsuite/gas/i386/avx512_4fmaps-intel.d,
537 testsuite/gas/i386/avx512_4fmaps_vl.d,
538 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
539 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
540 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
541 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
542 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
543 expectations.
544
c9e92278
JB
5452018-01-10 Jan Beulich <jbeulich@suse.com>
546
547 * testsuite/gas/i386/avx512bw.s,
548 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
549 operands.
550 * testsuite/gas/i386/avx512bw-intel.d,
551 testsuite/gas/i386/avx512bw.d,
552 testsuite/gas/i386/avx512bw_vl-intel.d.
553 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
554
35fd2b2b
JW
5552018-01-09 Jim Wilson <jimw@sifive.com>
556
557 * testsuite/gas/riscv/auipc-x0.d: New.
558 * testsuite/gas/riscv/auipc-x0.s: New.
559
91d8b670
JG
5602018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
561
562 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
563 in Arm execution state, and Armv6T2 and above in Thumb execution
564 state.
565 * testsuite/gas/arm/csdb.s: New.
566 * testsuite/gas/arm/csdb.d: New.
567 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
568 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
569
be2e7d95
JG
5702018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
571
572 * testsuite/gas/aarch64/system.d: Update expected results to expect
573 CSDB for hint 0x14.
574
704a705d
L
5752018-01-08 H.J. Lu <hongjiu.lu@intel.com>
576
577 PR gas/22681
578 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
579 x86-64-movd-intel.
580 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
581 * testsuite/gas/i386/x86-64-movd.d: Likewise.
582 * testsuite/gas/i386/x86-64-movd.s: Likewise.
583
102e9361
NC
5842018-01-08 Nick Clifton <nickc@redhat.com>
585
586 PR 22553
587 * doc/c-i386.texi (i386-Directives): Document the .largecomm
588 directive.
589
645a2c5b
JW
5902018-01-04 Jim Wilson <jimw@sifive.com>
591
592 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
593 * testsuite/gas/riscv/priv-reg.d: Likewise.
594
219d1afa
AM
5952018-01-03 Alan Modra <amodra@gmail.com>
596
597 Update year range in copyright notice of all files.
598
806ab1c0
NC
5992018-01-02 Nick Clifton <nickc@redhat.com>
600
601 PR 18119
602 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
603 version of ARM MRS instruction.
604
1e563868 605For older changes see ChangeLog-2017
3499769a 606\f
1e563868 607Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
608
609Copying and distribution of this file, with or without modification,
610are permitted in any medium without royalty provided the copyright
611notice and this notice are preserved.
612
613Local Variables:
614mode: change-log
615left-margin: 8
616fill-column: 74
617version-control: never
618End:
This page took 0.183779 seconds and 4 git commands to generate.