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