e722633f6f86e01217dbe734a3efd78d7277f017
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
2
3 PR 25576
4 * config/tc-z80.c (md_parse_option): Do not use an underscore
5 prefix for local labels in SDCC compatability mode.
6 (z80_start_line_hook): Remove SDCC dollar label support.
7 * testsuite/gas/z80/sdcc.d: Update expected disassembly.
8 * testsuite/gas/z80/sdcc.s: Likewise.
9
10 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
11
12 PR 25517
13 * config/tc-z80.c: Add -march option.
14 * doc/as.texi: Update Z80 documentation.
15 * doc/c-z80.texi: Likewise.
16 * testsuite/gas/z80/ez80_adl_all.d: Update command line.
17 * testsuite/gas/z80/ez80_adl_suf.d: Likewise.
18 * testsuite/gas/z80/ez80_pref_dis.d: Likewise.
19 * testsuite/gas/z80/ez80_z80_all.d: Likewise.
20 * testsuite/gas/z80/ez80_z80_suf.d: Likewise.
21 * testsuite/gas/z80/gbz80_all.d: Likewise.
22 * testsuite/gas/z80/r800_extra.d: Likewise.
23 * testsuite/gas/z80/r800_ii8.d: Likewise.
24 * testsuite/gas/z80/r800_z80_doc.d: Likewise.
25 * testsuite/gas/z80/sdcc.d: Likewise.
26 * testsuite/gas/z80/z180.d: Likewise.
27 * testsuite/gas/z80/z180_z80_doc.d: Likewise.
28 * testsuite/gas/z80/z80_doc.d: Likewise.
29 * testsuite/gas/z80/z80_ii8.d: Likewise.
30 * testsuite/gas/z80/z80_in_f_c.d: Likewise.
31 * testsuite/gas/z80/z80_op_ii_ld.d: Likewise.
32 * testsuite/gas/z80/z80_out_c_0.d: Likewise.
33 * testsuite/gas/z80/z80_sli.d: Likewise.
34 * testsuite/gas/z80/z80n_all.d: Likewise.
35 * testsuite/gas/z80/z80n_reloc.d: Likewise.
36
37 2020-02-19 H.J. Lu <hongjiu.lu@intel.com>
38
39 * config/tc-i386.c (output_insn): Mark cvtpi2ps and cvtpi2pd
40 with GNU_PROPERTY_X86_FEATURE_2_MMX.
41 * testsuite/gas/i386/i386.exp: Run property-3 and
42 x86-64-property-3.
43 * testsuite/gas/i386/property-3.d: New file.
44 * testsuite/gas/i386/property-3.s: Likewise.
45 * testsuite/gas/i386/x86-64-property-3.d: Likewise.
46
47 2020-02-17 H.J. Lu <hongjiu.lu@intel.com>
48
49 * config/tc-i386.c (cpu_arch): Add .popcnt.
50 * doc/c-i386.texi: Remove abm and .abm. Add popcnt and .popcnt.
51 Add a tab before @samp{.sse4a}.
52
53 2020-02-17 Jan Beulich <jbeulich@suse.com>
54
55 * config/tc-i386.c (process_suffix): Don't try to guess a suffix
56 for AddrPrefixOpReg templates. Combine the two pieces of
57 addrprefixopreg handling. Reject 16-bit address reg in 64-bit
58 mode.
59
60 2020-02-17 Jan Beulich <jbeulich@suse.com>
61
62 PR gas/14439
63 * config/tc-i386.c (md_assemble): Also suppress operand
64 swapping for MONITOR{,X} and MWAIT{,X}.
65 * testsuite/gas/i386/sse3.s, testsuite/gas/i386/x86-64-sse3.s:
66 Add Intel syntax monitor/mwait tests.
67 * testsuite/gas/i386/sse3.d, testsuite/gas/i386/x86-64-sse3.d:
68 Adjust expectations.
69 *testsuite/gas/i386/sse3-intel.d,
70 testsuite/gas/i386/x86-64-sse3-intel.d: New.
71 * testsuite/gas/i386/i386.exp: Run new tests.
72
73 2020-02-17 Jan Beulich <jbeulich@suse.com>
74
75 PR gas/6518
76 * config/tc-i386.c (process_suffix): Re-work Intel-syntax
77 [XYZ]MMWord memory operand ambiguity recognition logic (largely
78 re-indentation).
79 * testsuite/gas/i386/avx512dq-inval.s: Add vcvtqq2ps/vcvtuqq2ps
80 cases.
81 * testsuite/gas/i386/inval-avx512f.s: Also test vcvtneps2bf16.
82 * testsuite/gas/i386/avx512dq-inval.l,
83 testsuite/gas/i386/inval-avx.l,
84 testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
85 * testsuite/gas/i386/avx512vl-ambig.s,
86 testsuite/gas/i386/avx512vl-ambig.l: New.
87 * testsuite/gas/i386/i386.exp: Run new test.
88
89 2020-02-16 H.J. Lu <hongjiu.lu@intel.com>
90
91 * config/tc-i386.c (cpu_arch): Add .sse4a and nosse4a. Restore
92 nosse4.
93 * doc/c-i386.texi: Document sse4a and nosse4a.
94
95 2020-02-14 H.J. Lu <hongjiu.lu@intel.com>
96
97 * doc/c-i386.texi: Remove the old movsx and movzx documentation
98 for AT&T syntax.
99
100 2020-02-14 Jan Beulich <jbeulich@suse.com>
101
102 PR gas/25438
103 * config/tc-i386.c (md_assemble): Move movsx/movzx special
104 casing ...
105 (process_suffix): ... here. Consider just the first operand
106 initially.
107 (check_long_reg): Drop opcode 0x63 special case again.
108 * testsuite/gas/i386/i386.s, testsuite/gas/i386/iamcu-1.s,
109 testsuite/gas/i386/ilp32/x86-64.s, testsuite/gas/i386/x86_64.s:
110 Move ambiguous operand size tests ...
111 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
112 testsuite/gas/i386/noreg64.s: ... here.
113 * testsuite/gas/i386/i386.d, testsuite/gas/i386/i386-intel.d
114 testsuite/gas/i386/iamcu-1.d, testsuite/gas/i386/ilp32/x86-64.d,
115 testsuite/gas/i386/k1om.d, testsuite/gas/i386/l1om.d,
116 testsuite/gas/i386/movx16.l, testsuite/gas/i386/movx32.l,
117 testsuite/gas/i386/movx64.l, testsuite/gas/i386/noreg16.d,
118 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
119 testsuite/gas/i386/x86-64-movsxd.d,
120 testsuite/gas/i386/x86-64-movsxd-intel.d,
121 testsuite/gas/i386/x86_64.d, testsuite/gas/i386/x86_64-intel.d:
122 Adjust expectations.
123 * testsuite/gas/i386/movx16.s, testsuite/gas/i386/movx16.l,
124 testsuite/gas/i386/movx32.s, testsuite/gas/i386/movx32.l,
125 testsuite/gas/i386/movx64.s, testsuite/gas/i386/movx64.l: New.
126 * testsuite/gas/i386/i386.exp: Run new tests.
127
128 2020-02-14 Jan Beulich <jbeulich@suse.com>
129
130 * config/tc-i386.c (process_operands): Also skip segment
131 override prefix emission if it matches an already present one.
132 * testsuite/gas/i386/prefix32.s: Add double segment override
133 cases.
134 * testsuite/gas/i386/prefix32.l: Adjust expectations.
135
136 2020-02-14 Jan Beulich <jbeulich@suse.com>
137
138 * config/tc-i386.c (process_operands): Drop ineffectual segment
139 overrides when optimizing.
140 * testsuite/gas/i386/lea-optimize.d: New.
141 * testsuite/gas/i386/i386.exp: Run new test.
142
143 2020-02-14 Jan Beulich <jbeulich@suse.com>
144
145 * config/tc-i386.c (process_operands): Also check insn prefix
146 for ineffectual segment override warning. Don't cover possible
147 VEX/EVEX encoded insns there.
148 * testsuite/gas/i386/lea.s, testsuite/gas/i386/lea.d,
149 testsuite/gas/i386/lea.e: New.
150 * testsuite/gas/i386/i386.exp: Run new test.
151
152 2020-02-14 H.J. Lu <hongjiu.lu@intel.com>
153
154 PR gas/25438
155 * doc/c-i386.texi: Document movsx, movsxd and movzx for AT&T
156 syntax.
157
158 2020-02-13 Fangrui Song <maskray@google.com>
159 H.J. Lu <hongjiu.lu@intel.com>
160
161 PR gas/25551
162 * config/tc-i386.c (tc_i386_fix_adjustable): Don't check
163 BFD_RELOC_386_PLT32 nor BFD_RELOC_X86_64_PLT32.
164 * testsuite/gas/i386/i386.exp: Run relax-5 and x86-64-relax-4.
165 * testsuite/gas/i386/relax-5.d: New file.
166 * testsuite/gas/i386/relax-5.s: Likewise.
167 * testsuite/gas/i386/x86-64-relax-4.d: Likewise.
168 * testsuite/gas/i386/x86-64-relax-4.s: Likewise.
169
170 2020-02-13 Jan Beulich <jbeulich@suse.com>
171
172 * config/tc-i386.c (cpu_noarch): Use CPU_ANY_SSE4_FLAGS in
173 "nosse4" entry.
174
175 2020-02-12 Jan Beulich <jbeulich@suse.com>
176
177 * config/tc-i386.c (avx512): New (at file scope), moved from
178 (check_VecOperands): ... here.
179 (process_suffix): Add [XYZ]MMword operand size handling.
180 * testsuite/gas/i386/avx512dq-inval.s: Add VFPCLASS tests.
181 * testsuite/gas/i386/noavx512-2.s: Add Intel syntax VFPCLASS
182 tests.
183 * testsuite/gas/i386/avx512dq-inval.l,
184 testsuite/gas/i386/noavx512-2.l: Adjust expectations.
185
186 2020-02-12 Jan Beulich <jbeulich@suse.com>
187
188 PR gas/24546
189 * config/tc-i386.c (match_template): Apply AMD64 check to 64-bit
190 code only.
191 * config/tc-i386-intel.c (i386_intel_operand): Also handle
192 CALL/JMP in O_tbyte_ptr case.
193 * doc/c-i386.texi: Mention far call and full pointer load ISA
194 differences.
195 * testsuite/gas/i386/x86-64-branch-3.s,
196 testsuite/gas/i386/x86-64-intel64.s: Add 64-bit far call cases.
197 * testsuite/gas/i386/x86-64-branch-3.d,
198 testsuite/gas/i386/x86-64-intel64.d: Adjust expectations.
199 * testsuite/gas/i386/x86-64-branch-5.l,
200 testsuite/gas/i386/x86-64-branch-5.s: New.
201 * testsuite/gas/i386/i386.exp: Run new test.
202
203 2020-02-12 Jan Beulich <jbeulich@suse.com>
204
205 PR gas/25438
206 * config/tc-i386.c (REGISTER_WARNINGS): Delete.
207 (check_byte_reg): Skip only source operand of CRC32. Drop Non-
208 64-bit-only warning.
209 (check_word_reg): Consistently error on mismatching register
210 size and suffix.
211 * testsuite/gas/i386/general.s: Replace dword GPR with word one
212 for movw. Replace suffix / GPR for orb.
213 * testsuite/gas/i386/inval.s: Add tests for movw with dword and
214 byte GPRs as well as ones for inb/outb with a word accumulator.
215 * testsuite/gas/i386/general.l, testsuite/gas/i386/intelbad.l,
216 testsuite/gas/i386/inval.l: Adjust expectations.
217
218 2020-02-12 Jan Beulich <jbeulich@suse.com>
219
220 * config/tc-i386.c (operand_type_register_match): Also fall
221 through initial two if()-s when the template allows for a GPR
222 operand. Adjust comment.
223
224 2020-02-11 Jan Beulich <jbeulich@suse.com>
225
226 (struct _i386_insn): New field "short_form".
227 (optimize_encoding): Drop setting of shortform field.
228 (process_suffix): Set i.short_form. Replace shortform use.
229 (process_operands): Replace shortform use.
230
231 2020-02-11 Matthew Malcomson <matthew.malcomson@arm.com>
232
233 * config/tc-arm.c (vcx_handle_register_arguments): Remove `for`
234 loop initial declaration.
235
236 2020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
237
238 * config/tc-arm.c (NEON_MAX_TYPE_ELS): Increment to account for
239 instructions that can have 5 arguments.
240 (enum operand_parse_code): Add new operands.
241 (parse_operands): Account for new operands.
242 (S5): New macro.
243 (enum neon_shape_el): Introduce P suffixes for coprocessor.
244 (neon_select_shape): Account for P suffix.
245 (LOW1): Move macro to global position.
246 (HI4): Move macro to global position.
247 (vcx_assign_vec_d): New.
248 (vcx_assign_vec_m): New.
249 (vcx_assign_vec_n): New.
250 (enum vcx_reg_type): New.
251 (vcx_get_reg_type): New.
252 (vcx_size_pos): New.
253 (vcx_vec_pos): New.
254 (vcx_handle_shape): New.
255 (vcx_ensure_register_in_range): New.
256 (vcx_handle_register_arguments): New.
257 (vcx_handle_insn_block): New.
258 (vcx_handle_common_checks): New.
259 (do_vcx1): New.
260 (do_vcx2): New.
261 (do_vcx3): New.
262 * testsuite/gas/arm/cde-missing-fp.d: New test.
263 * testsuite/gas/arm/cde-missing-fp.l: New test.
264 * testsuite/gas/arm/cde-missing-mve.d: New test.
265 * testsuite/gas/arm/cde-missing-mve.l: New test.
266 * testsuite/gas/arm/cde-mve-or-neon.d: New test.
267 * testsuite/gas/arm/cde-mve-or-neon.s: New test.
268 * testsuite/gas/arm/cde-mve.s: New test.
269 * testsuite/gas/arm/cde-warnings.l:
270 * testsuite/gas/arm/cde-warnings.s:
271 * testsuite/gas/arm/cde.d:
272 * testsuite/gas/arm/cde.s:
273
274 2020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
275 Matthew Malcomson <matthew.malcomson@arm.com>
276
277 * config/tc-arm.c (arm_ext_cde*): New feature sets for each
278 CDE coprocessor that can be enabled.
279 (enum pred_instruction_type): New pred type.
280 (BAD_NO_VPT): New error message.
281 (BAD_CDE): New error message.
282 (BAD_CDE_COPROC): New error message.
283 (enum operand_parse_code): Add new immediate operands.
284 (parse_operands): Account for new immediate operands.
285 (check_cde_operand): New.
286 (cde_coproc_enabled): New.
287 (cde_coproc_pos): New.
288 (cde_handle_coproc): New.
289 (cxn_handle_predication): New.
290 (do_custom_instruction_1): New.
291 (do_custom_instruction_2): New.
292 (do_custom_instruction_3): New.
293 (do_cx1): New.
294 (do_cx1a): New.
295 (do_cx1d): New.
296 (do_cx1da): New.
297 (do_cx2): New.
298 (do_cx2a): New.
299 (do_cx2d): New.
300 (do_cx2da): New.
301 (do_cx3): New.
302 (do_cx3a): New.
303 (do_cx3d): New.
304 (do_cx3da): New.
305 (handle_pred_state): Define new IT block behaviour.
306 (insns): Add newn CX*{,d}{,a} instructions.
307 (CDE_EXTENSIONS,armv8m_main_ext_table,armv8_1m_main_ext_table):
308 Define new cdecp extension strings.
309 * doc/c-arm.texi: Document new cdecp extension arguments.
310 * testsuite/gas/arm/cde-scalar.d: New test.
311 * testsuite/gas/arm/cde-scalar.s: New test.
312 * testsuite/gas/arm/cde-warnings.d: New test.
313 * testsuite/gas/arm/cde-warnings.l: New test.
314 * testsuite/gas/arm/cde-warnings.s: New test.
315 * testsuite/gas/arm/cde.d: New test.
316 * testsuite/gas/arm/cde.s: New test.
317
318 2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
319
320 PR gas/25516
321 * config/tc-i386.c (intel64): Renamed to ...
322 (isa64): This.
323 (match_template): Accept Intel64 only instruction by default.
324 (i386_displacement): Updated.
325 (md_parse_option): Updated.
326 * c-i386.texi: Update -mamd64/-mintel64 documentation.
327 * testsuite/gas/i386/i386.exp: Run x86-64-sysenter. Pass
328 -mamd64 to x86-64-sysenter-amd.
329 * testsuite/gas/i386/x86-64-sysenter.d: New file.
330
331 2020-02-10 Alan Modra <amodra@gmail.com>
332
333 * config/obj-elf.c (obj_elf_change_section): Error for section
334 type, attr or entsize changes in assembly.
335 * testsuite/gas/elf/elf.exp: Pass -Z to gas for section5 test.
336 * testsuite/gas/elf/section5.l: Update.
337
338 2020-02-10 Alan Modra <amodra@gmail.com>
339
340 * output-file.c (output_file_close): Do a normal close when
341 flag_always_generate_output.
342 * write.c (write_object_file): Don't stop output when
343 flag_always_generate_output.
344
345 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
346
347 PR 25469
348 * config/tc-z80.c: Add -gbz80 command line option to generate code
349 for the GameBoy Z80. Add support for generating DWARF.
350 * config/tc-z80.h: Add support for DWARF debug information
351 generation.
352 * doc/c-z80.texi: Document new command line option.
353 * testsuite/gas/z80/gbz80_all.d: New file.
354 * testsuite/gas/z80/gbz80_all.s: New file.
355 * testsuite/gas/z80/z80.exp: Run the new tests.
356 * testsuite/gas/z80/z80n_all.d: New file.
357 * testsuite/gas/z80/z80n_all.s: New file.
358 * testsuite/gas/z80/z80n_reloc.d: New file.
359
360 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
361
362 PR gas/25381
363 * config/obj-elf.c (get_section): Also check
364 linked_to_symbol_name.
365 (obj_elf_change_section): Also set map_head.linked_to_symbol_name.
366 (obj_elf_parse_section_letters): Handle the 'o' flag.
367 (build_group_lists): Renamed to ...
368 (build_additional_section_info): This. Set elf_linked_to_section
369 from map_head.linked_to_symbol_name.
370 (elf_adjust_symtab): Updated.
371 * config/obj-elf.h (elf_section_match): Add linked_to_symbol_name.
372 * doc/as.texi: Document the 'o' flag.
373 * testsuite/gas/elf/elf.exp: Run PR gas/25381 tests.
374 * testsuite/gas/elf/section18.d: New file.
375 * testsuite/gas/elf/section18.s: Likewise.
376 * testsuite/gas/elf/section19.d: Likewise.
377 * testsuite/gas/elf/section19.s: Likewise.
378 * testsuite/gas/elf/section20.d: Likewise.
379 * testsuite/gas/elf/section20.s: Likewise.
380 * testsuite/gas/elf/section21.d: Likewise.
381 * testsuite/gas/elf/section21.l: Likewise.
382 * testsuite/gas/elf/section21.s: Likewise.
383
384 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
385
386 * NEWS: Mention x86 assembler options to align branches for
387 binutils 2.34.
388
389 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
390
391 * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique
392 only for ELF targets.
393 * testsuite/gas/i386/unique.d: Don't xfail.
394 * testsuite/gas/i386/x86-64-unique.d: Likewise.
395
396 2020-02-06 Alan Modra <amodra@gmail.com>
397
398 * testsuite/gas/i386/unique.d: xfail for non-elf targets.
399 * testsuite/gas/i386/x86-64-unique.d: Likewise.
400
401 2020-02-06 Alan Modra <amodra@gmail.com>
402
403 * testsuite/gas/elf/section12a.d: Use supports_gnu_osabi in
404 xfail, and rename test.
405 * testsuite/gas/elf/section12b.d: Likewise.
406 * testsuite/gas/elf/section16a.d: Likewise.
407 * testsuite/gas/elf/section16b.d: Likewise.
408
409 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
410
411 PR gas/25380
412 * config/obj-elf.c (section_match): Removed.
413 (get_section): Also match SEC_ASSEMBLER_SECTION_ID and
414 section_id.
415 (obj_elf_change_section): Replace info and group_name arguments
416 with match_p. Also update the section ID and flags from match_p.
417 (obj_elf_section): Handle "unique,N". Update call to
418 obj_elf_change_section.
419 * config/obj-elf.h (elf_section_match): New.
420 (obj_elf_change_section): Updated.
421 * config/tc-arm.c (start_unwind_section): Update call to
422 obj_elf_change_section.
423 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
424 * config/tc-microblaze.c (microblaze_s_data): Likewise.
425 (microblaze_s_sdata): Likewise.
426 (microblaze_s_rdata): Likewise.
427 (microblaze_s_bss): Likewise.
428 * config/tc-mips.c (s_change_section): Likewise.
429 * config/tc-msp430.c (msp430_profiler): Likewise.
430 * config/tc-rx.c (parse_rx_section): Likewise.
431 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
432 * doc/as.texi: Document "unique,N" in .section directive.
433 * testsuite/gas/elf/elf.exp: Run "unique,N" tests.
434 * testsuite/gas/elf/section15.d: New file.
435 * testsuite/gas/elf/section15.s: Likewise.
436 * testsuite/gas/elf/section16.s: Likewise.
437 * testsuite/gas/elf/section16a.d: Likewise.
438 * testsuite/gas/elf/section16b.d: Likewise.
439 * testsuite/gas/elf/section17.d: Likewise.
440 * testsuite/gas/elf/section17.l: Likewise.
441 * testsuite/gas/elf/section17.s: Likewise.
442 * testsuite/gas/i386/unique.d: Likewise.
443 * testsuite/gas/i386/unique.s: Likewise.
444 * testsuite/gas/i386/x86-64-unique.d: Likewise.
445 * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique.
446
447 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
448
449 * testsuite/gas/elf/section13.s: Replace @nobits with %nobits.
450
451 2020-02-01 Anthony Green <green@moxielogic.com>
452
453 * config/tc-moxie.c (md_begin): Don't force big-endian mode.
454
455 2020-01-31 Sandra Loosemore <sandra@codesourcery.com>
456
457 * config/tc-nios2.c (nios2_cons): Handle %gotoff as well as
458 %tls_ldo.
459
460 2020-01-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
461
462 PR gas/25472
463 * config/tc-arm.c (armv8m_main_ext_table): Refactored +dsp adding.
464 (armv8_1m_main_ext_table): Refactored +dsp adding and enabled dsp for
465 +mve.
466 * testsuite/gas/arm/mve_dsp.d: New test.
467
468 2020-01-31 Nick Clifton <nickc@redhat.com>
469
470 * config/tc-s390.c (s390_elf_suffix): Return ELF_SUFFIX_NONE
471 rather than BFD_RELOC_NONE.
472
473 2020-01-31 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
474
475 * config/tc-arm.c (fldmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2"
476 to support VLDMIA instruction for MVE.
477 (fldmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VLDMDB
478 instruction for MVE.
479 (fstmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMIA
480 instruction for MVE.
481 (fstmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMDB
482 instruction for MVE.
483 * testsuite/gas/arm/mve-ldst.d: New test.
484 * testsuite/gas/arm/mve-ldst.s: Likewise.
485
486 2020-01-31 Nick Clifton <nickc@redhat.com>
487
488 * po/fr.po: Updated French translation.
489 * po/ru.po: Updated Russian translation.
490
491 2020-01-31 Richard Sandiford <richard.sandiford@arm.com>
492
493 * testsuite/gas/aarch64/sve-bfloat-movprfx.s: Use .h rather than
494 .s for the movprfx.
495 * testsuite/gas/aarch64/sve-bfloat-movprfx.d: Update accordingly.
496 * testsuite/gas/aarch64/sve-movprfx_28.d,
497 * testsuite/gas/aarch64/sve-movprfx_28.l,
498 * testsuite/gas/aarch64/sve-movprfx_28.s: New test.
499
500 2020-01-30 Jan Beulich <jbeulich@suse.com>
501
502 * config/tc-i386.c (output_disp): Tighten base_opcode check.
503 * testsuite/gas/i386/got.s: Add LSL, MOVLPS, and BNDCN cases.
504 * testsuite/gas/i386/got-no-relax.d, testsuite/gas/i386/got.d:
505 Adjust expectations.
506
507 2020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
508
509 * testsuite/gas/bpf/alu.d: Update expected opcode for `neg'.
510 * testsuite/gas/bpf/alu-be.d: Likewise.
511 * testsuite/gas/bpf/alu32.d: Likewise for `neg32'.
512 * testsuite/gas/bpf/alu32-be.d: Likewise.
513
514 2020-01-30 Jan Beulich <jbeulich@suse.com>
515
516 * testsuite/gas/i386/x86-64-branch-2.s,
517 testsuite/gas/i386/x86-64-branch-4.s,
518 testsuite/gas/i386/x86-64-branch.s: Add RETW cases.
519 * testsuite/gas/i386/ilp32/x86-64-branch.d,
520 testsuite/gas/i386/x86-64-branch-2.d,
521 testsuite/gas/i386/x86-64-branch-4.l,
522 testsuite/gas/i386/x86-64-branch.d: Adjust expectations.
523
524 2020-01-30 Jan Beulich <jbeulich@suse.com>
525
526 * config/tc-i386.c (process_suffix): .
527 testsuite/gas/i386/noreg64.s: Add IRET and LRET cases.
528 testsuite/gas/i386/x86-64-opcode.s: Add suffix to IRET and LRET.
529 Add LRETQ case.
530 testsuite/gas/i386/x86-64-suffix.s: Drop IRET case without
531 suffix.
532 testsuite/gas/i386/x86_64.s: Add RETF cases.
533 * testsuite/gas/i386/k1om.d, testsuite/gas/i386/l1om.d,
534 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l,
535 testsuite/gas/i386/x86-64-opcode.d,
536 testsuite/gas/i386/x86-64-suffix-intel.d,
537 testsuite/gas/i386/x86-64-suffix.d,
538 testsuite/gas/i386/x86_64-intel.d
539 testsuite/gas/i386/x86_64.d: Adjust expectations.
540 * testsuite/gas/i386/x86-64-suffix.e,
541 testsuite/gas/i386/x86_64.e: New.
542
543 2020-01-30 Jan Beulich <jbeulich@suse.com>
544
545 * config/tc-i386.c (process_suffix): Redo and move FLDENV et al
546 special case.
547
548 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
549
550 PR binutils/25445
551 * config/tc-i386.c (check_long_reg): Also convert to QWORD for
552 movsxd.
553 * doc/c-i386.texi: Add a node for AMD64 vs. Intel64 ISA
554 differences. Document movslq and movsxd.
555 * testsuite/gas/i386/i386.exp: Run PR binutils/25445 tests.
556 * testsuite/gas/i386/x86-64-movsxd-intel.d: New file.
557 * testsuite/gas/i386/x86-64-movsxd-intel64-intel.d: Likewise.
558 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.l: Likewise.
559 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.s: Likewise.
560 * testsuite/gas/i386/x86-64-movsxd-intel64.d: Likewise.
561 * testsuite/gas/i386/x86-64-movsxd-intel64.s: Likewise.
562 * testsuite/gas/i386/x86-64-movsxd-inval.l: Likewise.
563 * testsuite/gas/i386/x86-64-movsxd-inval.s: Likewise.
564 * testsuite/gas/i386/x86-64-movsxd.d: Likewise.
565 * testsuite/gas/i386/x86-64-movsxd.s: Likewise.
566
567 2020-01-27 Alan Modra <amodra@gmail.com>
568
569 * testsuite/gas/all/gas.exp: Replace case statements with switch
570 statements.
571 * testsuite/gas/elf/elf.exp: Likewise.
572 * testsuite/gas/macros/macros.exp: Likewise.
573 * testsuite/lib/gas-defs.exp: Likewise.
574
575 2020-01-27 Tamar Christina <tamar.christina@arm.com>
576
577 PR 25403
578 * testsuite/gas/aarch64/armv8_4-a.d: Add cfinv.
579 * testsuite/gas/aarch64/armv8_4-a.s: Likewise.
580
581 2020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
582
583 * testsuite/gas/riscv/march-ok-s.d: sx is no longer valid and
584 s exts must be known, so rename *ok* to *fail*.
585 * testsuite/gas/riscv/march-ok-sx.d: Likewise.
586 * testsuite/gas/riscv/march-ok-s-with-version: Likewise.
587 * testsuite/gas/riscv/march-fail-s.l: Expected error messages for
588 above change.
589 * testsuite/gas/riscv/march-fail-sx.l: Likewise.
590 * testsuite/gas/riscv/march-fail-sx-with-version.l: Likewise.
591
592 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
593
594 PR gas/25438
595 * config/tc-i386.c (check_long_reg): Always disallow double word
596 suffix in mnemonic with word general register.
597 * testsuite/gas/i386/general.s: Replace word general register
598 with double word general register for movl.
599 * testsuite/gas/i386/inval.s: Add tests for movl with word general
600 register.
601 * testsuite/gas/i386/general.l: Updated.
602 * testsuite/gas/i386/inval.l: Likewise.
603
604 2020-01-22 Alan Modra <amodra@gmail.com>
605
606 * config/tc-ppc.c (parse_tls_arg): Handle tls arg for
607 __tls_get_addr_desc and __tls_get_addr_opt.
608
609 2020-01-21 Jan Beulich <jbeulich@suse.com>
610
611 * testsuite/gas/i386/inval-crc32.s,
612 testsuite/gas/i386/x86-64-inval-crc32.s: Add alignment directive.
613 * testsuite/gas/i386/inval-crc32.l,
614 testsuite/gas/i386/x86-64-inval-crc32.l: Adjust expectations.
615
616 2020-01-21 Jan Beulich <jbeulich@suse.com>
617
618 * config/tc-i386.c (process_suffix): Merge CRC32 handling into
619 generic code path. Deal with No_lSuf being set in a template.
620 * testsuite/gas/i386/inval-crc32.l,
621 testsuite/gas/i386/x86-64-inval-crc32.l: Expect warning(s)
622 instead of error(s) when operand size is ambiguous.
623 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
624 testsuite/gas/i386/noreg64.s: Add CRC32 tests.
625 * testsuite/gas/i386/noreg16.d, testsuite/gas/i386/noreg16.l,
626 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg32.l,
627 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l:
628 Adjust expectations.
629
630 2020-01-21 Jan Beulich <jbeulich@suse.com>
631
632 * config/tc-i386.c (process_suffix): Drop SYSRET special case
633 and an intel_syntax check. Re-write lack-of-suffix processing
634 logic.
635 * doc/c-i386.texi: Document operand size defaults for suffix-
636 less AT&T syntax insns.
637 * testsuite/gas/i386/bundle.s, testsuite/gas/i386/lock-1.s,
638 testsuite/gas/i386/opcode.s, testsuite/gas/i386/sse3.s,
639 testsuite/gas/i386/x86-64-avx-scalar.s,
640 testsuite/gas/i386/x86-64-avx.s,
641 testsuite/gas/i386/x86-64-bundle.s,
642 testsuite/gas/i386/x86-64-intel64.s,
643 testsuite/gas/i386/x86-64-lock-1.s,
644 testsuite/gas/i386/x86-64-opcode.s,
645 testsuite/gas/i386/x86-64-sse2avx.s,
646 testsuite/gas/i386/x86-64-sse3.s: Add missing suffixes.
647 * testsuite/gas/i386/nops.s, testsuite/gas/i386/sse-noavx.s,
648 testsuite/gas/i386/x86-64-nops.s,
649 testsuite/gas/i386/x86-64-ptwrite.s,
650 testsuite/gas/i386/x86-64-simd.s,
651 testsuite/gas/i386/x86-64-sse-noavx.s,
652 testsuite/gas/i386/x86-64-suffix.s: Drop bogus suffix-less
653 insns.
654 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
655 testsuite/gas/i386/noreg64.s: Add further tests.
656 * testsuite/gas/i386/ilp32/x86-64-nops.d,
657 testsuite/gas/i386/nops.d, testsuite/gas/i386/noreg16.d,
658 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
659 testsuite/gas/i386/sse-noavx.d,
660 testsuite/gas/i386/x86-64-intel64.d,
661 testsuite/gas/i386/x86-64-nops.d,
662 testsuite/gas/i386/x86-64-opcode.d,
663 testsuite/gas/i386/x86-64-ptwrite-intel.d,
664 testsuite/gas/i386/x86-64-ptwrite.d,
665 testsuite/gas/i386/x86-64-simd-intel.d,
666 testsuite/gas/i386/x86-64-simd-suffix.d,
667 testsuite/gas/i386/x86-64-simd.d,
668 testsuite/gas/i386/x86-64-sse-noavx.d
669 testsuite/gas/i386/x86-64-suffix.d,
670 testsuite/gas/i386/x86-64-suffix-intel.d: Adjust expectations.
671 * testsuite/gas/i386/noreg16.l, testsuite/gas/i386/noreg32.l,
672 testsuite/gas/i386/noreg64.l: New.
673 * testsuite/gas/i386/i386.exp: Run new tests.
674
675 2020-01-21 Jan Beulich <jbeulich@suse.com>
676
677 * testsuite/gas/i386/avx512_bf16_vl.s,
678 testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Add broadcast forms
679 of VCVTNEPS2BF16{X,Y}. Add operand-size less Intel syntax
680 broadcast forms of VCVTNEPS2BF16.
681 * testsuite/gas/i386/avx512_bf16_vl.d,
682 testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Adjust expectations.
683
684 2020-01-20 Nick Clifton <nickc@redhat.com>
685
686 * po/uk.po: Updated Ukranian translation.
687
688 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
689
690 PR ld/25416
691 * config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
692 for lea with R_X86_64_GOTPC32_TLSDESC relocation when generating
693 x32 object.
694 * testsuite/gas/i386/ilp32/x32-tls.d: Updated.
695 * testsuite/gas/i386/ilp32/x32-tls.s: Add tests for lea with
696 R_X86_64_GOTPC32_TLSDESC relocation.
697
698 2020-01-18 Nick Clifton <nickc@redhat.com>
699
700 * configure: Regenerate.
701 * po/gas.pot: Regenerate.
702
703 2020-01-18 Nick Clifton <nickc@redhat.com>
704
705 Binutils 2.34 branch created.
706
707 2020-01-17 H.J. Lu <hongjiu.lu@intel.com>
708
709 * config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
710 with vex_encoding_vex.
711 (parse_insn): Likewise.
712 * doc/c-i386.texi: Replace {vex2} with {vex}. Update {vex}
713 and {vex3} documentation.
714 * testsuite/gas/i386/pseudos.s: Replace 3 {vex2} tests with
715 {vex}.
716 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
717
718 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
719
720 PR 25376
721 * config/tc-arm.c (mve_ext, mve_fp_ext): Use CORE_HIGH.
722 (armv8_1m_main_ext_table): Use CORE_HIGH for mve.
723 * testsuite/arm/armv8_1-m-fpu-mve-1.s: New.
724 * testsuite/arm/armv8_1-m-fpu-mve-1.d: New.
725 * testsuite/arm/armv8_1-m-fpu-mve-2.s: New.
726 * testsuite/arm/armv8_1-m-fpu-mve-2.d: New.
727
728 2020-01-16 Jan Beulich <jbeulich@suse.com>
729
730 * config/tc-i386.c (match_template): Drop found_cpu_match local
731 variable.
732
733 2020-01-16 Jan Beulich <jbeulich@suse.com>
734
735 * testsuite/gas/i386/avx512dq-inval.l,
736 testsuite/gas/i386/avx512dq-inval.s: New.
737 * testsuite/gas/i386/i386.exp: Run new test.
738
739 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
740
741 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
742 relocations when the target is 430X, except when extracting part of an
743 expression.
744 (msp430_srcoperand): Adjust comment.
745 Initialize the expp member of the msp430_operand_s struct as
746 appropriate.
747 (msp430_dstoperand): Likewise.
748 * testsuite/gas/msp430/msp430.exp: Run new test.
749 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
750 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
751
752 2020-01-15 Alan Modra <amodra@gmail.com>
753
754 * configure.tgt: Add sparc-*-freebsd case.
755
756 2020-01-14 Lili Cui <lili.cui@intel.com>
757
758 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
759 * testsuite/gas/i386/align-branch-1b.d: Likewise.
760 * testsuite/gas/i386/align-branch-1c.d: Likewise.
761 * testsuite/gas/i386/align-branch-1d.d: Likewise.
762 * testsuite/gas/i386/align-branch-1e.d: Likewise.
763 * testsuite/gas/i386/align-branch-1f.d: Likewise.
764 * testsuite/gas/i386/align-branch-1g.d: Likewise.
765 * testsuite/gas/i386/align-branch-1h.d: Likewise.
766 * testsuite/gas/i386/align-branch-1i.d: Likewise.
767 * testsuite/gas/i386/align-branch-5.d: Likewise.
768 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
769 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
770 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
771 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
772 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
773 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
774 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
775 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
776 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
777 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
778 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
779 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
780
781 2020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
782
783 PR 25377
784 * config/tc-z80.c: Add support for half precision, single
785 precision and double precision floating point values.
786 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
787 * doc/as.texi: Add new z80 command line options.
788 * doc/c-z80.texi: Document new z80 command line options.
789 * testsuite/gas/z80/ez80_pref_dis.s: New test.
790 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
791 * testsuite/gas/z80/z80.exp: Run the new test.
792 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
793 * testsuite/gas/z80/fp_zeda32.d: Likewise.
794 * testsuite/gas/z80/strings.d: Update expected output.
795
796 2020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
797
798 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
799 dependency.
800
801 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
802
803 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
804 the CPU.
805 * config/tc-arc.h: Add header if/defs.
806 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
807
808 2020-01-13 Alan Modra <amodra@gmail.com>
809
810 * testsuite/gas/wasm32/allinsn.d: Update expected output.
811
812 2020-01-13 Alan Modra <amodra@gmail.com>
813
814 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
815 insertion.
816
817 2020-01-10 Alan Modra <amodra@gmail.com>
818
819 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
820 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
821
822 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
823
824 PR 25224
825 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
826 opcode byte values.
827 (emit_ld_r_r): Likewise.
828 (emit_ld_rr_m): Likewise.
829 (emit_ld_rr_nn): Likewise.
830
831 2020-01-09 Jan Beulich <jbeulich@suse.com>
832
833 * config/tc-i386.c (optimize_encoding): Add
834 is_any_vex_encoding() invocations. Drop respective
835 i.tm.extension_opcode == None checks.
836
837 2020-01-09 Jan Beulich <jbeulich@suse.com>
838
839 * config/tc-i386.c (md_assemble): Check RegRex is clear during
840 REX transformations. Correct comment indentation.
841
842 2020-01-09 Jan Beulich <jbeulich@suse.com>
843
844 * config/tc-i386.c (optimize_encoding): Generalize register
845 transformation for TEST optimization.
846
847 2020-01-09 Jan Beulich <jbeulich@suse.com>
848
849 * testsuite/gas/i386/x86-64-sysenter-amd.s,
850 testsuite/gas/i386/x86-64-sysenter-amd.d,
851 testsuite/gas/i386/x86-64-sysenter-amd.l,
852 testsuite/gas/i386/x86-64-sysenter-intel.d,
853 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
854 * testsuite/gas/i386/i386.exp: Run new tests.
855
856 2020-01-08 Nick Clifton <nickc@redhat.com>
857
858 PR 25284
859 * doc/as.texi (Align): Document the fact that all arguments can be
860 omitted.
861 (Balign): Likewise.
862 (P2align): Likewise.
863
864 2020-01-08 Nick Clifton <nickc@redhat.com>
865
866 PR 14891
867 * config/obj-elf.c (obj_elf_section): Fail if the section name is
868 already defined as a different symbol type.
869 * testsuite/gas/elf/pr14891.s: New test source file.
870 * testsuite/gas/elf/pr14891.d: New test driver.
871 * testsuite/gas/elf/pr14891.s: New test expected error output.
872 * testsuite/gas/elf/elf.exp: Run the new test.
873
874 2020-01-08 Alan Modra <amodra@gmail.com>
875
876 * config/tc-z8k.c (md_begin): Make idx unsigned.
877 (get_specific): Likewise for this_index.
878
879 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
880
881 * onfig/tc-arc.c (parse_reloc_symbol): New function.
882 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
883 (md_operand): Set X_md to absent.
884 (arc_parse_name): Check for X_md.
885
886 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
887
888 PR 25311
889 * as.h (TC_STRING_ESCAPES): Provide a default definition.
890 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
891 NO_STRING_ESCAPES.
892 * read.c (next_char_of_string): Likewise.
893 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
894 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
895
896 2020-01-03 Nick Clifton <nickc@redhat.com>
897
898 * po/sv.po: Updated Swedish translation.
899
900 2020-01-03 Jan Beulich <jbeulich@suse.com>
901
902 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
903 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
904
905 2020-01-03 Jan Beulich <jbeulich@suse.com>
906
907 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
908 by-element usdot. Add 64-bit form tests for by-element sudot.
909 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
910
911 2020-01-03 Jan Beulich <jbeulich@suse.com>
912
913 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
914 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
915
916 2020-01-03 Jan Beulich <jbeulich@suse.com>
917
918 * testsuite/gas/aarch64/f64mm.d,
919 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
920
921 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
922
923 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
924 support for assembler code generated by SDCC. Add new relocation
925 types. Add z80-elf target support.
926 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
927 labels. Local labels starts from ".L".
928 * NEWS: Mention the new support.
929 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
930 * testsuite/gas/all/fwdexp.s: Likewise.
931 * testsuite/gas/all/cond.l: Likewise.
932 * testsuite/gas/all/cond.s: Likewise.
933 * testsuite/gas/all/fwdexp.d: Likewise.
934 * testsuite/gas/all/fwdexp.s: Likewise.
935 * testsuite/gas/elf/section2.e-mips: Likewise.
936 * testsuite/gas/elf/section2.l: Likewise.
937 * testsuite/gas/elf/section2.s: Likewise.
938 * testsuite/gas/macros/app1.d: Likewise.
939 * testsuite/gas/macros/app1.s: Likewise.
940 * testsuite/gas/macros/app2.d: Likewise.
941 * testsuite/gas/macros/app2.s: Likewise.
942 * testsuite/gas/macros/app3.d: Likewise.
943 * testsuite/gas/macros/app3.s: Likewise.
944 * testsuite/gas/macros/app4.d: Likewise.
945 * testsuite/gas/macros/app4.s: Likewise.
946 * testsuite/gas/macros/app4b.s: Likewise.
947 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
948 * testsuite/gas/z80/z80.exp: Add new tests
949 * testsuite/gas/z80/dollar.d: New file.
950 * testsuite/gas/z80/dollar.s: New file.
951 * testsuite/gas/z80/ez80_adl_all.d: New file.
952 * testsuite/gas/z80/ez80_adl_all.s: New file.
953 * testsuite/gas/z80/ez80_adl_suf.d: New file.
954 * testsuite/gas/z80/ez80_isuf.s: New file.
955 * testsuite/gas/z80/ez80_z80_all.d: New file.
956 * testsuite/gas/z80/ez80_z80_all.s: New file.
957 * testsuite/gas/z80/ez80_z80_suf.d: New file.
958 * testsuite/gas/z80/r800_extra.d: New file.
959 * testsuite/gas/z80/r800_extra.s: New file.
960 * testsuite/gas/z80/r800_ii8.d: New file.
961 * testsuite/gas/z80/r800_z80_doc.d: New file.
962 * testsuite/gas/z80/z180.d: New file.
963 * testsuite/gas/z80/z180.s: New file.
964 * testsuite/gas/z80/z180_z80_doc.d: New file.
965 * testsuite/gas/z80/z80_doc.d: New file.
966 * testsuite/gas/z80/z80_doc.s: New file.
967 * testsuite/gas/z80/z80_ii8.d: New file.
968 * testsuite/gas/z80/z80_ii8.s: New file.
969 * testsuite/gas/z80/z80_in_f_c.d: New file.
970 * testsuite/gas/z80/z80_in_f_c.s: New file.
971 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
972 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
973 * testsuite/gas/z80/z80_out_c_0.d: New file.
974 * testsuite/gas/z80/z80_out_c_0.s: New file.
975 * testsuite/gas/z80/z80_reloc.d: New file.
976 * testsuite/gas/z80/z80_reloc.s: New file.
977 * testsuite/gas/z80/z80_sli.d: New file.
978 * testsuite/gas/z80/z80_sli.s: New file.
979
980 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
981
982 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
983 REGLIST_RN.
984
985 2020-01-01 Alan Modra <amodra@gmail.com>
986
987 Update year range in copyright notice of all files.
988
989 For older changes see ChangeLog-2019
990 \f
991 Copyright (C) 2020 Free Software Foundation, Inc.
992
993 Copying and distribution of this file, with or without modification,
994 are permitted in any medium without royalty provided the copyright
995 notice and this notice are preserved.
996
997 Local Variables:
998 mode: change-log
999 left-margin: 8
1000 fill-column: 74
1001 version-control: never
1002 End:
This page took 0.069464 seconds and 3 git commands to generate.