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