Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
2
3 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
4 support for assembler code generated by SDCC. Add new relocation
5 types. Add z80-elf target support.
6 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
7 labels. Local labels starts from ".L".
8 * NEWS: Mention the new support.
9 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
10 * testsuite/gas/all/fwdexp.s: Likewise.
11 * testsuite/gas/all/cond.l: Likewise.
12 * testsuite/gas/all/cond.s: Likewise.
13 * testsuite/gas/all/fwdexp.d: Likewise.
14 * testsuite/gas/all/fwdexp.s: Likewise.
15 * testsuite/gas/elf/section2.e-mips: Likewise.
16 * testsuite/gas/elf/section2.l: Likewise.
17 * testsuite/gas/elf/section2.s: Likewise.
18 * testsuite/gas/macros/app1.d: Likewise.
19 * testsuite/gas/macros/app1.s: Likewise.
20 * testsuite/gas/macros/app2.d: Likewise.
21 * testsuite/gas/macros/app2.s: Likewise.
22 * testsuite/gas/macros/app3.d: Likewise.
23 * testsuite/gas/macros/app3.s: Likewise.
24 * testsuite/gas/macros/app4.d: Likewise.
25 * testsuite/gas/macros/app4.s: Likewise.
26 * testsuite/gas/macros/app4b.s: Likewise.
27 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
28 * testsuite/gas/z80/z80.exp: Add new tests
29 * testsuite/gas/z80/dollar.d: New file.
30 * testsuite/gas/z80/dollar.s: New file.
31 * testsuite/gas/z80/ez80_adl_all.d: New file.
32 * testsuite/gas/z80/ez80_adl_all.s: New file.
33 * testsuite/gas/z80/ez80_adl_suf.d: New file.
34 * testsuite/gas/z80/ez80_isuf.s: New file.
35 * testsuite/gas/z80/ez80_z80_all.d: New file.
36 * testsuite/gas/z80/ez80_z80_all.s: New file.
37 * testsuite/gas/z80/ez80_z80_suf.d: New file.
38 * testsuite/gas/z80/r800_extra.d: New file.
39 * testsuite/gas/z80/r800_extra.s: New file.
40 * testsuite/gas/z80/r800_ii8.d: New file.
41 * testsuite/gas/z80/r800_z80_doc.d: New file.
42 * testsuite/gas/z80/z180.d: New file.
43 * testsuite/gas/z80/z180.s: New file.
44 * testsuite/gas/z80/z180_z80_doc.d: New file.
45 * testsuite/gas/z80/z80_doc.d: New file.
46 * testsuite/gas/z80/z80_doc.s: New file.
47 * testsuite/gas/z80/z80_ii8.d: New file.
48 * testsuite/gas/z80/z80_ii8.s: New file.
49 * testsuite/gas/z80/z80_in_f_c.d: New file.
50 * testsuite/gas/z80/z80_in_f_c.s: New file.
51 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
52 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
53 * testsuite/gas/z80/z80_out_c_0.d: New file.
54 * testsuite/gas/z80/z80_out_c_0.s: New file.
55 * testsuite/gas/z80/z80_reloc.d: New file.
56 * testsuite/gas/z80/z80_reloc.s: New file.
57 * testsuite/gas/z80/z80_sli.d: New file.
58 * testsuite/gas/z80/z80_sli.s: New file.
59
60 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
61
62 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
63 REGLIST_RN.
64
65 2020-01-01 Alan Modra <amodra@gmail.com>
66
67 Update year range in copyright notice of all files.
68
69 For older changes see ChangeLog-2019
70 \f
71 Copyright (C) 2020 Free Software Foundation, Inc.
72
73 Copying and distribution of this file, with or without modification,
74 are permitted in any medium without royalty provided the copyright
75 notice and this notice are preserved.
76
77 Local Variables:
78 mode: change-log
79 left-margin: 8
80 fill-column: 74
81 version-control: never
82 End:
This page took 0.031067 seconds and 5 git commands to generate.