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