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