5a16b9144aaa2ec23f04b2aeaca3155ba1825946
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
2
3 PR 25311
4 * as.h (TC_STRING_ESCAPES): Provide a default definition.
5 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
6 NO_STRING_ESCAPES.
7 * read.c (next_char_of_string): Likewise.
8 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
9 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
10
11 2020-01-03 Nick Clifton <nickc@redhat.com>
12
13 * po/sv.po: Updated Swedish translation.
14
15 2020-01-03 Jan Beulich <jbeulich@suse.com>
16
17 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
18 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
19
20 2020-01-03 Jan Beulich <jbeulich@suse.com>
21
22 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
23 by-element usdot. Add 64-bit form tests for by-element sudot.
24 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
25
26 2020-01-03 Jan Beulich <jbeulich@suse.com>
27
28 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
29 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
30
31 2020-01-03 Jan Beulich <jbeulich@suse.com>
32
33 * testsuite/gas/aarch64/f64mm.d,
34 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
35
36 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
37
38 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
39 support for assembler code generated by SDCC. Add new relocation
40 types. Add z80-elf target support.
41 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
42 labels. Local labels starts from ".L".
43 * NEWS: Mention the new support.
44 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
45 * testsuite/gas/all/fwdexp.s: Likewise.
46 * testsuite/gas/all/cond.l: Likewise.
47 * testsuite/gas/all/cond.s: Likewise.
48 * testsuite/gas/all/fwdexp.d: Likewise.
49 * testsuite/gas/all/fwdexp.s: Likewise.
50 * testsuite/gas/elf/section2.e-mips: Likewise.
51 * testsuite/gas/elf/section2.l: Likewise.
52 * testsuite/gas/elf/section2.s: Likewise.
53 * testsuite/gas/macros/app1.d: Likewise.
54 * testsuite/gas/macros/app1.s: Likewise.
55 * testsuite/gas/macros/app2.d: Likewise.
56 * testsuite/gas/macros/app2.s: Likewise.
57 * testsuite/gas/macros/app3.d: Likewise.
58 * testsuite/gas/macros/app3.s: Likewise.
59 * testsuite/gas/macros/app4.d: Likewise.
60 * testsuite/gas/macros/app4.s: Likewise.
61 * testsuite/gas/macros/app4b.s: Likewise.
62 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
63 * testsuite/gas/z80/z80.exp: Add new tests
64 * testsuite/gas/z80/dollar.d: New file.
65 * testsuite/gas/z80/dollar.s: New file.
66 * testsuite/gas/z80/ez80_adl_all.d: New file.
67 * testsuite/gas/z80/ez80_adl_all.s: New file.
68 * testsuite/gas/z80/ez80_adl_suf.d: New file.
69 * testsuite/gas/z80/ez80_isuf.s: New file.
70 * testsuite/gas/z80/ez80_z80_all.d: New file.
71 * testsuite/gas/z80/ez80_z80_all.s: New file.
72 * testsuite/gas/z80/ez80_z80_suf.d: New file.
73 * testsuite/gas/z80/r800_extra.d: New file.
74 * testsuite/gas/z80/r800_extra.s: New file.
75 * testsuite/gas/z80/r800_ii8.d: New file.
76 * testsuite/gas/z80/r800_z80_doc.d: New file.
77 * testsuite/gas/z80/z180.d: New file.
78 * testsuite/gas/z80/z180.s: New file.
79 * testsuite/gas/z80/z180_z80_doc.d: New file.
80 * testsuite/gas/z80/z80_doc.d: New file.
81 * testsuite/gas/z80/z80_doc.s: New file.
82 * testsuite/gas/z80/z80_ii8.d: New file.
83 * testsuite/gas/z80/z80_ii8.s: New file.
84 * testsuite/gas/z80/z80_in_f_c.d: New file.
85 * testsuite/gas/z80/z80_in_f_c.s: New file.
86 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
87 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
88 * testsuite/gas/z80/z80_out_c_0.d: New file.
89 * testsuite/gas/z80/z80_out_c_0.s: New file.
90 * testsuite/gas/z80/z80_reloc.d: New file.
91 * testsuite/gas/z80/z80_reloc.s: New file.
92 * testsuite/gas/z80/z80_sli.d: New file.
93 * testsuite/gas/z80/z80_sli.s: New file.
94
95 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
96
97 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
98 REGLIST_RN.
99
100 2020-01-01 Alan Modra <amodra@gmail.com>
101
102 Update year range in copyright notice of all files.
103
104 For older changes see ChangeLog-2019
105 \f
106 Copyright (C) 2020 Free Software Foundation, Inc.
107
108 Copying and distribution of this file, with or without modification,
109 are permitted in any medium without royalty provided the copyright
110 notice and this notice are preserved.
111
112 Local Variables:
113 mode: change-log
114 left-margin: 8
115 fill-column: 74
116 version-control: never
117 End:
This page took 0.03009 seconds and 3 git commands to generate.