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