xtensa: gas: clean up literal management code
[external/binutils.git] / gas / ChangeLog
1 2019-04-11  Max Filippov  <jcmvbkbc@gmail.com>
2
3         * config/tc-xtensa.c (xtensa_literal_pseudo): Drop code that has
4         no effect.
5         (get_literal_pool_location): Only search for the literal pool
6         when auto litpools is used, otherwise take one recorded in the
7         tc_segment_info_data.
8         (xtensa_assign_litpool_addresses): New function.
9         (xtensa_move_literals): Don't duplicate 'literal pool location
10         required...' error message. Call xtensa_assign_litpool_addresses.
11
12 2019-04-11  Max Filippov  <jcmvbkbc@gmail.com>
13
14         * config/tc-xtensa.c (xtensa_is_init_fini): Add declaration.
15         (xtensa_mark_literal_pool_location): Don't add fill frag to literal
16         section that records literal pool location.
17         (md_begin): Call xtensa_mark_literal_pool_location when text
18         section literals or auto litpools are used.
19         (xtensa_elf_section_change_hook): Call
20         xtensa_mark_literal_pool_location when text section literals or
21         auto litpools are used, there's no literal pool location defined
22         for the current section and it's not .init or .fini.
23         * testsuite/gas/xtensa/auto-litpools-first1.d: Fix up addresses.
24         * testsuite/gas/xtensa/auto-litpools-first2.d: Likewise.
25         * testsuite/gas/xtensa/auto-litpools.d: Likewise.
26
27 2019-04-11  Sudakshina Das  <sudi.das@arm.com>
28
29         * config/tc-aarch64.c (process_omitted_operand): Add case for
30         AARCH64_OPND_Rt_SP.
31         (parse_operands): Likewise.
32         * testsuite/gas/aarch64/armv8_5-a-memtag.d: Update tests.
33         * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
34         * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
35         * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
36
37 2019-04-11  Sudakshina Das  <sudi.das@arm.com>
38
39         * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for ldgm and stgm.
40         * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
41         * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
42         * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
43
44 2019-04-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
45
46         * config/tc-i386.c (need_plt32_p) [TE_SOLARIS]: Return FALSE.
47         * testsuite/gas/i386/solaris/solaris.exp: New driver.
48         * testsuite/gas/i386/solaris/reloc64.d,
49         testsuite/gas/i386/solaris/x86-64-jump.d,
50         testsuite/gas/i386/solaris/x86-64-mpx-branch-1.d,
51         testsuite/gas/i386/solaris/x86-64-mpx-branch-2.d,
52         testsuite/gas/i386/solaris/x86-64-nop-3.d,
53         testsuite/gas/i386/solaris/x86-64-nop-4.d,
54         testsuite/gas/i386/solaris/x86-64-nop-5.d,
55         testsuite/gas/i386/solaris/x86-64-relax-2.d,
56         testsuite/gas/i386/solaris/x86-64-relax-3.d: New tests.
57         * testsuite/gas/i386/reloc64.d,
58         testsuite/gas/i386/x86-64-jump.d,
59         testsuite/gas/i386/x86-64-mpx-branch-1.d,
60         testsuite/gas/i386/x86-64-mpx-branch-2.d,
61         testsuite/gas/i386/x86-64-nop-3.d,
62         testsuite/gas/i386/x86-64-nop-4.d,
63         testsuite/gas/i386/x86-64-nop-5.d,
64         testsuite/gas/i386/x86-64-relax-2.d,
65         testsuite/gas/i386/x86-64-relax-3.d: Skip on *-*-solaris*.
66
67 2019-04-10  Alan Modra  <amodra@gmail.com>
68
69         * config/te-cloudabi.h: New file.
70         * config/tc-aarch64.c (aarch64_after_parse_args): Use TE_CLOUDABI
71         rather than TARGET_OS to select cloudabi.
72         * config/tc-i386.h (ELF_TARGET_FORMAT64): Define for TE_CLOUDABI.
73         * configure.tgt (*-*-cloudabi*): Set em=cloudabi.
74
75 2019-04-09  Robert Suchanek  <robert.suchanek@mips.com>
76
77         * testsuite/gas/mips/mips.exp: Run hwr-names test.
78         * testsuite/gas/mips/hwr-names.s: Add test cases for RDHWR with
79         the SEL field.
80         * testsuite/gas/mips/mipsr6@hwr-names.d: New file.
81
82 2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
83
84         * config/tc-i386.c (output_insn): Support
85         GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
86         * testsuite/gas/i386/property-2.s: Add AVX512_BF16 test.
87         * testsuite/gas/i386/property-2.d: Updated.
88         * testsuite/gas/i386/x86-64-property-2.d: Likewise.
89
90 2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
91
92         * configure.tgt: Remove i386-*-kaos* and i386-*-chaos targets.
93         * testsuite/gas/i386/i386.exp: Remove *-*-caos* and "*-*-kaos*
94         check.
95
96 2019-04-05  H.J. Lu  <hongjiu.lu@intel.com>
97
98         * testsuite/gas/i386/i386.exp: Run -mx86-used-note=yes tests.
99         * testsuite/gas/i386/property-2.d: New file.
100         * testsuite/gas/i386/property-2.s: Likewise.
101         * testsuite/gas/i386/x86-64-property-2.d: Likewise.
102
103 2019-04-05  Xuepeng Guo  <xuepeng.guo@intel.com>
104
105         * config/tc-i386.c (cpu_arch): Add .avx512_bf16.
106         (cpu_noarch): Add noavx512_bf16.
107         * doc/c-i386.texi: Document avx512_bf16.
108         * testsuite/gas/i386/avx512_bf16.d: New file.
109         * testsuite/gas/i386/avx512_bf16.s: Likewise.
110         * testsuite/gas/i386/avx512_bf16_vl-inval.l: Likewise.
111         * testsuite/gas/i386/avx512_bf16_vl-inval.s: Likewise.
112         * testsuite/gas/i386/avx512_bf16_vl.d: Likewise.
113         * testsuite/gas/i386/avx512_bf16_vl.s: Likewise.
114         * testsuite/gas/i386/x86-64-avx512_bf16.d: Likewise.
115         * testsuite/gas/i386/x86-64-avx512_bf16.s: Likewise.
116         * testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.l: Likesie.
117         * testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.s: Likewise.
118         * testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Likewise.
119         * testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Likewise.
120         * testsuite/gas/i386/i386.exp: Add BF16 related tests.
121
122 2019-04-05  Alan Modra  <amodra@gmail.com>
123
124         * testsuite/gas/ppc/bc.s,
125         * testsuite/gas/ppc/bcat.d,
126         * testsuite/gas/ppc/bcaterr.d,
127         * testsuite/gas/ppc/bcaterr.l,
128         * testsuite/gas/ppc/bcy.d,
129         * testsuite/gas/ppc/bcyerr.d,
130         * testsuite/gas/ppc/bcyerr.l: New tests.
131         * testsuite/gas/ppc/ppc.exp: Run them.
132
133 2019-04-05  Alan Modra  <amodra@gmail.com>
134
135         * testsuite/gas/ppc/476.d: Remove trailing spaces.
136         * testsuite/gas/ppc/a2.d: Likewise.
137         * testsuite/gas/ppc/booke.d: Likewise.
138         * testsuite/gas/ppc/booke_xcoff.d: Likewise.
139         * testsuite/gas/ppc/e500.d: Likewise.
140         * testsuite/gas/ppc/e500mc.d: Likewise.
141         * testsuite/gas/ppc/e6500.d: Likewise.
142         * testsuite/gas/ppc/htm.d: Likewise.
143         * testsuite/gas/ppc/power6.d: Likewise.
144         * testsuite/gas/ppc/power8.d: Likewise.
145         * testsuite/gas/ppc/power9.d: Likewise.
146         * testsuite/gas/ppc/vle.d: Likewise.
147
148 2019-04-04  Peter Bergner  <bergner@linux.ibm.com>
149
150         PR gas/24349
151         * testsuite/gas/ppc/power8.s: (bdnztar, bdnztarl, bdztar, bdztarl,
152         btar, btarl, bdnztar-, bdnztarl-, bdnztar+, bdnztarl+, bdztar-,
153         bdztarl-, bdztar+, bdztarl+, bgetar, bnltar, bgetarl, bnltarl,
154         bletar, bngtar, bletarl, bngtarl, bnetar, bnetarl, bnstar, bnutar,
155         bnstarl, bnutarl, bgetar-, bnltar-, bgetarl-, bnltarl-, bletar-,
156         bngtar-, bletarl-, bngtarl-, bnetar-, bnetarl-, bnstar-, bnutar-,
157         bnstarl-, bnutarl-, bgetar+, bnltar+, bgetarl+, bnltarl+, bletar+,
158         bngtar+, bletarl+, bngtarl+, bnetar+, bnetarl+, bnstar+, bnutar+,
159         bnstarl+, bnutarl+, blttar, blttarl, bgttar, bgttarl, beqtar,
160         beqtarl, bsotar, buntar, bsotarl, buntarl, blttar-, blttarl-,
161         bgttar-, bgttarl-, beqtar-, beqtarl-, bsotar-, buntar-, bsotarl-,
162         buntarl-, blttar+, blttarl+, bgttar+, bgttarl+, beqtar+, beqtarl+,
163         bsotar+, buntar+, bsotarl+, buntarl+, bdnzftar, bdnzftarl, bdzftar,
164         bdzftarl, bftar, bftarl, bftar-, bftarl-, bftar+, bftarl+, bdnzttar,
165         bdnzttarl, bdzttar, bdzttarl, bttar, bttarl, bttar-, bttarl-, bttar+,
166         bttarl+): Add tests of extended mnemonics.
167         * testsuite/gas/ppc/power8.d: Likewise.  Update previous bctar tests
168         to expect new extended mnemonics.
169         * testsuite/gas/ppc/a2.s: <bc, bc-, bc+, bcl, bcl-, bcl+>: Update test
170         to not use illegal BO value.  Use a more convenient BI value.
171         * testsuite/gas/ppc/a2.d: Update tests for new expect output.
172
173 2019-04-03  Max Filippov  <jcmvbkbc@gmail.com>
174
175         * config/tc-xtensa.c (convert_frag_immed): Drop
176         convert_frag_immed_finish_loop invocation.
177         (convert_frag_immed_finish_loop): Drop declaration and
178         definition.
179         * config/xtensa-relax.c (widen_spec_list): Replace loop
180         widening that uses addi/addmi with widening that uses l32r
181         and const16.
182
183 2019-04-01  Andre Vieira  <andre.simoesdiasvieira@arm.com>
184
185         * config/tc-arm.c (arm_ext_table): New struct type.
186         (arm_arch_option_table): Add new 'arm_ext_table' field.
187         (ARM_EXT,ARM_ADD,ARM_REMOVE, ALL_FP): New macros.
188         (armv5te_ext_table, armv7ve_ext_table, armv7a_ext_table,
189         armv7r_ext_table, armv7em_ext_table, armv8a_ext_table,
190         armv81a_ext_table, armv82a_ext_table, armv84a_ext_table,
191         armv85a_ext_table, armv8m_main_ext_table,
192         armv8r_ext_table): New architecture extension tables.
193         (ARM_ARCH_OPT): Add new default field.
194         (ARM_ARCH_OPT2): New macro.
195         (arm_archs): Extend some architectures with the new architecture
196         extension tables mentioned above.
197         (arm_extensions): Add DEPRECATED comment with instructions to
198         use new table.
199         (arm_parse_extension): Change to use new extension tables.
200         (arm_parse_cpu): Don't change existing behavior.
201         (arm_parse_arch): Change to use new extension tables.
202         * doc/c-arm.texi: Document new architecture extensions.
203         * testsuite/gas/arm/attr-mfpu-neon-fp16.d: Change test to use new
204         extension option rather than -mfpu and change expected behaviour to
205         sane outputs.
206         * testsuite/gas/arm/armv8-2-fp16-scalar-bad-ext.d: New.
207         * testsuite/gas/arm/armv8-2-fp16-scalar-ext.d: New.
208         * testsuite/gas/arm/armv8-2-fp16-scalar-thumb-ext.d: New.
209         * testsuite/gas/arm/armv8-2-fp16-simd-ext.d: New.
210         * testsuite/gas/arm/armv8-2-fp16-simd-thumb-ext.d: New.
211         * testsuite/gas/arm/armv8-2-fp16-simd-warning-ext.d: New.
212         * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb-ext.d: New.
213         * testsuite/gas/arm/armv8_2+rdma-ext.d: New.
214         * testsuite/gas/arm/armv8_2-a-fp16-thumb2-ext.d: New.
215         * testsuite/gas/arm/armv8_2-a-fp16_ext.d: New.
216         * testsuite/gas/arm/armv8_3-a-fp-bad-ext.d: New.
217         * testsuite/gas/arm/armv8_3-a-fp-ext.d: New.
218         * testsuite/gas/arm/armv8_3-a-fp16-ext.d: New.
219         * testsuite/gas/arm/armv8_3-a-simd-bad-ext.d: New.
220         * testsuite/gas/arm/armv8_4-a-fp16-ext.d: New.
221         * testsuite/gas/arm/armv8m.main+fp.d: New.
222         * testsuite/gas/arm/armv8m.main+fp.dp.d: New.
223         * testsuite/gas/arm/attr-ext-fpv5-d16.d: New.
224         * testsuite/gas/arm/attr-ext-fpv5.d: New.
225         * testsuite/gas/arm/attr-ext-idiv.d: New.
226         * testsuite/gas/arm/attr-ext-mp.d: New.
227         * testsuite/gas/arm/attr-ext-neon-fp16.d: New.
228         * testsuite/gas/arm/attr-ext-neon-vfpv3.d: New.
229         * testsuite/gas/arm/attr-ext-neon-vfpv4.d: New.
230         * testsuite/gas/arm/attr-ext-sec.d: New.
231         * testsuite/gas/arm/attr-ext-vfpv3-d16-fp16.d: New.
232         * testsuite/gas/arm/attr-ext-vfpv3-d16.d: New.
233         * testsuite/gas/arm/attr-ext-vfpv3-fp16.d: New.
234         * testsuite/gas/arm/attr-ext-vfpv3.d: New.
235         * testsuite/gas/arm/attr-ext-vfpv3xd-fp.d: New.
236         * testsuite/gas/arm/attr-ext-vfpv3xd.d: New.
237         * testsuite/gas/arm/attr-ext-vfpv4-d16.d: New.
238         * testsuite/gas/arm/attr-ext-vfpv4-sp-d16.d: New.
239         * testsuite/gas/arm/attr-ext-vfpv4.d: New.
240         * testsuite/gas/arm/dotprod-mandatory-ext.d: New.
241         * testsuite/gas/arm/fpv5-d16.s: New.
242         * testsuite/gas/arm/fpv5-sp-d16.s: New.
243
244 2019-03-28  Alan Modra  <amodra@gmail.com>
245
246         PR 24390
247         * testsuite/gas/ppc/476.d: Update mtfsb*.
248         * testsuite/gas/ppc/a2.d: Likewise.
249
250 2019-03-21  Alan Modra  <amodra@gmail.com>
251
252         * emul.h (struct emulation): Delete strip_underscore.
253         * emul-target.h (emul_strip_underscore): Don't define.
254         (emul_struct_name): Update initialization.
255
256 2019-03-21  Alan Modra  <amodra@gmail.com>
257
258         * config/tc-d10v.c (md_apply_fix): Apply BFD_RELOC_8.
259         * config/tc-pdp11.c (md_apply_fix): Likewise.
260         * config/tc-d30v.c (md_apply_fix): Don't emit errors for BFD_RELOC_8,
261         BFD_RELOC_16, and BFD_RELOC_64.
262         * testsuite/gas/all/gas.exp: Move target exclusions for forward
263         test, but not cr16, to..
264         * testsuite/gas/all/forward.d: ..here, with explanation.  Remove
265         d10v, d30v, and pdp11 xfails.
266
267 2019-03-19  H.J. Lu  <hongjiu.lu@intel.com>
268
269         * config/tc-i386.c (optimize_encoding): Don't check AVX for
270         EVEX vector load/store optimization.  Check both operands for
271         ZMM register.  Update EVEX vector load/store opcode check.
272         Choose EVEX Disp8 over VEX Disp32.
273         * testsuite/gas/i386/optimize-1.d: Updated.
274         * testsuite/gas/i386/optimize-1a.d: Likewise.
275         * testsuite/gas/i386/optimize-2.d: Likewise.
276         * testsuite/gas/i386/optimize-4.d: Likewise.
277         * testsuite/gas/i386/optimize-5.d: Likewise.
278         * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
279         * testsuite/gas/i386/x86-64-optimize-2a.d: Likewise.
280         * testsuite/gas/i386/x86-64-optimize-2b.d: Likewise.
281         * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
282         * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
283         * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
284         * testsuite/gas/i386/optimize-1.s: Add ZMM register load
285         test.
286         * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
287
288 2019-03-19  H.J. Lu  <hongjiu.lu@intel.com>
289
290         PR gas/24352
291         * config/tc-i386.c (optimize_encoding): Check only
292         cpu_arch_flags.bitfield.cpuavx512vl.
293         * testsuite/gas/i386/i386.exp: Run x86-64-optimize-2b.
294         * testsuite/gas/i386/x86-64-optimize-2.d: Revert the last
295         change.
296         * testsuite/gas/i386/x86-64-optimize-2b.d: New file.
297         * testsuite/gas/i386/x86-64-optimize-2b.s: Likewise.
298
299 2019-03-19  H.J. Lu  <hongjiu.lu@intel.com>
300
301         PR gas/24359
302         * testsuite/gas/i386/i386.exp: Change optimize-6a, optimize-7,
303         x86-64-optimize-7a and x86-64-optimize-8 tests to run_list_test.
304         Remove optimize-6c and x86-64-optimize-7c tests.
305         * testsuite/gas/i386/noavx-3.l: Updated.
306         * testsuite/gas/i386/noavx-4.d: Likewise.
307         * testsuite/gas/i386/noavx-5.d: Likewise.
308         * testsuite/gas/i386/noavx-3.s: Add AVX512F tests.
309         * testsuite/gas/i386/noavx-4.s: Remove AVX512F tests.
310         * testsuite/gas/i386/nosse-5.s: Likewise.
311         * testsuite/gas/i386/optimize-6a.d: Removed.
312         * testsuite/gas/i386/optimize-6c.d: Likewise.
313         * testsuite/gas/i386/optimize-7.d: Likewise.
314         * testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
315         * testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
316         * testsuite/gas/i386/x86-64-optimize-8.d: Likewise.
317         * testsuite/gas/i386/optimize-6a.l: New file.
318         * testsuite/gas/i386/optimize-6a.s: Likewise.
319         * testsuite/gas/i386/optimize-7.l: Likewise.
320         * testsuite/gas/i386/x86-64-optimize-7a.l: Likewise.
321         * testsuite/gas/i386/x86-64-optimize-7a.s: Likewise.
322         * testsuite/gas/i386/x86-64-optimize-8.l: Likewise.
323
324 2019-03-18  Alan Modra  <amodra@gmail.com>
325
326         * config/m68k-parse.y (yylex): Use temp_ilp and restore_ilp.
327         * as.c (macro_expr): Likewise.
328         * macro.c (buffer_and_nest): Likewise.
329         * read.c (temp_ilp): Remove FIXME.
330
331 2019-03-18  H.J. Lu  <hongjiu.lu@intel.com>
332
333         * testsuite/gas/i386/att-regs.d: Pass -O0 to assembler.
334         * testsuite/gas/i386/avx512bw-intel.d: Likewise.
335         * testsuite/gas/i386/avx512bw.d: Likewise.
336         * testsuite/gas/i386/avx512f-intel.d: Likewise.
337         * testsuite/gas/i386/avx512f.d: Likewise.
338         * testsuite/gas/i386/disp32.d: Likewise.
339         * testsuite/gas/i386/intel-regs.d: Likewise.
340         * testsuite/gas/i386/pseudos.d: Likewise.
341         * testsuite/gas/i386/x86-64-disp32.d: Likewise.
342         * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
343
344 2019-03-18  H.J. Lu  <hongjiu.lu@intel.com>
345
346         PR gas/24348
347         * config/tc-i386.c (optimize_encoding): Encode 128-bit and
348         256-bit EVEX vector register load/store instructions as VEX
349         vector register load/store instructions for -O1.
350         * doc/c-i386.texi: Update -O1 documentation.
351         * testsuite/gas/i386/i386.exp: Run PR gas/24348 tests.
352         * testsuite/gas/i386/optimize-1.s: Add tests for EVEX vector
353         load/store instructions.
354         * testsuite/gas/i386/optimize-2.s: Likewise.
355         * testsuite/gas/i386/optimize-3.s: Likewise.
356         * testsuite/gas/i386/optimize-5.s: Likewise.
357         * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
358         * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
359         * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
360         * testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
361         * testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
362         * testsuite/gas/i386/optimize-1.d: Updated.
363         * testsuite/gas/i386/optimize-2.d: Likewise.
364         * testsuite/gas/i386/optimize-3.d: Likewise.
365         * testsuite/gas/i386/optimize-4.d: Likewise.
366         * testsuite/gas/i386/optimize-5.d: Likewise.
367         * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
368         * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
369         * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
370         * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
371         * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
372         * testsuite/gas/i386/optimize-7.d: New file.
373         * testsuite/gas/i386/optimize-7.s: Likewise.
374         * testsuite/gas/i386/x86-64-optimize-8.d: Likewise.
375         * testsuite/gas/i386/x86-64-optimize-8.s: Likewise.
376
377 2019-03-18  H.J. Lu  <hongjiu.lu@intel.com>
378
379         * config/tc-i386.c (optimize_encoding): Encode 256-bit/512-bit
380         VEX/EVEX vector register clearing instructions with 128-bit VEX
381         vector register clearing instructions at -O1.
382         * doc/c-i386.texi: Update -O1 and -O2 documentation.
383         * testsuite/gas/i386/i386.exp: Run optimize-1a and
384         x86-64-optimize-2a.
385         * testsuite/gas/i386/optimize-1a.d: New file.
386         * testsuite/gas/i386/x86-64-optimize-2a.d: Likewise.
387
388 2019-03-17  H.J. Lu  <hongjiu.lu@intel.com>
389
390         PR gas/24353
391         * config/tc-i386.c: Include <limits.h> if it exists and try
392         including <sys/param.h> if we have it.
393         (INT_MAX): Define if not defined.
394         (md_parse_option): Set optimize to INT_MAX for -Os.
395         * testsuite/gas/i386/optimize-2.s: Add a test.
396         * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
397         * testsuite/gas/i386/optimize-2.d: Updated.
398         * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
399
400 2019-03-17  H.J. Lu  <hongjiu.lu@intel.com>
401
402         PR gas/24352
403         * config/tc-i386.c (optimize_encoding): Encode 512-bit EVEX
404         with 128-bit VEX encoding only when AVX is enabled and with
405         128-bit EVEX encoding only when AVX512VL is enabled.
406         * testsuite/gas/i386/i386.exp: Run PR gas/24352 tests.
407         * testsuite/gas/i386/optimize-6.s: New file.
408         * testsuite/gas/i386/optimize-6a.d: Likewise.
409         * testsuite/gas/i386/optimize-6b.d: Likewise.
410         * testsuite/gas/i386/optimize-6c.d: Likewise.
411         * testsuite/gas/i386/x86-64-optimize-7.s: Likewise.
412         * testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
413         * testsuite/gas/i386/x86-64-optimize-7b.d: Likewise.
414         * testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
415         * testsuite/gas/i386/x86-64-optimize-2.d: Updated.
416
417 2019-03-15  Li Hao  <li.hao296@zte.com.cn>
418
419         PR 24308
420         * config/tc-i386.c (parse_insn): Check mnemp before using it to
421         determine if a suffix can be trimmed.
422
423 2019-03-13  Christian Eggers  <ceggers@gmx.de>
424
425         * dwarf2dbg.c (out_set_addr): Align relocation within .debug_line.
426
427 2019-03-13  Christian Eggers  <ceggers@gmx.de>
428
429         * dwarf2dbg.c (out_debug_line): Pad size of .debug_line section.
430
431 2019-03-13  Christian Eggers  <ceggers@gmx.de>
432
433         * dwarf2dbg.c (out_debug_str): Use octets for .debug_string pointers.
434
435 2019-03-13  Christian Eggers  <ceggers@gmx.de>
436
437         * dwarf2dbg.c (out_debug_line): Use octets for .debug_line prologue.
438
439 2019-03-13  Christian Eggers  <ceggers@gmx.de>
440
441         * dwarf2dbg.c (out_debug_line): Use octets for dwarf2 headers.
442         (out_debug_aranges, out_debug_info): Likewise.
443
444 2019-03-13  Christian Eggers  <ceggers@gmx.de>
445
446         * symbols.h (symbol_temp_new_now_octets): Declare.
447         (symbol_set_value_now_octets, symbol_octets_p): Declare.
448         * symbols.c (struct symbol_flags): New member sy_octets.
449         (symbol_temp_new_now_octets): New function.
450         (resolve_symbol_value): Return octets instead of bytes if
451         sy_octets is set.
452         (symbol_set_value_now_octets): New function.
453         (symbol_octets_p): New function.
454
455 2019-03-13  Christian Eggers  <ceggers@gmx.de>
456
457         * dwarf2dbg.c (dwarf2_emit_insn): Fix calculation of line info offset.
458
459 2019-03-12  Andreas Krebbel  <krebbel@linux.ibm.com>
460
461         * testsuite/gas/s390/zarch-arch13.s: Adjust testcase to optable changes.
462         * testsuite/gas/s390/zarch-arch13.d: Likewise.
463
464 2019-02-27  Matthew Malcomson  <matthew.malcomson@arm.com>
465
466         * testsuite/gas/aarch64/dotproduct.d: Use multiple "as" lines.
467         * testsuite/gas/aarch64/dotproduct_armv8_4.d: Remove.
468         * testsuite/gas/aarch64/dotproduct_armv8_4.s: Remove.
469         * testsuite/gas/aarch64/illegal-dotproduct.d: Use multiple "as"
470         lines.
471         * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: Remove.
472         * testsuite/gas/aarch64/ldst-rcpc.d: Use multiple "as" lines.
473
474 2019-02-24  Alan Modra  <amodra@gmail.com>
475
476         * config/tc-ppc.c (parse_tls_arg): Wrap in #ifdef OBJ_ELF.
477
478 2019-02-24  Alan Modra  <amodra@gmail.com>
479
480         PR 24144
481         * config/obj-aout.c (obj_aout_frob_file_before_fix): Write to end
482         of section to ensure file contents cover aligned section size.
483
484 2019-02-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
485
486         * config/tc-arm.c (arm_cpus): Add neoverse-n1.
487         * doc/c-arm.texi (-mcpu): Document neoverse-n1 value.
488
489 2019-02-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
490
491         * config/tc-aarch64.c (aarch64_cpus): Add neoverse-e1.
492         * doc/c-aarch64.texi (-mcpu): Document neoverse-e1 value.
493
494 2019-02-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
495
496         * config/tc-aarch64.c (aarch64_cpus): Add neoverse-n1.
497         * doc/c-aarch64.texi (-mcpu): Document neoverse-n1 value.
498
499 2019-02-19  Paul Hua  <paul.hua.gm@gmail.com>
500
501         * NEWS: Mention -m[no-]fix-loongson3-llsc.
502         * configure.ac: Add --enable-mips-fix-loongson3-llsc.
503         Define DEFAULT_MIPS_FIX_LOONGSON3_LLSC.
504         * config.in: Regenerated.
505         * configure: Likewise.
506         * config/tc-mips.c (sync_insn, mips_fix_loongson3_llsc):
507         New variables.
508         (options): New OPTION_FIX_LOONGSON3_LLSC,
509         OPTION_NO_FIX_LOONGSON3_LLSC.
510         (md_longopts): Add -m[no-]fix-loongson3-llsc.
511         (md_begin): Initialize sync insn.
512         (fix_loongson3_llsc): New.
513         (append_insn): Call fix_loongson3_llsc.
514         (md_parse_option): Handle OPTION_FIX_LOONGSON3_LLSC,
515         OPTION_NO_FIX_LOONGSON3_LLSC.
516         (md_show_usage): Display -m[no-]fix-loongson3-llsc.
517         * doc/c-mips.texi: Document -m[no-]fix-loongson3-llsc,
518         --enable-mips-fix-loongson3-llsc=[yes|no].
519
520 2019-02-10  H.J. Lu  <hongjiu.lu@intel.com>
521
522         PR gas/24165
523         * frags.c (frag_var_init): Pass max_chars to TC_FRAG_INIT as
524         max_bytes.
525         * config/tc-aarch64.h (TC_FRAG_INIT): Add and pass max_bytes to
526         aarch64_init_frag.
527         * /config/tc-arm.h (TC_FRAG_INIT): And and pass max_bytes to
528         arm_init_frag.
529         * config/tc-avr.h (TC_FRAG_INIT): And and ignore max_bytes.
530         * config/tc-ia64.h (TC_FRAG_INIT): Likewise.
531         * config/tc-mmix.h (TC_FRAG_INIT): Likewise.
532         * config/tc-nds32.h (TC_FRAG_INIT): Likewise.
533         * config/tc-ns32k.h (TC_FRAG_INIT): Likewise.
534         * config/tc-rl78.h (TC_FRAG_INIT): Likewise.
535         * config/tc-rx.h (TC_FRAG_INIT): Likewise.
536         * config/tc-score.h (TC_FRAG_INIT): Likewise.
537         * config/tc-tic54x.h (TC_FRAG_INIT): Likewise.
538         * config/tc-tic6x.h (TC_FRAG_INIT): Likewise.
539         * config/tc-xtensa.h (TC_FRAG_INIT): Likewise.
540         * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Set to
541         (alignment ? ((1 << alignment) - 1) : 1)
542         (i386_tc_frag_data): Add max_bytes.
543         (TC_FRAG_INIT): Add and track max_bytes.
544         (HANDLE_ALIGN): Replace MAX_MEM_FOR_RS_ALIGN_CODE with
545         fragP->tc_frag_data.max_bytes.
546         * doc/internals.texi: Update TC_FRAG_TYPE with max_bytes.
547
548 2019-02-08  Jim Wilson  <jimw@sifive.com>
549
550         * config/tc-riscv.c (validate_riscv_insn) <'C'>: Add 'z' support.
551         (riscv_ip) <'C'>: Add 'z' support.
552
553 2019-02-07  Tamar Christina  <tamar.christina@arm.com>
554
555         * config/tc-arm.c (insns): Redefine THUMB_VARIANT and ARM_VARIANT for
556         hlt to armv1.
557         * testsuite/gas/arm/armv8a-automatic-hlt.d: Update TAGs
558         * testsuite/gas/arm/hlt.d: New test.
559         * testsuite/gas/arm/hlt.s: New test.
560
561 2019-02-07  Tamar Christina  <tamar.christina@arm.com>
562
563         * testsuite/gas/aarch64/undefined_advsimd_armv8_3.d: New test.
564         * testsuite/gas/aarch64/undefined_advsimd_armv8_3.s: New test.
565
566 2019-02-07  Tamar Christina  <tamar.christina@arm.com>
567
568         PR binutils/23212
569         * testsuite/gas/aarch64/undefined_by_elem_sz_l.s: New test.
570         * testsuite/gas/aarch64/undefined_by_elem_sz_l.d: New test.
571
572 2019-02-07  Eric Botcazou  <ebotcazou@adacore.com>
573
574         * config/tc-visium.c (md_assemble) <mode_cad>: Align instruction on
575         64-bit boundaries for the GR6.
576         * testsuite/gas/visium/allinsn_gr6.s: Tweak.
577         * testsuite/gas/visium/allinsn_gr6.d: Likewise.
578         * testsuite/gas/visium/bra-1.d: New test.
579         * testsuite/gas/visium/bra-1.s: Likewise.
580         * testsuite/gas/visium/visium.exp: Run bra-1 test.
581
582 2019-01-31  John Darrington <john@darrington.wattle.id.au>
583
584         * config/tc-s12z.c (lex_imm): Add new argument exp_o.
585         (emit_reloc): New function.
586         (md_apply_fix): [BFD_RELOC_S12Z_OPR] Recognise that it
587         can be either 2 bytes or 3 bytes long.
588         * testsuite/gas/s12z/mov-imm-reloc.d: New file.
589         * testsuite/gas/s12z/mov-imm-reloc.s: New file.
590         * testsuite/gas/s12z/s12z.exp: Add them.
591
592 2019-01-31  John Darrington <john@darrington.wattle.id.au>
593
594         * config/tc-s12z.c (md_apply_fix): Fix incorrect limits.
595         * testsuite/gas/s12z/pc-rel-bad.d: New file.
596         * testsuite/gas/s12z/pc-rel-bad.l: New file.
597         * testsuite/gas/s12z/pc-rel-bad.s: New file.
598         * testsuite/gas/s12z/pc-rel-good.d: New file.
599         * testsuite/gas/s12z/pc-rel-good.s: New file.
600         * testsuite/gas/s12z/s12z.exp: Add them.
601
602 2019-01-31  John Darrington <john@darrington.wattle.id.au>
603
604         * config/tc-s12z.c (tfr): Emit warning if operands are the same.
605         * testsuite/gas/s12z/exg.d: New test case.
606         * testsuite/gas/s12z/exg.l: New file.
607
608 2019-01-31  John Darrington <john@darrington.wattle.id.au>
609
610         * config/tc-s12z.c (lex_opr): Add a parameter to indicate whether
611         immediate mode operands should be permitted.
612         * testsuite/s12z/imm-dest.d: New file.
613         * testsuite/s12z/imm-dest.l: New file.
614         * testsuite/s12z/imm-dest.s: New file.
615         * testsuite/s12z/s12z.exp: Add them.
616
617 2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>
618
619         * config/tc-s390.c (s390_parse_cpu): New entry for arch13.
620         * doc/c-s390.texi: Document arch13 march option.
621         * testsuite/gas/s390/s390.exp: Run the arch13 related tests.
622         * testsuite/gas/s390/zarch-arch13.d: New test.
623         * testsuite/gas/s390/zarch-arch13.s: New test.
624         * testsuite/gas/s390/zarch-z13.d: Expect the renamed mnemonics
625         also for z13.
626
627 2019-01-31  Alan Modra  <amodra@gmail.com>
628
629         * config/tc-alpha.c (md_apply_fix): Correct range checks for
630         BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BSR.
631         * config/tc-arm.c (md_apply_fix): Use llabs rather than abs.
632         * config/tc-csky.c (get_macro_reg_vals): Pass s to csky_show_error.
633
634 2019-01-28  Max Filippov  <jcmvbkbc@gmail.com>
635
636         * config/tc-xtensa.c (md_apply_fix): Mark fixups for constant
637         symbols as done in md_apply_fix.
638         * testsuite/gas/all/forward.d: Don't XFAIL for xtensa.
639
640 2019-01-28  Nick Clifton  <nickc@redhat.com>
641
642         * po/fr.po: Updated French translation.
643         * po/ru.po: Updated Russian translation.
644
645 2019-01-28  Alan Modra  <amodra@gmail.com>
646
647         * configure.ac (ac_checking): Set from bfd/development.sh
648         development variable.
649         * configure: Regenerate.
650
651 2019-01-25  Sudakshina Das  <sudi.das@arm.com>
652
653         * config/tc-aarch64.c (warn_unpredictable_ldst): Exempt
654         stg, st2g, stzg and stz2g from Xt == Xn with writeback warning.
655         * testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for
656         stg, stzg, st2g and stz2g.
657         * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
658         * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
659         * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
660
661 2019-01-25  Sudakshina Das  <sudi.das@arm.com>
662
663         * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
664         * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
665         * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
666         * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
667
668 2019-01-25  Sudakshina Das  <sudi.das@arm.com>
669             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
670
671         * config/tc-aarch64.c (parse_address_main): Remove support for
672         [base]! address expression.
673         (parse_operands): Remove support for AARCH64_OPND_ADDR_SIMPLE_2.
674         (warn_unpredictable_ldst): Remove support for ldstgv_indexed.
675         * testsuite/gas/aarch64/armv8_5-a-memtag.d: Remove tests for ldgv
676         and stgv.
677         * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
678         * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
679         * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
680
681 2019-01-25  Wu Heng  <wu.heng@zte.com.cn>
682
683         PR gas/23940
684         * macro.c (getstring): Check array bound before accessing.
685
686 2019-01-25  Alan Modra  <amodra@gmail.com>
687
688         PR 20902
689         PR 24125
690         * read.c (stringer): Delete assertion.
691
692 2019-01-21  Nick Clifton  <nickc@redhat.com>
693
694         * po/uk.po: Updated Ukranian translation.
695
696 2019-01-19  Nick Clifton  <nickc@redhat.com>
697
698         * config.in: Regenerate.
699         * configure: Regenerate.
700         * po/gas.pot: Regenerate.
701
702 2018-06-24  Nick Clifton  <nickc@redhat.com>
703
704         2.32 branch created.
705
706 2019-01-17  Tamar Christina  <tamar.christina@arm.com>
707
708         * testsuite/gas/arm/archv6t2-1-pe.d: New test.
709         * testsuite/gas/arm/archv6t2-1.d: Skip pe.
710         * testsuite/gas/arm/csdb.d: Skip pe.
711         * testsuite/gas/arm/sb-thumb1-pe.d: New test.
712         * testsuite/gas/arm/sb-thumb1.d: Skip pe.
713         * testsuite/gas/arm/sb-thumb2-pe.d: New test.
714         * testsuite/gas/arm/sb-thumb2.d: Skip pe.
715         * testsuite/gas/arm/udf.d: Skip pe.
716
717 2019-01-16  Kito Cheng  <kito@andestech.com>
718
719         * testsuite/gas/riscv/attribute-empty.d: New.
720
721 2019-01-16  Kito Cheng  <kito@andestech.com>
722             Nelson Chu  <nelson@andestech.com>
723
724         * config/tc-riscv.c (DEFAULT_RISCV_ATTR): Define to 0 if not defined.
725         (riscv_set_options): Add `arch_attr` field.
726         (riscv_opts): Set default value for arch_attr.
727         (riscv_write_out_arch_attr): New.
728         (riscv_set_public_attributes): Likewise.
729         (riscv_md_end): Likewise.
730         (riscv_convert_symbolic_attribute): Likewise.
731         (s_riscv_attribute): Likewise.
732         (explicit_arch_attr): Likewise.
733         (riscv_pseudo_table): Add .attribute to the table.
734         (options): Add OPTION_ARCH_ATTR and OPTION_NO_ARCH_ATTR
735         enumeration constants.
736         (md_longopts): Add `march-attr' and `mno-arch-attr' options.
737         (md_parse_option): Handle the new options.
738         (md_show_usage): Document the `march-attr' option.
739         * config/tc-riscv.h (md_end): Define as riscv_md_end
740         (riscv_md_end): Declare.
741         (CONVERT_SYMBOLIC_ATTRIBUTE): Define as
742         riscv_convert_symbolic_attribute.
743         (riscv_convert_symbolic_attribute): Declare.
744         (start_assemble): Declare.
745         * testsuite/gas/elf/elf.exp: Adjust test case for section2.e.
746         * testsuite/gas/elf/section2.e-riscv: New.
747         * testsuite/gas/riscv/attribute-01.d: New test
748         * testsuite/gas/riscv/attribute-02.d: Likewise.
749         * testsuite/gas/riscv/attribute-03.d: Likewise.
750         * testsuite/gas/riscv/attribute-04.d: Likewise.
751         * testsuite/gas/riscv/attribute-04.s: Likewise.
752         * testsuite/gas/riscv/attribute-05.d: Likewise.
753         * testsuite/gas/riscv/attribute-05.s: Likewise.
754         * testsuite/gas/riscv/attribute-06.d: Likewise.
755         * testsuite/gas/riscv/attribute-06.s: Likewise.
756         * testsuite/gas/riscv/attribute-07.d: Likewise.
757         * testsuite/gas/riscv/attribute-07.s: Likewise.
758         * testsuite/gas/riscv/attribute-08.d: Likewise.
759         * testsuite/gas/riscv/attribute-08.s: Likewise.
760         * testsuite/gas/riscv/attribute-unknown.d: Likewise.
761         * testsuite/gas/riscv/attribute-unknown.s: Likewise.
762         * testsuite/gas/riscv/empty.l: Likewise.
763         * doc/c-riscv.texi (.attribute): Add documentation.
764         * configure.ac (--enable-default-riscv-attribute): New options.
765         * configure: Re-generate.
766         * config.in: Re-generate.
767
768 2019-01-16  John Darrington <john@darrington.wattle.id.au>
769
770         * config/tc-s12z.c (lex_reg_name): Compare the length of the strings
771         before the contents.
772         * testsuite/gas/s12z/labels.d: New file.
773         * testsuite/gas/s12z/labels.s: New file.
774         * testsuite/gas/s12z/s12z.exp: Add them.
775         * config/tc-s12z.c (tfr): Change as_bad to as_warn.
776         Also fix message typo and semantics.
777         * config/tc-s12z.c (emit_opr): Emit BFD_RELOC_S12Z_OPR instead of
778         BFD_RELOC_24.
779         * testsuite/gas/s12z/opr-indirect-expr.d: Expect R_S12Z_OPR instead
780         of R_S12Z_EXT24.
781
782 2019-01-14  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
783
784         * config/tc-arm.c (arm_ext_v6k_v6t2): Define.
785         (insns) [ARM_VARIANT]: Modified.
786         (insns) [THUMB_VARIANT]: To implement few ARMv6K instructions
787         in ARMv6T2 as well.
788         * testsuite/gas/arm/archv6t2-1.d: New test.
789         * testsuite/gas/arm/archv6t2-1.s: Likewise.
790         * testsuite/gas/arm/archv6t2-2.d: Likewise.
791
792 2019-01-11  Alan Modra  <amodra@gmail.com>
793
794         PR 23963
795         * testsuite/gas/m68hc11/lbranch-dwarf2.d: Adjust for PR23963 change.
796         * testsuite/gas/m68hc11/opers12-dwarf2.d: Likewise.
797
798 2019-01-10  Nick Clifton  <nickc@redhat.com>
799
800         PR 23963
801         * testsuite/gas/mips/mips16-branch-absolute-1.d: Adjust for the
802         fact that control characters are now displayed as escape
803         sequences.
804         * testsuite/gas/mips/mips16-e.d: Likewise.
805         * testsuite/gas/mips/mips16-pcrel-0.d: Likewise.
806         * testsuite/gas/mips/mips16-pcrel-1.d: Likewise.
807         * testsuite/gas/mips/mips16-pcrel-delay-0.d: Likewise.
808         * testsuite/gas/mips/mips16-pcrel-delay-1.d: Likewise.
809         * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
810         * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
811         * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
812         * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
813         * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: Likewise.
814         * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: Likewise.
815         * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: Likewise.
816         * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: Likewise.
817         * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: Likewise.
818         * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: Likewise.
819         * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d:
820         Likewise.
821         * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d:
822         Likewise.
823         * testsuite/gas/mips/mipsel16-e.d: Likewise.
824         * testsuite/gas/mips/mipsr6@msa.d: Likewise.
825         * testsuite/gas/mips/mipsr6@relax-swap3.d: Likewise.
826         * testsuite/gas/mips/r6-64-n32.d: Likewise.
827         * testsuite/gas/mips/r6-64-n64.d: Likewise.
828         * testsuite/gas/mips/r6-n32.d: Likewise.
829         * testsuite/gas/mips/r6-n64.d: Likewise.
830         * testsuite/gas/mips/r6.d: Likewise.
831         * testsuite/gas/mips/tmips16-e.d: Likewise.
832         * testsuite/gas/mips/tmipsel16-e.d: Likewise.
833         * testsuite/gas/mn10300/relax.d: Likewise.
834
835 2019-01-09  John Darrington <john@darrington.wattle.id.au>
836
837         * testsuite/gas/s12z/jsr.s: New case.
838         * testsuite/gas/s12z/jsr.d: New case.
839
840 2019-01-09  Andrew Paprocki  <andrew@ishiboo.com>
841
842         * configure: Regenerate.
843
844 2019-01-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
845
846         * config/tc-aarch64.c (aarch64_cpus): Add ares.
847         * doc/c-aarch64.texi (-mcpu): Document ares value.
848
849 2019-01-08  Alan Modra  <amodra@gmail.com>
850
851         * testsuite/gas/rx/rx.exp: Create generated test source in
852         current directory.
853         * testsuite/gas/rx/Xtod.d, * testsuite/gas/rx/abs.d,
854         * testsuite/gas/rx/adc.d, * testsuite/gas/rx/add.d,
855         * testsuite/gas/rx/and.d, * testsuite/gas/rx/bclr.d,
856         * testsuite/gas/rx/bcnd.d, * testsuite/gas/rx/bfmov.d,
857         * testsuite/gas/rx/bmcnd.d, * testsuite/gas/rx/bnot.d,
858         * testsuite/gas/rx/bra.d, * testsuite/gas/rx/brk.d,
859         * testsuite/gas/rx/bset.d, * testsuite/gas/rx/bsr.d,
860         * testsuite/gas/rx/btst.d, * testsuite/gas/rx/clrpsw.d,
861         * testsuite/gas/rx/cmp.d, * testsuite/gas/rx/dabs.d,
862         * testsuite/gas/rx/dadd.d, * testsuite/gas/rx/dbt.d,
863         * testsuite/gas/rx/dcmp.d, * testsuite/gas/rx/ddiv.d,
864         * testsuite/gas/rx/div.d, * testsuite/gas/rx/divu.d,
865         * testsuite/gas/rx/dmov.d, * testsuite/gas/rx/dmul.d,
866         * testsuite/gas/rx/dneg.d, * testsuite/gas/rx/dpopm.d,
867         * testsuite/gas/rx/dpushm.d, * testsuite/gas/rx/dround.d,
868         * testsuite/gas/rx/dsqrt.d, * testsuite/gas/rx/dsub.d,
869         * testsuite/gas/rx/dtoX.d, * testsuite/gas/rx/emaca.d,
870         * testsuite/gas/rx/emsba.d, * testsuite/gas/rx/emul.d,
871         * testsuite/gas/rx/emula.d, * testsuite/gas/rx/emulu.d,
872         * testsuite/gas/rx/fadd.d, * testsuite/gas/rx/fcmp.d,
873         * testsuite/gas/rx/fdiv.d, * testsuite/gas/rx/fmul.d,
874         * testsuite/gas/rx/fsqrt.d, * testsuite/gas/rx/fsub.d,
875         * testsuite/gas/rx/ftoi.d, * testsuite/gas/rx/ftou.d,
876         * testsuite/gas/rx/gprel.d, * testsuite/gas/rx/int.d,
877         * testsuite/gas/rx/itof.d, * testsuite/gas/rx/jmp.d,
878         * testsuite/gas/rx/jsr.d, * testsuite/gas/rx/machi.d,
879         * testsuite/gas/rx/maclh.d, * testsuite/gas/rx/maclo.d,
880         * testsuite/gas/rx/max.d, * testsuite/gas/rx/min.d,
881         * testsuite/gas/rx/mov.d, * testsuite/gas/rx/movco.d,
882         * testsuite/gas/rx/movli.d, * testsuite/gas/rx/movu.d,
883         * testsuite/gas/rx/msbhi.d, * testsuite/gas/rx/msblh.d,
884         * testsuite/gas/rx/msblo.d, * testsuite/gas/rx/mul.d,
885         * testsuite/gas/rx/mulhi.d, * testsuite/gas/rx/mullh.d,
886         * testsuite/gas/rx/mullo.d, * testsuite/gas/rx/mvfacgu.d,
887         * testsuite/gas/rx/mvfachi.d, * testsuite/gas/rx/mvfaclo.d,
888         * testsuite/gas/rx/mvfacmi.d, * testsuite/gas/rx/mvfc.d,
889         * testsuite/gas/rx/mvfcp.d, * testsuite/gas/rx/mvfdc.d,
890         * testsuite/gas/rx/mvfdr.d, * testsuite/gas/rx/mvtacgu.d,
891         * testsuite/gas/rx/mvtachi.d, * testsuite/gas/rx/mvtaclo.d,
892         * testsuite/gas/rx/mvtc.d, * testsuite/gas/rx/mvtcp.d,
893         * testsuite/gas/rx/mvtdc.d, * testsuite/gas/rx/neg.d,
894         * testsuite/gas/rx/nop.d, * testsuite/gas/rx/not.d,
895         * testsuite/gas/rx/opecp.d, * testsuite/gas/rx/or.d,
896         * testsuite/gas/rx/pop.d, * testsuite/gas/rx/popc.d,
897         * testsuite/gas/rx/popm.d, * testsuite/gas/rx/push.d,
898         * testsuite/gas/rx/pushc.d, * testsuite/gas/rx/pushm.d,
899         * testsuite/gas/rx/r-bcc.d, * testsuite/gas/rx/r-bra.d,
900         * testsuite/gas/rx/racl.d, * testsuite/gas/rx/racw.d,
901         * testsuite/gas/rx/rdacl.d, * testsuite/gas/rx/rdacw.d,
902         * testsuite/gas/rx/revl.d, * testsuite/gas/rx/revw.d,
903         * testsuite/gas/rx/rmpa.d, * testsuite/gas/rx/rolc.d,
904         * testsuite/gas/rx/rorc.d, * testsuite/gas/rx/rotl.d,
905         * testsuite/gas/rx/rotr.d, * testsuite/gas/rx/round.d,
906         * testsuite/gas/rx/rstr.d, * testsuite/gas/rx/rte.d,
907         * testsuite/gas/rx/rtfi.d, * testsuite/gas/rx/rts.d,
908         * testsuite/gas/rx/rtsd.d, * testsuite/gas/rx/sat.d,
909         * testsuite/gas/rx/satr.d, * testsuite/gas/rx/save.d,
910         * testsuite/gas/rx/sbb.d, * testsuite/gas/rx/sccnd.d,
911         * testsuite/gas/rx/scmpu.d, * testsuite/gas/rx/setpsw.d,
912         * testsuite/gas/rx/shar.d, * testsuite/gas/rx/shll.d,
913         * testsuite/gas/rx/shlr.d, * testsuite/gas/rx/smovb.d,
914         * testsuite/gas/rx/smovf.d, * testsuite/gas/rx/smovu.d,
915         * testsuite/gas/rx/sstr.d, * testsuite/gas/rx/stnz.d,
916         * testsuite/gas/rx/stz.d, * testsuite/gas/rx/sub.d,
917         * testsuite/gas/rx/suntil.d, * testsuite/gas/rx/swhile.d,
918         * testsuite/gas/rx/tst.d, * testsuite/gas/rx/utof.d,
919         * testsuite/gas/rx/wait.d, * testsuite/gas/rx/xchg.d,
920         * testsuite/gas/rx/xor.d: Add #source line.
921
922 2019-01-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
923
924         * config/tc-arm.c (arm_cpus): Add ares.
925         * doc/c-arm.texi (-mcpu): Document ares value.
926
927 2019-01-05  Yoshinori Sato  <ysato@users.sourceforge.jp>
928
929         * config/rx-defs.h (rx_cpu_types): Add type RXV3 and RXV3FPU.
930         (rx_bfield): Add prototype.
931         (rx_post): Likewise.
932         * config/rx-parse.y: Add v3 instructions and Double FPU registers.
933         (DSIZE): Define.
934         (POST): Define.
935         (rx_check_v3): New. check v3 type.
936         (rx_check_dfpu): New. check have double support.
937         (double_condition_table): New. dcmp<cond> contiditon.
938         (check_condition): Multiple condition support.
939         (rx_lex): RXv3 instructions support.
940         Add parse dcmp<cond> instruction and Double FPU registers.
941         (immediate): Disable optimize in dmov #imm case.
942         (displacement): Add double displacement in dmov instraction.
943         * config/tc-rx.c (rx_use_conventional_section_names):
944         Invert default value in rx-*-linux target.
945         (cpu_type): Add additional ELF flags.
946         (cpu_type_list): Add RXv3.
947         (md_parse_option): Refer elf_flags from cpu_type_list.
948         (md_show_usage): Add rxv3 and rxv3-dfpu.
949         (rx_bytesT): Add post byte.
950         (rx_bfield): New. generate bfmov / bfmovz "imm" field.
951         (rx_post): New. Set instruction post byte.
952         (md_assemble): Add post byte.
953         doc/c-rx.texi: Add cpu types.
954         * testsuite/gas/rx/Xtod.d: New.
955         * testsuite/gas/rx/Xtod.sm: New.
956         * testsuite/gas/rx/bfmov.d: New.
957         * testsuite/gas/rx/bfmov.sm: New.
958         * testsuite/gas/rx/dabs.d: New.
959         * testsuite/gas/rx/dabs.sm: New.
960         * testsuite/gas/rx/dadd.d: New.
961         * testsuite/gas/rx/dadd.sm: New.
962         * testsuite/gas/rx/dcmp.d: New.
963         * testsuite/gas/rx/dcmp.sm: New.
964         * testsuite/gas/rx/ddiv.d: New.
965         * testsuite/gas/rx/ddiv.sm: New.
966         * testsuite/gas/rx/dmov.d: New.
967         * testsuite/gas/rx/dmov.sm: New.
968         * testsuite/gas/rx/dmul.d: New.
969         * testsuite/gas/rx/dmul.sm: New.
970         * testsuite/gas/rx/dneg.d: New.
971         * testsuite/gas/rx/dneg.sm: New.
972         * testsuite/gas/rx/dpopm.d: New.
973         * testsuite/gas/rx/dpopm.sm: New.
974         * testsuite/gas/rx/dpushm.d: New.
975         * testsuite/gas/rx/dpushm.sm: New.
976         * testsuite/gas/rx/dround.d: New.
977         * testsuite/gas/rx/dround.sm: New.
978         * testsuite/gas/rx/dsqrt.d: New.
979         * testsuite/gas/rx/dsqrt.sm: New.
980         * testsuite/gas/rx/dsub.d: New.
981         * testsuite/gas/rx/dsub.sm: New.
982         * testsuite/gas/rx/dtoX.d: New.
983         * testsuite/gas/rx/dtoX.sm: New.
984         * testsuite/gas/rx/macros.inc: Add double FPU registers.
985         * testsuite/gas/rx/mvfdc.d: New.
986         * testsuite/gas/rx/mvfdc.sm: New.
987         * testsuite/gas/rx/mvfdr.d: New.
988         * testsuite/gas/rx/mvfdr.sm: New.
989         * testsuite/gas/rx/mvtdc.d: New.
990         * testsuite/gas/rx/mvtdc.sm: New.
991         * testsuite/gas/rx/rstr.d: New.
992         * testsuite/gas/rx/rstr.sm: New.
993         * testsuite/gas/rx/rx.exp: Use rxv3-dfpu option.
994         * testsuite/gas/rx/save.d: New.
995         * testsuite/gas/rx/save.sm: New.
996         * testsuite/gas/rx/xor.d: New.
997         * testsuite/gas/rx/xor.sm: Add pattern.
998
999 2019-01-04  Wu Heng  <wu.heng@zte.com.cn>
1000
1001         PR 24010
1002         * macro.c (get_any_string): Check for end of input whilst scanning
1003         for separators.
1004
1005 2019-01-04  Wu Heng  <wu.heng@zte.com.cn>
1006
1007         PR 24009
1008         * read.c (stringer): Fix handling of missing '>' character at end
1009         of <...> sequence.
1010
1011 2019-01-01  Alan Modra  <amodra@gmail.com>
1012
1013         Update year range in copyright notice of all files.
1014
1015 For older changes see ChangeLog-2018
1016 \f
1017 Copyright (C) 2019 Free Software Foundation, Inc.
1018
1019 Copying and distribution of this file, with or without modification,
1020 are permitted in any medium without royalty provided the copyright
1021 notice and this notice are preserved.
1022
1023 Local Variables:
1024 mode: change-log
1025 left-margin: 8
1026 fill-column: 74
1027 version-control: never
1028 End: