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