[ARM]: Add support for vldmia/vldmdb/vstmia/vstmdb instructions in MVE.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-31 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2
3 * config/tc-arm.c (fldmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2"
4 to support VLDMIA instruction for MVE.
5 (fldmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VLDMDB
6 instruction for MVE.
7 (fstmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMIA
8 instruction for MVE.
9 (fstmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMDB
10 instruction for MVE.
11 * testsuite/gas/arm/mve-ldst.d: New test.
12 * testsuite/gas/arm/mve-ldst.s: Likewise.
13
14 2020-01-31 Nick Clifton <nickc@redhat.com>
15
16 * po/fr.po: Updated French translation.
17 * po/ru.po: Updated Russian translation.
18
19 2020-01-31 Richard Sandiford <richard.sandiford@arm.com>
20
21 * testsuite/gas/aarch64/sve-bfloat-movprfx.s: Use .h rather than
22 .s for the movprfx.
23 * testsuite/gas/aarch64/sve-bfloat-movprfx.d: Update accordingly.
24 * testsuite/gas/aarch64/sve-movprfx_28.d,
25 * testsuite/gas/aarch64/sve-movprfx_28.l,
26 * testsuite/gas/aarch64/sve-movprfx_28.s: New test.
27
28 2020-01-30 Jan Beulich <jbeulich@suse.com>
29
30 * config/tc-i386.c (output_disp): Tighten base_opcode check.
31 * testsuite/gas/i386/got.s: Add LSL, MOVLPS, and BNDCN cases.
32 * testsuite/gas/i386/got-no-relax.d, testsuite/gas/i386/got.d:
33 Adjust expectations.
34
35 2020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
36
37 * testsuite/gas/bpf/alu.d: Update expected opcode for `neg'.
38 * testsuite/gas/bpf/alu-be.d: Likewise.
39 * testsuite/gas/bpf/alu32.d: Likewise for `neg32'.
40 * testsuite/gas/bpf/alu32-be.d: Likewise.
41
42 2020-01-30 Jan Beulich <jbeulich@suse.com>
43
44 * testsuite/gas/i386/x86-64-branch-2.s,
45 testsuite/gas/i386/x86-64-branch-4.s,
46 testsuite/gas/i386/x86-64-branch.s: Add RETW cases.
47 * testsuite/gas/i386/ilp32/x86-64-branch.d,
48 testsuite/gas/i386/x86-64-branch-2.d,
49 testsuite/gas/i386/x86-64-branch-4.l,
50 testsuite/gas/i386/x86-64-branch.d: Adjust expectations.
51
52 2020-01-30 Jan Beulich <jbeulich@suse.com>
53
54 * config/tc-i386.c (process_suffix): .
55 testsuite/gas/i386/noreg64.s: Add IRET and LRET cases.
56 testsuite/gas/i386/x86-64-opcode.s: Add suffix to IRET and LRET.
57 Add LRETQ case.
58 testsuite/gas/i386/x86-64-suffix.s: Drop IRET case without
59 suffix.
60 testsuite/gas/i386/x86_64.s: Add RETF cases.
61 * testsuite/gas/i386/k1om.d, testsuite/gas/i386/l1om.d,
62 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l,
63 testsuite/gas/i386/x86-64-opcode.d,
64 testsuite/gas/i386/x86-64-suffix-intel.d,
65 testsuite/gas/i386/x86-64-suffix.d,
66 testsuite/gas/i386/x86_64-intel.d
67 testsuite/gas/i386/x86_64.d: Adjust expectations.
68 * testsuite/gas/i386/x86-64-suffix.e,
69 testsuite/gas/i386/x86_64.e: New.
70
71 2020-01-30 Jan Beulich <jbeulich@suse.com>
72
73 * config/tc-i386.c (process_suffix): Redo and move FLDENV et al
74 special case.
75
76 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
77
78 PR binutils/25445
79 * config/tc-i386.c (check_long_reg): Also convert to QWORD for
80 movsxd.
81 * doc/c-i386.texi: Add a node for AMD64 vs. Intel64 ISA
82 differences. Document movslq and movsxd.
83 * testsuite/gas/i386/i386.exp: Run PR binutils/25445 tests.
84 * testsuite/gas/i386/x86-64-movsxd-intel.d: New file.
85 * testsuite/gas/i386/x86-64-movsxd-intel64-intel.d: Likewise.
86 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.l: Likewise.
87 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.s: Likewise.
88 * testsuite/gas/i386/x86-64-movsxd-intel64.d: Likewise.
89 * testsuite/gas/i386/x86-64-movsxd-intel64.s: Likewise.
90 * testsuite/gas/i386/x86-64-movsxd-inval.l: Likewise.
91 * testsuite/gas/i386/x86-64-movsxd-inval.s: Likewise.
92 * testsuite/gas/i386/x86-64-movsxd.d: Likewise.
93 * testsuite/gas/i386/x86-64-movsxd.s: Likewise.
94
95 2020-01-27 Alan Modra <amodra@gmail.com>
96
97 * testsuite/gas/all/gas.exp: Replace case statements with switch
98 statements.
99 * testsuite/gas/elf/elf.exp: Likewise.
100 * testsuite/gas/macros/macros.exp: Likewise.
101 * testsuite/lib/gas-defs.exp: Likewise.
102
103 2020-01-27 Tamar Christina <tamar.christina@arm.com>
104
105 PR 25403
106 * testsuite/gas/aarch64/armv8_4-a.d: Add cfinv.
107 * testsuite/gas/aarch64/armv8_4-a.s: Likewise.
108
109 2020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
110
111 * testsuite/gas/riscv/march-ok-s.d: sx is no longer valid and
112 s exts must be known, so rename *ok* to *fail*.
113 * testsuite/gas/riscv/march-ok-sx.d: Likewise.
114 * testsuite/gas/riscv/march-ok-s-with-version: Likewise.
115 * testsuite/gas/riscv/march-fail-s.l: Expected error messages for
116 above change.
117 * testsuite/gas/riscv/march-fail-sx.l: Likewise.
118 * testsuite/gas/riscv/march-fail-sx-with-version.l: Likewise.
119
120 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
121
122 PR gas/25438
123 * config/tc-i386.c (check_long_reg): Always disallow double word
124 suffix in mnemonic with word general register.
125 * testsuite/gas/i386/general.s: Replace word general register
126 with double word general register for movl.
127 * testsuite/gas/i386/inval.s: Add tests for movl with word general
128 register.
129 * testsuite/gas/i386/general.l: Updated.
130 * testsuite/gas/i386/inval.l: Likewise.
131
132 2020-01-22 Alan Modra <amodra@gmail.com>
133
134 * config/tc-ppc.c (parse_tls_arg): Handle tls arg for
135 __tls_get_addr_desc and __tls_get_addr_opt.
136
137 2020-01-21 Jan Beulich <jbeulich@suse.com>
138
139 * testsuite/gas/i386/inval-crc32.s,
140 testsuite/gas/i386/x86-64-inval-crc32.s: Add alignment directive.
141 * testsuite/gas/i386/inval-crc32.l,
142 testsuite/gas/i386/x86-64-inval-crc32.l: Adjust expectations.
143
144 2020-01-21 Jan Beulich <jbeulich@suse.com>
145
146 * config/tc-i386.c (process_suffix): Merge CRC32 handling into
147 generic code path. Deal with No_lSuf being set in a template.
148 * testsuite/gas/i386/inval-crc32.l,
149 testsuite/gas/i386/x86-64-inval-crc32.l: Expect warning(s)
150 instead of error(s) when operand size is ambiguous.
151 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
152 testsuite/gas/i386/noreg64.s: Add CRC32 tests.
153 * testsuite/gas/i386/noreg16.d, testsuite/gas/i386/noreg16.l,
154 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg32.l,
155 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l:
156 Adjust expectations.
157
158 2020-01-21 Jan Beulich <jbeulich@suse.com>
159
160 * config/tc-i386.c (process_suffix): Drop SYSRET special case
161 and an intel_syntax check. Re-write lack-of-suffix processing
162 logic.
163 * doc/c-i386.texi: Document operand size defaults for suffix-
164 less AT&T syntax insns.
165 * testsuite/gas/i386/bundle.s, testsuite/gas/i386/lock-1.s,
166 testsuite/gas/i386/opcode.s, testsuite/gas/i386/sse3.s,
167 testsuite/gas/i386/x86-64-avx-scalar.s,
168 testsuite/gas/i386/x86-64-avx.s,
169 testsuite/gas/i386/x86-64-bundle.s,
170 testsuite/gas/i386/x86-64-intel64.s,
171 testsuite/gas/i386/x86-64-lock-1.s,
172 testsuite/gas/i386/x86-64-opcode.s,
173 testsuite/gas/i386/x86-64-sse2avx.s,
174 testsuite/gas/i386/x86-64-sse3.s: Add missing suffixes.
175 * testsuite/gas/i386/nops.s, testsuite/gas/i386/sse-noavx.s,
176 testsuite/gas/i386/x86-64-nops.s,
177 testsuite/gas/i386/x86-64-ptwrite.s,
178 testsuite/gas/i386/x86-64-simd.s,
179 testsuite/gas/i386/x86-64-sse-noavx.s,
180 testsuite/gas/i386/x86-64-suffix.s: Drop bogus suffix-less
181 insns.
182 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
183 testsuite/gas/i386/noreg64.s: Add further tests.
184 * testsuite/gas/i386/ilp32/x86-64-nops.d,
185 testsuite/gas/i386/nops.d, testsuite/gas/i386/noreg16.d,
186 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
187 testsuite/gas/i386/sse-noavx.d,
188 testsuite/gas/i386/x86-64-intel64.d,
189 testsuite/gas/i386/x86-64-nops.d,
190 testsuite/gas/i386/x86-64-opcode.d,
191 testsuite/gas/i386/x86-64-ptwrite-intel.d,
192 testsuite/gas/i386/x86-64-ptwrite.d,
193 testsuite/gas/i386/x86-64-simd-intel.d,
194 testsuite/gas/i386/x86-64-simd-suffix.d,
195 testsuite/gas/i386/x86-64-simd.d,
196 testsuite/gas/i386/x86-64-sse-noavx.d
197 testsuite/gas/i386/x86-64-suffix.d,
198 testsuite/gas/i386/x86-64-suffix-intel.d: Adjust expectations.
199 * testsuite/gas/i386/noreg16.l, testsuite/gas/i386/noreg32.l,
200 testsuite/gas/i386/noreg64.l: New.
201 * testsuite/gas/i386/i386.exp: Run new tests.
202
203 2020-01-21 Jan Beulich <jbeulich@suse.com>
204
205 * testsuite/gas/i386/avx512_bf16_vl.s,
206 testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Add broadcast forms
207 of VCVTNEPS2BF16{X,Y}. Add operand-size less Intel syntax
208 broadcast forms of VCVTNEPS2BF16.
209 * testsuite/gas/i386/avx512_bf16_vl.d,
210 testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Adjust expectations.
211
212 2020-01-20 Nick Clifton <nickc@redhat.com>
213
214 * po/uk.po: Updated Ukranian translation.
215
216 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
217
218 PR ld/25416
219 * config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
220 for lea with R_X86_64_GOTPC32_TLSDESC relocation when generating
221 x32 object.
222 * testsuite/gas/i386/ilp32/x32-tls.d: Updated.
223 * testsuite/gas/i386/ilp32/x32-tls.s: Add tests for lea with
224 R_X86_64_GOTPC32_TLSDESC relocation.
225
226 2020-01-18 Nick Clifton <nickc@redhat.com>
227
228 * configure: Regenerate.
229 * po/gas.pot: Regenerate.
230
231 2020-01-18 Nick Clifton <nickc@redhat.com>
232
233 Binutils 2.34 branch created.
234
235 2020-01-17 H.J. Lu <hongjiu.lu@intel.com>
236
237 * config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
238 with vex_encoding_vex.
239 (parse_insn): Likewise.
240 * doc/c-i386.texi: Replace {vex2} with {vex}. Update {vex}
241 and {vex3} documentation.
242 * testsuite/gas/i386/pseudos.s: Replace 3 {vex2} tests with
243 {vex}.
244 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
245
246 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
247
248 PR 25376
249 * config/tc-arm.c (mve_ext, mve_fp_ext): Use CORE_HIGH.
250 (armv8_1m_main_ext_table): Use CORE_HIGH for mve.
251 * testsuite/arm/armv8_1-m-fpu-mve-1.s: New.
252 * testsuite/arm/armv8_1-m-fpu-mve-1.d: New.
253 * testsuite/arm/armv8_1-m-fpu-mve-2.s: New.
254 * testsuite/arm/armv8_1-m-fpu-mve-2.d: New.
255
256 2020-01-16 Jan Beulich <jbeulich@suse.com>
257
258 * config/tc-i386.c (match_template): Drop found_cpu_match local
259 variable.
260
261 2020-01-16 Jan Beulich <jbeulich@suse.com>
262
263 * testsuite/gas/i386/avx512dq-inval.l,
264 testsuite/gas/i386/avx512dq-inval.s: New.
265 * testsuite/gas/i386/i386.exp: Run new test.
266
267 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
268
269 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
270 relocations when the target is 430X, except when extracting part of an
271 expression.
272 (msp430_srcoperand): Adjust comment.
273 Initialize the expp member of the msp430_operand_s struct as
274 appropriate.
275 (msp430_dstoperand): Likewise.
276 * testsuite/gas/msp430/msp430.exp: Run new test.
277 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
278 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
279
280 2020-01-15 Alan Modra <amodra@gmail.com>
281
282 * configure.tgt: Add sparc-*-freebsd case.
283
284 2020-01-14 Lili Cui <lili.cui@intel.com>
285
286 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
287 * testsuite/gas/i386/align-branch-1b.d: Likewise.
288 * testsuite/gas/i386/align-branch-1c.d: Likewise.
289 * testsuite/gas/i386/align-branch-1d.d: Likewise.
290 * testsuite/gas/i386/align-branch-1e.d: Likewise.
291 * testsuite/gas/i386/align-branch-1f.d: Likewise.
292 * testsuite/gas/i386/align-branch-1g.d: Likewise.
293 * testsuite/gas/i386/align-branch-1h.d: Likewise.
294 * testsuite/gas/i386/align-branch-1i.d: Likewise.
295 * testsuite/gas/i386/align-branch-5.d: Likewise.
296 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
297 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
298 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
299 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
300 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
301 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
302 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
303 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
304 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
305 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
306 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
307 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
308
309 2020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
310
311 PR 25377
312 * config/tc-z80.c: Add support for half precision, single
313 precision and double precision floating point values.
314 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
315 * doc/as.texi: Add new z80 command line options.
316 * doc/c-z80.texi: Document new z80 command line options.
317 * testsuite/gas/z80/ez80_pref_dis.s: New test.
318 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
319 * testsuite/gas/z80/z80.exp: Run the new test.
320 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
321 * testsuite/gas/z80/fp_zeda32.d: Likewise.
322 * testsuite/gas/z80/strings.d: Update expected output.
323
324 2020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
325
326 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
327 dependency.
328
329 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
330
331 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
332 the CPU.
333 * config/tc-arc.h: Add header if/defs.
334 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
335
336 2020-01-13 Alan Modra <amodra@gmail.com>
337
338 * testsuite/gas/wasm32/allinsn.d: Update expected output.
339
340 2020-01-13 Alan Modra <amodra@gmail.com>
341
342 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
343 insertion.
344
345 2020-01-10 Alan Modra <amodra@gmail.com>
346
347 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
348 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
349
350 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
351
352 PR 25224
353 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
354 opcode byte values.
355 (emit_ld_r_r): Likewise.
356 (emit_ld_rr_m): Likewise.
357 (emit_ld_rr_nn): Likewise.
358
359 2020-01-09 Jan Beulich <jbeulich@suse.com>
360
361 * config/tc-i386.c (optimize_encoding): Add
362 is_any_vex_encoding() invocations. Drop respective
363 i.tm.extension_opcode == None checks.
364
365 2020-01-09 Jan Beulich <jbeulich@suse.com>
366
367 * config/tc-i386.c (md_assemble): Check RegRex is clear during
368 REX transformations. Correct comment indentation.
369
370 2020-01-09 Jan Beulich <jbeulich@suse.com>
371
372 * config/tc-i386.c (optimize_encoding): Generalize register
373 transformation for TEST optimization.
374
375 2020-01-09 Jan Beulich <jbeulich@suse.com>
376
377 * testsuite/gas/i386/x86-64-sysenter-amd.s,
378 testsuite/gas/i386/x86-64-sysenter-amd.d,
379 testsuite/gas/i386/x86-64-sysenter-amd.l,
380 testsuite/gas/i386/x86-64-sysenter-intel.d,
381 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
382 * testsuite/gas/i386/i386.exp: Run new tests.
383
384 2020-01-08 Nick Clifton <nickc@redhat.com>
385
386 PR 25284
387 * doc/as.texi (Align): Document the fact that all arguments can be
388 omitted.
389 (Balign): Likewise.
390 (P2align): Likewise.
391
392 2020-01-08 Nick Clifton <nickc@redhat.com>
393
394 PR 14891
395 * config/obj-elf.c (obj_elf_section): Fail if the section name is
396 already defined as a different symbol type.
397 * testsuite/gas/elf/pr14891.s: New test source file.
398 * testsuite/gas/elf/pr14891.d: New test driver.
399 * testsuite/gas/elf/pr14891.s: New test expected error output.
400 * testsuite/gas/elf/elf.exp: Run the new test.
401
402 2020-01-08 Alan Modra <amodra@gmail.com>
403
404 * config/tc-z8k.c (md_begin): Make idx unsigned.
405 (get_specific): Likewise for this_index.
406
407 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
408
409 * onfig/tc-arc.c (parse_reloc_symbol): New function.
410 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
411 (md_operand): Set X_md to absent.
412 (arc_parse_name): Check for X_md.
413
414 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
415
416 PR 25311
417 * as.h (TC_STRING_ESCAPES): Provide a default definition.
418 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
419 NO_STRING_ESCAPES.
420 * read.c (next_char_of_string): Likewise.
421 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
422 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
423
424 2020-01-03 Nick Clifton <nickc@redhat.com>
425
426 * po/sv.po: Updated Swedish translation.
427
428 2020-01-03 Jan Beulich <jbeulich@suse.com>
429
430 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
431 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
432
433 2020-01-03 Jan Beulich <jbeulich@suse.com>
434
435 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
436 by-element usdot. Add 64-bit form tests for by-element sudot.
437 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
438
439 2020-01-03 Jan Beulich <jbeulich@suse.com>
440
441 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
442 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
443
444 2020-01-03 Jan Beulich <jbeulich@suse.com>
445
446 * testsuite/gas/aarch64/f64mm.d,
447 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
448
449 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
450
451 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
452 support for assembler code generated by SDCC. Add new relocation
453 types. Add z80-elf target support.
454 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
455 labels. Local labels starts from ".L".
456 * NEWS: Mention the new support.
457 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
458 * testsuite/gas/all/fwdexp.s: Likewise.
459 * testsuite/gas/all/cond.l: Likewise.
460 * testsuite/gas/all/cond.s: Likewise.
461 * testsuite/gas/all/fwdexp.d: Likewise.
462 * testsuite/gas/all/fwdexp.s: Likewise.
463 * testsuite/gas/elf/section2.e-mips: Likewise.
464 * testsuite/gas/elf/section2.l: Likewise.
465 * testsuite/gas/elf/section2.s: Likewise.
466 * testsuite/gas/macros/app1.d: Likewise.
467 * testsuite/gas/macros/app1.s: Likewise.
468 * testsuite/gas/macros/app2.d: Likewise.
469 * testsuite/gas/macros/app2.s: Likewise.
470 * testsuite/gas/macros/app3.d: Likewise.
471 * testsuite/gas/macros/app3.s: Likewise.
472 * testsuite/gas/macros/app4.d: Likewise.
473 * testsuite/gas/macros/app4.s: Likewise.
474 * testsuite/gas/macros/app4b.s: Likewise.
475 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
476 * testsuite/gas/z80/z80.exp: Add new tests
477 * testsuite/gas/z80/dollar.d: New file.
478 * testsuite/gas/z80/dollar.s: New file.
479 * testsuite/gas/z80/ez80_adl_all.d: New file.
480 * testsuite/gas/z80/ez80_adl_all.s: New file.
481 * testsuite/gas/z80/ez80_adl_suf.d: New file.
482 * testsuite/gas/z80/ez80_isuf.s: New file.
483 * testsuite/gas/z80/ez80_z80_all.d: New file.
484 * testsuite/gas/z80/ez80_z80_all.s: New file.
485 * testsuite/gas/z80/ez80_z80_suf.d: New file.
486 * testsuite/gas/z80/r800_extra.d: New file.
487 * testsuite/gas/z80/r800_extra.s: New file.
488 * testsuite/gas/z80/r800_ii8.d: New file.
489 * testsuite/gas/z80/r800_z80_doc.d: New file.
490 * testsuite/gas/z80/z180.d: New file.
491 * testsuite/gas/z80/z180.s: New file.
492 * testsuite/gas/z80/z180_z80_doc.d: New file.
493 * testsuite/gas/z80/z80_doc.d: New file.
494 * testsuite/gas/z80/z80_doc.s: New file.
495 * testsuite/gas/z80/z80_ii8.d: New file.
496 * testsuite/gas/z80/z80_ii8.s: New file.
497 * testsuite/gas/z80/z80_in_f_c.d: New file.
498 * testsuite/gas/z80/z80_in_f_c.s: New file.
499 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
500 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
501 * testsuite/gas/z80/z80_out_c_0.d: New file.
502 * testsuite/gas/z80/z80_out_c_0.s: New file.
503 * testsuite/gas/z80/z80_reloc.d: New file.
504 * testsuite/gas/z80/z80_reloc.s: New file.
505 * testsuite/gas/z80/z80_sli.d: New file.
506 * testsuite/gas/z80/z80_sli.s: New file.
507
508 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
509
510 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
511 REGLIST_RN.
512
513 2020-01-01 Alan Modra <amodra@gmail.com>
514
515 Update year range in copyright notice of all files.
516
517 For older changes see ChangeLog-2019
518 \f
519 Copyright (C) 2020 Free Software Foundation, Inc.
520
521 Copying and distribution of this file, with or without modification,
522 are permitted in any medium without royalty provided the copyright
523 notice and this notice are preserved.
524
525 Local Variables:
526 mode: change-log
527 left-margin: 8
528 fill-column: 74
529 version-control: never
530 End:
This page took 0.042971 seconds and 5 git commands to generate.