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