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