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