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