e3adaa722acc4e864fcaaeae74c81e78cb39f289
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-17 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
4 with vex_encoding_vex.
5 (parse_insn): Likewise.
6 * doc/c-i386.texi: Replace {vex2} with {vex}. Update {vex}
7 and {vex3} documentation.
8 * testsuite/gas/i386/pseudos.s: Replace 3 {vex2} tests with
9 {vex}.
10 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
11
12 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
13
14 PR 25376
15 * config/tc-arm.c (mve_ext, mve_fp_ext): Use CORE_HIGH.
16 (armv8_1m_main_ext_table): Use CORE_HIGH for mve.
17 * testsuite/arm/armv8_1-m-fpu-mve-1.s: New.
18 * testsuite/arm/armv8_1-m-fpu-mve-1.d: New.
19 * testsuite/arm/armv8_1-m-fpu-mve-2.s: New.
20 * testsuite/arm/armv8_1-m-fpu-mve-2.d: New.
21
22 2020-01-16 Jan Beulich <jbeulich@suse.com>
23
24 * config/tc-i386.c (match_template): Drop found_cpu_match local
25 variable.
26
27 2020-01-16 Jan Beulich <jbeulich@suse.com>
28
29 * testsuite/gas/i386/avx512dq-inval.l,
30 testsuite/gas/i386/avx512dq-inval.s: New.
31 * testsuite/gas/i386/i386.exp: Run new test.
32
33 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
34
35 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
36 relocations when the target is 430X, except when extracting part of an
37 expression.
38 (msp430_srcoperand): Adjust comment.
39 Initialize the expp member of the msp430_operand_s struct as
40 appropriate.
41 (msp430_dstoperand): Likewise.
42 * testsuite/gas/msp430/msp430.exp: Run new test.
43 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
44 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
45
46 2020-01-15 Alan Modra <amodra@gmail.com>
47
48 * configure.tgt: Add sparc-*-freebsd case.
49
50 2020-01-14 Lili Cui <lili.cui@intel.com>
51
52 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
53 * testsuite/gas/i386/align-branch-1b.d: Likewise.
54 * testsuite/gas/i386/align-branch-1c.d: Likewise.
55 * testsuite/gas/i386/align-branch-1d.d: Likewise.
56 * testsuite/gas/i386/align-branch-1e.d: Likewise.
57 * testsuite/gas/i386/align-branch-1f.d: Likewise.
58 * testsuite/gas/i386/align-branch-1g.d: Likewise.
59 * testsuite/gas/i386/align-branch-1h.d: Likewise.
60 * testsuite/gas/i386/align-branch-1i.d: Likewise.
61 * testsuite/gas/i386/align-branch-5.d: Likewise.
62 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
63 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
64 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
65 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
66 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
67 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
68 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
69 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
70 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
71 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
72 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
73 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
74
75 2020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
76
77 PR 25377
78 * config/tc-z80.c: Add support for half precision, single
79 precision and double precision floating point values.
80 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
81 * doc/as.texi: Add new z80 command line options.
82 * doc/c-z80.texi: Document new z80 command line options.
83 * testsuite/gas/z80/ez80_pref_dis.s: New test.
84 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
85 * testsuite/gas/z80/z80.exp: Run the new test.
86 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
87 * testsuite/gas/z80/fp_zeda32.d: Likewise.
88 * testsuite/gas/z80/strings.d: Update expected output.
89
90 2020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
91
92 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
93 dependency.
94
95 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
96
97 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
98 the CPU.
99 * config/tc-arc.h: Add header if/defs.
100 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
101
102 2020-01-13 Alan Modra <amodra@gmail.com>
103
104 * testsuite/gas/wasm32/allinsn.d: Update expected output.
105
106 2020-01-13 Alan Modra <amodra@gmail.com>
107
108 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
109 insertion.
110
111 2020-01-10 Alan Modra <amodra@gmail.com>
112
113 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
114 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
115
116 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
117
118 PR 25224
119 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
120 opcode byte values.
121 (emit_ld_r_r): Likewise.
122 (emit_ld_rr_m): Likewise.
123 (emit_ld_rr_nn): Likewise.
124
125 2020-01-09 Jan Beulich <jbeulich@suse.com>
126
127 * config/tc-i386.c (optimize_encoding): Add
128 is_any_vex_encoding() invocations. Drop respective
129 i.tm.extension_opcode == None checks.
130
131 2020-01-09 Jan Beulich <jbeulich@suse.com>
132
133 * config/tc-i386.c (md_assemble): Check RegRex is clear during
134 REX transformations. Correct comment indentation.
135
136 2020-01-09 Jan Beulich <jbeulich@suse.com>
137
138 * config/tc-i386.c (optimize_encoding): Generalize register
139 transformation for TEST optimization.
140
141 2020-01-09 Jan Beulich <jbeulich@suse.com>
142
143 * testsuite/gas/i386/x86-64-sysenter-amd.s,
144 testsuite/gas/i386/x86-64-sysenter-amd.d,
145 testsuite/gas/i386/x86-64-sysenter-amd.l,
146 testsuite/gas/i386/x86-64-sysenter-intel.d,
147 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
148 * testsuite/gas/i386/i386.exp: Run new tests.
149
150 2020-01-08 Nick Clifton <nickc@redhat.com>
151
152 PR 25284
153 * doc/as.texi (Align): Document the fact that all arguments can be
154 omitted.
155 (Balign): Likewise.
156 (P2align): Likewise.
157
158 2020-01-08 Nick Clifton <nickc@redhat.com>
159
160 PR 14891
161 * config/obj-elf.c (obj_elf_section): Fail if the section name is
162 already defined as a different symbol type.
163 * testsuite/gas/elf/pr14891.s: New test source file.
164 * testsuite/gas/elf/pr14891.d: New test driver.
165 * testsuite/gas/elf/pr14891.s: New test expected error output.
166 * testsuite/gas/elf/elf.exp: Run the new test.
167
168 2020-01-08 Alan Modra <amodra@gmail.com>
169
170 * config/tc-z8k.c (md_begin): Make idx unsigned.
171 (get_specific): Likewise for this_index.
172
173 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
174
175 * onfig/tc-arc.c (parse_reloc_symbol): New function.
176 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
177 (md_operand): Set X_md to absent.
178 (arc_parse_name): Check for X_md.
179
180 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
181
182 PR 25311
183 * as.h (TC_STRING_ESCAPES): Provide a default definition.
184 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
185 NO_STRING_ESCAPES.
186 * read.c (next_char_of_string): Likewise.
187 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
188 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
189
190 2020-01-03 Nick Clifton <nickc@redhat.com>
191
192 * po/sv.po: Updated Swedish translation.
193
194 2020-01-03 Jan Beulich <jbeulich@suse.com>
195
196 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
197 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
198
199 2020-01-03 Jan Beulich <jbeulich@suse.com>
200
201 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
202 by-element usdot. Add 64-bit form tests for by-element sudot.
203 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
204
205 2020-01-03 Jan Beulich <jbeulich@suse.com>
206
207 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
208 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
209
210 2020-01-03 Jan Beulich <jbeulich@suse.com>
211
212 * testsuite/gas/aarch64/f64mm.d,
213 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
214
215 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
216
217 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
218 support for assembler code generated by SDCC. Add new relocation
219 types. Add z80-elf target support.
220 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
221 labels. Local labels starts from ".L".
222 * NEWS: Mention the new support.
223 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
224 * testsuite/gas/all/fwdexp.s: Likewise.
225 * testsuite/gas/all/cond.l: Likewise.
226 * testsuite/gas/all/cond.s: Likewise.
227 * testsuite/gas/all/fwdexp.d: Likewise.
228 * testsuite/gas/all/fwdexp.s: Likewise.
229 * testsuite/gas/elf/section2.e-mips: Likewise.
230 * testsuite/gas/elf/section2.l: Likewise.
231 * testsuite/gas/elf/section2.s: Likewise.
232 * testsuite/gas/macros/app1.d: Likewise.
233 * testsuite/gas/macros/app1.s: Likewise.
234 * testsuite/gas/macros/app2.d: Likewise.
235 * testsuite/gas/macros/app2.s: Likewise.
236 * testsuite/gas/macros/app3.d: Likewise.
237 * testsuite/gas/macros/app3.s: Likewise.
238 * testsuite/gas/macros/app4.d: Likewise.
239 * testsuite/gas/macros/app4.s: Likewise.
240 * testsuite/gas/macros/app4b.s: Likewise.
241 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
242 * testsuite/gas/z80/z80.exp: Add new tests
243 * testsuite/gas/z80/dollar.d: New file.
244 * testsuite/gas/z80/dollar.s: New file.
245 * testsuite/gas/z80/ez80_adl_all.d: New file.
246 * testsuite/gas/z80/ez80_adl_all.s: New file.
247 * testsuite/gas/z80/ez80_adl_suf.d: New file.
248 * testsuite/gas/z80/ez80_isuf.s: New file.
249 * testsuite/gas/z80/ez80_z80_all.d: New file.
250 * testsuite/gas/z80/ez80_z80_all.s: New file.
251 * testsuite/gas/z80/ez80_z80_suf.d: New file.
252 * testsuite/gas/z80/r800_extra.d: New file.
253 * testsuite/gas/z80/r800_extra.s: New file.
254 * testsuite/gas/z80/r800_ii8.d: New file.
255 * testsuite/gas/z80/r800_z80_doc.d: New file.
256 * testsuite/gas/z80/z180.d: New file.
257 * testsuite/gas/z80/z180.s: New file.
258 * testsuite/gas/z80/z180_z80_doc.d: New file.
259 * testsuite/gas/z80/z80_doc.d: New file.
260 * testsuite/gas/z80/z80_doc.s: New file.
261 * testsuite/gas/z80/z80_ii8.d: New file.
262 * testsuite/gas/z80/z80_ii8.s: New file.
263 * testsuite/gas/z80/z80_in_f_c.d: New file.
264 * testsuite/gas/z80/z80_in_f_c.s: New file.
265 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
266 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
267 * testsuite/gas/z80/z80_out_c_0.d: New file.
268 * testsuite/gas/z80/z80_out_c_0.s: New file.
269 * testsuite/gas/z80/z80_reloc.d: New file.
270 * testsuite/gas/z80/z80_reloc.s: New file.
271 * testsuite/gas/z80/z80_sli.d: New file.
272 * testsuite/gas/z80/z80_sli.s: New file.
273
274 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
275
276 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
277 REGLIST_RN.
278
279 2020-01-01 Alan Modra <amodra@gmail.com>
280
281 Update year range in copyright notice of all files.
282
283 For older changes see ChangeLog-2019
284 \f
285 Copyright (C) 2020 Free Software Foundation, Inc.
286
287 Copying and distribution of this file, with or without modification,
288 are permitted in any medium without royalty provided the copyright
289 notice and this notice are preserved.
290
291 Local Variables:
292 mode: change-log
293 left-margin: 8
294 fill-column: 74
295 version-control: never
296 End:
This page took 0.038679 seconds and 3 git commands to generate.