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