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