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