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