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