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