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