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