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