]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
mbind gas tests and supports_gnu_osabi testsuite infrastructure
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
02e0be69
AM
12020-02-06 Alan Modra <amodra@gmail.com>
2
3 * testsuite/gas/elf/section12a.d: Use supports_gnu_osabi in
4 xfail, and rename test.
5 * testsuite/gas/elf/section12b.d: Likewise.
6 * testsuite/gas/elf/section16a.d: Likewise.
7 * testsuite/gas/elf/section16b.d: Likewise.
8
a8c4d40b
L
92020-02-02 H.J. Lu <hongjiu.lu@intel.com>
10
11 PR gas/25380
12 * config/obj-elf.c (section_match): Removed.
13 (get_section): Also match SEC_ASSEMBLER_SECTION_ID and
14 section_id.
15 (obj_elf_change_section): Replace info and group_name arguments
16 with match_p. Also update the section ID and flags from match_p.
17 (obj_elf_section): Handle "unique,N". Update call to
18 obj_elf_change_section.
19 * config/obj-elf.h (elf_section_match): New.
20 (obj_elf_change_section): Updated.
21 * config/tc-arm.c (start_unwind_section): Update call to
22 obj_elf_change_section.
23 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
24 * config/tc-microblaze.c (microblaze_s_data): Likewise.
25 (microblaze_s_sdata): Likewise.
26 (microblaze_s_rdata): Likewise.
27 (microblaze_s_bss): Likewise.
28 * config/tc-mips.c (s_change_section): Likewise.
29 * config/tc-msp430.c (msp430_profiler): Likewise.
30 * config/tc-rx.c (parse_rx_section): Likewise.
31 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
32 * doc/as.texi: Document "unique,N" in .section directive.
33 * testsuite/gas/elf/elf.exp: Run "unique,N" tests.
34 * testsuite/gas/elf/section15.d: New file.
35 * testsuite/gas/elf/section15.s: Likewise.
36 * testsuite/gas/elf/section16.s: Likewise.
37 * testsuite/gas/elf/section16a.d: Likewise.
38 * testsuite/gas/elf/section16b.d: Likewise.
39 * testsuite/gas/elf/section17.d: Likewise.
40 * testsuite/gas/elf/section17.l: Likewise.
41 * testsuite/gas/elf/section17.s: Likewise.
42 * testsuite/gas/i386/unique.d: Likewise.
43 * testsuite/gas/i386/unique.s: Likewise.
44 * testsuite/gas/i386/x86-64-unique.d: Likewise.
45 * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique.
46
575d37ae
L
472020-02-02 H.J. Lu <hongjiu.lu@intel.com>
48
49 * testsuite/gas/elf/section13.s: Replace @nobits with %nobits.
50
2384096c
G
512020-02-01 Anthony Green <green@moxielogic.com>
52
53 * config/tc-moxie.c (md_begin): Don't force big-endian mode.
54
95441c43
SL
552020-01-31 Sandra Loosemore <sandra@codesourcery.com>
56
57 * config/tc-nios2.c (nios2_cons): Handle %gotoff as well as
58 %tls_ldo.
59
d465d695
AV
602020-01-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
61
62 PR gas/25472
63 * config/tc-arm.c (armv8m_main_ext_table): Refactored +dsp adding.
64 (armv8_1m_main_ext_table): Refactored +dsp adding and enabled dsp for
65 +mve.
66 * testsuite/gas/arm/mve_dsp.d: New test.
67
d26cc8a9
NC
682020-01-31 Nick Clifton <nickc@redhat.com>
69
70 * config/tc-s390.c (s390_elf_suffix): Return ELF_SUFFIX_NONE
71 rather than BFD_RELOC_NONE.
72
90e9955a
SP
732020-01-31 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
74
75 * config/tc-arm.c (fldmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2"
76 to support VLDMIA instruction for MVE.
77 (fldmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VLDMDB
78 instruction for MVE.
79 (fstmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMIA
80 instruction for MVE.
81 (fstmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMDB
82 instruction for MVE.
83 * testsuite/gas/arm/mve-ldst.d: New test.
84 * testsuite/gas/arm/mve-ldst.s: Likewise.
85
53943f32
NC
862020-01-31 Nick Clifton <nickc@redhat.com>
87
88 * po/fr.po: Updated French translation.
89 * po/ru.po: Updated Russian translation.
90
c3036ed0
RS
912020-01-31 Richard Sandiford <richard.sandiford@arm.com>
92
93 * testsuite/gas/aarch64/sve-bfloat-movprfx.s: Use .h rather than
94 .s for the movprfx.
95 * testsuite/gas/aarch64/sve-bfloat-movprfx.d: Update accordingly.
96 * testsuite/gas/aarch64/sve-movprfx_28.d,
97 * testsuite/gas/aarch64/sve-movprfx_28.l,
98 * testsuite/gas/aarch64/sve-movprfx_28.s: New test.
99
2ae4c703
JB
1002020-01-30 Jan Beulich <jbeulich@suse.com>
101
102 * config/tc-i386.c (output_disp): Tighten base_opcode check.
103 * testsuite/gas/i386/got.s: Add LSL, MOVLPS, and BNDCN cases.
104 * testsuite/gas/i386/got-no-relax.d, testsuite/gas/i386/got.d:
105 Adjust expectations.
106
bd434cc4
JM
1072020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
108
109 * testsuite/gas/bpf/alu.d: Update expected opcode for `neg'.
110 * testsuite/gas/bpf/alu-be.d: Likewise.
111 * testsuite/gas/bpf/alu32.d: Likewise for `neg32'.
112 * testsuite/gas/bpf/alu32-be.d: Likewise.
113
aeab2b26
JB
1142020-01-30 Jan Beulich <jbeulich@suse.com>
115
116 * testsuite/gas/i386/x86-64-branch-2.s,
117 testsuite/gas/i386/x86-64-branch-4.s,
118 testsuite/gas/i386/x86-64-branch.s: Add RETW cases.
119 * testsuite/gas/i386/ilp32/x86-64-branch.d,
120 testsuite/gas/i386/x86-64-branch-2.d,
121 testsuite/gas/i386/x86-64-branch-4.l,
122 testsuite/gas/i386/x86-64-branch.d: Adjust expectations.
123
873494c8
JB
1242020-01-30 Jan Beulich <jbeulich@suse.com>
125
126 * config/tc-i386.c (process_suffix): .
127 testsuite/gas/i386/noreg64.s: Add IRET and LRET cases.
128 testsuite/gas/i386/x86-64-opcode.s: Add suffix to IRET and LRET.
129 Add LRETQ case.
130 testsuite/gas/i386/x86-64-suffix.s: Drop IRET case without
131 suffix.
132 testsuite/gas/i386/x86_64.s: Add RETF cases.
133 * testsuite/gas/i386/k1om.d, testsuite/gas/i386/l1om.d,
134 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l,
135 testsuite/gas/i386/x86-64-opcode.d,
136 testsuite/gas/i386/x86-64-suffix-intel.d,
137 testsuite/gas/i386/x86-64-suffix.d,
138 testsuite/gas/i386/x86_64-intel.d
139 testsuite/gas/i386/x86_64.d: Adjust expectations.
140 * testsuite/gas/i386/x86-64-suffix.e,
141 testsuite/gas/i386/x86_64.e: New.
142
62b3f548
JB
1432020-01-30 Jan Beulich <jbeulich@suse.com>
144
145 * config/tc-i386.c (process_suffix): Redo and move FLDENV et al
146 special case.
147
bc31405e
L
1482020-01-27 H.J. Lu <hongjiu.lu@intel.com>
149
150 PR binutils/25445
151 * config/tc-i386.c (check_long_reg): Also convert to QWORD for
152 movsxd.
153 * doc/c-i386.texi: Add a node for AMD64 vs. Intel64 ISA
154 differences. Document movslq and movsxd.
155 * testsuite/gas/i386/i386.exp: Run PR binutils/25445 tests.
156 * testsuite/gas/i386/x86-64-movsxd-intel.d: New file.
157 * testsuite/gas/i386/x86-64-movsxd-intel64-intel.d: Likewise.
158 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.l: Likewise.
159 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.s: Likewise.
160 * testsuite/gas/i386/x86-64-movsxd-intel64.d: Likewise.
161 * testsuite/gas/i386/x86-64-movsxd-intel64.s: Likewise.
162 * testsuite/gas/i386/x86-64-movsxd-inval.l: Likewise.
163 * testsuite/gas/i386/x86-64-movsxd-inval.s: Likewise.
164 * testsuite/gas/i386/x86-64-movsxd.d: Likewise.
165 * testsuite/gas/i386/x86-64-movsxd.s: Likewise.
166
e3696f67
AM
1672020-01-27 Alan Modra <amodra@gmail.com>
168
169 * testsuite/gas/all/gas.exp: Replace case statements with switch
170 statements.
171 * testsuite/gas/elf/elf.exp: Likewise.
172 * testsuite/gas/macros/macros.exp: Likewise.
173 * testsuite/lib/gas-defs.exp: Likewise.
174
7568c93b
TC
1752020-01-27 Tamar Christina <tamar.christina@arm.com>
176
177 PR 25403
178 * testsuite/gas/aarch64/armv8_4-a.d: Add cfinv.
179 * testsuite/gas/aarch64/armv8_4-a.s: Likewise.
180
403d1bd9
JW
1812020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
182
183 * testsuite/gas/riscv/march-ok-s.d: sx is no longer valid and
184 s exts must be known, so rename *ok* to *fail*.
185 * testsuite/gas/riscv/march-ok-sx.d: Likewise.
186 * testsuite/gas/riscv/march-ok-s-with-version: Likewise.
187 * testsuite/gas/riscv/march-fail-s.l: Expected error messages for
188 above change.
189 * testsuite/gas/riscv/march-fail-sx.l: Likewise.
190 * testsuite/gas/riscv/march-fail-sx-with-version.l: Likewise.
191
be4c5e58
L
1922020-01-22 H.J. Lu <hongjiu.lu@intel.com>
193
194 PR gas/25438
195 * config/tc-i386.c (check_long_reg): Always disallow double word
196 suffix in mnemonic with word general register.
197 * testsuite/gas/i386/general.s: Replace word general register
198 with double word general register for movl.
199 * testsuite/gas/i386/inval.s: Add tests for movl with word general
200 register.
201 * testsuite/gas/i386/general.l: Updated.
202 * testsuite/gas/i386/inval.l: Likewise.
203
9e7028aa
AM
2042020-01-22 Alan Modra <amodra@gmail.com>
205
206 * config/tc-ppc.c (parse_tls_arg): Handle tls arg for
207 __tls_get_addr_desc and __tls_get_addr_opt.
208
e3ed17f3
JB
2092020-01-21 Jan Beulich <jbeulich@suse.com>
210
211 * testsuite/gas/i386/inval-crc32.s,
212 testsuite/gas/i386/x86-64-inval-crc32.s: Add alignment directive.
213 * testsuite/gas/i386/inval-crc32.l,
214 testsuite/gas/i386/x86-64-inval-crc32.l: Adjust expectations.
215
1a035124
JB
2162020-01-21 Jan Beulich <jbeulich@suse.com>
217
218 * config/tc-i386.c (process_suffix): Merge CRC32 handling into
219 generic code path. Deal with No_lSuf being set in a template.
220 * testsuite/gas/i386/inval-crc32.l,
221 testsuite/gas/i386/x86-64-inval-crc32.l: Expect warning(s)
222 instead of error(s) when operand size is ambiguous.
223 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
224 testsuite/gas/i386/noreg64.s: Add CRC32 tests.
225 * testsuite/gas/i386/noreg16.d, testsuite/gas/i386/noreg16.l,
226 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg32.l,
227 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l:
228 Adjust expectations.
229
c006a730
JB
2302020-01-21 Jan Beulich <jbeulich@suse.com>
231
232 * config/tc-i386.c (process_suffix): Drop SYSRET special case
233 and an intel_syntax check. Re-write lack-of-suffix processing
234 logic.
235 * doc/c-i386.texi: Document operand size defaults for suffix-
236 less AT&T syntax insns.
237 * testsuite/gas/i386/bundle.s, testsuite/gas/i386/lock-1.s,
238 testsuite/gas/i386/opcode.s, testsuite/gas/i386/sse3.s,
239 testsuite/gas/i386/x86-64-avx-scalar.s,
240 testsuite/gas/i386/x86-64-avx.s,
241 testsuite/gas/i386/x86-64-bundle.s,
242 testsuite/gas/i386/x86-64-intel64.s,
243 testsuite/gas/i386/x86-64-lock-1.s,
244 testsuite/gas/i386/x86-64-opcode.s,
245 testsuite/gas/i386/x86-64-sse2avx.s,
246 testsuite/gas/i386/x86-64-sse3.s: Add missing suffixes.
247 * testsuite/gas/i386/nops.s, testsuite/gas/i386/sse-noavx.s,
248 testsuite/gas/i386/x86-64-nops.s,
249 testsuite/gas/i386/x86-64-ptwrite.s,
250 testsuite/gas/i386/x86-64-simd.s,
251 testsuite/gas/i386/x86-64-sse-noavx.s,
252 testsuite/gas/i386/x86-64-suffix.s: Drop bogus suffix-less
253 insns.
254 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
255 testsuite/gas/i386/noreg64.s: Add further tests.
256 * testsuite/gas/i386/ilp32/x86-64-nops.d,
257 testsuite/gas/i386/nops.d, testsuite/gas/i386/noreg16.d,
258 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
259 testsuite/gas/i386/sse-noavx.d,
260 testsuite/gas/i386/x86-64-intel64.d,
261 testsuite/gas/i386/x86-64-nops.d,
262 testsuite/gas/i386/x86-64-opcode.d,
263 testsuite/gas/i386/x86-64-ptwrite-intel.d,
264 testsuite/gas/i386/x86-64-ptwrite.d,
265 testsuite/gas/i386/x86-64-simd-intel.d,
266 testsuite/gas/i386/x86-64-simd-suffix.d,
267 testsuite/gas/i386/x86-64-simd.d,
268 testsuite/gas/i386/x86-64-sse-noavx.d
269 testsuite/gas/i386/x86-64-suffix.d,
270 testsuite/gas/i386/x86-64-suffix-intel.d: Adjust expectations.
271 * testsuite/gas/i386/noreg16.l, testsuite/gas/i386/noreg32.l,
272 testsuite/gas/i386/noreg64.l: New.
273 * testsuite/gas/i386/i386.exp: Run new tests.
274
c906a69a
JB
2752020-01-21 Jan Beulich <jbeulich@suse.com>
276
277 * testsuite/gas/i386/avx512_bf16_vl.s,
278 testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Add broadcast forms
279 of VCVTNEPS2BF16{X,Y}. Add operand-size less Intel syntax
280 broadcast forms of VCVTNEPS2BF16.
281 * testsuite/gas/i386/avx512_bf16_vl.d,
282 testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Adjust expectations.
283
26916852
NC
2842020-01-20 Nick Clifton <nickc@redhat.com>
285
286 * po/uk.po: Updated Ukranian translation.
287
14470f07
L
2882020-01-20 H.J. Lu <hongjiu.lu@intel.com>
289
290 PR ld/25416
291 * config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
292 for lea with R_X86_64_GOTPC32_TLSDESC relocation when generating
293 x32 object.
294 * testsuite/gas/i386/ilp32/x32-tls.d: Updated.
295 * testsuite/gas/i386/ilp32/x32-tls.s: Add tests for lea with
296 R_X86_64_GOTPC32_TLSDESC relocation.
297
1b1bb2c6
NC
2982020-01-18 Nick Clifton <nickc@redhat.com>
299
300 * configure: Regenerate.
301 * po/gas.pot: Regenerate.
302
ae774686
NC
3032020-01-18 Nick Clifton <nickc@redhat.com>
304
305 Binutils 2.34 branch created.
306
42e04b36
L
3072020-01-17 H.J. Lu <hongjiu.lu@intel.com>
308
309 * config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
310 with vex_encoding_vex.
311 (parse_insn): Likewise.
312 * doc/c-i386.texi: Replace {vex2} with {vex}. Update {vex}
313 and {vex3} documentation.
314 * testsuite/gas/i386/pseudos.s: Replace 3 {vex2} tests with
315 {vex}.
316 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
317
2da2eaf4
AV
3182020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
319
320 PR 25376
321 * config/tc-arm.c (mve_ext, mve_fp_ext): Use CORE_HIGH.
322 (armv8_1m_main_ext_table): Use CORE_HIGH for mve.
323 * testsuite/arm/armv8_1-m-fpu-mve-1.s: New.
324 * testsuite/arm/armv8_1-m-fpu-mve-1.d: New.
325 * testsuite/arm/armv8_1-m-fpu-mve-2.s: New.
326 * testsuite/arm/armv8_1-m-fpu-mve-2.d: New.
327
45a4bb20
JB
3282020-01-16 Jan Beulich <jbeulich@suse.com>
329
330 * config/tc-i386.c (match_template): Drop found_cpu_match local
331 variable.
332
4814632e
JB
3332020-01-16 Jan Beulich <jbeulich@suse.com>
334
335 * testsuite/gas/i386/avx512dq-inval.l,
336 testsuite/gas/i386/avx512dq-inval.s: New.
337 * testsuite/gas/i386/i386.exp: Run new test.
338
131cb553
JL
3392020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
340
341 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
342 relocations when the target is 430X, except when extracting part of an
343 expression.
344 (msp430_srcoperand): Adjust comment.
345 Initialize the expp member of the msp430_operand_s struct as
346 appropriate.
347 (msp430_dstoperand): Likewise.
348 * testsuite/gas/msp430/msp430.exp: Run new test.
349 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
350 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
351
c24d0e8d
AM
3522020-01-15 Alan Modra <amodra@gmail.com>
353
354 * configure.tgt: Add sparc-*-freebsd case.
355
e44925ae
LC
3562020-01-14 Lili Cui <lili.cui@intel.com>
357
358 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
359 * testsuite/gas/i386/align-branch-1b.d: Likewise.
360 * testsuite/gas/i386/align-branch-1c.d: Likewise.
361 * testsuite/gas/i386/align-branch-1d.d: Likewise.
362 * testsuite/gas/i386/align-branch-1e.d: Likewise.
363 * testsuite/gas/i386/align-branch-1f.d: Likewise.
364 * testsuite/gas/i386/align-branch-1g.d: Likewise.
365 * testsuite/gas/i386/align-branch-1h.d: Likewise.
366 * testsuite/gas/i386/align-branch-1i.d: Likewise.
367 * testsuite/gas/i386/align-branch-5.d: Likewise.
368 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
369 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
370 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
371 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
372 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
373 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
374 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
375 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
376 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
377 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
378 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
379 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
380
7a6bf3be
SB
3812020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
382
383 PR 25377
384 * config/tc-z80.c: Add support for half precision, single
385 precision and double precision floating point values.
386 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
387 * doc/as.texi: Add new z80 command line options.
388 * doc/c-z80.texi: Document new z80 command line options.
389 * testsuite/gas/z80/ez80_pref_dis.s: New test.
390 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
391 * testsuite/gas/z80/z80.exp: Run the new test.
392 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
393 * testsuite/gas/z80/fp_zeda32.d: Likewise.
394 * testsuite/gas/z80/strings.d: Update expected output.
395
82e9597c
MM
3962020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
397
398 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
399 dependency.
400
5e4f7e05
CZ
4012020-01-13 Claudiu Zissulescu <claziss@gmail.com>
402
403 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
404 the CPU.
405 * config/tc-arc.h: Add header if/defs.
406 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
407
febda64f
AM
4082020-01-13 Alan Modra <amodra@gmail.com>
409
410 * testsuite/gas/wasm32/allinsn.d: Update expected output.
411
5496abe1
AM
4122020-01-13 Alan Modra <amodra@gmail.com>
413
414 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
415 insertion.
416
ec4181f2
AM
4172020-01-10 Alan Modra <amodra@gmail.com>
418
419 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
420 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
421
40c75bc8
SB
4222020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
423
424 PR 25224
425 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
426 opcode byte values.
427 (emit_ld_r_r): Likewise.
428 (emit_ld_rr_m): Likewise.
429 (emit_ld_rr_nn): Likewise.
430
72aea328
JB
4312020-01-09 Jan Beulich <jbeulich@suse.com>
432
433 * config/tc-i386.c (optimize_encoding): Add
434 is_any_vex_encoding() invocations. Drop respective
435 i.tm.extension_opcode == None checks.
436
3f93af61
JB
4372020-01-09 Jan Beulich <jbeulich@suse.com>
438
439 * config/tc-i386.c (md_assemble): Check RegRex is clear during
440 REX transformations. Correct comment indentation.
441
7697afb6
JB
4422020-01-09 Jan Beulich <jbeulich@suse.com>
443
444 * config/tc-i386.c (optimize_encoding): Generalize register
445 transformation for TEST optimization.
446
d835a58b
JB
4472020-01-09 Jan Beulich <jbeulich@suse.com>
448
449 * testsuite/gas/i386/x86-64-sysenter-amd.s,
450 testsuite/gas/i386/x86-64-sysenter-amd.d,
451 testsuite/gas/i386/x86-64-sysenter-amd.l,
452 testsuite/gas/i386/x86-64-sysenter-intel.d,
453 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
454 * testsuite/gas/i386/i386.exp: Run new tests.
455
915808f6
NC
4562020-01-08 Nick Clifton <nickc@redhat.com>
457
458 PR 25284
459 * doc/as.texi (Align): Document the fact that all arguments can be
460 omitted.
461 (Balign): Likewise.
462 (P2align): Likewise.
463
f1f28025
NC
4642020-01-08 Nick Clifton <nickc@redhat.com>
465
466 PR 14891
467 * config/obj-elf.c (obj_elf_section): Fail if the section name is
468 already defined as a different symbol type.
469 * testsuite/gas/elf/pr14891.s: New test source file.
470 * testsuite/gas/elf/pr14891.d: New test driver.
471 * testsuite/gas/elf/pr14891.s: New test expected error output.
472 * testsuite/gas/elf/elf.exp: Run the new test.
473
030a2e78
AM
4742020-01-08 Alan Modra <amodra@gmail.com>
475
476 * config/tc-z8k.c (md_begin): Make idx unsigned.
477 (get_specific): Likewise for this_index.
478
2a1ebfb2
CZ
4792020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
480
481 * onfig/tc-arc.c (parse_reloc_symbol): New function.
482 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
483 (md_operand): Set X_md to absent.
484 (arc_parse_name): Check for X_md.
485
16d87673
SB
4862020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
487
488 PR 25311
489 * as.h (TC_STRING_ESCAPES): Provide a default definition.
490 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
491 NO_STRING_ESCAPES.
492 * read.c (next_char_of_string): Likewise.
493 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
494 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
495
a2322019
NC
4962020-01-03 Nick Clifton <nickc@redhat.com>
497
498 * po/sv.po: Updated Swedish translation.
499
5437a02a
JB
5002020-01-03 Jan Beulich <jbeulich@suse.com>
501
502 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
503 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
504
567dfba2
JB
5052020-01-03 Jan Beulich <jbeulich@suse.com>
506
507 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
508 by-element usdot. Add 64-bit form tests for by-element sudot.
509 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
510
8c45011a
JB
5112020-01-03 Jan Beulich <jbeulich@suse.com>
512
513 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
514 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
515
f4950f76
JB
5162020-01-03 Jan Beulich <jbeulich@suse.com>
517
518 * testsuite/gas/aarch64/f64mm.d,
519 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
520
6655dba2
SB
5212020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
522
523 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
524 support for assembler code generated by SDCC. Add new relocation
525 types. Add z80-elf target support.
526 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
527 labels. Local labels starts from ".L".
528 * NEWS: Mention the new support.
529 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
530 * testsuite/gas/all/fwdexp.s: Likewise.
531 * testsuite/gas/all/cond.l: Likewise.
532 * testsuite/gas/all/cond.s: Likewise.
533 * testsuite/gas/all/fwdexp.d: Likewise.
534 * testsuite/gas/all/fwdexp.s: Likewise.
535 * testsuite/gas/elf/section2.e-mips: Likewise.
536 * testsuite/gas/elf/section2.l: Likewise.
537 * testsuite/gas/elf/section2.s: Likewise.
538 * testsuite/gas/macros/app1.d: Likewise.
539 * testsuite/gas/macros/app1.s: Likewise.
540 * testsuite/gas/macros/app2.d: Likewise.
541 * testsuite/gas/macros/app2.s: Likewise.
542 * testsuite/gas/macros/app3.d: Likewise.
543 * testsuite/gas/macros/app3.s: Likewise.
544 * testsuite/gas/macros/app4.d: Likewise.
545 * testsuite/gas/macros/app4.s: Likewise.
546 * testsuite/gas/macros/app4b.s: Likewise.
547 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
548 * testsuite/gas/z80/z80.exp: Add new tests
549 * testsuite/gas/z80/dollar.d: New file.
550 * testsuite/gas/z80/dollar.s: New file.
551 * testsuite/gas/z80/ez80_adl_all.d: New file.
552 * testsuite/gas/z80/ez80_adl_all.s: New file.
553 * testsuite/gas/z80/ez80_adl_suf.d: New file.
554 * testsuite/gas/z80/ez80_isuf.s: New file.
555 * testsuite/gas/z80/ez80_z80_all.d: New file.
556 * testsuite/gas/z80/ez80_z80_all.s: New file.
557 * testsuite/gas/z80/ez80_z80_suf.d: New file.
558 * testsuite/gas/z80/r800_extra.d: New file.
559 * testsuite/gas/z80/r800_extra.s: New file.
560 * testsuite/gas/z80/r800_ii8.d: New file.
561 * testsuite/gas/z80/r800_z80_doc.d: New file.
562 * testsuite/gas/z80/z180.d: New file.
563 * testsuite/gas/z80/z180.s: New file.
564 * testsuite/gas/z80/z180_z80_doc.d: New file.
565 * testsuite/gas/z80/z80_doc.d: New file.
566 * testsuite/gas/z80/z80_doc.s: New file.
567 * testsuite/gas/z80/z80_ii8.d: New file.
568 * testsuite/gas/z80/z80_ii8.s: New file.
569 * testsuite/gas/z80/z80_in_f_c.d: New file.
570 * testsuite/gas/z80/z80_in_f_c.s: New file.
571 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
572 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
573 * testsuite/gas/z80/z80_out_c_0.d: New file.
574 * testsuite/gas/z80/z80_out_c_0.s: New file.
575 * testsuite/gas/z80/z80_reloc.d: New file.
576 * testsuite/gas/z80/z80_reloc.s: New file.
577 * testsuite/gas/z80/z80_sli.d: New file.
578 * testsuite/gas/z80/z80_sli.s: New file.
579
a65b5de6
SN
5802020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
581
582 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
583 REGLIST_RN.
584
b14ce8bf
AM
5852020-01-01 Alan Modra <amodra@gmail.com>
586
587 Update year range in copyright notice of all files.
588
0b114740 589For older changes see ChangeLog-2019
3499769a 590\f
0b114740 591Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
592
593Copying and distribution of this file, with or without modification,
594are permitted in any medium without royalty provided the copyright
595notice and this notice are preserved.
596
597Local Variables:
598mode: change-log
599left-margin: 8
600fill-column: 74
601version-control: never
602End: