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