]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Set version to 2.34, turn off development, add changelog entries
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
d7f734bc
NC
12020-02-01 Nick Clifton <nickc@redhat.com>
2
3 Binutils 2.34 release.
4
8d4447e5
AV
52020-01-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
6
7 Backport from mainline.
8 2020-01-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
9
10 PR gas/25472
11 * config/tc-arm.c (armv8m_main_ext_table): Refactored +dsp adding.
12 (armv8_1m_main_ext_table): Refactored +dsp adding and enabled dsp for
13 +mve.
14 * testsuite/gas/arm/mve_dsp.d: New test.
15
7e1a4f55
NC
162020-01-31 Nick Clifton <nickc@redhat.com>
17
18 * config/tc-s390.c (s390_elf_suffix): Return ELF_SUFFIX_NONE
19 rather than BFD_RELOC_NONE.
20
f23bd989
SP
212020-01-31 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
22
23 * config/tc-arm.c (fldmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2"
24 to support VLDMIA instruction for MVE.
25 (fldmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VLDMDB
26 instruction for MVE.
27 (fstmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMIA
28 instruction for MVE.
29 (fstmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMDB
30 instruction for MVE.
31 * testsuite/gas/arm/mve-ldst.d: New test.
32 * testsuite/gas/arm/mve-ldst.s: Likewise.
33
1b1c0e7c
NC
342020-01-31 Nick Clifton <nickc@redhat.com>
35
36 * po/fr.po: Updated French translation.
37 * po/ru.po: Updated Russian translation.
38
2cd7b00e
TC
392020-01-27 Tamar Christina <tamar.christina@arm.com>
40
41 Backport from mainline.
42 2020-01-27 Tamar Christina <tamar.christina@arm.com>
43
44 PR 25403
45 * testsuite/gas/aarch64/armv8_4-a.d: Add cfinv.
46 * testsuite/gas/aarch64/armv8_4-a.s: Likewise.
47
ccb86ffd
JB
482020-01-21 Jan Beulich <jbeulich@suse.com>
49
50 * testsuite/gas/i386/avx512_bf16_vl.s,
51 testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Add broadcast forms
52 of VCVTNEPS2BF16{X,Y}. Add operand-size less Intel syntax
53 broadcast forms of VCVTNEPS2BF16.
54 * testsuite/gas/i386/avx512_bf16_vl.d,
55 testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Adjust expectations.
56
86688db0
NC
572020-01-20 Nick Clifton <nickc@redhat.com>
58
59 * po/uk.po: Updated Ukranian translation.
60
5e54caac
NC
612020-01-18 Nick Clifton <nickc@redhat.com>
62
63 * configure: Regenerate.
64 * po/gas.pot: Regenerate.
65
ae774686
NC
662020-01-18 Nick Clifton <nickc@redhat.com>
67
68 Binutils 2.34 branch created.
69
42e04b36
L
702020-01-17 H.J. Lu <hongjiu.lu@intel.com>
71
72 * config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
73 with vex_encoding_vex.
74 (parse_insn): Likewise.
75 * doc/c-i386.texi: Replace {vex2} with {vex}. Update {vex}
76 and {vex3} documentation.
77 * testsuite/gas/i386/pseudos.s: Replace 3 {vex2} tests with
78 {vex}.
79 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
80
2da2eaf4
AV
812020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
82
83 PR 25376
84 * config/tc-arm.c (mve_ext, mve_fp_ext): Use CORE_HIGH.
85 (armv8_1m_main_ext_table): Use CORE_HIGH for mve.
86 * testsuite/arm/armv8_1-m-fpu-mve-1.s: New.
87 * testsuite/arm/armv8_1-m-fpu-mve-1.d: New.
88 * testsuite/arm/armv8_1-m-fpu-mve-2.s: New.
89 * testsuite/arm/armv8_1-m-fpu-mve-2.d: New.
90
45a4bb20
JB
912020-01-16 Jan Beulich <jbeulich@suse.com>
92
93 * config/tc-i386.c (match_template): Drop found_cpu_match local
94 variable.
95
4814632e
JB
962020-01-16 Jan Beulich <jbeulich@suse.com>
97
98 * testsuite/gas/i386/avx512dq-inval.l,
99 testsuite/gas/i386/avx512dq-inval.s: New.
100 * testsuite/gas/i386/i386.exp: Run new test.
101
131cb553
JL
1022020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
103
104 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
105 relocations when the target is 430X, except when extracting part of an
106 expression.
107 (msp430_srcoperand): Adjust comment.
108 Initialize the expp member of the msp430_operand_s struct as
109 appropriate.
110 (msp430_dstoperand): Likewise.
111 * testsuite/gas/msp430/msp430.exp: Run new test.
112 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
113 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
114
c24d0e8d
AM
1152020-01-15 Alan Modra <amodra@gmail.com>
116
117 * configure.tgt: Add sparc-*-freebsd case.
118
e44925ae
LC
1192020-01-14 Lili Cui <lili.cui@intel.com>
120
121 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
122 * testsuite/gas/i386/align-branch-1b.d: Likewise.
123 * testsuite/gas/i386/align-branch-1c.d: Likewise.
124 * testsuite/gas/i386/align-branch-1d.d: Likewise.
125 * testsuite/gas/i386/align-branch-1e.d: Likewise.
126 * testsuite/gas/i386/align-branch-1f.d: Likewise.
127 * testsuite/gas/i386/align-branch-1g.d: Likewise.
128 * testsuite/gas/i386/align-branch-1h.d: Likewise.
129 * testsuite/gas/i386/align-branch-1i.d: Likewise.
130 * testsuite/gas/i386/align-branch-5.d: Likewise.
131 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
132 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
133 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
134 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
135 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
136 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
137 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
138 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
139 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
140 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
141 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
142 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
143
7a6bf3be
SB
1442020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
145
146 PR 25377
147 * config/tc-z80.c: Add support for half precision, single
148 precision and double precision floating point values.
149 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
150 * doc/as.texi: Add new z80 command line options.
151 * doc/c-z80.texi: Document new z80 command line options.
152 * testsuite/gas/z80/ez80_pref_dis.s: New test.
153 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
154 * testsuite/gas/z80/z80.exp: Run the new test.
155 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
156 * testsuite/gas/z80/fp_zeda32.d: Likewise.
157 * testsuite/gas/z80/strings.d: Update expected output.
158
82e9597c
MM
1592020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
160
161 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
162 dependency.
163
5e4f7e05
CZ
1642020-01-13 Claudiu Zissulescu <claziss@gmail.com>
165
166 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
167 the CPU.
168 * config/tc-arc.h: Add header if/defs.
169 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
170
febda64f
AM
1712020-01-13 Alan Modra <amodra@gmail.com>
172
173 * testsuite/gas/wasm32/allinsn.d: Update expected output.
174
5496abe1
AM
1752020-01-13 Alan Modra <amodra@gmail.com>
176
177 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
178 insertion.
179
ec4181f2
AM
1802020-01-10 Alan Modra <amodra@gmail.com>
181
182 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
183 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
184
40c75bc8
SB
1852020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
186
187 PR 25224
188 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
189 opcode byte values.
190 (emit_ld_r_r): Likewise.
191 (emit_ld_rr_m): Likewise.
192 (emit_ld_rr_nn): Likewise.
193
72aea328
JB
1942020-01-09 Jan Beulich <jbeulich@suse.com>
195
196 * config/tc-i386.c (optimize_encoding): Add
197 is_any_vex_encoding() invocations. Drop respective
198 i.tm.extension_opcode == None checks.
199
3f93af61
JB
2002020-01-09 Jan Beulich <jbeulich@suse.com>
201
202 * config/tc-i386.c (md_assemble): Check RegRex is clear during
203 REX transformations. Correct comment indentation.
204
7697afb6
JB
2052020-01-09 Jan Beulich <jbeulich@suse.com>
206
207 * config/tc-i386.c (optimize_encoding): Generalize register
208 transformation for TEST optimization.
209
d835a58b
JB
2102020-01-09 Jan Beulich <jbeulich@suse.com>
211
212 * testsuite/gas/i386/x86-64-sysenter-amd.s,
213 testsuite/gas/i386/x86-64-sysenter-amd.d,
214 testsuite/gas/i386/x86-64-sysenter-amd.l,
215 testsuite/gas/i386/x86-64-sysenter-intel.d,
216 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
217 * testsuite/gas/i386/i386.exp: Run new tests.
218
915808f6
NC
2192020-01-08 Nick Clifton <nickc@redhat.com>
220
221 PR 25284
222 * doc/as.texi (Align): Document the fact that all arguments can be
223 omitted.
224 (Balign): Likewise.
225 (P2align): Likewise.
226
f1f28025
NC
2272020-01-08 Nick Clifton <nickc@redhat.com>
228
229 PR 14891
230 * config/obj-elf.c (obj_elf_section): Fail if the section name is
231 already defined as a different symbol type.
232 * testsuite/gas/elf/pr14891.s: New test source file.
233 * testsuite/gas/elf/pr14891.d: New test driver.
234 * testsuite/gas/elf/pr14891.s: New test expected error output.
235 * testsuite/gas/elf/elf.exp: Run the new test.
236
030a2e78
AM
2372020-01-08 Alan Modra <amodra@gmail.com>
238
239 * config/tc-z8k.c (md_begin): Make idx unsigned.
240 (get_specific): Likewise for this_index.
241
2a1ebfb2
CZ
2422020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
243
244 * onfig/tc-arc.c (parse_reloc_symbol): New function.
245 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
246 (md_operand): Set X_md to absent.
247 (arc_parse_name): Check for X_md.
248
16d87673
SB
2492020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
250
251 PR 25311
252 * as.h (TC_STRING_ESCAPES): Provide a default definition.
253 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
254 NO_STRING_ESCAPES.
255 * read.c (next_char_of_string): Likewise.
256 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
257 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
258
a2322019
NC
2592020-01-03 Nick Clifton <nickc@redhat.com>
260
261 * po/sv.po: Updated Swedish translation.
262
5437a02a
JB
2632020-01-03 Jan Beulich <jbeulich@suse.com>
264
265 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
266 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
267
567dfba2
JB
2682020-01-03 Jan Beulich <jbeulich@suse.com>
269
270 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
271 by-element usdot. Add 64-bit form tests for by-element sudot.
272 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
273
8c45011a
JB
2742020-01-03 Jan Beulich <jbeulich@suse.com>
275
276 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
277 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
278
f4950f76
JB
2792020-01-03 Jan Beulich <jbeulich@suse.com>
280
281 * testsuite/gas/aarch64/f64mm.d,
282 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
283
6655dba2
SB
2842020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
285
286 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
287 support for assembler code generated by SDCC. Add new relocation
288 types. Add z80-elf target support.
289 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
290 labels. Local labels starts from ".L".
291 * NEWS: Mention the new support.
292 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
293 * testsuite/gas/all/fwdexp.s: Likewise.
294 * testsuite/gas/all/cond.l: Likewise.
295 * testsuite/gas/all/cond.s: Likewise.
296 * testsuite/gas/all/fwdexp.d: Likewise.
297 * testsuite/gas/all/fwdexp.s: Likewise.
298 * testsuite/gas/elf/section2.e-mips: Likewise.
299 * testsuite/gas/elf/section2.l: Likewise.
300 * testsuite/gas/elf/section2.s: Likewise.
301 * testsuite/gas/macros/app1.d: Likewise.
302 * testsuite/gas/macros/app1.s: Likewise.
303 * testsuite/gas/macros/app2.d: Likewise.
304 * testsuite/gas/macros/app2.s: Likewise.
305 * testsuite/gas/macros/app3.d: Likewise.
306 * testsuite/gas/macros/app3.s: Likewise.
307 * testsuite/gas/macros/app4.d: Likewise.
308 * testsuite/gas/macros/app4.s: Likewise.
309 * testsuite/gas/macros/app4b.s: Likewise.
310 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
311 * testsuite/gas/z80/z80.exp: Add new tests
312 * testsuite/gas/z80/dollar.d: New file.
313 * testsuite/gas/z80/dollar.s: New file.
314 * testsuite/gas/z80/ez80_adl_all.d: New file.
315 * testsuite/gas/z80/ez80_adl_all.s: New file.
316 * testsuite/gas/z80/ez80_adl_suf.d: New file.
317 * testsuite/gas/z80/ez80_isuf.s: New file.
318 * testsuite/gas/z80/ez80_z80_all.d: New file.
319 * testsuite/gas/z80/ez80_z80_all.s: New file.
320 * testsuite/gas/z80/ez80_z80_suf.d: New file.
321 * testsuite/gas/z80/r800_extra.d: New file.
322 * testsuite/gas/z80/r800_extra.s: New file.
323 * testsuite/gas/z80/r800_ii8.d: New file.
324 * testsuite/gas/z80/r800_z80_doc.d: New file.
325 * testsuite/gas/z80/z180.d: New file.
326 * testsuite/gas/z80/z180.s: New file.
327 * testsuite/gas/z80/z180_z80_doc.d: New file.
328 * testsuite/gas/z80/z80_doc.d: New file.
329 * testsuite/gas/z80/z80_doc.s: New file.
330 * testsuite/gas/z80/z80_ii8.d: New file.
331 * testsuite/gas/z80/z80_ii8.s: New file.
332 * testsuite/gas/z80/z80_in_f_c.d: New file.
333 * testsuite/gas/z80/z80_in_f_c.s: New file.
334 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
335 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
336 * testsuite/gas/z80/z80_out_c_0.d: New file.
337 * testsuite/gas/z80/z80_out_c_0.s: New file.
338 * testsuite/gas/z80/z80_reloc.d: New file.
339 * testsuite/gas/z80/z80_reloc.s: New file.
340 * testsuite/gas/z80/z80_sli.d: New file.
341 * testsuite/gas/z80/z80_sli.s: New file.
342
a65b5de6
SN
3432020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
344
345 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
346 REGLIST_RN.
347
b14ce8bf
AM
3482020-01-01 Alan Modra <amodra@gmail.com>
349
350 Update year range in copyright notice of all files.
351
0b114740 352For older changes see ChangeLog-2019
3499769a 353\f
0b114740 354Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
355
356Copying and distribution of this file, with or without modification,
357are permitted in any medium without royalty provided the copyright
358notice and this notice are preserved.
359
360Local Variables:
361mode: change-log
362left-margin: 8
363fill-column: 74
364version-control: never
365End: