]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
99112332
L
12019-03-18 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (optimize_encoding): Encode 256-bit/512-bit
4 VEX/EVEX vector register clearing instructions with 128-bit VEX
5 vector register clearing instructions at -O1.
6 * doc/c-i386.texi: Update -O1 and -O2 documentation.
7 * testsuite/gas/i386/i386.exp: Run optimize-1a and
8 x86-64-optimize-2a.
9 * testsuite/gas/i386/optimize-1a.d: New file.
10 * testsuite/gas/i386/x86-64-optimize-2a.d: Likewise.
11
41fd2579
L
122019-03-17 H.J. Lu <hongjiu.lu@intel.com>
13
14 PR gas/24353
15 * config/tc-i386.c: Include <limits.h> if it exists and try
16 including <sys/param.h> if we have it.
17 (INT_MAX): Define if not defined.
18 (md_parse_option): Set optimize to INT_MAX for -Os.
19 * testsuite/gas/i386/optimize-2.s: Add a test.
20 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
21 * testsuite/gas/i386/optimize-2.d: Updated.
22 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
23
dd22218c
L
242019-03-17 H.J. Lu <hongjiu.lu@intel.com>
25
26 PR gas/24352
27 * config/tc-i386.c (optimize_encoding): Encode 512-bit EVEX
28 with 128-bit VEX encoding only when AVX is enabled and with
29 128-bit EVEX encoding only when AVX512VL is enabled.
30 * testsuite/gas/i386/i386.exp: Run PR gas/24352 tests.
31 * testsuite/gas/i386/optimize-6.s: New file.
32 * testsuite/gas/i386/optimize-6a.d: Likewise.
33 * testsuite/gas/i386/optimize-6b.d: Likewise.
34 * testsuite/gas/i386/optimize-6c.d: Likewise.
35 * testsuite/gas/i386/x86-64-optimize-7.s: Likewise.
36 * testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
37 * testsuite/gas/i386/x86-64-optimize-7b.d: Likewise.
38 * testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
39 * testsuite/gas/i386/x86-64-optimize-2.d: Updated.
40
1c529385
LH
412019-03-15 Li Hao <li.hao296@zte.com.cn>
42
43 PR 24308
44 * config/tc-i386.c (parse_insn): Check mnemp before using it to
45 determine if a suffix can be trimmed.
46
204f543c
CE
472019-03-13 Christian Eggers <ceggers@gmx.de>
48
49 * dwarf2dbg.c (out_set_addr): Align relocation within .debug_line.
50
145c4477
CE
512019-03-13 Christian Eggers <ceggers@gmx.de>
52
53 * dwarf2dbg.c (out_debug_line): Pad size of .debug_line section.
54
5c4e5fe6
CE
552019-03-13 Christian Eggers <ceggers@gmx.de>
56
57 * dwarf2dbg.c (out_debug_str): Use octets for .debug_string pointers.
58
38c24f42
CE
592019-03-13 Christian Eggers <ceggers@gmx.de>
60
61 * dwarf2dbg.c (out_debug_line): Use octets for .debug_line prologue.
62
72354279
CE
632019-03-13 Christian Eggers <ceggers@gmx.de>
64
65 * dwarf2dbg.c (out_debug_line): Use octets for dwarf2 headers.
66 (out_debug_aranges, out_debug_info): Likewise.
67
d18d1999
CE
682019-03-13 Christian Eggers <ceggers@gmx.de>
69
70 * symbols.h (symbol_temp_new_now_octets): Declare.
71 (symbol_set_value_now_octets, symbol_octets_p): Declare.
72 * symbols.c (struct symbol_flags): New member sy_octets.
73 (symbol_temp_new_now_octets): New function.
74 (resolve_symbol_value): Return octets instead of bytes if
75 sy_octets is set.
76 (symbol_set_value_now_octets): New function.
77 (symbol_octets_p): New function.
78
71250b94
CE
792019-03-13 Christian Eggers <ceggers@gmx.de>
80
81 * dwarf2dbg.c (dwarf2_emit_insn): Fix calculation of line info offset.
82
0919bfe9
AK
832019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
84
85 * testsuite/gas/s390/zarch-arch13.s: Adjust testcase to optable changes.
86 * testsuite/gas/s390/zarch-arch13.d: Likewise.
87
52d6f3ee
MM
882019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
89
90 * testsuite/gas/aarch64/dotproduct.d: Use multiple "as" lines.
91 * testsuite/gas/aarch64/dotproduct_armv8_4.d: Remove.
92 * testsuite/gas/aarch64/dotproduct_armv8_4.s: Remove.
93 * testsuite/gas/aarch64/illegal-dotproduct.d: Use multiple "as"
94 lines.
95 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: Remove.
96 * testsuite/gas/aarch64/ldst-rcpc.d: Use multiple "as" lines.
97
a894d76a
AM
982019-02-24 Alan Modra <amodra@gmail.com>
99
100 * config/tc-ppc.c (parse_tls_arg): Wrap in #ifdef OBJ_ELF.
101
f616c36b
AM
1022019-02-24 Alan Modra <amodra@gmail.com>
103
104 PR 24144
105 * config/obj-aout.c (obj_aout_frob_file_before_fix): Write to end
106 of section to ensure file contents cover aligned section size.
107
83f43c83
KT
1082019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
109
110 * config/tc-arm.c (arm_cpus): Add neoverse-n1.
111 * doc/c-arm.texi (-mcpu): Document neoverse-n1 value.
112
516dbc44
KT
1132019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
114
115 * config/tc-aarch64.c (aarch64_cpus): Add neoverse-e1.
116 * doc/c-aarch64.texi (-mcpu): Document neoverse-e1 value.
117
38e75bf2
KT
1182019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
119
120 * config/tc-aarch64.c (aarch64_cpus): Add neoverse-n1.
121 * doc/c-aarch64.texi (-mcpu): Document neoverse-n1 value.
122
6f2117ba
PH
1232019-02-19 Paul Hua <paul.hua.gm@gmail.com>
124
125 * NEWS: Mention -m[no-]fix-loongson3-llsc.
126 * configure.ac: Add --enable-mips-fix-loongson3-llsc.
127 Define DEFAULT_MIPS_FIX_LOONGSON3_LLSC.
128 * config.in: Regenerated.
129 * configure: Likewise.
130 * config/tc-mips.c (sync_insn, mips_fix_loongson3_llsc):
131 New variables.
132 (options): New OPTION_FIX_LOONGSON3_LLSC,
133 OPTION_NO_FIX_LOONGSON3_LLSC.
134 (md_longopts): Add -m[no-]fix-loongson3-llsc.
135 (md_begin): Initialize sync insn.
136 (fix_loongson3_llsc): New.
137 (append_insn): Call fix_loongson3_llsc.
138 (md_parse_option): Handle OPTION_FIX_LOONGSON3_LLSC,
139 OPTION_NO_FIX_LOONGSON3_LLSC.
140 (md_show_usage): Display -m[no-]fix-loongson3-llsc.
141 * doc/c-mips.texi: Document -m[no-]fix-loongson3-llsc,
142 --enable-mips-fix-loongson3-llsc=[yes|no].
143
db222310
L
1442019-02-10 H.J. Lu <hongjiu.lu@intel.com>
145
146 PR gas/24165
147 * frags.c (frag_var_init): Pass max_chars to TC_FRAG_INIT as
148 max_bytes.
149 * config/tc-aarch64.h (TC_FRAG_INIT): Add and pass max_bytes to
150 aarch64_init_frag.
151 * /config/tc-arm.h (TC_FRAG_INIT): And and pass max_bytes to
152 arm_init_frag.
153 * config/tc-avr.h (TC_FRAG_INIT): And and ignore max_bytes.
154 * config/tc-ia64.h (TC_FRAG_INIT): Likewise.
155 * config/tc-mmix.h (TC_FRAG_INIT): Likewise.
156 * config/tc-nds32.h (TC_FRAG_INIT): Likewise.
157 * config/tc-ns32k.h (TC_FRAG_INIT): Likewise.
158 * config/tc-rl78.h (TC_FRAG_INIT): Likewise.
159 * config/tc-rx.h (TC_FRAG_INIT): Likewise.
160 * config/tc-score.h (TC_FRAG_INIT): Likewise.
161 * config/tc-tic54x.h (TC_FRAG_INIT): Likewise.
162 * config/tc-tic6x.h (TC_FRAG_INIT): Likewise.
163 * config/tc-xtensa.h (TC_FRAG_INIT): Likewise.
164 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Set to
165 (alignment ? ((1 << alignment) - 1) : 1)
166 (i386_tc_frag_data): Add max_bytes.
167 (TC_FRAG_INIT): Add and track max_bytes.
168 (HANDLE_ALIGN): Replace MAX_MEM_FOR_RS_ALIGN_CODE with
169 fragP->tc_frag_data.max_bytes.
170 * doc/internals.texi: Update TC_FRAG_TYPE with max_bytes.
171
21820ebe
JW
1722019-02-08 Jim Wilson <jimw@sifive.com>
173
174 * config/tc-riscv.c (validate_riscv_insn) <'C'>: Add 'z' support.
175 (riscv_ip) <'C'>: Add 'z' support.
176
f7dd2fb2
TC
1772019-02-07 Tamar Christina <tamar.christina@arm.com>
178
179 * config/tc-arm.c (insns): Redefine THUMB_VARIANT and ARM_VARIANT for
180 hlt to armv1.
181 * testsuite/gas/arm/armv8a-automatic-hlt.d: Update TAGs
182 * testsuite/gas/arm/hlt.d: New test.
183 * testsuite/gas/arm/hlt.s: New test.
184
bd756351
TC
1852019-02-07 Tamar Christina <tamar.christina@arm.com>
186
187 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.d: New test.
188 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.s: New test.
189
6456d318
TC
1902019-02-07 Tamar Christina <tamar.christina@arm.com>
191
192 PR binutils/23212
193 * testsuite/gas/aarch64/undefined_by_elem_sz_l.s: New test.
194 * testsuite/gas/aarch64/undefined_by_elem_sz_l.d: New test.
195
0e7e9601
EB
1962019-02-07 Eric Botcazou <ebotcazou@adacore.com>
197
198 * config/tc-visium.c (md_assemble) <mode_cad>: Align instruction on
199 64-bit boundaries for the GR6.
200 * testsuite/gas/visium/allinsn_gr6.s: Tweak.
201 * testsuite/gas/visium/allinsn_gr6.d: Likewise.
202 * testsuite/gas/visium/bra-1.d: New test.
203 * testsuite/gas/visium/bra-1.s: Likewise.
204 * testsuite/gas/visium/visium.exp: Run bra-1 test.
205
c6f14c0d
JD
2062019-01-31 John Darrington <john@darrington.wattle.id.au>
207
208 * config/tc-s12z.c (lex_imm): Add new argument exp_o.
209 (emit_reloc): New function.
210 (md_apply_fix): [BFD_RELOC_S12Z_OPR] Recognise that it
211 can be either 2 bytes or 3 bytes long.
212 * testsuite/gas/s12z/mov-imm-reloc.d: New file.
213 * testsuite/gas/s12z/mov-imm-reloc.s: New file.
214 * testsuite/gas/s12z/s12z.exp: Add them.
215
91bae991
JD
2162019-01-31 John Darrington <john@darrington.wattle.id.au>
217
218 * config/tc-s12z.c (md_apply_fix): Fix incorrect limits.
219 * testsuite/gas/s12z/pc-rel-bad.d: New file.
220 * testsuite/gas/s12z/pc-rel-bad.l: New file.
221 * testsuite/gas/s12z/pc-rel-bad.s: New file.
222 * testsuite/gas/s12z/pc-rel-good.d: New file.
223 * testsuite/gas/s12z/pc-rel-good.s: New file.
224 * testsuite/gas/s12z/s12z.exp: Add them.
225
1d4d8669
JD
2262019-01-31 John Darrington <john@darrington.wattle.id.au>
227
228 * config/tc-s12z.c (tfr): Emit warning if operands are the same.
229 * testsuite/gas/s12z/exg.d: New test case.
230 * testsuite/gas/s12z/exg.l: New file.
231
8b3a46f9
JD
2322019-01-31 John Darrington <john@darrington.wattle.id.au>
233
234 * config/tc-s12z.c (lex_opr): Add a parameter to indicate whether
235 immediate mode operands should be permitted.
236 * testsuite/s12z/imm-dest.d: New file.
237 * testsuite/s12z/imm-dest.l: New file.
238 * testsuite/s12z/imm-dest.s: New file.
239 * testsuite/s12z/s12z.exp: Add them.
240
fc60b8c8
AK
2412019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
242
243 * config/tc-s390.c (s390_parse_cpu): New entry for arch13.
244 * doc/c-s390.texi: Document arch13 march option.
245 * testsuite/gas/s390/s390.exp: Run the arch13 related tests.
246 * testsuite/gas/s390/zarch-arch13.d: New test.
247 * testsuite/gas/s390/zarch-arch13.s: New test.
248 * testsuite/gas/s390/zarch-z13.d: Expect the renamed mnemonics
249 also for z13.
250
3ca4a8ec
AM
2512019-01-31 Alan Modra <amodra@gmail.com>
252
253 * config/tc-alpha.c (md_apply_fix): Correct range checks for
254 BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BSR.
255 * config/tc-arm.c (md_apply_fix): Use llabs rather than abs.
256 * config/tc-csky.c (get_macro_reg_vals): Pass s to csky_show_error.
257
75c1c971
MF
2582019-01-28 Max Filippov <jcmvbkbc@gmail.com>
259
260 * config/tc-xtensa.c (md_apply_fix): Mark fixups for constant
261 symbols as done in md_apply_fix.
262 * testsuite/gas/all/forward.d: Don't XFAIL for xtensa.
263
2d151af7
NC
2642019-01-28 Nick Clifton <nickc@redhat.com>
265
266 * po/fr.po: Updated French translation.
267 * po/ru.po: Updated Russian translation.
268
e044973b
AM
2692019-01-28 Alan Modra <amodra@gmail.com>
270
271 * configure.ac (ac_checking): Set from bfd/development.sh
272 development variable.
273 * configure: Regenerate.
274
e10620d3
TC
2752019-01-25 Sudakshina Das <sudi.das@arm.com>
276
277 * config/tc-aarch64.c (warn_unpredictable_ldst): Exempt
278 stg, st2g, stzg and stz2g from Xt == Xn with writeback warning.
279 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for
280 stg, stzg, st2g and stz2g.
281 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
282 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
283 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
284
20a4ca55
SD
2852019-01-25 Sudakshina Das <sudi.das@arm.com>
286
287 * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
288 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
289 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
290 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
291
550fd7bf
SD
2922019-01-25 Sudakshina Das <sudi.das@arm.com>
293 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
294
295 * config/tc-aarch64.c (parse_address_main): Remove support for
296 [base]! address expression.
297 (parse_operands): Remove support for AARCH64_OPND_ADDR_SIMPLE_2.
298 (warn_unpredictable_ldst): Remove support for ldstgv_indexed.
299 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Remove tests for ldgv
300 and stgv.
301 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
302 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
303 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
304
10c172ba
WH
3052019-01-25 Wu Heng <wu.heng@zte.com.cn>
306
307 PR gas/23940
308 * macro.c (getstring): Check array bound before accessing.
309
0c56b5cf
AM
3102019-01-25 Alan Modra <amodra@gmail.com>
311
312 PR 20902
313 PR 24125
314 * read.c (stringer): Delete assertion.
315
375cd423
NC
3162019-01-21 Nick Clifton <nickc@redhat.com>
317
318 * po/uk.po: Updated Ukranian translation.
319
f48dfe41
NC
3202019-01-19 Nick Clifton <nickc@redhat.com>
321
322 * config.in: Regenerate.
323 * configure: Regenerate.
324 * po/gas.pot: Regenerate.
325
f974f26c
NC
3262018-06-24 Nick Clifton <nickc@redhat.com>
327
328 2.32 branch created.
329
dee3ee22
TC
3302019-01-17 Tamar Christina <tamar.christina@arm.com>
331
332 * testsuite/gas/arm/archv6t2-1-pe.d: New test.
333 * testsuite/gas/arm/archv6t2-1.d: Skip pe.
334 * testsuite/gas/arm/csdb.d: Skip pe.
335 * testsuite/gas/arm/sb-thumb1-pe.d: New test.
336 * testsuite/gas/arm/sb-thumb1.d: Skip pe.
337 * testsuite/gas/arm/sb-thumb2-pe.d: New test.
338 * testsuite/gas/arm/sb-thumb2.d: Skip pe.
339 * testsuite/gas/arm/udf.d: Skip pe.
340
a4bf3d07
JW
3412019-01-16 Kito Cheng <kito@andestech.com>
342
343 * testsuite/gas/riscv/attribute-empty.d: New.
344
2dc8dd17
JW
3452019-01-16 Kito Cheng <kito@andestech.com>
346 Nelson Chu <nelson@andestech.com>
347
348 * config/tc-riscv.c (DEFAULT_RISCV_ATTR): Define to 0 if not defined.
349 (riscv_set_options): Add `arch_attr` field.
350 (riscv_opts): Set default value for arch_attr.
351 (riscv_write_out_arch_attr): New.
352 (riscv_set_public_attributes): Likewise.
353 (riscv_md_end): Likewise.
354 (riscv_convert_symbolic_attribute): Likewise.
355 (s_riscv_attribute): Likewise.
356 (explicit_arch_attr): Likewise.
357 (riscv_pseudo_table): Add .attribute to the table.
358 (options): Add OPTION_ARCH_ATTR and OPTION_NO_ARCH_ATTR
359 enumeration constants.
360 (md_longopts): Add `march-attr' and `mno-arch-attr' options.
361 (md_parse_option): Handle the new options.
362 (md_show_usage): Document the `march-attr' option.
363 * config/tc-riscv.h (md_end): Define as riscv_md_end
364 (riscv_md_end): Declare.
365 (CONVERT_SYMBOLIC_ATTRIBUTE): Define as
366 riscv_convert_symbolic_attribute.
367 (riscv_convert_symbolic_attribute): Declare.
368 (start_assemble): Declare.
369 * testsuite/gas/elf/elf.exp: Adjust test case for section2.e.
370 * testsuite/gas/elf/section2.e-riscv: New.
371 * testsuite/gas/riscv/attribute-01.d: New test
372 * testsuite/gas/riscv/attribute-02.d: Likewise.
373 * testsuite/gas/riscv/attribute-03.d: Likewise.
374 * testsuite/gas/riscv/attribute-04.d: Likewise.
375 * testsuite/gas/riscv/attribute-04.s: Likewise.
376 * testsuite/gas/riscv/attribute-05.d: Likewise.
377 * testsuite/gas/riscv/attribute-05.s: Likewise.
378 * testsuite/gas/riscv/attribute-06.d: Likewise.
379 * testsuite/gas/riscv/attribute-06.s: Likewise.
380 * testsuite/gas/riscv/attribute-07.d: Likewise.
381 * testsuite/gas/riscv/attribute-07.s: Likewise.
382 * testsuite/gas/riscv/attribute-08.d: Likewise.
383 * testsuite/gas/riscv/attribute-08.s: Likewise.
384 * testsuite/gas/riscv/attribute-unknown.d: Likewise.
385 * testsuite/gas/riscv/attribute-unknown.s: Likewise.
386 * testsuite/gas/riscv/empty.l: Likewise.
387 * doc/c-riscv.texi (.attribute): Add documentation.
388 * configure.ac (--enable-default-riscv-attribute): New options.
389 * configure: Re-generate.
390 * config.in: Re-generate.
391
d5dcaf1b
JD
3922019-01-16 John Darrington <john@darrington.wattle.id.au>
393
e7b47f2e
JD
394 * config/tc-s12z.c (lex_reg_name): Compare the length of the strings
395 before the contents.
396 * testsuite/gas/s12z/labels.d: New file.
397 * testsuite/gas/s12z/labels.s: New file.
398 * testsuite/gas/s12z/s12z.exp: Add them.
399 * config/tc-s12z.c (tfr): Change as_bad to as_warn.
77fdb0e0 400 Also fix message typo and semantics.
e7b47f2e 401 * config/tc-s12z.c (emit_opr): Emit BFD_RELOC_S12Z_OPR instead of
d5dcaf1b
JD
402 BFD_RELOC_24.
403 * testsuite/gas/s12z/opr-indirect-expr.d: Expect R_S12Z_OPR instead
404 of R_S12Z_EXT24.
405
55e8aae7
SP
4062019-01-14 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
407
408 * config/tc-arm.c (arm_ext_v6k_v6t2): Define.
409 (insns) [ARM_VARIANT]: Modified.
410 (insns) [THUMB_VARIANT]: To implement few ARMv6K instructions
411 in ARMv6T2 as well.
412 * testsuite/gas/arm/archv6t2-1.d: New test.
413 * testsuite/gas/arm/archv6t2-1.s: Likewise.
414 * testsuite/gas/arm/archv6t2-2.d: Likewise.
415
c7af41ec
AM
4162019-01-11 Alan Modra <amodra@gmail.com>
417
418 PR 23963
419 * testsuite/gas/m68hc11/lbranch-dwarf2.d: Adjust for PR23963 change.
420 * testsuite/gas/m68hc11/opers12-dwarf2.d: Likewise.
421
12add40e
NC
4222019-01-10 Nick Clifton <nickc@redhat.com>
423
424 PR 23963
59aa9b0b
NC
425 * testsuite/gas/mips/mips16-branch-absolute-1.d: Adjust for the
426 fact that control characters are now displayed as escape
427 sequences.
12add40e
NC
428 * testsuite/gas/mips/mips16-e.d: Likewise.
429 * testsuite/gas/mips/mips16-pcrel-0.d: Likewise.
430 * testsuite/gas/mips/mips16-pcrel-1.d: Likewise.
431 * testsuite/gas/mips/mips16-pcrel-delay-0.d: Likewise.
432 * testsuite/gas/mips/mips16-pcrel-delay-1.d: Likewise.
433 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
434 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
435 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
436 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
437 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: Likewise.
438 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: Likewise.
439 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: Likewise.
440 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: Likewise.
441 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: Likewise.
442 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: Likewise.
443 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d:
444 Likewise.
445 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d:
446 Likewise.
447 * testsuite/gas/mips/mipsel16-e.d: Likewise.
448 * testsuite/gas/mips/mipsr6@msa.d: Likewise.
449 * testsuite/gas/mips/mipsr6@relax-swap3.d: Likewise.
450 * testsuite/gas/mips/r6-64-n32.d: Likewise.
451 * testsuite/gas/mips/r6-64-n64.d: Likewise.
452 * testsuite/gas/mips/r6-n32.d: Likewise.
453 * testsuite/gas/mips/r6-n64.d: Likewise.
454 * testsuite/gas/mips/r6.d: Likewise.
455 * testsuite/gas/mips/tmips16-e.d: Likewise.
456 * testsuite/gas/mips/tmipsel16-e.d: Likewise.
457 * testsuite/gas/mn10300/relax.d: Likewise.
458
39f286cd
JD
4592019-01-09 John Darrington <john@darrington.wattle.id.au>
460
461 * testsuite/gas/s12z/jsr.s: New case.
462 * testsuite/gas/s12z/jsr.d: New case.
463
3107326d
AP
4642019-01-09 Andrew Paprocki <andrew@ishiboo.com>
465
466 * configure: Regenerate.
467
c8fcc360
KT
4682019-01-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
469
470 * config/tc-aarch64.c (aarch64_cpus): Add ares.
471 * doc/c-aarch64.texi (-mcpu): Document ares value.
472
171b8e19
AM
4732019-01-08 Alan Modra <amodra@gmail.com>
474
475 * testsuite/gas/rx/rx.exp: Create generated test source in
476 current directory.
477 * testsuite/gas/rx/Xtod.d, * testsuite/gas/rx/abs.d,
478 * testsuite/gas/rx/adc.d, * testsuite/gas/rx/add.d,
479 * testsuite/gas/rx/and.d, * testsuite/gas/rx/bclr.d,
480 * testsuite/gas/rx/bcnd.d, * testsuite/gas/rx/bfmov.d,
481 * testsuite/gas/rx/bmcnd.d, * testsuite/gas/rx/bnot.d,
482 * testsuite/gas/rx/bra.d, * testsuite/gas/rx/brk.d,
483 * testsuite/gas/rx/bset.d, * testsuite/gas/rx/bsr.d,
484 * testsuite/gas/rx/btst.d, * testsuite/gas/rx/clrpsw.d,
485 * testsuite/gas/rx/cmp.d, * testsuite/gas/rx/dabs.d,
486 * testsuite/gas/rx/dadd.d, * testsuite/gas/rx/dbt.d,
487 * testsuite/gas/rx/dcmp.d, * testsuite/gas/rx/ddiv.d,
488 * testsuite/gas/rx/div.d, * testsuite/gas/rx/divu.d,
489 * testsuite/gas/rx/dmov.d, * testsuite/gas/rx/dmul.d,
490 * testsuite/gas/rx/dneg.d, * testsuite/gas/rx/dpopm.d,
491 * testsuite/gas/rx/dpushm.d, * testsuite/gas/rx/dround.d,
492 * testsuite/gas/rx/dsqrt.d, * testsuite/gas/rx/dsub.d,
493 * testsuite/gas/rx/dtoX.d, * testsuite/gas/rx/emaca.d,
494 * testsuite/gas/rx/emsba.d, * testsuite/gas/rx/emul.d,
495 * testsuite/gas/rx/emula.d, * testsuite/gas/rx/emulu.d,
496 * testsuite/gas/rx/fadd.d, * testsuite/gas/rx/fcmp.d,
497 * testsuite/gas/rx/fdiv.d, * testsuite/gas/rx/fmul.d,
498 * testsuite/gas/rx/fsqrt.d, * testsuite/gas/rx/fsub.d,
499 * testsuite/gas/rx/ftoi.d, * testsuite/gas/rx/ftou.d,
500 * testsuite/gas/rx/gprel.d, * testsuite/gas/rx/int.d,
501 * testsuite/gas/rx/itof.d, * testsuite/gas/rx/jmp.d,
502 * testsuite/gas/rx/jsr.d, * testsuite/gas/rx/machi.d,
503 * testsuite/gas/rx/maclh.d, * testsuite/gas/rx/maclo.d,
504 * testsuite/gas/rx/max.d, * testsuite/gas/rx/min.d,
505 * testsuite/gas/rx/mov.d, * testsuite/gas/rx/movco.d,
506 * testsuite/gas/rx/movli.d, * testsuite/gas/rx/movu.d,
507 * testsuite/gas/rx/msbhi.d, * testsuite/gas/rx/msblh.d,
508 * testsuite/gas/rx/msblo.d, * testsuite/gas/rx/mul.d,
509 * testsuite/gas/rx/mulhi.d, * testsuite/gas/rx/mullh.d,
510 * testsuite/gas/rx/mullo.d, * testsuite/gas/rx/mvfacgu.d,
511 * testsuite/gas/rx/mvfachi.d, * testsuite/gas/rx/mvfaclo.d,
512 * testsuite/gas/rx/mvfacmi.d, * testsuite/gas/rx/mvfc.d,
513 * testsuite/gas/rx/mvfcp.d, * testsuite/gas/rx/mvfdc.d,
514 * testsuite/gas/rx/mvfdr.d, * testsuite/gas/rx/mvtacgu.d,
515 * testsuite/gas/rx/mvtachi.d, * testsuite/gas/rx/mvtaclo.d,
516 * testsuite/gas/rx/mvtc.d, * testsuite/gas/rx/mvtcp.d,
517 * testsuite/gas/rx/mvtdc.d, * testsuite/gas/rx/neg.d,
518 * testsuite/gas/rx/nop.d, * testsuite/gas/rx/not.d,
519 * testsuite/gas/rx/opecp.d, * testsuite/gas/rx/or.d,
520 * testsuite/gas/rx/pop.d, * testsuite/gas/rx/popc.d,
521 * testsuite/gas/rx/popm.d, * testsuite/gas/rx/push.d,
522 * testsuite/gas/rx/pushc.d, * testsuite/gas/rx/pushm.d,
523 * testsuite/gas/rx/r-bcc.d, * testsuite/gas/rx/r-bra.d,
524 * testsuite/gas/rx/racl.d, * testsuite/gas/rx/racw.d,
525 * testsuite/gas/rx/rdacl.d, * testsuite/gas/rx/rdacw.d,
526 * testsuite/gas/rx/revl.d, * testsuite/gas/rx/revw.d,
527 * testsuite/gas/rx/rmpa.d, * testsuite/gas/rx/rolc.d,
528 * testsuite/gas/rx/rorc.d, * testsuite/gas/rx/rotl.d,
529 * testsuite/gas/rx/rotr.d, * testsuite/gas/rx/round.d,
530 * testsuite/gas/rx/rstr.d, * testsuite/gas/rx/rte.d,
531 * testsuite/gas/rx/rtfi.d, * testsuite/gas/rx/rts.d,
532 * testsuite/gas/rx/rtsd.d, * testsuite/gas/rx/sat.d,
533 * testsuite/gas/rx/satr.d, * testsuite/gas/rx/save.d,
534 * testsuite/gas/rx/sbb.d, * testsuite/gas/rx/sccnd.d,
535 * testsuite/gas/rx/scmpu.d, * testsuite/gas/rx/setpsw.d,
536 * testsuite/gas/rx/shar.d, * testsuite/gas/rx/shll.d,
537 * testsuite/gas/rx/shlr.d, * testsuite/gas/rx/smovb.d,
538 * testsuite/gas/rx/smovf.d, * testsuite/gas/rx/smovu.d,
539 * testsuite/gas/rx/sstr.d, * testsuite/gas/rx/stnz.d,
540 * testsuite/gas/rx/stz.d, * testsuite/gas/rx/sub.d,
541 * testsuite/gas/rx/suntil.d, * testsuite/gas/rx/swhile.d,
542 * testsuite/gas/rx/tst.d, * testsuite/gas/rx/utof.d,
543 * testsuite/gas/rx/wait.d, * testsuite/gas/rx/xchg.d,
544 * testsuite/gas/rx/xor.d: Add #source line.
545
ef8df4ca
KT
5462019-01-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
547
548 * config/tc-arm.c (arm_cpus): Add ares.
549 * doc/c-arm.texi (-mcpu): Document ares value.
550
6a25bee8
YS
5512019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
552
553 * config/rx-defs.h (rx_cpu_types): Add type RXV3 and RXV3FPU.
554 (rx_bfield): Add prototype.
555 (rx_post): Likewise.
556 * config/rx-parse.y: Add v3 instructions and Double FPU registers.
557 (DSIZE): Define.
558 (POST): Define.
559 (rx_check_v3): New. check v3 type.
560 (rx_check_dfpu): New. check have double support.
561 (double_condition_table): New. dcmp<cond> contiditon.
562 (check_condition): Multiple condition support.
563 (rx_lex): RXv3 instructions support.
564 Add parse dcmp<cond> instruction and Double FPU registers.
565 (immediate): Disable optimize in dmov #imm case.
566 (displacement): Add double displacement in dmov instraction.
567 * config/tc-rx.c (rx_use_conventional_section_names):
568 Invert default value in rx-*-linux target.
569 (cpu_type): Add additional ELF flags.
570 (cpu_type_list): Add RXv3.
571 (md_parse_option): Refer elf_flags from cpu_type_list.
572 (md_show_usage): Add rxv3 and rxv3-dfpu.
573 (rx_bytesT): Add post byte.
574 (rx_bfield): New. generate bfmov / bfmovz "imm" field.
575 (rx_post): New. Set instruction post byte.
576 (md_assemble): Add post byte.
577 doc/c-rx.texi: Add cpu types.
578 * testsuite/gas/rx/Xtod.d: New.
579 * testsuite/gas/rx/Xtod.sm: New.
580 * testsuite/gas/rx/bfmov.d: New.
581 * testsuite/gas/rx/bfmov.sm: New.
582 * testsuite/gas/rx/dabs.d: New.
583 * testsuite/gas/rx/dabs.sm: New.
584 * testsuite/gas/rx/dadd.d: New.
585 * testsuite/gas/rx/dadd.sm: New.
586 * testsuite/gas/rx/dcmp.d: New.
587 * testsuite/gas/rx/dcmp.sm: New.
588 * testsuite/gas/rx/ddiv.d: New.
589 * testsuite/gas/rx/ddiv.sm: New.
590 * testsuite/gas/rx/dmov.d: New.
591 * testsuite/gas/rx/dmov.sm: New.
592 * testsuite/gas/rx/dmul.d: New.
593 * testsuite/gas/rx/dmul.sm: New.
594 * testsuite/gas/rx/dneg.d: New.
595 * testsuite/gas/rx/dneg.sm: New.
596 * testsuite/gas/rx/dpopm.d: New.
597 * testsuite/gas/rx/dpopm.sm: New.
598 * testsuite/gas/rx/dpushm.d: New.
599 * testsuite/gas/rx/dpushm.sm: New.
600 * testsuite/gas/rx/dround.d: New.
601 * testsuite/gas/rx/dround.sm: New.
602 * testsuite/gas/rx/dsqrt.d: New.
603 * testsuite/gas/rx/dsqrt.sm: New.
604 * testsuite/gas/rx/dsub.d: New.
605 * testsuite/gas/rx/dsub.sm: New.
606 * testsuite/gas/rx/dtoX.d: New.
607 * testsuite/gas/rx/dtoX.sm: New.
608 * testsuite/gas/rx/macros.inc: Add double FPU registers.
609 * testsuite/gas/rx/mvfdc.d: New.
610 * testsuite/gas/rx/mvfdc.sm: New.
611 * testsuite/gas/rx/mvfdr.d: New.
612 * testsuite/gas/rx/mvfdr.sm: New.
613 * testsuite/gas/rx/mvtdc.d: New.
614 * testsuite/gas/rx/mvtdc.sm: New.
615 * testsuite/gas/rx/rstr.d: New.
616 * testsuite/gas/rx/rstr.sm: New.
617 * testsuite/gas/rx/rx.exp: Use rxv3-dfpu option.
618 * testsuite/gas/rx/save.d: New.
619 * testsuite/gas/rx/save.sm: New.
620 * testsuite/gas/rx/xor.d: New.
621 * testsuite/gas/rx/xor.sm: Add pattern.
622
1b2ed39c
WH
6232019-01-04 Wu Heng <wu.heng@zte.com.cn>
624
625 PR 24010
626 * macro.c (get_any_string): Check for end of input whilst scanning
627 for separators.
628
bdfb4455
WH
6292019-01-04 Wu Heng <wu.heng@zte.com.cn>
630
631 PR 24009
632 * read.c (stringer): Fix handling of missing '>' character at end
633 of <...> sequence.
634
82704155
AM
6352019-01-01 Alan Modra <amodra@gmail.com>
636
637 Update year range in copyright notice of all files.
638
d5c04e1b 639For older changes see ChangeLog-2018
3499769a 640\f
d5c04e1b 641Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
642
643Copying and distribution of this file, with or without modification,
644are permitted in any medium without royalty provided the copyright
645notice and this notice are preserved.
646
647Local Variables:
648mode: change-log
649left-margin: 8
650fill-column: 74
651version-control: never
652End: