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