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