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