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