Fix/Update misc comments
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
7a6bf3be
SB
12020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
2
3 PR 25377
4 * config/tc-z80.c: Add support for half precision, single
5 precision and double precision floating point values.
6 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
7 * doc/as.texi: Add new z80 command line options.
8 * doc/c-z80.texi: Document new z80 command line options.
9 * testsuite/gas/z80/ez80_pref_dis.s: New test.
10 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
11 * testsuite/gas/z80/z80.exp: Run the new test.
12 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
13 * testsuite/gas/z80/fp_zeda32.d: Likewise.
14 * testsuite/gas/z80/strings.d: Update expected output.
15
82e9597c
MM
162020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
17
18 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
19 dependency.
20
5e4f7e05
CZ
212020-01-13 Claudiu Zissulescu <claziss@gmail.com>
22
23 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
24 the CPU.
25 * config/tc-arc.h: Add header if/defs.
26 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
27
febda64f
AM
282020-01-13 Alan Modra <amodra@gmail.com>
29
30 * testsuite/gas/wasm32/allinsn.d: Update expected output.
31
5496abe1
AM
322020-01-13 Alan Modra <amodra@gmail.com>
33
34 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
35 insertion.
36
ec4181f2
AM
372020-01-10 Alan Modra <amodra@gmail.com>
38
39 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
40 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
41
40c75bc8
SB
422020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
43
44 PR 25224
45 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
46 opcode byte values.
47 (emit_ld_r_r): Likewise.
48 (emit_ld_rr_m): Likewise.
49 (emit_ld_rr_nn): Likewise.
50
72aea328
JB
512020-01-09 Jan Beulich <jbeulich@suse.com>
52
53 * config/tc-i386.c (optimize_encoding): Add
54 is_any_vex_encoding() invocations. Drop respective
55 i.tm.extension_opcode == None checks.
56
3f93af61
JB
572020-01-09 Jan Beulich <jbeulich@suse.com>
58
59 * config/tc-i386.c (md_assemble): Check RegRex is clear during
60 REX transformations. Correct comment indentation.
61
7697afb6
JB
622020-01-09 Jan Beulich <jbeulich@suse.com>
63
64 * config/tc-i386.c (optimize_encoding): Generalize register
65 transformation for TEST optimization.
66
d835a58b
JB
672020-01-09 Jan Beulich <jbeulich@suse.com>
68
69 * testsuite/gas/i386/x86-64-sysenter-amd.s,
70 testsuite/gas/i386/x86-64-sysenter-amd.d,
71 testsuite/gas/i386/x86-64-sysenter-amd.l,
72 testsuite/gas/i386/x86-64-sysenter-intel.d,
73 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
74 * testsuite/gas/i386/i386.exp: Run new tests.
75
915808f6
NC
762020-01-08 Nick Clifton <nickc@redhat.com>
77
78 PR 25284
79 * doc/as.texi (Align): Document the fact that all arguments can be
80 omitted.
81 (Balign): Likewise.
82 (P2align): Likewise.
83
f1f28025
NC
842020-01-08 Nick Clifton <nickc@redhat.com>
85
86 PR 14891
87 * config/obj-elf.c (obj_elf_section): Fail if the section name is
88 already defined as a different symbol type.
89 * testsuite/gas/elf/pr14891.s: New test source file.
90 * testsuite/gas/elf/pr14891.d: New test driver.
91 * testsuite/gas/elf/pr14891.s: New test expected error output.
92 * testsuite/gas/elf/elf.exp: Run the new test.
93
030a2e78
AM
942020-01-08 Alan Modra <amodra@gmail.com>
95
96 * config/tc-z8k.c (md_begin): Make idx unsigned.
97 (get_specific): Likewise for this_index.
98
2a1ebfb2
CZ
992020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
100
101 * onfig/tc-arc.c (parse_reloc_symbol): New function.
102 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
103 (md_operand): Set X_md to absent.
104 (arc_parse_name): Check for X_md.
105
16d87673
SB
1062020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
107
108 PR 25311
109 * as.h (TC_STRING_ESCAPES): Provide a default definition.
110 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
111 NO_STRING_ESCAPES.
112 * read.c (next_char_of_string): Likewise.
113 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
114 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
115
a2322019
NC
1162020-01-03 Nick Clifton <nickc@redhat.com>
117
118 * po/sv.po: Updated Swedish translation.
119
5437a02a
JB
1202020-01-03 Jan Beulich <jbeulich@suse.com>
121
122 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
123 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
124
567dfba2
JB
1252020-01-03 Jan Beulich <jbeulich@suse.com>
126
127 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
128 by-element usdot. Add 64-bit form tests for by-element sudot.
129 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
130
8c45011a
JB
1312020-01-03 Jan Beulich <jbeulich@suse.com>
132
133 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
134 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
135
f4950f76
JB
1362020-01-03 Jan Beulich <jbeulich@suse.com>
137
138 * testsuite/gas/aarch64/f64mm.d,
139 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
140
6655dba2
SB
1412020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
142
143 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
144 support for assembler code generated by SDCC. Add new relocation
145 types. Add z80-elf target support.
146 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
147 labels. Local labels starts from ".L".
148 * NEWS: Mention the new support.
149 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
150 * testsuite/gas/all/fwdexp.s: Likewise.
151 * testsuite/gas/all/cond.l: Likewise.
152 * testsuite/gas/all/cond.s: Likewise.
153 * testsuite/gas/all/fwdexp.d: Likewise.
154 * testsuite/gas/all/fwdexp.s: Likewise.
155 * testsuite/gas/elf/section2.e-mips: Likewise.
156 * testsuite/gas/elf/section2.l: Likewise.
157 * testsuite/gas/elf/section2.s: Likewise.
158 * testsuite/gas/macros/app1.d: Likewise.
159 * testsuite/gas/macros/app1.s: Likewise.
160 * testsuite/gas/macros/app2.d: Likewise.
161 * testsuite/gas/macros/app2.s: Likewise.
162 * testsuite/gas/macros/app3.d: Likewise.
163 * testsuite/gas/macros/app3.s: Likewise.
164 * testsuite/gas/macros/app4.d: Likewise.
165 * testsuite/gas/macros/app4.s: Likewise.
166 * testsuite/gas/macros/app4b.s: Likewise.
167 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
168 * testsuite/gas/z80/z80.exp: Add new tests
169 * testsuite/gas/z80/dollar.d: New file.
170 * testsuite/gas/z80/dollar.s: New file.
171 * testsuite/gas/z80/ez80_adl_all.d: New file.
172 * testsuite/gas/z80/ez80_adl_all.s: New file.
173 * testsuite/gas/z80/ez80_adl_suf.d: New file.
174 * testsuite/gas/z80/ez80_isuf.s: New file.
175 * testsuite/gas/z80/ez80_z80_all.d: New file.
176 * testsuite/gas/z80/ez80_z80_all.s: New file.
177 * testsuite/gas/z80/ez80_z80_suf.d: New file.
178 * testsuite/gas/z80/r800_extra.d: New file.
179 * testsuite/gas/z80/r800_extra.s: New file.
180 * testsuite/gas/z80/r800_ii8.d: New file.
181 * testsuite/gas/z80/r800_z80_doc.d: New file.
182 * testsuite/gas/z80/z180.d: New file.
183 * testsuite/gas/z80/z180.s: New file.
184 * testsuite/gas/z80/z180_z80_doc.d: New file.
185 * testsuite/gas/z80/z80_doc.d: New file.
186 * testsuite/gas/z80/z80_doc.s: New file.
187 * testsuite/gas/z80/z80_ii8.d: New file.
188 * testsuite/gas/z80/z80_ii8.s: New file.
189 * testsuite/gas/z80/z80_in_f_c.d: New file.
190 * testsuite/gas/z80/z80_in_f_c.s: New file.
191 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
192 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
193 * testsuite/gas/z80/z80_out_c_0.d: New file.
194 * testsuite/gas/z80/z80_out_c_0.s: New file.
195 * testsuite/gas/z80/z80_reloc.d: New file.
196 * testsuite/gas/z80/z80_reloc.s: New file.
197 * testsuite/gas/z80/z80_sli.d: New file.
198 * testsuite/gas/z80/z80_sli.s: New file.
199
a65b5de6
SN
2002020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
201
202 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
203 REGLIST_RN.
204
b14ce8bf
AM
2052020-01-01 Alan Modra <amodra@gmail.com>
206
207 Update year range in copyright notice of all files.
208
0b114740 209For older changes see ChangeLog-2019
3499769a 210\f
0b114740 211Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
212
213Copying and distribution of this file, with or without modification,
214are permitted in any medium without royalty provided the copyright
215notice and this notice are preserved.
216
217Local Variables:
218mode: change-log
219left-margin: 8
220fill-column: 74
221version-control: never
222End:
This page took 0.26101 seconds and 4 git commands to generate.