]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/ChangeLog
RISC-V: Avoid emitting invalid instructions in mixed RVC/no-RVC code
[thirdparty/binutils-gdb.git] / gas / ChangeLog
1 2017-09-07 Palmer Dabbelt <palmer@dabbelt.com>
2
3 * config/tc-riscv.c (riscv_frag_align_code): Emit the entire
4 alignment sequence inside R_RISCV_ALIGN.
5
6 2017-09-05 Alexander Fedotov <alexander.fedotov@nxp.com>
7 Edmar Wienskoski <edmar.wienskoski@nxp.com
8
9 * config/tc-ppc.c (md_parse_option): Handle "mno-vle" flag.
10 (ppc_elf_section_letter): New function.
11 * config/tc-ppc.h (md_elf_section_letter): New.
12 * testsuite/gas/elf/section10.d: Adjust for VLE.
13
14 2017-09-01 Tamar Christina <tamar.christina@arm.com>
15
16 * config/tc-aarch64.c (aarch64_cpus): Enable DOTPROD for
17 cortex-a55 and cortx-a75.
18
19 2017-08-30 Maciej W. Rozycki <macro@imgtec.com>
20
21 * testsuite/gas/mips/branch-addend-micromips.d: New test.
22 * testsuite/gas/mips/branch-addend-micromips-n32.d: New test.
23 * testsuite/gas/mips/branch-addend-micromips-n64.d: New test.
24 * testsuite/gas/mips/branch-addend-micromips.s: New test source.
25 * testsuite/gas/mips/mips.exp: Run the new tests.
26
27 2017-08-30 Maciej W. Rozycki <macro@imgtec.com>
28
29 * config/tc-mips.c (md_convert_frag): Respect
30 `mips_ignore_branch_isa'.
31 * testsuite/gas/mips/branch-local-5.d: New test.
32 * testsuite/gas/mips/branch-local-n32-5.d: New test.
33 * testsuite/gas/mips/branch-local-n64-5.d: New test.
34 * testsuite/gas/mips/branch-local-6.d: New test.
35 * testsuite/gas/mips/branch-local-n32-6.d: New test.
36 * testsuite/gas/mips/branch-local-n64-6.d: New test.
37 * testsuite/gas/mips/branch-local-7.d: New test.
38 * testsuite/gas/mips/branch-local-n32-7.d: New test.
39 * testsuite/gas/mips/branch-local-n64-7.d: New test.
40 * testsuite/gas/mips/branch-local-ignore-5.d: New test.
41 * testsuite/gas/mips/branch-local-ignore-n32-5.d: New test.
42 * testsuite/gas/mips/branch-local-ignore-n64-5.d: New test.
43 * testsuite/gas/mips/branch-local-ignore-6.d: New test.
44 * testsuite/gas/mips/branch-local-ignore-n32-6.d: New test.
45 * testsuite/gas/mips/branch-local-ignore-n64-6.d: New test.
46 * testsuite/gas/mips/branch-local-5.l: New stderr output.
47 * testsuite/gas/mips/branch-local-6.l: New stderr output.
48 * testsuite/gas/mips/branch-local-5.s: New test source.
49 * testsuite/gas/mips/branch-local-6.s: New test source.
50 * testsuite/gas/mips/branch-local-7.s: New test source.
51 * testsuite/gas/mips/mips.exp: Run the new tests.
52
53 2017-08-30 Maciej W. Rozycki <macro@imgtec.com>
54
55 * testsuite/gas/mips/branch-local-n32-2.d: Use `branch-local-2.l'
56 for `error-output'.
57 * testsuite/gas/mips/branch-local-n64-2.d: Likewise.
58 * testsuite/gas/mips/branch-local-n32-3.d: Use `branch-local-3.l'
59 for `error-output'.
60 * testsuite/gas/mips/branch-local-n64-3.d: Likewise.
61 * testsuite/gas/mips/branch-local-n32-2.l: Remove file.
62 * testsuite/gas/mips/branch-local-n64-2.l: Remove file.
63 * testsuite/gas/mips/branch-local-n32-3.l: Remove file.
64 * testsuite/gas/mips/branch-local-n64-3.l: Remove file.
65
66 2017-08-29 Jozef Lawrynowicz <jozef.l@somniumtech.com>
67
68 * config/tc-msp430.c (md_parse_option): Define high data and high
69 bss symbols if -mdata-region is passed.
70 Define -mdata-region open.
71 * doc/c-msp430.texi: Document -mdata-region.
72 * testsuite/gas/msp430/high-data-bss-sym.d: New test.
73 * testsuite/gas/msp430/high-data-bss-sym.s: New.
74 * testsuite/gas/msp430/msp430.exp: Add -mdata-region tests.
75
76 2017-08-23 Alexander Fedotov <alexander.fedotov@nxp.com>
77 Edmar Wienskoski <edmar.wienskoski@nxp.com
78
79 * config/tc-ppc.c:
80 (md_parse_option): Add mspe2 switch.
81 (md_show_usage): Document -mspe2.
82 (ppc_setup_opcodes): Handle spe2_opcodes.
83 * doc/as.texinfo: Document -mspe2.
84 * doc/c-ppc.texi: Likewise.
85 * testsuite/gas/ppc/efs.d: New file.
86 * testsuite/gas/ppc/efs.s: Likewise.
87 * testsuite/gas/ppc/efs2.d: Likewise.
88 * testsuite/gas/ppc/efs2.s: Likewise.
89 * testsuite/gas/ppc/ppc.exp: Run new tests.
90 * testsuite/gas/ppc/spe.d: New file.
91 * testsuite/gas/ppc/spe.s: Likewise.
92 * testsuite/gas/ppc/spe2-checks.d: Likewise.
93 * testsuite/gas/ppc/spe2-checks.l: Likewise.
94 * testsuite/gas/ppc/spe2-checks.s: Likewise.
95 * testsuite/gas/ppc/spe2.d: Likewise.
96 * testsuite/gas/ppc/spe2.s: Likewise.
97 * testsuite/gas/ppc/spe_ambiguous.d: Likewise.
98 * testsuite/gas/ppc/spe_ambiguous.s: Likewise.
99
100 2017-08-23 James Clarke <jrtc27@jrtc27.com>
101
102 * config/tc-sparc.c (tc_gen_reloc): Convert BFD_RELOC_8/16/32/64
103 into the corresponding BFD_RELOC_8/16/32/64_PCREL relocation
104 when requested.
105 * config/tc-sparc.h (DIFF_EXPR_OK): Define to enable PC-relative
106 diff relocations.
107 (TC_FORCE_RELOCATION_SUB_LOCAL): Define to ensure only supported
108 relocations are made PC-relative.
109 (CFI_DIFF_EXPR_OK): Define to 0 to force BFD_RELOC_32_PCREL to
110 be used directly, since otherwise BFD_RELOC_SPARC_UA32 will be
111 used for .eh_frame which cannot in general be converted to a
112 BFD_RELOC_32_PCREL due to alignment requirements.
113
114 2017-08-22 Alan Modra <amodra@gmail.com>
115
116 * testsuite/gas/ppc/lsp-checks.d: Assemble with -a32.
117 * testsuite/gas/ppc/lsp.d: Likewise.
118
119 2017-08-21 Alexander Fedotov <alexander.fedotov@nxp.com>
120 Edmar Wienskoski <edmar.wienskoski@nxp.com
121
122 * testsuite/gas/ppc/lsp-checks.d,
123 * testsuite/gas/ppc/lsp-checks.l,
124 * testsuite/gas/ppc/lsp-checks.s: New test.
125 * testsuite/gas/ppc/lsp.d,
126 * testsuite/gas/ppc/lsp.s: New test.
127 * testsuite/gas/ppc/ppc.exp: Run new tests.
128
129 2017-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
130
131 * config/tc-aarch64.c (REGDEF_ALIAS): Define
132 (reg_names): Update for ip0, ip1, fp, lr to use REGDEF_ALIAS
133 * doc/c-aarch64.texi: Update documentation on .req.
134 * testsuite/gas/diagnostic.s: Update
135 * testsuite/gas/diagnostic.l: Likewise
136 * testsuite/gas/register_aliases.s: New file.
137 * testsuite/gas/register_aliases.d: New file.
138
139 2017-08-11 H.J. Lu <hongjiu.lu@intel.com>
140
141 PR gas/21667
142 * read.c (pseudo_set): Update error message for alias of common
143 symbol.
144 * write.c (write_object_file): Disallow both local and global
145 aliases of common symbol.
146 * testsuite/gas/elf/common5a.d: New file.
147 * testsuite/gas/elf/common5a.l: Likewise.
148 * testsuite/gas/elf/common5a.s: Likewise.
149 * testsuite/gas/elf/common5b.d: Likewise.
150 * testsuite/gas/elf/common5b.l: Likewise.
151 * testsuite/gas/elf/common5b.s: Likewise.
152 * testsuite/gas/elf/common5c.d: Likewise.
153 * testsuite/gas/elf/common5c.s: Likewise.
154 * testsuite/gas/elf/common5d.d: Likewise.
155 * testsuite/gas/elf/common5d.s: Likewise.
156 * testsuite/gas/elf/elf.exp: Run common5a, common5b, common5c
157 and common5d.
158
159 2017-08-10 Nick Clifton <nickc@redhat.com>
160
161 PR gas/21939
162 * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Increase
163 size of indirect_syms array so that it is large enough to hold
164 every symbol if necessary.
165
166 2017-08-09 Jiong Wang <jiong.wang@arm.com>
167
168 * config/tc-arm.c (do_crc32_1): Remove warning on REG_SP for thumb_mode.
169 * testsuite/gas/arm/crc32-armv8-a-bad.d: Update exepcted result.
170 * testsuite/gas/arm/crc32-armv8-r-bad.d: Likewise.
171 * testsuite/gas/arm/crc32-armv8-a.d: Likewise.
172 * testsuite/gas/arm/crc32-armv8-r.d: Likewise.
173 * testsuite/gas/arm/crc32-armv8-ar-bad.s: Update test case.
174 * testsuite/gas/arm/crc32-armv8-ar.s: Likewise.
175 * testsuite/gas/arm/crc32-bad.l: Update expected error message.
176
177 2017-08-02 Nick Clifton <nickc@redhat.com>
178
179 * testsuite/gas/all/gas.exp: Add am33 to the skip lists of tests
180 passed over by the mn10300 target.
181 * testsuite/gas/elf/elf.exp: Likewise.
182 * testsuite/gas/elf/dwarf2-11.d: Correct skip of am33 target.
183 * testsuite/gas/elf/dwarf2-12.d: Likewise.
184 * testsuite/gas/elf/dwarf2-13.d: Likewise.
185 * testsuite/gas/elf/dwarf2-14.d: Likewise.
186 * testsuite/gas/elf/dwarf2-15.d: Likewise.
187 * testsuite/gas/elf/dwarf2-16.d: Likewise.
188 * testsuite/gas/elf/dwarf2-17.d: Likewise.
189 * testsuite/gas/elf/dwarf2-18.d: Likewise.
190 * testsuite/gas/elf/dwarf2-5.d: Likewise.
191 * testsuite/gas/elf/dwarf2-6.d: Likewise.
192 * testsuite/gas/elf/dwarf2-7.d: Likewise.
193
194 2017-08-01 H.J. Lu <hongjiu.lu@intel.com>
195
196 PR gas/21874
197 * config/tc-i386-intel.c (i386_intel_operand): Update segment
198 register check.
199 * testsuite/gas/i386/intelok.s: Replace "fs:gs:[eax]" with
200 "fs:[eax]".
201 * testsuite/gas/i386/inval-seg.s: Add tests for invalid segment
202 register.
203 * testsuite/gas/i386/x86-64-inval-seg.s: Likewise.
204 * testsuite/gas/i386/inval-seg.l: Updated.
205 * testsuite/gas/i386/x86-64-inval-seg.l: Likewise.
206
207 2017-07-31 John David Anglin <danglin@gcc.gnu.org>
208
209 * config/tc-hppa.c (pa_ip): Clear `d' bit in branch on bit instructions
210 with a double-word condition and a fixed bit position greater than 31.
211
212 2017-07-28 Andrew Waterman <andrew@sifive.com>
213
214 * config/tc-riscv.c (riscv_set_arch): Handle the Q subset like
215 all other subsets.
216 Obviate use-after-free.
217
218 2017-07-25 Nick Clifton <nickc@redhat.com>
219
220 PR 21739
221 * testsuite/gas/arc/add_s-err.s: Update expected error message.
222
223 2017-07-24 Nick Clifton <nickc@redhat.com>
224
225 PR 21809
226 * config/tc-aarch64.c (aarch64_init_frag): Do not set a mapping
227 state for frags in debug sections.
228 * config/tc-arm.c (arm_init_frag): Likewise.
229
230 2017-07-24 Hans-Peter Nilsson <hp@bitrange.com>
231
232 * dwarf2dbg.c (dwarf2dbg_final_check): Rename local variable exp
233 from expr.
234
235 2017-07-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
236
237 * config/tc-s390.c (s390_parse_cpu): Add z14 as alternate CPU
238 name.
239 * doc/as.texinfo: Add z14 to CPU string list.
240 * doc/c-s390.texi: Likewise.
241
242 2017-07-21 Alexandre Oliva <aoliva@redhat.com>
243
244 * dwarf2dbg.c (unused): Check offset of next in struct line_entry.
245 (current): Initialize view.
246 (force_reset_view, view_assert_failed): New variables.
247 (reverse_line_entry_list): New function.
248 (set_or_check_view): Likewise.
249 (dwarf2_gen_line_info_1): Call it.
250 (dwarf2_where): Set view to NULL.
251 (dwarf2_emit_insn): Return early when called before first file.
252 (dwarf2_directive_loc): Add view support. Emit insn
253 immediately when view option is given.
254 (process_entries): Avoid set_address to reset view when a known
255 address change already implies the view reset.
256 (dwarf2dbg_final_check): New function.
257 * dwarf2dbg.h (struct dwarf2_line_info): Add view.
258 (dwarf2dbg_final_check): Declare.
259 * read.c (s_leb128): Parse expression as deferred.
260 * write.c (write_object_file): Check pending view asserts.
261 (cvt_frag_to_fill): Complain about undefined leb128 operand.
262 * doc/as.texinfo (.loc): Document view support.
263 * NEWS: Mention the new feature.
264 * testsuite/gas/all/gas.exp: Run sleb128-9.
265 * testsuite/gas/all/sleb128-9.d: New.
266 * testsuite/gas/all/sleb128-9.l: New.
267 * testsuite/gas/all/sleb128-9.s: New.
268 * testsuite/gas/elf/dwarf2-1.d: Add nonzero views.
269 * testsuite/gas/elf/dwarf2-2.d: Likewise.
270 * testsuite/gas/elf/dwarf2-5.d: New.
271 * testsuite/gas/elf/dwarf2-5.s: New.
272 * testsuite/gas/elf/dwarf2-6.d: New.
273 * testsuite/gas/elf/dwarf2-6.s: New.
274 * testsuite/gas/elf/dwarf2-7.d: New.
275 * testsuite/gas/elf/dwarf2-7.s: New.
276 * testsuite/gas/elf/dwarf2-8.d: New.
277 * testsuite/gas/elf/dwarf2-8.l: New.
278 * testsuite/gas/elf/dwarf2-8.s: New.
279 * testsuite/gas/elf/dwarf2-9.d: New.
280 * testsuite/gas/elf/dwarf2-9.l: New.
281 * testsuite/gas/elf/dwarf2-9.s: New.
282 * testsuite/gas/elf/dwarf2-10.d: New.
283 * testsuite/gas/elf/dwarf2-10.l: New.
284 * testsuite/gas/elf/dwarf2-10.s: New.
285 * testsuite/gas/elf/dwarf2-11.d: New.
286 * testsuite/gas/elf/dwarf2-11.s: New.
287 * testsuite/gas/elf/dwarf2-12.d: New.
288 * testsuite/gas/elf/dwarf2-12.s: New.
289 * testsuite/gas/elf/dwarf2-13.d: New.
290 * testsuite/gas/elf/dwarf2-13.s: New.
291 * testsuite/gas/elf/dwarf2-14.d: New.
292 * testsuite/gas/elf/dwarf2-14.s: New.
293 * testsuite/gas/elf/dwarf2-15.d: New.
294 * testsuite/gas/elf/dwarf2-15.s: New.
295 * testsuite/gas/elf/dwarf2-16.d: New.
296 * testsuite/gas/elf/dwarf2-16.s: New.
297 * testsuite/gas/elf/dwarf2-17.d: New.
298 * testsuite/gas/elf/dwarf2-17.s: New.
299 * testsuite/gas/elf/dwarf2-18.d: New.
300 * testsuite/gas/elf/dwarf2-18.s: New.
301 * testsuite/gas/elf/elf.exp: Run dwarf2-5..18 tests.
302 * testsuite/gas/i386/dw2-compress-1.d: Add nonzero views.
303 * testsuite/gas/i386/dw2-compressed-1.d: Likewise.
304 * testsuite/gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
305 * testsuite/gas/lns/lns-big-delta.d: Likewise.
306 * testsuite/gas/lns/lns-duplicate.d: Likewise.
307 * testsuite/gas/mips/loc-swap-2.d: Likewise.
308 * testsuite/gas/mips/loc-swap-3.d: Likewise.
309 * testsuite/gas/mips/loc-swap.d: Likewise.
310 * testsuite/gas/mips/micromips@loc-swap-2.d: Likewise.
311 * testsuite/gas/mips/micromips@loc-swap.d: Likewise.
312 * testsuite/gas/mips/mips16@loc-swap-2.d: Likewise.
313 * testsuite/gas/mips/mips16@loc-swap.d: Likewise.
314 * testsuite/gas/mips/mips16e@loc-swap.d: Likewise.
315
316 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
317
318 * testsuite/gas/arc/jli-1.d: New file.
319 * testsuite/gas/arc/jli-1.s: Likewise.
320 * testsuite/gas/arc/taux.d: Update for jli_base.
321
322 2017-07-19 Tristan Gingold <gingold@adacore.com>
323
324 * as.c (start_sbrk): Remove.
325 (main): Remove assignment.
326 (dump_statistics): Remove display of data size.
327
328 2017-07-19 Tristan Gingold <gingold@adacore.com>
329
330 * testsuite/gas/pe/seh-x64-err-2.s: New test.
331 * testsuite/gas/pe/seh-x64-err-2.l: New stderr output.
332 * testsuite/gas/pe/pe.exp: Add test.
333 * config/obj-coff-seh.c (obj_coff_seh_do_final): Don't try to end
334 seh part.
335
336 2017-07-18 Nick Clifton <nickc@redhat.com>
337
338 PR 21775
339 * config/tc-arm.c: Fix spelling typos.
340 * config/tc-mips.c: Likewise.
341 * config/tc-msp430.c: Likewise.
342 * config/tc-sh64.c: Likewise.
343 * config/tc-tic4x.c: Likewise.
344 * ecoff.c: Likewise.
345 * testsuite/gas/arm/ldr-bad.l: Likewise.
346 * testsuite/gas/arm/ldr-t-bad.l: Likewise.
347 * testsuite/gas/tic54x/opcodes.s: Likewise.
348 * testsuite/gas/msp340/errata_warns.l: Likewise.
349
350 2017-07-18 Nick Clifton <nickc@redhat.com>
351
352 * po/uk.po: Updated Ukranian translation.
353
354 2017-07-17 Georg-Johann Lay <avr@gjlay.de>
355
356 PR 21472
357 * config/tc-avr.c (mcu_types): Add entries for: attiny212,
358 attiny214, attiny412, attiny414, attiny814, attiny1614,
359 attiny1616, attiny1617, attiny3214, attiny3216, attiny3217.
360 (md_show_usage): Adjust doc for "avrxmega3".
361 * doc/c-avr.texi (AVR options) [-mmcu=]: Adjust doc for avrxmega3.
362 Add MCUs: attiny212, attiny214, attiny412, attiny414, attiny416,
363 attiny417, attiny814, attiny816, attiny817, attiny1614,
364 attiny1616, attiny1617, attiny3214, attiny3216, attiny3217.
365
366 2017-07-13 Jim Wilson <jim.wilson@linaro.org>
367
368 * config/tc-arch64.c (aarch64_cpus): Add AARCH64_FEATURE_RDMA to
369 falkor and qdf24xx entries.
370
371 2017-07-12 Alan Modra <amodra@gmail.com>
372
373 * po/es.po: Update from translationproject.org/latest/gas/.
374 * po/fi.po: Likewise.
375 * po/fr.po: Likewise.
376 * po/id.po: Likewise.
377 * po/ja.po: Likewise.
378 * po/ru.po: Likewise.
379 * po/sv.po: Likewise.
380 * po/tr.po: Likewise.
381 * po/uk.po: Likewise.
382 * po/zh_CN.po: Likewise.
383
384 2017-07-12 Nick Clifton <nickc@redhat.com>
385
386 Fix compile time warnings using gcc 7.1.1.
387 * config/tc-pru.c (md_assemble): Add continue statement after
388 handling 'E' operand character.
389 * config/tc-v850.c (md_assemble): Initialise the 'insn' variable.
390
391 2017-07-05 James Greenhalgh <james.greenhalgh@arm.com>
392
393 * config/tc-arm.c (arm_cpus): Add Cortex-A55 and Cortex-A75.
394 * doc/c-arm.texi (-mcpu): Document Cortex-A55 and Cortex-A75.
395
396 2017-07-05 Borislav Petkov <bp@suse.de>
397
398 * testsuite/gas/i386/opcode.s: Add tests for ModRM.reg == 6 variants.
399 * testsuite/gas/i386/opcode.d: ditto.
400 * testsuite/gas/i386/x86-64-opcode.s: Add x86_64 variants too.
401 * testsuite/gas/i386/x86-64-opcode.d: ditto.
402
403 2017-07-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
404
405 * config/tc-arm.c (arm_regs): Add MVFR2.
406 (do_vmrs): Constraint for MVFR2 and armv8.
407 (do_vmsr): Likewise.
408 * testsuite/gas/arm/armv8-a+fp.d: Update.
409 * testsuite/gas/arm/armv8-ar+fp.s: Likewise.
410 * testsuite/gas/arm/armv8-r+fp.d: Likewise.
411 * testsuite/gas/arm/vfp-bad.s: Likewise.
412 * testsuite/gas/arm/vfp-bad.l: Likewise.
413
414 2017-07-04 Tristan Gingold <gingold@adacore.com>
415
416 * configure: Regenerate.
417
418 2017-07-04 Tristan Gingold <gingold@adacore.com>
419
420 * NEWS: Add marker for 2.29.
421
422 2017-07-03 Alan Modra <amodra@gmail.com>
423
424 * testsuite/gas/elf/symver.d: Don't run on hppa64-hpux.
425
426 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
427
428 * config/tc-mips.c (md_convert_frag): Use a switch on the
429 microMIPS relaxation type rather than a chain of conditionals.
430
431 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
432
433 * config/tc-mips.c (md_convert_frag): Rewrite `fix_new_exp'
434 calls in terms of `fix_new'.
435
436 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
437
438 * config/tc-mips.c (md_convert_frag): Don't make a helper
439 expression symbol for `fix_new_exp' called with a non-zero
440 offset.
441 * testsuite/gas/mips/relax-offset.d: New test.
442 * testsuite/gas/mips/mips1@relax-offset.d: New test.
443 * testsuite/gas/mips/r3000@relax-offset.d: New test.
444 * testsuite/gas/mips/r3900@relax-offset.d: New test.
445 * testsuite/gas/mips/micromips@relax-offset.d: New test.
446 * testsuite/gas/mips/relax-offset.l: New stderr output.
447 * testsuite/gas/mips/relax-offset.s: New test source.
448 * testsuite/gas/mips/mips.exp: Run the new tests.
449
450 2017-06-30 Georg-Johann Lay <avr@gjlay.de>
451
452 PR gas/21683
453 * doc/c-avr.texi (AVR Options) <-mgcc-isr>: Document it.
454 (AVR Pseudo Instructions): New node.
455 * config/tc-avr.h (md_pre_output_hook): Define to avr_pre_output_hook.
456 (md_undefined_symbol): Define to avr_undefined_symbol.
457 (avr_pre_output_hook, avr_undefined_symbol): New protos.
458 * config/tc-avr.c (struc-symbol.h): Include it.
459 (ISR_CHUNK_Done, ISR_CHUNK_Prologue, ISR_CHUNK_Epilogue): New enums.
460 (avr_isr, avr_gccisr_opcode)
461 (avr_no_sreg_hash, avr_no_sreg): New static variables.
462 (avr_opt_s) <have_gccisr>: Add field.
463 (avr_opt): Add initializer for have_gccisr.
464 (enum options) <OPTION_HAVE_GCCISR>: Add enum.
465 (md_longopts) <"mgcc-isr">: Add entry.
466 (md_show_usage): Document -mgcc-isr.
467 (md_parse_option) [OPTION_HAVE_GCCISR]: Handle it.
468 (md_undefined_symbol): Remove.
469 (avr_undefined_symbol, avr_pre_output_hook): New fuctions.
470 (md_begin) <avr_no_sreg_hash, avr_gccisr_opcode>: Initialize them.
471 (avr_operand) <pregno>: Add argument and set *pregno if function
472 is called for a register constraint.
473 [N]: Handle constraint.
474 (avr_operands) <avr_operand>: Pass 5th parameter to calls.
475 [avr_opt.have_gccisr]: Call avr_update_gccisr. Call
476 avr_gccisr_operands instead of avr_operands.
477 (avr_update_gccisr, avr_emit_insn, avr_patch_gccisr_frag)
478 (avr_gccisr_operands, avr_check_gccisr_done): New static functions.
479 * testsuite/gas/avr/gccisr-01.d: New test.
480 * testsuite/gas/avr/gccisr-01.s: New test.
481 * testsuite/gas/avr/gccisr-02.d: New test.
482 * testsuite/gas/avr/gccisr-02.s: New test.
483 * testsuite/gas/avr/gccisr-03.d: New test.
484 * testsuite/gas/avr/gccisr-03.s: New test.
485
486 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
487
488 * config/tc-mips.c (match_float_constant): Update description.
489 (match_operand): Likewise.
490
491 2017-06-30 Andrew Bennett <andrew.bennett@imgtec.com>
492 Maciej W. Rozycki <macro@imgtec.com>
493
494 * config/tc-mips.c (mips_ases): Add microMIPS XPA support.
495 * testsuite/gas/mips/micromips@xpa.d: New test.
496 * testsuite/gas/mips/mips.exp: Run the new test. Enable
497 `xpa-virt-err' test for `micromips'.
498
499 2017-06-30 Andrew Bennett <andrew.bennett@imgtec.com>
500 Maciej W. Rozycki <macro@imgtec.com>
501
502 * testsuite/gas/mips/micromips@r5.d: New test.
503 * testsuite/gas/mips/mips.exp: Run the new test.
504
505 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
506 Andrew Bennett <andrew.bennett@imgtec.com>
507
508 * config/tc-mips.c (mips_set_ase): Handle the ASE_XPA_VIRT flag.
509 * testsuite/gas/mips/xpa.d: Remove `xpa' from `-M' in `objdump'
510 flags. Add `-mvirt' to `as' flags.
511 * testsuite/gas/mips/xpa-err.d: New test.
512 * testsuite/gas/mips/xpa-virt-err.d: New test.
513 * testsuite/gas/mips/xpa-err.l: New stderr output.
514 * testsuite/gas/mips/xpa-virt-err.l: New stderr output.
515 * testsuite/gas/mips/xpa-err.s: New test source.
516 * testsuite/gas/mips/xpa-virt-err.s: New test source.
517 * testsuite/gas/mips/mips.exp: Run the new tests.
518
519 2017-06-29 Maciej W. Rozycki <macro@imgtec.com>
520
521 * testsuite/gas/mips/mips16e2@mips16e2-mt-sub.d: Adjust for the
522 ASE_MIPS16E2_MT flag disassembler fix.
523 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e2-mt-sub.d:
524 Likewise.
525
526 2017-06-29 Maciej W. Rozycki <macro@imgtec.com>
527
528 * config/tc-mips.c (mips_set_ase): Clear the ASE_MIPS16E2_MT
529 flag before recalculating.
530 * testsuite/gas/mips/mips16e2-mt-err.d: New test.
531 * testsuite/gas/mips/mips16e2-mt-err.l: New stderr output.
532 * testsuite/gas/mips/mips16e2-mt-err.s: New test source.
533 * testsuite/gas/mips/mips.exp: Run the new test.
534
535 2017-06-28 Tamar Christina <tamar.christina@arm.com>
536
537 * config/tc-aarch64.c (aarch64_reg_parse_32_64): Accept 4B.
538 (aarch64_features): Added dotprod.
539 * doc/c-aarch64.texi: Added dotprod.
540 * testsuite/gas/aarch64/dotproduct.d: New.
541 * testsuite/gas/aarch64/dotproduct.s: New.
542
543 2017-06-28 Jiong Wang <jiong.wang@arm.com>
544
545 * config/tc-arm.c (fpu_neon_ext_dotprod): New variable.
546 (neon_scalar_for_mul): Improve comments.
547 (do_neon_dotproduct): New function to encode Dot Product instructions.
548 (do_neon_dotproduct_s): Wrapper function for signed Dot Product
549 instructions.
550 (do_neon_dotproduct_u): Wrapper function for unsigned Dot Product
551 instructions.
552 (insns): New entries for vsdot and vudot.
553 (arm_extensions): New entry for "dotprod".
554 * doc/c-arm.texi: Document new "dotprod" extension.
555 * testsuite/gas/arm/dotprod.s: New test source.
556 * testsuite/gas/arm/dotprod-illegal.s: New test source.
557 * testsuite/gas/arm/dotprod.d: New test.
558 * testsuite/gas/arm/dotprod-thumb2.d: New test.
559 * testsuite/gas/arm/dotprod-illegal.d: New test.
560 * testsuite/gas/arm/dotprod-legacy-arch.d: New test.
561 * testsuite/gas/arm/dotprod-illegal.l: New error file.
562 * testsuite/gas/arm/dotprod-legacy-arch.l: New error file.
563
564 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
565
566 * testsuite/gas/mips/elf_mach_interaptiv-mr2.d: New test.
567 * testsuite/gas/mips/save-err.d: New test.
568 * testsuite/gas/mips/save-sub.d: New test.
569 * testsuite/gas/mips/interaptiv-mr2@save.d: New test.
570 * testsuite/gas/mips/mips1@save-sub.d: New test.
571 * testsuite/gas/mips/mips2@save-sub.d: New test.
572 * testsuite/gas/mips/mips3@save-sub.d: New test.
573 * testsuite/gas/mips/mips4@save-sub.d: New test.
574 * testsuite/gas/mips/mips5@save-sub.d: New test.
575 * testsuite/gas/mips/mips32@save-sub.d: New test.
576 * testsuite/gas/mips/mips64@save-sub.d: New test.
577 * testsuite/gas/mips/mips16@save-sub.d: New test.
578 * testsuite/gas/mips/mips16e@save-sub.d: New test.
579 * testsuite/gas/mips/r3000@save-sub.d: New test.
580 * testsuite/gas/mips/r3900@save-sub.d: New test.
581 * testsuite/gas/mips/r4000@save-sub.d: New test.
582 * testsuite/gas/mips/vr5400@save-sub.d: New test.
583 * testsuite/gas/mips/interaptiv-mr2@save-sub.d: New test.
584 * testsuite/gas/mips/sb1@save-sub.d: New test.
585 * testsuite/gas/mips/octeon2@save-sub.d: New test.
586 * testsuite/gas/mips/octeon3@save-sub.d: New test.
587 * testsuite/gas/mips/xlr@save-sub.d: New test.
588 * testsuite/gas/mips/r5900@save-sub.d: New test.
589 * testsuite/gas/mips/mips16e2-copy.d: New test.
590 * testsuite/gas/mips/mips16e2-copy-err.d: New test.
591 * testsuite/gas/mips/save.d: Remove `MIPS16e' from the `name'
592 option. Adjust for trailing padding change.
593 * testsuite/gas/mips/mips16e2-copy-err.l: New stderr output.
594 * testsuite/gas/mips/save-sub.s: New test source.
595 * testsuite/gas/mips/mips16e2-copy.s: New test source.
596 * testsuite/gas/mips/mips16e2-copy-err.s: New test source.
597 * testsuite/gas/mips/save.s: Update description, change trailing
598 padding and remove trailing white space.
599 * testsuite/gas/mips/mips.exp: Expand `save' and `save-err'
600 tests across the regular MIPS interAptiv MR2 architecture. Run
601 the new tests.
602
603 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
604
605 * testsuite/gas/mips/mips.exp (interaptiv-mr2): New architecture.
606 (mips16e2-interaptiv-mr2): Likewise.
607 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.d: New
608 test.
609 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.d:
610 New test.
611 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.d:
612 New test.
613 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.d:
614 New test.
615 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.d:
616 New test.
617 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64.d: New
618 test.
619 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.d: New
620 test.
621 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.d: New
622 test.
623 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.d:
624 New test.
625 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e2-mt-sub.d:
626 New test.
627 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-asmacro.d:
628 New test.
629 * testsuite/gas/mips/interaptiv-mr2@mcu.d: New test.
630 * testsuite/gas/mips/interaptiv-mr2@isa-override-1.d: New test.
631 * testsuite/gas/mips/interaptiv-mr2@isa-override-2.d: New test.
632 * testsuite/gas/mips/attr-gnu-4-5.d: Ignore any number of ASE
633 flag lines present rather than just one.
634 * testsuite/gas/mips/attr-gnu-4-6.d: Likewise.
635 * testsuite/gas/mips/attr-gnu-4-7.d: Likewise.
636 * testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d: Likewise.
637 * testsuite/gas/mips/attr-none-o32-fp64.d: Likewise.
638 * testsuite/gas/mips/attr-none-o32-fpxx.d: Likewise.
639 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.l: New
640 stderr output.
641 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.l:
642 New stderr output.
643 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.l:
644 New stderr output.
645 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.l:
646 New stderr output.
647 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.l:
648 New stderr output.
649 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.l: New
650 stderr output.
651 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.l: New
652 stderr output.
653 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.l:
654 New stderr output.
655 * testsuite/gas/mips/interaptiv-mr2@isa-override-1.l: New stderr
656 output.
657 * testsuite/gas/mips/interaptiv-mr2@isa-override-2.l: New stderr
658 output.
659
660 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
661 Matthew Fortune <matthew.fortune@imgtec.com>
662
663 * config/tc-mips.c (validate_mips_insn): Handle
664 OP_SAVE_RESTORE_LIST specially.
665 (mips_encode_save_restore, mips16_encode_save_restore): New
666 functions.
667 (match_save_restore_list_operand): Factor out SAVE/RESTORE
668 operand insertion into the instruction word or halfword to these
669 new functions.
670 (mips_cpu_info_table): Add "interaptiv-mr2" entry.
671
672 * doc/c-mips.texi (MIPS Options): Add `interaptiv-mr2' to the
673 `-march=' argument list.
674
675 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
676
677 * testsuite/gas/mips/mips16e-save.d: Rename to...
678 * testsuite/gas/mips/save.d: ... this.
679 * testsuite/gas/mips/mips16e-save-err.d: Update the
680 `error-output' option and rename to...
681 * testsuite/gas/mips/save-err.d: ... this.
682 * testsuite/gas/mips/mips16e-save-err.l: Rename to...
683 * testsuite/gas/mips/save-err.l: ... this.
684 * testsuite/gas/mips/mips16e-save.s: Rename to...
685 * testsuite/gas/mips/save.s: ... this.
686 * testsuite/gas/mips/mips16e-save-err.s: Rename to...
687 * testsuite/gas/mips/save-err.s: ... this.
688 * testsuite/gas/mips/mips.exp: Rename `mips16e-save' and
689 `mips16e-save-err' invocations to `save' and `save-err'
690 respectively and reorder these tests away from MIPS16 tests.
691
692 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
693
694 * testsuite/gas/mips/mips16e-save.d: Remove `-mmips:isa32
695 -mmips:16' from `objdump' flags and `-march=mips32 -mips16' from
696 `as' flags.
697 * testsuite/gas/mips/mips16e-save-err.d: Remove `-march=mips32'
698 from `as' flags.
699 * testsuite/gas/mips/mips16e-save.s: Remove the `.set mips16'
700 pseudo-op.
701 * testsuite/gas/mips/mips16e-save-err.s: Likewise.
702 * testsuite/gas/mips/mips.exp: Run SAVE/RESTORE tests across all
703 MIPS16e architectures.
704
705 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
706
707 * testsuite/gas/mips/mips16e-save-err.d: New test.
708 * gas/testsuite/gas/mips/mips.exp: Fold `mips16e-save-err' list
709 test into the new test.
710
711 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
712
713 * testsuite/gas/mips/mips16e-save.d: Capitalize the `name'
714 option.
715
716 2017-06-26 Kuan-Lin Chen <rufus@andestech.com>
717
718 * config/tc-riscv.c (md_apply_fix) [BFD_RELOC_32]: Convert to a
719 R_RISCV_32_PCREL relocation.
720
721 2017-06-26 H.J. Lu <hongjiu.lu@intel.com>
722
723 PR gas/21661
724 * config/obj-elf.c (obj_elf_symver): Don't allow .symver with
725 common symbol.
726 (elf_frob_symbol): Likewise.
727 * testsuite/gas/elf/elf.exp: Run pr21661.
728 * testsuite/gas/elf/pr21661.d: New file.
729 * testsuite/gas/elf/pr21661.s: Likewise.
730
731 2017-06-26 Nick Clifton <nickc@redhat.com>
732
733 * config/tc-arm.c (fpu_any): Only define for ELF based targets.
734
735 2017-06-26 Claudiu Zissulescu <claziss@synopsys.com>
736
737 * /config/tc-arc.c (is_br_jmp_insn_p): Update macro with known
738 instructions to be accounted as jumps.
739 (assemble_insn): Check for limms into the delay slots. Emit an
740 error if so.
741 * testsuite/gas/arc/asm-errors-3.d: New file.
742 * testsuite/gas/arc/asm-errors-3.err: Likewise.
743 * testsuite/gas/arc/asm-errors-3.s: Likewise.
744
745 2017-06-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
746
747 * NEWS: Mention support of ARM Cortex-R52 processor.
748 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-R52 processor.
749 * doc/c-arm.texi: Mention support for -mcpu=cortex-r52.
750
751 2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
752
753 * NEWS: Mention support for ARMv8-R architecture.
754 * config/tc-arm.c (arm_archs): Add entry for ARMv8-R.
755 (arm_extensions): Restrict pan, ras and rdma extension to
756 ARMv8-A and make crypto, fp and simd extensions available to
757 ARMv8-R.
758 (cpu_arch_ver): Add entry for ARMv8-R.
759 (aeabi_set_public_attributes): Update gas_assert for Tag_DIV_use
760 logic.
761 * testsuite/gas/arm/armv8-a+fp.s: Rename into ...
762 * testsuite/gas/arm/armv8-ar+fp.s: This. Remove .arch directive.
763 * testsuite/gas/arm/armv8-a+fp.d: Specify source to assemble and
764 architecture to assemble for.
765 * testsuite/gas/arm/armv8-r+fp.d: New.
766 * testsuite/gas/arm/armv8-a+simd.s: Rename into ...
767 * testsuite/gas/arm/armv8-ar+simd.s: This. Remove .arch directive.
768 * testsuite/gas/arm/armv8-a+simd.d: Specify source to assemble and
769 architecture to assemble for.
770 * testsuite/gas/arm/armv8-r+simd.d: New.
771 * testsuite/gas/arm/armv8-a-bad.s: Rename into ...
772 * testsuite/gas/arm/armv8-ar-bad.s: This. Remove .arch directive.
773 * testsuite/gas/arm/armv8-a-bad.l: Rename into ...
774 * testsuite/gas/arm/armv8-ar-bad.l: This. Decrement line number by 1.
775 * testsuite/gas/arm/armv8-a-bad.d: Specify source to assemble,
776 architecture to assemble for and adjust error output file.
777 * testsuite/gas/arm/armv8-r-bad.d: New.
778 * testsuite/gas/arm/armv8-a-barrier.s: Rename into ...
779 * testsuite/gas/arm/armv8-ar-barrier.s: This.
780 * testsuite/gas/arm/armv8-a-barrier-arm.d: Adjust source.
781 * testsuite/gas/arm/armv8-a-barrier-thumb.d: Likewise.
782 * testsuite/gas/arm/armv8-r-barrier-arm.d: New.
783 * testsuite/gas/arm/armv8-r-barrier-thumb.d: New.
784 * testsuite/gas/arm/armv8-a-it-bad.s: Rename into ...
785 * testsuite/gas/arm/armv8-ar-it-bad.s: This. Remove .arch directive.
786 * testsuite/gas/arm/armv8-a-it-bad.l: Rename into ...
787 * testsuite/gas/arm/armv8-ar-it-bad.l: This. Decrement line number
788 by 1.
789 * testsuite/gas/arm/armv8-a-it-bad.d: Specify source to assemble,
790 architecture to assemble for and adjust error output file.
791 * testsuite/gas/arm/armv8-r-it-bad.d: New.
792 * testsuite/gas/arm/armv8-a.s: Rename into ...
793 * testsuite/gas/arm/armv8-ar.s: This. Remove .arch directive.
794 * testsuite/gas/arm/armv8-a.d: Specify source to assemble and
795 architecture to assemble for.
796 * testsuite/gas/arm/armv8-r.d: New.
797 * testsuite/gas/arm/attr-march-armv8-r+crypto.d: New.
798 * testsuite/gas/arm/attr-march-armv8-r+fp.d: New.
799 * testsuite/gas/arm/attr-march-armv8-r+simd.d: New.
800 * testsuite/gas/arm/attr-march-armv8-r.d: New.
801 * testsuite/gas/arm/crc32.s: Rename into ...
802 * testsuite/gas/arm/crc32-armv8-ar.s: This.
803 * testsuite/gas/arm/crc32.d: Rename into ...
804 * testsuite/gas/arm/crc32-armv8-a.d: This. Specify source to assemble.
805 * testsuite/gas/arm/crc32-armv8-r.d: New.
806 * testsuite/gas/arm/crc32-bad.s: Rename into ...
807 * testsuite/gas/arm/crc32-armv8-ar-bad.s: This.
808 * testsuite/gas/arm/crc32-bad.d: Rename into ...
809 * testsuite/gas/arm/crc32-armv8-a-bad.d: This. Specify source to
810 assemble.
811 * testsuite/gas/arm/crc32-armv8-r-bad.d: New.
812 * testsuite/gas/arm/mask_1.s: Rename into ...
813 * testsuite/gas/arm/mask_1-armv8-ar.s: This.
814 * testsuite/gas/arm/mask_1.d: Rename into ...
815 * testsuite/gas/arm/mask_1-armv8-a.d: This. Specify source to
816 assemble.
817 * testsuite/gas/arm/mask_1-armv8-r.d: new.
818
819 2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
820
821 * config/tc-arm.c (arm_ext_v6m): Delete.
822 (arm_ext_v7m): Delete.
823 (arm_ext_m): Remove ARM_EXT_OS from the set of feature defined M
824 profile.
825 (arm_arch_v6m_only): Delete.
826 (do_t_swi): Remove special case for ARMv6S-M.
827 (md_assemble): Display error message previously in do_t_swi when
828 SVC is not available.
829 (insns): Guard swi and svc by arm_ext_os for Thumb mode.
830 (aeabi_set_public_attributes): Remove special case for ARMv6S-M.
831
832 2017-05-11 Andrew Waterman <andrew@sifive.com>
833
834 * config/tc-riscv.c (riscv_ip): Changes as_warn to as_bad for improper
835 shift amounts.
836
837 2017-06-22 Nick Clifton <nickc@redhat.com>
838
839 * config/tc-arm.c (arm_ext_v7m): Add ATTRIBUTE_UNUSED.
840
841 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
842
843 * config/tc-arm.c (fpu_any): Defined from FPU_ANY.
844 (cpu_arch_ver): Add all architectures and sort by release date.
845 (have_ext_for_needed_feat_p): New.
846 (get_aeabi_cpu_arch_from_fset): New.
847 (aeabi_set_public_attributes): Call above function to determine
848 Tag_CPU_arch and Tag_CPU_arch_profile values. Adapt Tag_ARM_ISA_use
849 and Tag_THUMB_ISA_use selection logic to check absence of feature bit
850 accordingly.
851 * testsuite/gas/arm/attr-march-armv1.d: Fix expected Tag_CPU_arch build
852 attribute value.
853 * testsuite/gas/arm/attr-march-armv2.d: Likewise.
854 * testsuite/gas/arm/attr-march-armv2a.d: Likewise.
855 * testsuite/gas/arm/attr-march-armv2s.d: Likewise.
856 * testsuite/gas/arm/attr-march-armv3.d: Likewise.
857 * testsuite/gas/arm/attr-march-armv3m.d: Likewise.
858 * testsuite/gas/arm/pr12198-2.d: Likewise.
859
860 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
861
862 * testsuite/gas/i386/cet-intel.d: Updated.
863 * testsuite/gas/i386/cet.d: Likewise.
864 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
865 * testsuite/gas/i386/x86-64-cet.d: Likewise.
866 * testsuite/gas/i386/cet.s: Update incsspd and setssbsy tests.
867 * testsuite/gas/i386/x86-64-cet.s: Likewise.
868
869 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
870
871 * testsuite/gas/i386/cet-intel.d: Updated.
872 * testsuite/gas/i386/cet.d: Likewise.
873 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
874 * testsuite/gas/i386/x86-64-cet.d: Likewise.
875 * testsuite/gas/i386/cet.s: Replace savessp with saveprevssp.
876 * testsuite/gas/i386/x86-64-cet.s: Likewise.
877
878 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
879
880 * config/tc-i386.c (md_assemble): Update NOTRACK prefix check.
881 * testsuite/gas/i386/notrack-intel.d: Updated.
882 * testsuite/gas/i386/notrack.d: Likewise.
883 * testsuite/gas/i386/notrackbad.l: Likewise.
884 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
885 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
886 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
887 * testsuite/gas/i386/notrack.s: Add NOTRACK prefix tests with
888 memory indirect branch.
889 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
890 * testsuite/gas/i386/notrackbad.s: Remove memory indirect branch
891 with NOTRACK prefix.
892 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
893
894 2017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
895
896 * config/tc-arm.c (arm_extensions): New duplicate idiv entry to enable
897 Thumb division for ARMv7 architecture.
898 (arm_parse_extension): Document expected behavior for duplicate
899 entries.
900 (s_arm_arch_extension): Likewise.
901 * testsuite/gas/arm/forbid-armv7-idiv-ext.d: New test.
902 * testsuite/gas/arm/forbid-armv7-idiv-ext.l: New expected output for
903 above test.
904
905 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
906
907 * config/tc-arm.c (aeabi_set_public_attributes): Populate flags from
908 feature bits used or selected_cpu depending on whether a CPU was
909 selected by the user.
910
911 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
912
913 * config/tc-arm.c (aeabi_set_public_attributes): Test *mcpu_ext_opt to
914 decide whether to set Tag_DSP_extension build attribute value. Remove
915 now useless arm_arch variable.
916
917 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
918
919 * config/tc-arm.c (dyn_mcpu_ext_opt): New static variable.
920 (dyn_march_ext_opt): Likewise.
921 (md_begin): Copy extension feature bits alongside architecture ones.
922 Merge extensions feature bits in selected_cpu and cpu_variant if there
923 is some.
924 (arm_parse_extension): Pass architecture and extension feature bits in
925 separate parameters, with architecture bits being read only. Update
926 **opt_p directly rather than *ext_set and initialize it if needed.
927 (arm_parse_cpu): Stop merging architecture and extension feature bits
928 and instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them
929 respectively. Adapt to change in parameters of arm_parse_extension.
930 (arm_parse_arch): Adapt to change in parameters of arm_parse_extension.
931 (aeabi_set_attribute_string): Make function static.
932 (arm_md_post_relax): New function.
933 (s_arm_cpu): Stop merging architecture and extension feature bits and
934 instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them
935 respectively. Merge extension feature bits in cpu_variant
936 if there is any.
937 (s_arm_arch): Reset extension feature bit. Set selected_cpu from
938 *mcpu_cpu_opt and cpu_variant from selected_cpu and *mfpu_opt for
939 consistency with s_arm_cpu.
940 (s_arm_arch_extension): Update *dyn_mcpu_ext_opt rather than
941 selected_cpu, allocating it before hand if needed. Set selected_cpu
942 from it and then cpu_variant.
943 (s_arm_fpu): Merge *mcpu_ext_opt feature bits if any in cpu_variant.
944 * config/tc-arm.h (md_post_relax_hook): Set to arm_md_post_relax.
945 (aeabi_set_public_attributes): Delete external declaration.
946 (arm_md_post_relax): Declare externally.
947
948 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
949
950 * config/tc-arm.c (struct arm_cpu_option_table): New ext field.
951 (ARM_CPU_OPT): Add parameter to set new ext field and reorder canonical
952 name field just after the name field.
953 (arm_cpus): Move extension feature bit from value field to ext field,
954 reorder parameter according to changes in ARM_CPU_OPT and reindent.
955 (arm_parse_cpu): Point mcpu_cpu_opt to a bitfield merging the value and
956 ext field from the selected arm_cpus entry.
957 (s_arm_cpu): Likewise.
958
959 2017-06-21 James Greenhalgh <james.greenhalgh@arm.com>
960
961 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a55 and cortex-a75.
962 * doc/c-aarch64.texi (-mcpu): Document cortex-a55 and cortex-a75.
963
964 2017-06-15 H.J. Lu <hongjiu.lu@intel.com>
965
966 PR binutils/21594
967 * testsuite/gas/i386/mpx.s: Add 2 tests with invalid bnd
968 register.
969 * testsuite/gas/i386/x86-64-mpx.s: Likewise.
970 * testsuite/gas/i386/mpx.d: Updated.
971 * testsuite/gas/i386/x86-64-mpx.d: Likewise.
972
973 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
974
975 * config/tc-xtensa.c (density_supported, xtensa_fetch_width,
976 absolute_literals_supported): Leave definitions uninitialized.
977 (directive_state): Leave entries for directive_density and
978 directive_absolute_literals initialized to false.
979 (xg_init_global_config, xtensa_init): New functions.
980 * config/tc-xtensa.h (TARGET_BYTES_BIG_ENDIAN): Define as 0.
981 (HOST_SPECIAL_INIT): New definition.
982 (xtensa_init): New declaration.
983
984 2017-06-07 Michael Collison <michael.collison@arm.com>
985
986 * config/tc-aarch64.c (reg_entry_reg_names): Add IP0,
987 IP1, FP, and LR as register aliases of register 16, 17, 29
988 and 30 respectively.
989 * testsuite/gas/aarch64/diagnostic.l: Remove diagnostic
990 prohibiting register 'lr' which is now an alias.
991 * testsuite/gas/aarch64/diagnostic.s: Remove instruction
992 utilizing register 'lr' which is now an alias.
993
994 2017-06-06 Jiong Wang <jiong.wang@arm.com>
995
996 * config/tc-arm.c (reject_bad_reg): Allow REG_SP on ARMv8-A.
997 (parse_operands): Allow REG_SP for OP_oRRnpcsp and OP_RRnpcsp on
998 ARMv8-A.
999 (do_co_reg): Allow REG_SP for Rd on ARMv8-A.
1000 (do_t_add_sub): Likewise.
1001 (do_t_mov_cmp): Likewise.
1002 (do_t_tb): Likewise.
1003 * testsuite/gas/arm/ld-sp-warn.l: Delete the warning on REG_SP as Rt for
1004 ldrsb.
1005 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.d: New test.
1006 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: New test.
1007 * testsuite/gas/arm/sp-pc-validations-bad-t.d: Specifies -march=armv7-a.
1008 * testsuite/gas/arm/sp-pc-validations-bad-t.s: Remove ".arch armv7-a".
1009 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.d: New test.
1010 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.l: New test.
1011 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v8.d: New test.
1012 * testsuite/gas/arm/sp-usage-thumb2-relax.s: New test.
1013 * testsuite/gas/arm/strex-bad-t.d: Specifies -march=armv7-a.
1014
1015 2017-06-05 Jim Wilson <jim.wilson@linaro.org>
1016
1017 * config/tc-arm.c (arm_cpus): Delete falkor and qdf24xx entries.
1018 * doc/c-arm.texi (-mcpu): Likewise.
1019
1020 2017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
1021
1022 * config/tc-arc.c (cpu_types): Include arc-cpu.def
1023
1024 2017-05-23 H.J. Lu <hongjiu.lu@intel.com>
1025
1026 * gas/testsuite/gas/i386/notrackbad.l: Updated for non-ELF
1027 targets.
1028 * gas/testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
1029
1030 2017-05-23 Claudiu Zissulescu <claziss@synopsys.com>
1031
1032 * config/tc-arc.c (md_apply_fix): Use as_bad_where.
1033 (assemble_insn): Use as_bad.
1034
1035 2017-05-22 H.J. Lu <hongjiu.lu@intel.com>
1036
1037 * config/tc-i386.c (REX_PREFIX): Changed to 7.
1038 (NOTRACK_PREFIX): New.
1039 (MAX_PREFIXES): Changed to 8.
1040 (_i386_insn): Add notrack_prefix.
1041 (PREFIX_GROUP): Add PREFIX_DS.
1042 (add_prefix): Return PREFIX_DS for DS_PREFIX_OPCODE.
1043 (md_assemble): Check if NOTRACK prefix is supported.
1044 (parse_insn): Set notrack_prefix and issue an error for
1045 other prefixes after NOTRACK prefix.
1046 * testsuite/gas/i386/i386.exp: Run tests for NOTRACK prefix.
1047 * testsuite/gas/i386/notrack-intel.d: New file.
1048 * testsuite/gas/i386/notrack.d: Likewise.
1049 * testsuite/gas/i386/notrack.s: Likewise.
1050 * testsuite/gas/i386/notrackbad.l: Likewise.
1051 * testsuite/gas/i386/notrackbad.s: Likewise.
1052 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
1053 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
1054 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
1055 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
1056 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
1057
1058 2017-05-22 Jiong Wang <jiong.wang@arm.com>
1059
1060 * configure.tgt: Set "arch" to "aarch64" if ${cpu} equals "aarch64".
1061 Recognize the new triplet name aarch64*-linux-gnu_ilp32.
1062 * configure.ac: Output DEFAULT_ARCH macro for AArch64.
1063 * configure: Regenerate.
1064 * config/tc-aarch64.h (aarch64_after_parse_args): New declaration.
1065 (md_after_parse_args): New define.
1066 * config/tc-aarch64.c (aarch64_abi_type): New enumeration
1067 AARCH64_ABI_NONE.
1068 (DEFAULT_ARCH): New define.
1069 (aarch64_abi): Set default value to AARCH64_ABI_NONE.
1070 (aarch64_after_parse_args): New function.
1071
1072 2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
1073
1074 * config/tc-sparc.c (sparc_arch_table): Entries for `sparc6',
1075 `v9m8' and `v8plusm8'.
1076 (sparc_md_end): Handle SPARC_OPCODE_ARCH_M8.
1077 (get_hwcap_name): Support the M8 hardware capabilities.
1078 (sparc_ip): Handle new operand types.
1079 * doc/c-sparc.texi (Sparc-Opts): Document -Av9m8, -Av8plusm8 and
1080 -Asparc6, and the corresponding -xarch aliases.
1081 * testsuite/gas/sparc/sparc6.s: New file.
1082 * testsuite/gas/sparc/sparc6.d: Likewise.
1083 * testsuite/gas/sparc/sparc6-diag.s: Likewise.
1084 * testsuite/gas/sparc/sparc6-diag.l: Likewise.
1085 * testsuite/gas/sparc/fpcmpshl.s: Likewise.
1086 * testsuite/gas/sparc/fpcmpshl.d: Likewise.
1087 * testsuite/gas/sparc/fpcmpshl-diag.s: Likewise.
1088 * testsuite/gas/sparc/fpcmpshl-diag.l: Likewise.
1089 * testsuite/gas/sparc/ldm-stm.s: Likewise.
1090 * testsuite/gas/sparc/ldm-stm.d: Likewise.
1091 * testsuite/gas/sparc/ldm-stm-diag.s: Likewise.
1092 * testsuite/gas/sparc/ldm-stm-diag.l: Likewise.
1093 * testsuite/gas/sparc/ldmf-stmf.s: Likewise.
1094 * testsuite/gas/sparc/ldmf-stmf.d: Likewise.
1095 * testsuite/gas/sparc/ldmf-stmf-diag.s: Likewise.
1096 * testsuite/gas/sparc/ldmf-stmf-diag.l: Likewise.
1097 * testsuite/gas/sparc/on.s: Likewise.
1098 * testsuite/gas/sparc/on.d: Likewise.
1099 * testsuite/gas/sparc/on-diag.s: Likewise.
1100 * testsuite/gas/sparc/on-diag.l: Likewise.
1101 * testsuite/gas/sparc/rle.s: Likewise.
1102 * testsuite/gas/sparc/rle.d: Likewise.
1103 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run new tests.
1104 * testsuite/gas/sparc/rdasr.s: Add test for RDENTROPY.
1105 * testsuite/gas/sparc/rdasr.d: Likewise.
1106
1107 2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
1108
1109 * testsuite/gas/sparc/call-relax.d: Support 32-bit targets.
1110 * testsuite/gas/sparc/sparc.exp (gas_64_check): Use -64 to
1111 run asi-bump-warn.
1112
1113 2017-05-19 Georg-Johann Lay <avr@gjlay.de>
1114
1115 PR ld/21472
1116 * config/tc-avr.c (mcu_types): Add entries for: attiny416,
1117 attiny417, attiny816, attiny817.
1118
1119 2017-05-18 Alan Modra <amodra@gmail.com>
1120
1121 * config/tc-aarch64.c: Don't compare booleans against TRUE or FALSE.
1122 * config/tc-hppa.c: Likewise.
1123 * config/tc-mips.c: Likewise.
1124 * config/tc-score7.c: Likewise.
1125
1126 2017-05-16 Alan Modra <amodra@gmail.com>
1127
1128 * write.c (GENERIC_FORCE_RELOCATION_LOCAL): Define.
1129 (TC_FORCE_RELOCATION_LOCAL): Use it.
1130 (GENERIC_FORCE_RELOCATION_SUB_SAME): Define.
1131 (TC_FORCE_RELOCATION_SUB_SAME): Use it.
1132 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL,
1133 TC_FORCE_RELOCATION_SUB_SAME): Use GENERIC defines.
1134 * config/tc-aarch64.h: Similarly.
1135 * config/tc-avr.h: Similarly.
1136 * config/tc-cris.h: Similarly.
1137 * config/tc-i386.h: Similarly.
1138 * config/tc-i960.h: Similarly.
1139 * config/tc-ia64.h: Similarly.
1140 * config/tc-microblaze.h: Similarly.
1141 * config/tc-mips.h: Similarly.
1142 * config/tc-msp430.h: Similarly.
1143 * config/tc-nds32.h: Similarly.
1144 * config/tc-pru.h: Similarly.
1145 * config/tc-riscv.h: Similarly.
1146 * config/tc-rl78.h: Similarly.
1147 * config/tc-s390.h: Similarly.
1148 * config/tc-sh.h: Similarly.
1149 * config/tc-sh64.h: Similarly.
1150 * config/tc-sparc.h: Similarly.
1151 * config/tc-xtensa.h: Similarly.
1152 * config/tc-mn10300.h: Similarly.
1153 (GENERIC_FORCE_RELOCATION_LOCAL): Define.
1154 * config/tc-msp430.c (msp430_force_relocation_local): Modify to
1155 be addition to rather than replacement of standard
1156 TC_FORCE_RELOCATION_LOCAL.
1157
1158 2017-05-15 Nick Clifton <nickc@redhat.com>
1159
1160 PR gas/21458
1161 * config/tc-arm.c (do_adr): If the ADR involves a thumb function
1162 symbol, ensure that the T bit will be set.
1163 (do_adrl): Likewise.
1164 (do_t_adr): Likewise.
1165 * testsuite/gas/arm/pr21458.s: New test.
1166 * testsuite/gas/arm/pr21458.d: New test driver.
1167
1168 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1169
1170 * testsuite/gas/mips/mips16-pcrel-1.d: Remove `-mips3' from `as'
1171 flags.
1172 * testsuite/gas/mips/mips16-pcrel-pic-1.d: Likewise.
1173 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
1174 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
1175 * testsuite/gas/mips/mips16-pcrel-n64-0.d: Likewise.
1176 * testsuite/gas/mips/mips16-pcrel-n64-1.d: Likewise.
1177 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
1178 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
1179 * testsuite/gas/mips/mips16-pcrel-reloc-4.d: Likewise.
1180 * testsuite/gas/mips/mips16-pcrel-reloc-5.d: Likewise.
1181 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: Likewise.
1182 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: Likewise.
1183 * testsuite/gas/mips/mips16-pcrel-addend-4.d: Likewise.
1184 * testsuite/gas/mips/mips16-pcrel-addend-5.d: Likewise.
1185 * testsuite/gas/mips/mips16-pcrel-addend-6.d: Likewise.
1186 * testsuite/gas/mips/mips16-pcrel-addend-7.d: Likewise.
1187 * testsuite/gas/mips/mips16-pcrel-addend-9.d: Likewise.
1188 * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d: Likewise.
1189 * testsuite/gas/mips/mips16-pcrel-addend-n32-8.d: Likewise.
1190 * testsuite/gas/mips/mips16-pcrel-addend-n32-9.d: Likewise.
1191 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-8.d:
1192 Likewise.
1193 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-9.d:
1194 Likewise.
1195 * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d: Likewise.
1196 * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d: Likewise.
1197 * testsuite/gas/mips/mips16-pcrel-absolute-2.d: Likewise.
1198 * testsuite/gas/mips/mips16-pcrel-absolute-3.d: Likewise.
1199 * testsuite/gas/mips/mips16-pcrel-absolute-6.d: Likewise.
1200 * testsuite/gas/mips/mips16-pcrel-absolute-7.d: Likewise.
1201 * testsuite/gas/mips/mips16-pcrel-absolute-pic-6.d: Likewise.
1202 * testsuite/gas/mips/mips16-pcrel-absolute-n32-4.d: Likewise.
1203 * testsuite/gas/mips/mips16-pcrel-absolute-n32-6.d: Likewise.
1204 * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d: Likewise.
1205 * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d: Likewise.
1206 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-4.d:
1207 Likewise.
1208 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-6.d:
1209 Likewise.
1210 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-4.d:
1211 Likewise.
1212 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-6.d:
1213 Likewise.
1214 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d:
1215 Likewise.
1216 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d:
1217 Likewise.
1218 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-4.d:
1219 Likewise.
1220 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-6.d:
1221 Likewise.
1222 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: New test.
1223 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: New test.
1224 * testsuite/gas/mips/mips16e2@mips16-pcrel-2.d: New test.
1225 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: New test.
1226 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: New test.
1227 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d: New
1228 test.
1229 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d: New
1230 test.
1231 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: New test.
1232 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: New test.
1233 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-2.d: New test.
1234 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-3.d: New test.
1235 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-6.d: New test.
1236 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-7.d: New test.
1237 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-2.d: New test.
1238 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-3.d: New test.
1239 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-6.d: New test.
1240 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-7.d: New test.
1241 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-8.d: New test.
1242 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-9.d: New test.
1243 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n32-8.d: New
1244 test.
1245 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n32-9.d: New
1246 test.
1247 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n64-sym32-8.d:
1248 New test.
1249 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n64-sym32-9.d:
1250 New test.
1251 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute.d: New test.
1252 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-1.d: New
1253 test.
1254 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-2.d: New
1255 test.
1256 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-3.d: New
1257 test.
1258 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-4.d: New
1259 test.
1260 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-5.d: New
1261 test.
1262 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-6.d: New
1263 test.
1264 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-7.d: New
1265 test.
1266 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-4.d: New
1267 test.
1268 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-6.d: New
1269 test.
1270 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n32-4.d: New
1271 test.
1272 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n32-6.d: New
1273 test.
1274 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n64-sym32-4.d:
1275 New test.
1276 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n64-sym32-6.d:
1277 New test.
1278 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n32-4.d:
1279 New test.
1280 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n32-6.d:
1281 New test.
1282 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n64-sym32-4.d:
1283 New test.
1284 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n64-sym32-6.d:
1285 New test.
1286 * testsuite/gas/mips/mips16-pcrel-1.l: Adjust line numbers.
1287 * testsuite/gas/mips/mips16-pcrel-1.s: Adjust for alignment
1288 preservation between MIPS16 and MIPS16e2 code.
1289 * testsuite/gas/mips/mips.exp: Run MIPS16 relaxation tests over
1290 all MIPS16 architectures.
1291
1292 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1293
1294 * testsuite/gas/mips/mips16e2.d: New test.
1295 * testsuite/gas/mips/mips16e2-mt.d: New test.
1296 * testsuite/gas/mips/mips16e2-sub.d: New test.
1297 * testsuite/gas/mips/mips16e2@mips16e2-sub.d: New test.
1298 * testsuite/gas/mips/mips16e2-mt-sub.d: New test.
1299 * testsuite/gas/mips/mips16e2@mips16e2-mt-sub.d: New test.
1300 * testsuite/gas/mips/mips16e2-hilo.d: New test.
1301 * testsuite/gas/mips/mips16e2-hilo-n32.d: New test.
1302 * testsuite/gas/mips/mips16e2-reloc-error.d: New test.
1303 * testsuite/gas/mips/mips16e2-imm-error.d: New test.
1304 * testsuite/gas/mips/elf_ase_mips16e2.d: New test.
1305 * testsuite/gas/mips/elf_ase_mips16e2-2.d: New test.
1306 * testsuite/gas/mips/elf-rel9-mips16e2.d: New test.
1307 * testsuite/gas/mips/mips16e2-lui.d: New test.
1308 * testsuite/gas/mips/mips16e2@mips32r2-sync.d: New test.
1309 * testsuite/gas/mips/mips16e2@mips32r2-sync-1.d: New test.
1310 * testsuite/gas/mips/mips16e2@lui-2.d: New test.
1311 * testsuite/gas/mips/mips16e2-reloc-error.l: New stderr output.
1312 * testsuite/gas/mips/mips16e2-imm-error.l: New stderr output.
1313 * testsuite/gas/mips/mips16e2@lui-2.l: New stderr output.
1314 * testsuite/gas/mips/mips16e2.s: New test source.
1315 * testsuite/gas/mips/mips16e2-mt.s: New test source.
1316 * testsuite/gas/mips/mips16e2-sub.s: New test source.
1317 * testsuite/gas/mips/mips16e2-mt-sub.s: New test source.
1318 * testsuite/gas/mips/mips16e2-hilo.s: New test source.
1319 * testsuite/gas/mips/mips16e2-reloc-error.s: New test source.
1320 * testsuite/gas/mips/mips16e2-imm-error.s: New test source.
1321 * testsuite/gas/mips/elf-rel9-mips16e2.s: New test source.
1322 * testsuite/gas/mips/mips16e2-lui.s: New test source.
1323 * testsuite/gas/mips/mips.exp: Expand `mips32r2-sync',
1324 `mips32r2-sync-1', `lui-1' and `lui-2' tests across MIPS16e2
1325 architectures. Run the new tests.
1326
1327 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1328
1329 * testsuite/gas/mips/mips.exp (run_dump_test_arch): Add
1330 `mips16e2@' prefix.
1331 (run_list_test_arch): Likewise.
1332 (mips16e2-32, mips16e2-64): New architectures.
1333 * testsuite/gas/mips/mips16e2-32@mips16-macro.d: New test.
1334 * testsuite/gas/mips/mips16e2-32@mips16-macro-t.d: New test.
1335 * testsuite/gas/mips/mips16e2-32@mips16-macro-e.d: New test.
1336 * testsuite/gas/mips/mips16e2-32@mips16-insn-t.d: New test.
1337 * testsuite/gas/mips/mips16e2-32@mips16-insn-e.d: New test.
1338 * testsuite/gas/mips/mips16e2-32@mips16e-64.d: New test.
1339 * testsuite/gas/mips/mips16e2-32@mips16-sub.d: New test.
1340 * testsuite/gas/mips/mips16e2-32@mips16e-64-sub.d: New test.
1341 * testsuite/gas/mips/mips16e2@relax-swap3.d: New test.
1342 * testsuite/gas/mips/mips16-32@mips16-asmacro.d: Remove `source'
1343 tag. Add `-I$srcdir/$subdir' to `as' flags.
1344 * testsuite/gas/mips/mips16-64@mips16-asmacro.d: Likewise.
1345 * testsuite/gas/mips/mips16e2-32@mips16-macro.l: New stderr
1346 output.
1347 * testsuite/gas/mips/mips16e2-32@mips16-macro-t.l: New stderr
1348 output.
1349 * testsuite/gas/mips/mips16e2-32@mips16-macro-e.l: New stderr
1350 output.
1351 * testsuite/gas/mips/mips16e2-32@mips16-insn-t.l: New stderr
1352 output.
1353 * testsuite/gas/mips/mips16e2-32@mips16-insn-e.l: New stderr
1354 output.
1355 * testsuite/gas/mips/mips16-sub.s: Add `.set nomips16e2'.
1356 * testsuite/gas/mips/mips16e-sub.s: Likewise.
1357 * testsuite/gas/mips/mips16e-64-sub.s: Likewise.
1358 * testsuite/gas/mips/mips16-asmacro.s: Remove `.set mips32'.
1359 * testsuite/gas/mips/mips16-32@mips16-asmacro.s: New test
1360 source.
1361 * testsuite/gas/mips/mips16-64@mips16-asmacro.s: New test
1362 source.
1363
1364 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1365 Matthew Fortune <matthew.fortune@imgtec.com>
1366 Andrew Bennett <andrew.bennett@imgtec.com>
1367
1368 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add `e2' flag.
1369 (RELAX_MIPS16_E2): New macro.
1370 (RELAX_MIPS16_PIC, RELAX_MIPS16_SYM32, RELAX_MIPS16_NOMACRO)
1371 (RELAX_MIPS16_USER_SMALL, RELAX_MIPS16_USER_EXT)
1372 (RELAX_MIPS16_DSLOT, RELAX_MIPS16_JAL_DSLOT)
1373 (RELAX_MIPS16_EXTENDED, RELAX_MIPS16_MARK_EXTENDED)
1374 (RELAX_MIPS16_CLEAR_EXTENDED, RELAX_MIPS16_ALWAYS_EXTENDED)
1375 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED)
1376 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED, RELAX_MIPS16_MACRO)
1377 (RELAX_MIPS16_MARK_MACRO, RELAX_MIPS16_CLEAR_MACRO): Shift bits.
1378 (mips16_immed_extend): New prototype.
1379 (options): Add OPTION_MIPS16E2 and OPTION_NO_MIPS16E2 enum
1380 values.
1381 (md_longopts): Add "mmips16e2" and "mno-mips16e2" options.
1382 (mips_ases): Add "mips16e2" entry.
1383 (mips_set_ase): Handle MIPS16e2 ASE.
1384 (insn_insert_operand): Explicitly handle immediates with MIPS16
1385 instructions that require 32-bit encoding.
1386 (is_opcode_valid_16): Pass enabled ASE bitmask on to
1387 `opcode_is_member'.
1388 (validate_mips_insn): Explicitly handle immediates with MIPS16
1389 instructions that require 32-bit encoding.
1390 (operand_reg_mask) <OP_REG28>: Add handler.
1391 (match_reg28_operand): New function.
1392 (match_operand) <OP_REG28>: Add handler.
1393 (append_insn): Pass ASE_MIPS16E2 setting to RELAX_MIPS16_ENCODE.
1394 (match_mips16_insn): Handle MIPS16 instructions that require
1395 32-bit encoding and `V' and `u' operand codes.
1396 (mips16_ip): Allow any characters except from `.' in opcodes.
1397 (mips16_immed_extend): Handle 9-bit immediates. Do not shuffle
1398 immediates whose width is not one of these listed.
1399 (md_estimate_size_before_relax): Handle MIPS16e2 relaxation.
1400 (mips_relax_frag): Likewise.
1401 (md_convert_frag): Likewise.
1402 (mips_convert_ase_flags): Handle MIPS16e2 ASE.
1403
1404 * doc/as.texinfo (Target MIPS options): Add `-mmips16e2' and
1405 `-mno-mips16e2' options.
1406 (-mmips16e2, -mno-mips16e2): New options.
1407 * doc/c-mips.texi (MIPS Options): Add `-mmips16e2' and
1408 `-mno-mips16e2' options.
1409 (MIPS ASE Instruction Generation Overrides): Add `.set mips16e2'
1410 and `.set nomips16e2'.
1411
1412 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1413
1414 * config/tc-mips.c (match_int_operand): Call
1415 `match_out_of_range' before returning failure for 0x8000-0xffff
1416 values conditionally allowed.
1417
1418 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1419
1420 * config/tc-mips.c (match_int_operand): Call
1421 `match_not_constant' before returning failure for a non-constant
1422 16-bit immediate conditionally allowed.
1423
1424 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1425
1426 * config/tc-mips.c (match_const_int): Call `match_out_of_range'
1427 rather than `match_not_constant' for unrelocated operands
1428 retrieved as an `O_big' expression.
1429 (match_int_operand): Call `match_out_of_range' for relocatable
1430 operands retrieved as an `O_big' expression.
1431 (match_mips16_insn): Call `match_out_of_range' for relaxable
1432 operands retrieved as an `O_big' expression.
1433 * testsuite/gas/mips/addiu-error.d: New test.
1434 * testsuite/gas/mips/mips16@addiu-error.d: New test.
1435 * testsuite/gas/mips/micromips@addiu-error.d: New test.
1436 * testsuite/gas/mips/break-error.d: New test.
1437 * testsuite/gas/mips/lui-1.l: Adjust error message.
1438 * testsuite/gas/mips/addiu-error.l: New stderr output.
1439 * testsuite/gas/mips/mips16@addiu-error.l: New stderr output.
1440 * testsuite/gas/mips/micromips@addiu-error.l: New stderr output.
1441 * testsuite/gas/mips/break-error.l: New stderr output.
1442 * testsuite/gas/mips/addiu-error.s: New test source.
1443 * testsuite/gas/mips/break-error.s: New test source.
1444 * testsuite/gas/mips/mips.exp: Run the new tests.
1445
1446 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1447
1448 * config/tc-mips.c (match_mips16_insn): Remove the explicit
1449 OT_INTEGER check before the `match_expression' call.
1450 * testsuite/gas/mips/mips16-insn-e.l: Adjust messages.
1451 * testsuite/gas/mips/mips16-32@mips16-insn-e.l: Likewise.
1452 * testsuite/gas/mips/mips16-64@mips16-insn-e.l: Likewise.
1453 * testsuite/gas/mips/mips16e-32@mips16-insn-e.l: Likewise.
1454 * testsuite/gas/mips/mips16-reg-error.d: New test.
1455 * testsuite/gas/mips/mips16-reg-error.l: New stderr output.
1456 * testsuite/gas/mips/mips16-reg-error.s: New test source.
1457 * testsuite/gas/mips/mips.exp: Run the new test.
1458
1459 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1460
1461 * config/tc-mips.c (match_mips16_insn): Call
1462 `match_not_constant' for a disallowed relocation operation.
1463 * testsuite/gas/mips/mips16-reloc-error.d: New test.
1464 * testsuite/gas/mips/mips16-reloc-error.l: New stderr output.
1465 * testsuite/gas/mips/mips16-reloc-error.s: New test source.
1466 * testsuite/gas/mips/mips.exp: Run the new test.
1467
1468 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1469
1470 * testsuite/gas/mips/lui-1.d: New test.
1471 * testsuite/gas/mips/lui-2.d: New test.
1472 * gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
1473 into the new tests.
1474
1475 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1476
1477 * config/tc-mips.c (match_const_int): Update description.
1478
1479 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1480
1481 * doc/as.texinfo (-mips16, -no-mips16): Refer to `.module
1482 mips16' rather than `.set mips16'.
1483 (-mmicromips, -mno-micromips): Refer to `.module micromips' and
1484 `.module nomicromips' rather than `.set micromips' and `.set
1485 nomicromips'.
1486 (-msmartmips, -mno-smartmips): Refer to `.module smartmips'
1487 rather than `.set smartmips'.
1488 * doc/c-mips.texi (MIPS Options): Refer to `.module mips16',
1489 `.module micromips', `.module nomicromips' and `.module
1490 smartmips' rather than `.set mips16', `.set micromips', `.set
1491 nomicromips' and `.set smartmips' respectively.
1492
1493 2017-05-12 Maciej W. Rozycki <macro@imgtec.com>
1494 Matthew Fortune <matthew.fortune@imgtec.com>
1495
1496 * config/tc-mips.c (mips_percent_op): Add "%gprel".
1497 (mips16_percent_op): Add "%gp_rel".
1498 * testsuite/gas/mips/elf-rel8.s:: Add `%gprel' forms.
1499 * testsuite/gas/mips/elf-rel8-mips16.s: Add `%gp_rel' forms.
1500 * testsuite/gas/mips/elf-rel8.d: Adjust accordingly.
1501 * testsuite/gas/mips/elf-rel8-mips16.d: Likewise.
1502
1503 2017-05-12 Maciej W. Rozycki <macro@imgtec.com>
1504
1505 * testsuite/gas/mips/mips16.d: Adjust BREAK disassembly.
1506 * testsuite/gas/mips/mips16-64@mips16.d: Likewise.
1507 * testsuite/gas/mips/mips16-64.d: Likewise.
1508 * testsuite/gas/mips/mips16-64@mips16-64.d: Likewise.
1509 * testsuite/gas/mips/mips16-macro.d: Likewise.
1510 * testsuite/gas/mips/mips16-64@mips16-macro.d: Likewise.
1511 * testsuite/gas/mips/mips16-sub.d: Likewise.
1512 * testsuite/gas/mips/mips16-32@mips16-sub.d: Likewise.
1513
1514 2017-05-11 Maciej W. Rozycki <macro@imgtec.com>
1515
1516 * testsuite/gas/mips/mips32r2-sync-1.d: New test.
1517 * testsuite/gas/mips/micromips@mips32r2-sync-1.d: New test.
1518 * testsuite/gas/mips/mips.exp: Run the new tests.
1519
1520 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
1521
1522 * testsuite/gas/mips/isa-override-2.d: New test.
1523 * testsuite/gas/mips/mips1@isa-override-2.d: New test.
1524 * testsuite/gas/mips/r3000@isa-override-2.d: New test.
1525 * testsuite/gas/mips/r3900@isa-override-2.d: New test.
1526 * testsuite/gas/mips/mips2@isa-override-2.d: New test.
1527 * testsuite/gas/mips/mips32@isa-override-2.d: New test.
1528 * testsuite/gas/mips/mips32r2@isa-override-2.d: New test.
1529 * testsuite/gas/mips/mips32r3@isa-override-2.d: New test.
1530 * testsuite/gas/mips/mips32r5@isa-override-2.d: New test.
1531 * testsuite/gas/mips/mips32r6@isa-override-2.d: New test.
1532 * testsuite/gas/mips/octeon3@isa-override-2.d: New test.
1533 * testsuite/gas/mips/r3000@isa-override-2.l: Remove list test.
1534 * testsuite/gas/mips/mips1@isa-override-2.s: Remove test source.
1535 * testsuite/gas/mips/r3000@isa-override-2.s: Remove test source.
1536 * testsuite/gas/mips/r3900@isa-override-2.s: Remove test source.
1537 * testsuite/gas/mips/mips2@isa-override-2.s: Remove test source.
1538 * testsuite/gas/mips/mips32@isa-override-2.s: Remove test
1539 source.
1540 * testsuite/gas/mips/mips32r2@isa-override-2.s: Remove test
1541 source.
1542 * testsuite/gas/mips/mips32r3@isa-override-2.s: Remove test
1543 source.
1544 * testsuite/gas/mips/mips32r5@isa-override-2.s: Remove test
1545 source.
1546 * testsuite/gas/mips/mips32r6@isa-override-2.s: Remove test
1547 source.
1548 * testsuite/gas/mips/octeon3@isa-override-2.s: Remove test
1549 source.
1550 * gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
1551 into the new tests.
1552
1553 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
1554
1555 * testsuite/gas/mips/mips16e-sub.d: Correct test name.
1556 * testsuite/gas/mips/mips16-32@mips16e-sub.d: Likewise.
1557 * testsuite/gas/mips/mips16-64@mips16e-sub.d: Likewise.
1558 * testsuite/gas/mips/mips16e-64-sub.d: Likewise.
1559 * testsuite/gas/mips/mips16-32@mips16e-64-sub.d: Likewise.
1560 * testsuite/gas/mips/mips16-64@mips16e-64-sub.d: Likewise.
1561 * testsuite/gas/mips/mips16e-32@mips16e-64-sub.d: Likewise.
1562
1563 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
1564
1565 * testsuite/gas/mips/mips16-macro.l: Remove list test.
1566
1567 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
1568
1569 * testsuite/gas/mips/r3900@ecoff@ld.d: Remove test.
1570 * testsuite/gas/mips/mips2@ecoff@ld.d: Remove test.
1571 * testsuite/gas/mips/mips32@ecoff@ld.d: Remove test.
1572 * testsuite/gas/mips/mips32r2@ecoff@ld.d: Remove test.
1573 * testsuite/gas/mips/r3900@ecoff@ld-forward.d: Remove test.
1574 * testsuite/gas/mips/mips2@ecoff@ld-forward.d: Remove test.
1575 * testsuite/gas/mips/mips32@ecoff@ld-forward.d: Remove test.
1576 * testsuite/gas/mips/mips32r2@ecoff@ld-forward.d: Remove test.
1577 * testsuite/gas/mips/mips1@ecoff@sd.d: Remove test.
1578 * testsuite/gas/mips/r3000@ecoff@sd.d: Remove test.
1579 * testsuite/gas/mips/r3900@ecoff@sd.d: Remove test.
1580 * testsuite/gas/mips/mips2@ecoff@sd.d: Remove test.
1581 * testsuite/gas/mips/mips32@ecoff@sd.d: Remove test.
1582 * testsuite/gas/mips/mips32r2@ecoff@sd.d: Remove test.
1583 * testsuite/gas/mips/mips1@ecoff@sd-forward.d: Remove test.
1584 * testsuite/gas/mips/r3000@ecoff@sd-forward.d: Remove test.
1585 * testsuite/gas/mips/r3900@ecoff@sd-forward.d: Remove test.
1586 * testsuite/gas/mips/mips2@ecoff@sd-forward.d: Remove test.
1587 * testsuite/gas/mips/mips32@ecoff@sd-forward.d: Remove test.
1588 * testsuite/gas/mips/mips32r2@ecoff@sd-forward.d: Remove test.
1589
1590 2017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
1591
1592 * testsuite/gas/arc/attr-arc600.d: New file.
1593 * testsuite/gas/arc/attr-arc600_mul32x16.d: Likewise.
1594 * testsuite/gas/arc/attr-arc600_norm.d: Likewise.
1595 * testsuite/gas/arc/attr-arc601.d: Likewise.
1596 * testsuite/gas/arc/attr-arc601_mul32x16.d: Likewise.
1597 * testsuite/gas/arc/attr-arc601_mul64.d: Likewise.
1598 * testsuite/gas/arc/attr-arc601_norm.d: Likewise.
1599 * testsuite/gas/arc/attr-arc700.d: Likewise.
1600 * testsuite/gas/arc/attr-arcem.d: Likewise.
1601 * testsuite/gas/arc/attr-archs.d: Likewise.
1602 * testsuite/gas/arc/attr-autodetect-1.d: Likewise.
1603 * testsuite/gas/arc/attr-autodetect-1.s: Likewise.
1604 * testsuite/gas/arc/attr-cpu-a601.d: Likewise.
1605 * testsuite/gas/arc/attr-cpu-a601.s: Likewise.
1606 * testsuite/gas/arc/attr-cpu-a700.d: Likewise.
1607 * testsuite/gas/arc/attr-cpu-a700.s: Likewise.
1608 * testsuite/gas/arc/attr-cpu-em.d: Likewise.
1609 * testsuite/gas/arc/attr-cpu-em.s: Likewise.
1610 * testsuite/gas/arc/attr-cpu-hs.d: Likewise.
1611 * testsuite/gas/arc/attr-cpu-hs.s: Likewise.
1612 * testsuite/gas/arc/attr-em.d: Likewise.
1613 * testsuite/gas/arc/attr-em4.d: Likewise.
1614 * testsuite/gas/arc/attr-em4_dmips.d: Likewise.
1615 * testsuite/gas/arc/attr-em4_fpuda.d: Likewise.
1616 * testsuite/gas/arc/attr-em4_fpus.d: Likewise.
1617 * testsuite/gas/arc/attr-hs.d: Likewise.
1618 * testsuite/gas/arc/attr-hs34.d: Likewise.
1619 * testsuite/gas/arc/attr-hs38.d: Likewise.
1620 * testsuite/gas/arc/attr-hs38_linux.d: Likewise.
1621 * testsuite/gas/arc/attr-mul64.d: Likewise.
1622 * testsuite/gas/arc/attr-name.d: Likewise.
1623 * testsuite/gas/arc/attr-name.s: Likewise.
1624 * testsuite/gas/arc/attr-nps400.d: Likewise.
1625 * testsuite/gas/arc/attr-override-mcpu.d: Likewise.
1626 * testsuite/gas/arc/attr-override-mcpu.s
1627 * testsuite/gas/arc/attr-quarkse_em.d: Likewise.
1628 * testsuite/gas/arc/blank.s: Likewise.
1629 * testsuite/gas/elf/section2.e-arc: Likewise.
1630 * testsuite/gas/arc/cpu-pseudop-1.d: Update test.
1631 * testsuite/gas/arc/cpu-pseudop-2.d: Likewise.
1632 * testsuite/gas/arc/nps400-0.d: Likewise.
1633 * testsuite/gas/elf/elf.exp: Set target_machine for ARC.
1634 * config/tc-arc.c (opcode/arc-attrs.h): Include.
1635 (ARC_GET_FLAG, ARC_SET_FLAG, streq): Define.
1636 (arc_attribute): Declare new function.
1637 (md_pseudo_table): Add arc_attribute.
1638 (cpu_types): Rename default cpu features.
1639 (selected_cpu): Set the default OSABI flag.
1640 (mpy_option): New variable.
1641 (pic_option): Likewise.
1642 (sda_option): Likewise.
1643 (tls_option): Likewise.
1644 (feature_type, feature_list): Remove.
1645 (arc_initial_eflag): Likewise.
1646 (attributes_set_explicitly): New variable.
1647 (arc_check_feature): Check also for the conflicting features.
1648 (arc_select_cpu): Refactor assignment of selected_cpu.eflags.
1649 (arc_option): Remove setting of private flags and architecture.
1650 (check_cpu_feature): Refactor feature names.
1651 (autodetect_attributes): New function.
1652 (assemble_tokens): Use above function.
1653 (md_parse_option): Refactor feature names.
1654 (arc_attribute): New function.
1655 (arc_set_attribute_int): Likewise.
1656 (arc_set_attribute_string): Likewise.
1657 (arc_stralloc): Likewise.
1658 (arc_set_public_attributes): Likewise.
1659 (arc_md_end): Likewise.
1660 (arc_copy_symbol_attributes): Likewise.
1661 (rc_convert_symbolic_attribute): Likewise.
1662 * config/tc-arc.h (md_end): Define.
1663 (CONVERT_SYMBOLIC_ATTRIBUTE): Likewise.
1664 (TC_COPY_SYMBOL_ATTRIBUTES): Likewise.
1665 * doc/c-arc.texi: Document ARC object attributes.
1666
1667 2017-05-03 Maciej W. Rozycki <macro@imgtec.com>
1668
1669 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add `pic', `sym32' and
1670 `nomacro' flags.
1671 (RELAX_MIPS16_PIC, RELAX_MIPS16_SYM32, RELAX_MIPS16_NOMACRO):
1672 New macros.
1673 (RELAX_MIPS16_USER_SMALL, RELAX_MIPS16_USER_EXT)
1674 (RELAX_MIPS16_DSLOT, RELAX_MIPS16_JAL_DSLOT)
1675 (RELAX_MIPS16_EXTENDED, RELAX_MIPS16_MARK_EXTENDED)
1676 (RELAX_MIPS16_CLEAR_EXTENDED, RELAX_MIPS16_ALWAYS_EXTENDED)
1677 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED)
1678 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): Shift bits.
1679 (RELAX_MIPS16_MACRO, RELAX_MIPS16_MARK_MACRO)
1680 (RELAX_MIPS16_CLEAR_MACRO): New macros.
1681 (append_insn): Pass `mips_pic', HAVE_32BIT_SYMBOLS and
1682 `mips_opts.warn_about_macros' settings to RELAX_MIPS16_ENCODE.
1683 (mips16_macro_frag): New function.
1684 (md_estimate_size_before_relax): Handle HI16/LO16 relaxation.
1685 (mips_relax_frag): Likewise.
1686 (md_convert_frag): Likewise.
1687
1688 * testsuite/gas/mips/mips16@relax-swap3.d: Remove error output,
1689 add dump patterns.
1690 * testsuite/gas/mips/mips16e@relax-swap3.d: New test
1691 subarchitecture.
1692 * testsuite/gas/mips/micromips@relax-swap3.d: Remove trailing
1693 NOP padding.
1694 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: Remove error
1695 output, add dump patterns.
1696 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: Remove error
1697 output, add dump patterns.
1698 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: Remove error
1699 output, add dump patterns.
1700 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: Remove error
1701 output, add dump patterns.
1702 * testsuite/gas/mips/mips16-pcrel-addend-2.d: Remove error
1703 output, add dump patterns.
1704 * testsuite/gas/mips/mips16-pcrel-addend-3.d: Remove error
1705 output, add dump patterns.
1706 * testsuite/gas/mips/mips16-pcrel-absolute.d: Remove error
1707 output, add dump patterns.
1708 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: Remove error
1709 output, add dump patterns.
1710 * testsuite/gas/mips/mips16@relax-swap3.l: Remove file.
1711 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: Remove file.
1712 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: Remove file.
1713 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: Remove file.
1714 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: Remove file.
1715 * testsuite/gas/mips/mips16-pcrel-addend-2.l: Remove file.
1716 * testsuite/gas/mips/mips16-pcrel-addend-3.l: Remove file.
1717 * testsuite/gas/mips/mips16-pcrel-absolute.l: Remove file.
1718 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: Remove file.
1719 * testsuite/gas/mips/relax-swap3.s: Adjust trailing padding.
1720
1721 * testsuite/gas/mips/mips16-pcrel-0.d: New test.
1722 * testsuite/gas/mips/mips16-pcrel-1.d: New test.
1723 * testsuite/gas/mips/mips16-pcrel-2.d: New test.
1724 * testsuite/gas/mips/mips16-pcrel-3.d: New test.
1725 * testsuite/gas/mips/mips16-pcrel-4.d: New test.
1726 * testsuite/gas/mips/mips16-pcrel-5.d: New test.
1727 * testsuite/gas/mips/mips16-pcrel-pic-0.d: New test.
1728 * testsuite/gas/mips/mips16-pcrel-pic-1.d: New test.
1729 * testsuite/gas/mips/mips16-pcrel-n32-0.d: New test.
1730 * testsuite/gas/mips/mips16-pcrel-n32-1.d: New test.
1731 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: New test.
1732 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: New test.
1733 * testsuite/gas/mips/mips16-pcrel-n64-0.d: New test.
1734 * testsuite/gas/mips/mips16-pcrel-n64-1.d: New test.
1735 * testsuite/gas/mips/mips16-pcrel-delay-0.d: New test.
1736 * testsuite/gas/mips/mips16-pcrel-delay-1.d: New test.
1737 * testsuite/gas/mips/mips16-pcrel-addend-4.d: New test.
1738 * testsuite/gas/mips/mips16-pcrel-addend-5.d: New test.
1739 * testsuite/gas/mips/mips16-pcrel-addend-6.d: New test.
1740 * testsuite/gas/mips/mips16-pcrel-addend-7.d: New test.
1741 * testsuite/gas/mips/mips16-pcrel-addend-8.d: New test.
1742 * testsuite/gas/mips/mips16-pcrel-addend-9.d: New test.
1743 * testsuite/gas/mips/mips16-pcrel-addend-pic-8.d: New test.
1744 * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d: New test.
1745 * testsuite/gas/mips/mips16-pcrel-addend-n32-8.d: New test.
1746 * testsuite/gas/mips/mips16-pcrel-addend-n32-9.d: New test.
1747 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-8.d: New test.
1748 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-9.d: New test.
1749 * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d: New test.
1750 * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d: New test.
1751 * testsuite/gas/mips/mips16-pcrel-absolute-2.d: New test.
1752 * testsuite/gas/mips/mips16-pcrel-absolute-3.d: New test.
1753 * testsuite/gas/mips/mips16-pcrel-absolute-4.d: New test.
1754 * testsuite/gas/mips/mips16-pcrel-absolute-5.d: New test.
1755 * testsuite/gas/mips/mips16-pcrel-absolute-6.d: New test.
1756 * testsuite/gas/mips/mips16-pcrel-absolute-7.d: New test.
1757 * testsuite/gas/mips/mips16-pcrel-absolute-pic-4.d: New test.
1758 * testsuite/gas/mips/mips16-pcrel-absolute-pic-6.d: New test.
1759 * testsuite/gas/mips/mips16-pcrel-absolute-n32-4.d: New test.
1760 * testsuite/gas/mips/mips16-pcrel-absolute-n32-6.d: New test.
1761 * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d: New test.
1762 * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d: New test.
1763 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-4.d: New
1764 test.
1765 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-6.d: New
1766 test.
1767 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-4.d: New
1768 test.
1769 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-6.d: New
1770 test.
1771 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d: New
1772 test.
1773 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d: New
1774 test.
1775 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-4.d:
1776 New test.
1777 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-6.d:
1778 New test.
1779 * testsuite/gas/mips/mips16-pcrel-0.l: New stderr output.
1780 * testsuite/gas/mips/mips16-pcrel-1.l: New stderr output.
1781 * testsuite/gas/mips/mips16-pcrel-2.l: New stderr output.
1782 * testsuite/gas/mips/mips16-pcrel-3.l: New stderr output.
1783 * testsuite/gas/mips/mips16-pcrel-4.l: New stderr output.
1784 * testsuite/gas/mips/mips16-pcrel-5.l: New stderr output.
1785 * testsuite/gas/mips/mips16-pcrel-delay-0.l: New stderr output.
1786 * testsuite/gas/mips/mips16-pcrel-delay-1.l: New stderr output.
1787 * testsuite/gas/mips/mips16-pcrel-addend-8.l: New stderr output.
1788 * testsuite/gas/mips/mips16-pcrel-addend-9.l: New stderr output.
1789 * testsuite/gas/mips/mips16-pcrel-absolute-4.l: New stderr
1790 output.
1791 * testsuite/gas/mips/mips16-pcrel-absolute-6.l: New stderr
1792 output.
1793 * testsuite/gas/mips/mips16-pcrel-0.s: New test source.
1794 * testsuite/gas/mips/mips16-pcrel-1.s: New test source.
1795 * testsuite/gas/mips/mips16-pcrel-2.s: New test source.
1796 * testsuite/gas/mips/mips16-pcrel-3.s: New test source.
1797 * testsuite/gas/mips/mips16-pcrel-4.s: New test source.
1798 * testsuite/gas/mips/mips16-pcrel-5.s: New test source.
1799 * testsuite/gas/mips/mips16-pcrel-delay-0.s: New test source.
1800 * testsuite/gas/mips/mips16-pcrel-delay-1.s: New test source.
1801 * testsuite/gas/mips/mips16-pcrel-addend-4.s: New test source.
1802 * testsuite/gas/mips/mips16-pcrel-addend-5.s: New test source.
1803 * testsuite/gas/mips/mips16-pcrel-addend-6.s: New test source.
1804 * testsuite/gas/mips/mips16-pcrel-addend-7.s: New test source.
1805 * testsuite/gas/mips/mips16-pcrel-addend-8.s: New test source.
1806 * testsuite/gas/mips/mips16-pcrel-addend-9.s: New test source.
1807 * testsuite/gas/mips/mips16-pcrel-absolute-2.s: New test.
1808 * testsuite/gas/mips/mips16-pcrel-absolute-3.s: New test.
1809 * testsuite/gas/mips/mips16-pcrel-absolute-4.s: New test.
1810 * testsuite/gas/mips/mips16-pcrel-absolute-5.s: New test.
1811 * testsuite/gas/mips/mips16-pcrel-absolute-6.s: New test.
1812 * testsuite/gas/mips/mips16-pcrel-absolute-7.s: New test.
1813 * testsuite/gas/mips/mips.exp: Run the new tests.
1814
1815 2017-05-03 Nick Clifton <nickc@redhat.com>
1816
1817 PR gas/20941
1818 * symbols.c (snapshot_symbol): Handle the case where
1819 resolve_expression returns a local symbol.
1820
1821 2017-05-02 Maciej W. Rozycki <macro@imgtec.com>
1822
1823 * config/tc-mips.c (append_insn): Call `symbol_append' for any
1824 expression symbol created for MIPS16 relaxation.
1825 (match_mips16_insn): Don't encode a constant value as an
1826 immediate with a PC-relative operand.
1827
1828 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: New test.
1829 * testsuite/gas/mips/mips16-branch-absolute-1.d: New test.
1830 * testsuite/gas/mips/mips16-branch-absolute-2.d: New test.
1831 * testsuite/gas/mips/mips16-branch-absolute-addend-1.d: New
1832 test.
1833 * testsuite/gas/mips/mips16-branch-absolute-n32-1.d: New test.
1834 * testsuite/gas/mips/mips16-branch-absolute-n32-2.d: New test.
1835 * testsuite/gas/mips/mips16-branch-absolute-addend-n32-1.d: New
1836 test.
1837 * testsuite/gas/mips/mips16-branch-absolute-n64-1.d: New test.
1838 * testsuite/gas/mips/mips16-branch-absolute-n64-2.d: New test.
1839 * testsuite/gas/mips/mips16-branch-absolute-addend-n64-1.d: New
1840 test.
1841 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: New stderr
1842 output.
1843 * testsuite/gas/mips/mips16-pcrel-absolute-1.s: New test source.
1844 * testsuite/gas/mips/mips16-branch-absolute-1.s: New test
1845 source.
1846 * testsuite/gas/mips/mips16-branch-absolute-2.s: New test
1847 source.
1848 * testsuite/gas/mips/mips16-branch-absolute-addend-1.s: New test
1849 source.
1850 * testsuite/gas/mips/mips.exp: Run the new tests.
1851
1852 2017-04-27 Maciej W. Rozycki <macro@imgtec.com>
1853
1854 * config/tc-mips.c (mips16_pcrel_val): New function, factored
1855 out from...
1856 (mips16_extended_frag): ... here.
1857 (md_convert_frag): Use `mips16_pcrel_val' rather than repeated
1858 code in MIPS16 relaxation, with `stretch' hardcoded to 0.
1859
1860 2017-04-27 Maciej W. Rozycki <macro@imgtec.com>
1861
1862 * config/tc-mips.c (RELAX_MIPS16_LONG_BRANCH): Rename to...
1863 (RELAX_MIPS16_ALWAYS_EXTENDED): ... this.
1864 (RELAX_MIPS16_MARK_LONG_BRANCH): Rename to...
1865 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED): ... this.
1866 (RELAX_MIPS16_CLEAR_LONG_BRANCH): Rename to...
1867 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): ... this.
1868 (mips16_extended_frag): Adjust accordingly.
1869
1870 2017-04-27 Alan Modra <amodra@gmail.com>
1871
1872 * symbols.c (S_FORCE_RELOC): Separate section and symbol tests.
1873
1874 2017-04-26 Maciej W. Rozycki <macro@imgtec.com>
1875
1876 * config/tc-mips.c (RELAX_ENCODE): Add `PIC' flag.
1877 (RELAX_PIC): New macro.
1878 (RELAX_USE_SECOND, RELAX_SECOND_LONGER, RELAX_NOMACRO)
1879 (RELAX_DELAY_SLOT, RELAX_DELAY_SLOT_16BIT)
1880 (RELAX_DELAY_SLOT_SIZE_FIRST, RELAX_DELAY_SLOT_SIZE_SECOND):
1881 Shift bits.
1882 (RELAX_BRANCH_ENCODE): Add `pic' flag.
1883 (RELAX_BRANCH_UNCOND, RELAX_BRANCH_LIKELY, RELAX_BRANCH_LINK)
1884 (RELAX_BRANCH_TOOFAR): Shift bits.
1885 (RELAX_BRANCH_PIC): New macro.
1886 (RELAX_MICROMIPS_ENCODE): Add `pic' flag.
1887 (RELAX_MICROMIPS_PIC): New macro.
1888 (RELAX_MICROMIPS_UNCOND, RELAX_MICROMIPS_COMPACT)
1889 (RELAX_MICROMIPS_LINK, RELAX_MICROMIPS_NODS)
1890 (RELAX_MICROMIPS_RELAX32): Shift bits.
1891 (relax_close_frag): Pass `mips_pic' setting to RELAX_ENCODE.
1892 (append_insn): Pass `mips_pic' setting to RELAX_BRANCH_ENCODE
1893 and RELAX_MICROMIPS_ENCODE, and record it in `fx_tcbit2' of the
1894 first fixup created.
1895 (md_apply_fix) <BFD_RELOC_16_PCREL_S2>: Use `fx_tcbit2' of the
1896 fixup processed rather than `mips_pic' in choosing to relax an
1897 out of range branch to a jump.
1898 (relaxed_branch_length): Use the `pic' flag of the relaxed frag
1899 rather than `mips_pic'.
1900 (relaxed_micromips_32bit_branch_length): Likewise.
1901 (md_estimate_size_before_relax): Likewise.
1902 (md_convert_frag): Likewise.
1903
1904 * testsuite/gas/mips/option-pic-relax-0.d: New test.
1905 * testsuite/gas/mips/option-pic-relax-1.d: New test.
1906 * testsuite/gas/mips/option-pic-relax-2.d: New test.
1907 * testsuite/gas/mips/option-pic-relax-3.d: New test.
1908 * testsuite/gas/mips/option-pic-relax-3a.d: New test.
1909 * testsuite/gas/mips/option-pic-relax-4.d: New test.
1910 * testsuite/gas/mips/option-pic-relax-5.d: New test.
1911 * testsuite/gas/mips/option-pic-relax-2.l: New stderr output.
1912 * testsuite/gas/mips/option-pic-relax-3.l: New stderr output.
1913 * testsuite/gas/mips/option-pic-relax-4.l: New stderr output.
1914 * testsuite/gas/mips/option-pic-relax-5.l: New stderr output.
1915 * testsuite/gas/mips/option-pic-relax-0.s: New test source.
1916 * testsuite/gas/mips/option-pic-relax-1.s: New test source.
1917 * testsuite/gas/mips/option-pic-relax-2.s: New test source.
1918 * testsuite/gas/mips/option-pic-relax-3.s: New test source.
1919 * testsuite/gas/mips/option-pic-relax-4.s: New test source.
1920 * testsuite/gas/mips/option-pic-relax-5.s: New test source.
1921 * testsuite/gas/mips/mips.exp: Run the new tests.
1922
1923 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1924
1925 * testsuite/gas/arc/leave_enter.d: Update test.
1926 * testsuite/gas/arc/leave_enter.s: Likewise.
1927
1928 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1929
1930 * testsuite/gas/arc/b.d: Update test.
1931 * testsuite/gas/arc/noargs_hs.d: Likewise.
1932
1933 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
1934
1935 * config/tc-mips.c (md_convert_frag): Correct
1936 BFD_RELOC_MIPS16_16_PCREL_S1 fixup size.
1937 * testsuite/gas/mips/mips16-branch-addend-4.d: New test.
1938 * testsuite/gas/mips/mips16-branch-addend-5.d: New test.
1939 * testsuite/gas/mips/mips16-branch-addend-5.l: New stderr
1940 output.
1941 * testsuite/gas/mips/mips16-branch-addend-4.s: New test source.
1942 * testsuite/gas/mips/mips16-branch-addend-5.s: New test source.
1943 * testsuite/gas/mips/mips.exp: Run the new tests.
1944
1945 2017-04-25 Jose E. Marchesi <jose.marchesi@oracle.com>
1946
1947 PR gas/21407
1948 * config/tc-sparc.c (md_apply_fix): Do not transform `call'
1949 instructions into branch instructions in fixups generating
1950 additional relocations.
1951 * testsuite/gas/sparc/call-relax.s: New file.
1952 * testsuite/gas/sparc/call-relax.d: Likewise.
1953 * testsuite/gas/sparc/call-relax-aout.d: Likewise.
1954 * testsuite/gas/sparc/sparc.exp: Test call-relax and call-relax-aout.
1955
1956 2017-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
1957
1958 * config/tc-arm.c (move_or_literal_pool): Remove code generating MOVS.
1959 Forbid MOV.W and MOVW if destination is SP or PC.
1960 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.s: Explain
1961 expectation of LDR not generating a MOVS for low registers and small
1962 constants. Add tests of MOVW generation.
1963 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Update
1964 expected disassembly.
1965
1966 2017-04-22 Alan Modra <amodra@gmail.com>
1967
1968 * testsuite/gas/ppc/vle.s: Format. Add se_rfgi and e_sc.
1969 * testsuite/gas/ppc/vle.d: Update.
1970
1971 2017-04-21 Nick Clifton <nickc@redhat.com>
1972
1973 PR binutils/21380
1974 * testsuite/gas/aarch64/illegal-3.s: New file.
1975 * testsuite/gas/aarch64/illegal-3.d: New file.
1976
1977 2017-04-11 Alan Modra <amodra@gmail.com>
1978
1979 * config/tc-ppc.c (md_show_usage): Delete mention of -mhtm.
1980 * testsuite/gas/ppc/htm.d: Pass -mpower8 and -Mpower8.
1981
1982 2017-04-10 Max Filippov <jcmvbkbc@gmail.com>
1983
1984 * config/tc-xtensa.c (xtensa_maybe_create_literal_pool_frag):
1985 Initialize lps->frag_count with auto_litpool_limit.
1986 (xg_promote_candidate_litpool): New function.
1987 (xtensa_move_literals): Extract candidate litpool promotion code
1988 into separate function. Call it for all possible found
1989 candidates.
1990 (xtensa_switch_to_literal_fragment): Drop 'recursive' flag and
1991 call to xtensa_mark_literal_pool_location that it guards.
1992 Replace it with call to xtensa_maybe_create_literal_pool_frag.
1993 Initialize pool_location with created literal pool candidate.
1994 * testsuite/gas/xtensa/all.exp: Add new tests.
1995 * testsuite/gas/xtensa/auto-litpools-first1.d: New test results.
1996 * testsuite/gas/xtensa/auto-litpools-first1.s: New test.
1997 * testsuite/gas/xtensa/auto-litpools-first2.d: New test results.
1998 * testsuite/gas/xtensa/auto-litpools-first2.s: New test.
1999 * testsuite/gas/xtensa/auto-litpools.d: Fix offsets changed due
2000 to additional jump instruction.
2001
2002 2017-04-07 Alan Modra <amodra@gmail.com>
2003
2004 * testsuite/gas/ppc/altivec2.s: Delete E6500 vector insns.
2005 * testsuite/gas/ppc/altivec2.d: Adjust to suit.
2006
2007 2017-04-07 Alan Modra <amodra@gmail.com>
2008
2009 * testsuite/gas/elf/section12a.d: Don't expect alignment of 1
2010 for .mbind.text.
2011
2012 2017-04-06 Pip Cet <pipcet@gmail.com>
2013
2014 * testsuite/gas/wasm32/allinsn.d: Adjust test for disassembler
2015 changes.
2016 * testsuite/gas/wasm32/disass.d: New test.
2017 * testsuite/gas/wasm32/disass.s: New test.
2018 * testsuite/gas/wasm32/disass-2.d: New test.
2019 * testsuite/gas/wasm32/disass-2.s: New test.
2020 * testsuite/gas/wasm32/reloc.d: Adjust test for changed reloc
2021 names.
2022 * testsuite/gas/wasm32/reloc.s: Update test for changed assembler
2023 syntax.
2024 * testsuite/gas/wasm32/wasm32.exp: Run new tests. Expect allinsn
2025 test to succeed.
2026
2027 2017-04-04 H.J. Lu <hongjiu.lu@intel.com>
2028
2029 * NEWS: Mention support for ELF SHF_GNU_MBIND.
2030 * config/obj-elf.c (section_match): New.
2031 (get_section): Match both sh_info and group name.
2032 (obj_elf_change_section): Add argument for sh_info. Pass both
2033 sh_info and group name to get_section. Issue an error for
2034 SHF_GNU_MBIND section without SHF_ALLOC. Set sh_info.
2035 (obj_elf_parse_section_letters): Set SHF_GNU_MBIND for 'd'.
2036 (obj_elf_section): Support SHF_GNU_MBIND section info.
2037 * config/obj-elf.h (obj_elf_change_section): Add argument for
2038 sh_info.
2039 * config/tc-arm.c (start_unwind_section): Pass 0 as sh_info to
2040 obj_elf_change_section.
2041 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
2042 * config/tc-microblaze.c (microblaze_s_data): Likewise.
2043 (microblaze_s_sdata): Likewise.
2044 (microblaze_s_rdata): Likewise.
2045 (microblaze_s_bss): Likewise.
2046 * config/tc-mips.c (s_change_section): Likewise.
2047 * config/tc-msp430.c (msp430_profiler): Likewise.
2048 * config/tc-rx.c (parse_rx_section): Likewise.
2049 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
2050 * doc/as.texinfo: Document 'd' for SHF_GNU_MBIND.
2051 * testsuite/gas/elf/elf.exp: Run section12a, section12b and
2052 section13.
2053 * testsuite/gas/elf/section10.d: Updated.
2054 * testsuite/gas/elf/section10.s: Likewise.
2055 * testsuite/gas/elf/section12.s: New file.
2056 * testsuite/gas/elf/section12a.d: Likewise.
2057 * testsuite/gas/elf/section12b.d: Likewise.
2058 * testsuite/gas/elf/section13.l: Likewise.
2059 * testsuite/gas/elf/section13.d: Likewise.
2060 * testsuite/gas/elf/section13.s: Likewise.
2061
2062 2017-04-03 Palmer Dabbelt <palmer@dabbelt.com>
2063
2064 * config/tc-riscv.c (riscv_clear_subsets): Cast argument to free to
2065 avoid const warnings.
2066
2067 2017-03-30 Palmer Dabbelt <palmer@dabbelt.com>
2068
2069 * config/tc-riscv.c (riscv_clear_subsets): New function.
2070 (riscv_add_subset): Call riscv_clear_subsets and riscv_set_rvc to
2071 clear RVC when it's been previously set.
2072
2073 2017-03-31 Nick Clifton <nickc@redhat.com>
2074
2075 PR gas/21333
2076 * config/tc-s390.c (tc_s390_fix_adjustable): Allow non pc-relative
2077 fixups in mergeable sections to be adjusted.
2078
2079 2017-03-30 Pip Cet <pipcet@gmail.com>
2080
2081 * config/tc-wasm32.h: New file: Add WebAssembly assembler target.
2082 * config/tc-wasm32.c: New file: Add WebAssembly assembler target.
2083 * Makefile.am: Add WebAssembly assembler target.
2084 * configure.tgt: Add WebAssembly assembler target.
2085 * doc/c-wasm32.texi: New file: Start documenting WebAssembly
2086 assembler.
2087 * doc/all.texi: Define WASM32.
2088 * doc/as.texinfo: Add WebAssembly entries.
2089 * NEWS: Mention the new support.
2090 * Makefile.in: Regenerate.
2091 * po/gas.pot: Regenerate.
2092 * po/POTFILES.in: Regenerate.
2093 * testsuite/gas/wasm32: New directory.
2094 * testsuite/gas/wasm32/allinsn.d: New file.
2095 * testsuite/gas/wasm32/allinsn.s: New file.
2096 * testsuite/gas/wasm32/illegal.l: New file.
2097 * testsuite/gas/wasm32/illegal.s: New file.
2098 * testsuite/gas/wasm32/illegal-2.l: New file.
2099 * testsuite/gas/wasm32/illegal-2.s: New file.
2100 * testsuite/gas/wasm32/illegal-3.l: New file.
2101 * testsuite/gas/wasm32/illegal-3.s: New file.
2102 * testsuite/gas/wasm32/illegal-4.l: New file.
2103 * testsuite/gas/wasm32/illegal-4.s: New file.
2104 * testsuite/gas/wasm32/illegal-5.l: New file.
2105 * testsuite/gas/wasm32/illegal-5.s: New file.
2106 * testsuite/gas/wasm32/illegal-6.l: New file.
2107 * testsuite/gas/wasm32/illegal-6.s: New file.
2108 * testsuite/gas/wasm32/illegal-7.l: New file.
2109 * testsuite/gas/wasm32/illegal-7.s: New file.
2110 * testsuite/gas/wasm32/illegal-8.l: New file.
2111 * testsuite/gas/wasm32/illegal-8.s: New file.
2112 * testsuite/gas/wasm32/illegal-9.l: New file.
2113 * testsuite/gas/wasm32/illegal-9.s: New file.
2114 * testsuite/gas/wasm32/illegal-10.l: New file.
2115 * testsuite/gas/wasm32/illegal-10.s: New file.
2116 * testsuite/gas/wasm32/illegal-11.l: New file.
2117 * testsuite/gas/wasm32/illegal-11.s: New file.
2118 * testsuite/gas/wasm32/illegal-12.l: New file.
2119 * testsuite/gas/wasm32/illegal-12.s: New file.
2120 * testsuite/gas/wasm32/illegal-13.l: New file.
2121 * testsuite/gas/wasm32/illegal-13.s: New file.
2122 * testsuite/gas/wasm32/illegal-14.l: New file.
2123 * testsuite/gas/wasm32/illegal-14.s: New file.
2124 * testsuite/gas/wasm32/illegal-15.l: New file.
2125 * testsuite/gas/wasm32/illegal-15.s: New file.
2126 * testsuite/gas/wasm32/illegal-16.l: New file.
2127 * testsuite/gas/wasm32/illegal-16.s: New file.
2128 * testsuite/gas/wasm32/illegal-17.l: New file.
2129 * testsuite/gas/wasm32/illegal-17.s: New file.
2130 * testsuite/gas/wasm32/illegal-18.l: New file.
2131 * testsuite/gas/wasm32/illegal-18.s: New file.
2132 * testsuite/gas/wasm32/illegal-19.l: New file.
2133 * testsuite/gas/wasm32/illegal-19.s: New file.
2134 * testsuite/gas/wasm32/illegal-20.l: New file.
2135 * testsuite/gas/wasm32/illegal-20.s: New file.
2136 * testsuite/gas/wasm32/illegal-21.l: New file.
2137 * testsuite/gas/wasm32/illegal-21.s: New file.
2138 * testsuite/gas/wasm32/illegal-22.l: New file.
2139 * testsuite/gas/wasm32/illegal-22.s: New file.
2140 * testsuite/gas/wasm32/illegal-24.l: New file.
2141 * testsuite/gas/wasm32/illegal-24.s: New file.
2142 * testsuite/gas/wasm32/illegal-25.l: New file.
2143 * testsuite/gas/wasm32/illegal-25.s: New file.
2144 * testsuite/gas/wasm32/reloc.d: New file.
2145 * testsuite/gas/wasm32/reloc.s: New file.
2146 * testsuite/gas/wasm32/wasm32.exp: New tests for WebAssembly
2147 architecture.
2148
2149 2017-03-29 Alan Modra <amodra@gmail.com>
2150
2151 * config/tc-ppc.c (md_parse_option): Reject -mraw.
2152
2153 2017-03-27 Alan Modra <amodra@gmail.com>
2154
2155 PR 21303
2156 * testsuite/gas/ppc/pr21303.d,
2157 * testsuite/gas/ppc/pr21303.s: New test
2158 * testsuite/gas/ppc/ppc.exp: Run it.
2159
2160 2017-03-27 Rinat Zelig <rinat@mellanox.com>
2161
2162 * testsuite/gas/arc/nps400-12.s: New file.
2163 * testsuite/gas/arc/nps400-12.d: New file.
2164
2165 2017-03-24 Thomas preud'homme <thomas.preudhomme@arm.com>
2166
2167 * config/tc-arm.: (md_begin): Set selected_cpu from *mcpu_cpu_opt when
2168 CPU_DEFAULT is defined.
2169
2170 2017-03-21 Palmer Dabbbelt <palmer@dabbelt.com>
2171
2172 * config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
2173 -msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
2174 print an invalid default ISA string.
2175 * doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
2176
2177 2017-03-22 Max Filippov <jcmvbkbc@gmail.com>
2178
2179 * config/tc-xtensa.c (xtensa_relax_frag): Change fx_size of the
2180 reassigned fixup to size of jump instruction (3) and fx_r_type
2181 to BFD_RELOC_XTENSA_SLOT0_OP, as there's only one slot.
2182 (add_jump_to_trampoline): Search
2183 origfrag->tc_frag_data.slot_symbols for the slot with non-NULL
2184 symbol and use that slot instead of slot 0.
2185
2186 2017-03-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2187
2188 * config/tc-s390.c (s390_parse_cpu): Remove S390_INSTR_FLAG_VX2
2189 from cpu_table. Remove vx2, and novx2 from cpu_flags.
2190
2191 2017-03-21 Rinat Zelig <rinat@mellanox.com>
2192
2193 * testsuite/gas/arc/nps400-11.s: New file.
2194 * testsuite/gas/arc/nps400-11.d: New file.
2195
2196 2017-03-20 Nick Clifton <nickc@redhat.com>
2197
2198 * doc/as.texinfo (2byte): Note that if no expressions are present
2199 the directive does nothing. Emphasize that the output is
2200 unaligned, and that this can have an effect on the relocations
2201 generated.
2202 (4byte): Simplify description. Refer back to the 2byte
2203 description.
2204 (8byte): Likewise.
2205
2206 2017-03-20 Richard Earnshaw <rearnsha@arm.com>
2207
2208 * config/tc-arm.c (arm_fpus): Note entires that should not be
2209 documented.
2210 * doc/c-arm.texi (-mfpu): Add missing FPU entries for neon-vfpv3 and
2211 neon-fp16. Fix spelling error.
2212
2213 2017-03-20 Richard Earnshaw <rearnsha@arm.com>
2214
2215 * config/tc-arm.c (arm_fpus): Add neon-vfpv3 as an alias for neon.
2216
2217 2017-03-16 Rinat Zelig <rinat@mellanox.com>
2218
2219 * config/tc-arc.c (assemble_insn): Only handle ".t" and ".nt"
2220 specially for ARCv2.
2221
2222 2017-03-14 Kito Cheng <kito.cheng@gmail.com>
2223
2224 * config/tc-riscv.c (validate_riscv_insn): Add 'o' RVC immediate
2225 encoding format, which can accept 0-valued immediates.
2226 (riscv_ip): Likewise.
2227
2228 2017-03-15 Nick Clifton <nickc@redhat.com>
2229
2230 * config/tc-riscv.c (riscv_pre_output_hook): Fix compile time
2231 warning about discarding a const qualifier.
2232
2233 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
2234
2235 * config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.
2236
2237 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
2238
2239 * config/tc-riscv.c (md_apply_fix): Set fx_frag and
2240 fx_next->fx_frag for CFA_advance_loc relocations.
2241
2242 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
2243
2244 * config/tc-riscv.c (md_apply_fix): Compute the correct offsets
2245 for CFA relocations.
2246
2247 2017-03-13 Nick Clifton <nickc@redhat.com>
2248
2249 PR binutils/21202
2250 * config/tc-aarch64.c (reloc_table): Rename
2251 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC to
2252 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12. Rname
2253 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC to
2254 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12.
2255 (md_apply_fix): Likewise.
2256 (aarch64_force_relocation): Likewise.
2257 * testsuite/gas/aarch64/tls.d: Update regexp.
2258
2259 2017-03-10 Tobin C. Harding <me@tobin.cc>
2260 Nick Clifton <nickc@redhat.com>
2261
2262 * doc/as.texinfo (2byte): Tidy up wording. Add note that
2263 overlarge values will produce a warning message and be trunacted.
2264 (4byte): Likewise.
2265
2266 2017-03-09 H.J. Lu <hongjiu.lu@intel.com>
2267
2268 * config/tc-i386.c (_i386_insn): Add dir_encoding and
2269 vec_encoding. Remove swap_operand and need_vrex.
2270 (extra_symbol_chars): Add '}'.
2271 (md_begin): Mark '}' with LEX_BEGIN_NAME. Allow '}' in
2272 mnemonic.
2273 (build_vex_prefix): Don't use 2-byte VEX encoding with
2274 {vex3}. Check dir_encoding and load.
2275 (parse_insn): Check pseudo prefixes. Set dir_encoding.
2276 (VEX_check_operands): Likewise.
2277 (match_template): Check dir_encoding and load.
2278 (parse_real_register): Set vec_encoding instead of need_vrex.
2279 (parse_register): Likewise.
2280 * doc/c-i386.texi: Document {disp8}, {disp32}, {load}, {store},
2281 {vex2}, {vex3} and {evex}. Remove ".s", ".d8" and ".d32"
2282 * testsuite/gas/i386/i386.exp: Run pseudos and x86-64-pseudos.
2283 * testsuite/gas/i386/pseudos.d: New file.
2284 * testsuite/gas/i386/pseudos.s: Likewise.
2285 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
2286 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
2287
2288 2017-03-08 Peter Bergner <bergner@vnet.ibm.com>
2289
2290 * testsuite/gas/ppc/altivec2.d (as): Use the -mpower8 option.
2291 (objdump): Use the -Mpower8 option.
2292
2293 2017-03-08 Peter Bergner <bergner@vnet.ibm.com>
2294
2295 * testsuite/gas/ppc/power9.d <lnia> New test.
2296 * testsuite/gas/ppc/power9.s: Likewise.
2297
2298 2017-03-07 Alan Modra <amodra@gmail.com>
2299
2300 * doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.
2301
2302 2017-03-07 Tobin C. Harding <me@tobin.cc>
2303 Alan Modra <amodra@gmail.com>
2304
2305 * doc/as.texinfo (2byte, 4byte, 8byte): Document.
2306 * doc/c-arm.texi (2byte, 4byte, 8byte): Omit if ELF.
2307
2308 2017-03-06 H.J. Lu <hongjiu.lu@intel.com>
2309
2310 * config/tc-i386.c (cpu_arch): Add .cet.
2311 * doc/c-i386.texi: Document cet.
2312 * testsuite/gas/i386/cet-intel.d: New file.
2313 * testsuite/gas/i386/cet.d: Likewise.
2314 * testsuite/gas/i386/cet.s: Likewise.
2315 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
2316 * testsuite/gas/i386/x86-64-cet.d: Likewise.
2317 * testsuite/gas/i386/x86-64-cet.s: Likewise.
2318 * testsuite/gas/i386/i386.exp: Run Intel CET tests.
2319
2320 2017-03-06 H.J. Lu <hongjiu.lu@intel.com>
2321
2322 * testsuite/gas/i386/x86-64-mpx-inval-2.s: Force a good alignment.
2323 * testsuite/gas/i386/x86-64-mpx-inval-2.l: Expect [0-9A-F]+.
2324
2325 2017-03-06 Alan Modra <amodra@gmail.com>
2326
2327 * dw2gencfi.c (encoding_size): Return unsigned int.
2328 (emit_expr_encoded): Assert size matches reloc bitsize.
2329 (output_fde): Use unsigned for offset_size and addr_size. Set
2330 addr_size earlier and use in place of constant 4 and uses of
2331 DWARF2_FDE_RELOC_SIZE. Assert it matches reloc bitsize.
2332
2333 2017-03-06 Alan Modra <amodra@gmail.com>
2334
2335 * dw2gencfi.c: Wrap overlong lines. Add parens for emacs
2336 auto reformat. Formatting and whitespace fixes.
2337
2338 2017-03-05 Mark Wielaard <mark@klomp.org>
2339
2340 * dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_strp instead of
2341 DW_FORM_string for DW_AT_name, DW_AT_comp_dir and DW_AT_producer.
2342 (out_debug_info): Accept symbols to name, comp_dir and producer in
2343 the .debug_str section and emit those offsets not full strings.
2344 (out_debug_str): New function that outputs the strings for name,
2345 comp_dir and producer in .debug_str and generates symbols to those
2346 strings.
2347 (out_debug_line): Create a .debug_str section if necessary and call
2348 out_debug_str before calling out_debug_info.
2349 * testsuite/gas/aarch64/dwarf.d: Add extra section symbol to expected
2350 output.
2351
2352 2017-03-02 Maciej W. Rozycki <macro@imgtec.com>
2353
2354 * write.c (relax_segment) <rs_org>: Only bail out if the fixed
2355 part of the frag has overrun the location requested.
2356
2357 * testsuite/gas/all/org-1.d: New test.
2358 * testsuite/gas/all/org-2.d: New test.
2359 * testsuite/gas/all/org-3.d: New test.
2360 * testsuite/gas/all/org-4.d: New test.
2361 * testsuite/gas/all/org-5.d: New test.
2362 * testsuite/gas/all/org-6.d: New test.
2363 * testsuite/gas/all/org-1.l: New stderr output.
2364 * testsuite/gas/all/org-2.l: New stderr output.
2365 * testsuite/gas/all/org-3.l: New stderr output.
2366 * testsuite/gas/all/org-1.s: New test source.
2367 * testsuite/gas/all/org-2.s: New test source.
2368 * testsuite/gas/all/org-3.s: New test source.
2369 * testsuite/gas/all/org-4.s: New test source.
2370 * testsuite/gas/all/org-5.s: New test source.
2371 * testsuite/gas/all/org-6.s: New test source.
2372 * testsuite/gas/all/gas.exp: Run the new tests.
2373
2374 * testsuite/gas/mips/org-1.d: New test.
2375 * testsuite/gas/mips/org-2.d: New test.
2376 * testsuite/gas/mips/org-3.d: New test.
2377 * testsuite/gas/mips/org-4.d: New test.
2378 * testsuite/gas/mips/org-5.d: New test.
2379 * testsuite/gas/mips/org-6.d: New test.
2380 * testsuite/gas/mips/org-7.d: New test.
2381 * testsuite/gas/mips/org-8.d: New test.
2382 * testsuite/gas/mips/org-9.d: New test.
2383 * testsuite/gas/mips/org-10.d: New test.
2384 * testsuite/gas/mips/org-11.d: New test.
2385 * testsuite/gas/mips/org-12.d: New test.
2386 * testsuite/gas/mips/org-1.l: New stderr output.
2387 * testsuite/gas/mips/org-4.l: New stderr output.
2388 * testsuite/gas/mips/org-5.l: New stderr output.
2389 * testsuite/gas/mips/org-6.l: New stderr output.
2390 * testsuite/gas/mips/org-10.l: New stderr output.
2391 * testsuite/gas/mips/org-1.s: New test source.
2392 * testsuite/gas/mips/org-2.s: New test source.
2393 * testsuite/gas/mips/org-3.s: New test source.
2394 * testsuite/gas/mips/org-4.s: New test source.
2395 * testsuite/gas/mips/org-5.s: New test source.
2396 * testsuite/gas/mips/org-6.s: New test source.
2397 * testsuite/gas/mips/org-7.s: New test source.
2398 * testsuite/gas/mips/org-8.s: New test source.
2399 * testsuite/gas/mips/org-9.s: New test source.
2400 * testsuite/gas/mips/org-10.s: New test source.
2401 * testsuite/gas/mips/org-11.s: New test source.
2402 * testsuite/gas/mips/org-12.s: New test source.
2403 * testsuite/gas/mips/mips.exp: Run the new tests.
2404
2405 2017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
2406
2407 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
2408
2409 2017-02-28 Jan Beulich <jbeulich@suse.com>
2410
2411 * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
2412 VPCMPESTR{I,M}.
2413 * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
2414 * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
2415 of PCMPESTR{I,M}.
2416 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
2417 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
2418 * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
2419 * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
2420 * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
2421 * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
2422 * testsuite/gas/i386/x86-64-avx.d: Likewise.
2423 * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
2424 * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
2425 * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
2426
2427 2017-02-28 Alan Modra <amodra@gmail.com>
2428
2429 * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
2430
2431 2017-02-28 Alan Modra <amodra@gmail.com>
2432
2433 * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
2434 (md_apply_fix): Remove fx_subsy check. Move code converting to
2435 pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA. Remove code
2436 emiiting errors on seeing fx_pcrel set on unexpected relocs, as
2437 that is done now by the generic code via..
2438 * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
2439 (TC_VALIDATE_FIX_SUB): Define.
2440
2441 2017-02-28 Maciej W. Rozycki <macro@imgtec.com>
2442
2443 * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
2444 * testsuite/gas/mips/jalr4.d: Adjust accordingly. Remove MIPSr6
2445 encoding patterns.
2446 * testsuite/gas/mips/jalr4-n64.d: Likewise.
2447 * testsuite/gas/mips/mipsr6@jalr4.d: New test.
2448 * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
2449 * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
2450
2451 2017-02-25 Alan Modra <amodra@gmail.com>
2452
2453 * testsuite/gas/elf/strtab.s: Don't put directives on first
2454 column or continuation with labels not in first column.
2455
2456 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
2457
2458 * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
2459 * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
2460 to be used with SVE registers.
2461 (parse_operands): Handle new SVE operands.
2462 (aarch64_features): Make "sve" require F16 rather than FP. Also
2463 require COMPNUM.
2464 * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
2465 Include compnum tests.
2466 * testsuite/gas/aarch64/sve.d: Update accordingly.
2467 * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
2468 * testsuite/gas/aarch64/sve-invalid.l: Update accordingly. Also
2469 update expected output for new FMOV and MOV alternatives.
2470
2471 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
2472
2473 * doc/c-aarch64.texi: Add a "compnum" entry.
2474 * config/tc-aarch64.c (aarch64_features): Likewise,
2475 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
2476 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
2477
2478 2017-02-24 Jan Beulich <jbeulich@suse.com>
2479
2480 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
2481 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
2482 * testsuite/gas/i386/opcode.d: Adjust accordingly.
2483 * testsuite/gas/i386/opcode-intel.d: Likewise.
2484 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
2485 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
2486
2487 2017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
2488
2489 Test cases for the architecture level aware SPARC ASI work.
2490 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
2491 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
2492 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
2493 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
2494 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
2495
2496 2017-02-23 Maciej W. Rozycki <macro@imgtec.com>
2497
2498 * testsuite/gas/mips/jalr4.d: New test.
2499 * testsuite/gas/mips/jalr4-n32.d: New test.
2500 * testsuite/gas/mips/jalr4-n64.d: New test.
2501 * testsuite/gas/mips/jalr4.s: New test source.
2502 * testsuite/gas/mips/mips.exp: Run the new tests.
2503
2504 2017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
2505
2506 Add support for associating SPARC ASIs with an architecture level.
2507 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
2508
2509 2017-02-23 Jan Beulich <jbeulich@suse.com>
2510
2511 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
2512 of symbols as expression.
2513
2514 2017-02-23 Jan Beulich <jbeulich@suse.com>
2515
2516 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
2517 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
2518 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
2519 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
2520
2521 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
2522
2523 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
2524 `md_flush_pending_output'.
2525 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
2526 `md_flush_pending_output' unconditionally.
2527 * testsuite/gas/mips/debug-label-end-1.d: New test.
2528 * testsuite/gas/mips/debug-label-end-2.d: New test.
2529 * testsuite/gas/mips/debug-label-end-3.d: New test.
2530 * testsuite/gas/mips/debug-label-end.s: New test source.
2531 * testsuite/gas/mips/mips.exp: Run the new tests.
2532
2533 2017-02-22 Hans-Peter Nilsson <hp@axis.com>
2534
2535 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
2536 targets yielding an error message matching "too complex".
2537
2538 2017-02-22 Nick Clifton <nickc@redhat.com>
2539
2540 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
2541
2542 2017-02-21 Jan Beulich <jbeulich@suse.com>
2543
2544 * expr.c (operand): Handle missing operand to .startof.() and
2545 .sizeof.().
2546 * testsuite/gas/all/err-sizeof.s: New.
2547
2548 2017-02-20 Alan Modra <amodra@gmail.com>
2549
2550 PR 21118
2551 * NEWS: Revise powerpc register check.
2552 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
2553 register expression" a warning.
2554
2555 2017-02-17 Maciej W. Rozycki <macro@imgtec.com>
2556
2557 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
2558 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
2559 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
2560 * testsuite/gas/mips/aent-2.d: New test.
2561 * testsuite/gas/mips/aent-mdebug.d: New test.
2562 * testsuite/gas/mips/aent-mdebug-2.d: New test.
2563 * testsuite/gas/mips/mips.exp: Run the new tests.
2564
2565 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
2566
2567 * testsuite/gas/aarch64/sve-sysreg.s,
2568 testsuite/gas/aarch64/sve-sysreg.d,
2569 testsuite/gas/aarch64/sve-sysreg-invalid.d,
2570 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
2571
2572 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
2573
2574 * doc/c-aarch64.texi: Fix sve entry.
2575
2576 2017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
2577
2578 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
2579 information from input expression.
2580 (assemble_insn): Make sure pcrel is correctly set.
2581 (arc_pcrel_adjust): Compensate for PCL rounding.
2582 * testsuite/gas/arc/relax-add01.d: New file.
2583 * testsuite/gas/arc/relax-add01.s: Likewise.
2584 * testsuite/gas/arc/relax-add02.d: Likewise.
2585 * testsuite/gas/arc/relax-add02.s: Likewise.
2586 * testsuite/gas/arc/relax-add03.d: Likewise.
2587 * testsuite/gas/arc/relax-add03.s: Likewise.
2588 * testsuite/gas/arc/relax-add04.d: Likewise.
2589 * testsuite/gas/arc/relax-add04.s: Likewise.
2590 * testsuite/gas/arc/relax-ld01.d: Likewise.
2591 * testsuite/gas/arc/relax-ld01.s: Likewise.
2592 * testsuite/gas/arc/relax-ld02.d: Likewise.
2593 * testsuite/gas/arc/relax-ld02.s: Likewise.
2594 * testsuite/gas/arc/relax-mov01.d: Likewise.
2595 * testsuite/gas/arc/relax-mov01.s: Likewise.
2596 * testsuite/gas/arc/relax-mov02.d: Likewise.
2597 * testsuite/gas/arc/relax-mov02.s: Likewise.
2598 * testsuite/gas/arc/relax-mpy01.d: Likewise.
2599 * testsuite/gas/arc/relax-mpy01.s: Likewise.
2600 * testsuite/gas/arc/relax-sub01.d: Likewise.
2601 * testsuite/gas/arc/relax-sub01.s: Likewise.
2602 * testsuite/gas/arc/relax-sub02.d: Likewise.
2603 * testsuite/gas/arc/relax-sub02.s: Likewise.
2604 * testsuite/gas/arc/relax-sub03.d: Likewise.
2605 * testsuite/gas/arc/relax-sub03.s: Likewise.
2606 * testsuite/gas/arc/relax-sub04.d: Likewise.
2607 * testsuite/gas/arc/relax-sub04.s: Likewise.
2608
2609 2017-02-09 Vineet Gupta <vgupta@synopsys.com>
2610
2611 * testsuite/gas/arc/st.d: Update for 0xe having a name now
2612
2613 2017-02-14 Alan Modra <amodra@gmail.com>
2614
2615 PR 21118
2616 * NEWS: Mention powerpc register checks.
2617 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
2618 (pre_defined_registers): Delete fpscr and pmr entries. Set
2619 register type in flags.
2620 (cr_names): Set type in flags.
2621 (reg_name_search): Return pointer to struct pd_reg rather than value.
2622 (register_name): Adjust to suit. Set X_md from flags.
2623 (ppc_parse_name): Likewise.
2624 (ppc_optimize_expr): New function.
2625 (md_assemble): Verify expresion reg flags match operand.
2626 * config/tc-ppc.h (md_optimize_expr): Define.
2627 (ppc_optimize_expr): Declare.
2628
2629 2017-02-14 Alan Modra <amodra@gmail.com>
2630
2631 * testsuite/gas/ppc/cell.s: Correct invalid registers.
2632 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
2633 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
2634
2635 2017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
2636
2637 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
2638 syntax.
2639 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
2640 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
2641
2642 2017-02-10 Nicholas Piggin <npiggin@gmail.com>
2643
2644 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
2645
2646 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
2647
2648 * doc/as.texinfo (Overview): Select MIPS options for man page
2649 inclusion.
2650
2651 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
2652
2653 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
2654 (options): Add OPTION_IGNORE_BRANCH_ISA and
2655 OPTION_NO_IGNORE_BRANCH_ISA enum values.
2656 (md_longopts): Add "mignore-branch-isa" and
2657 "mno-ignore-branch-isa" options.
2658 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
2659 OPTION_NO_IGNORE_BRANCH_ISA.
2660 (fix_bad_cross_mode_branch_p): Return FALSE if
2661 `mips_ignore_branch_isa' has been set.
2662 (md_show_usage): Add `-mignore-branch-isa' and
2663 `-mno-ignore-branch-isa'.
2664
2665 * doc/as.texinfo (Target MIPS options): Add
2666 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
2667 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
2668 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
2669 `-mno-ignore-branch-isa' options.
2670
2671 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
2672 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
2673 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
2674 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
2675 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
2676 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
2677 * testsuite/gas/mips/mips.exp: Run the new tests.
2678
2679 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
2680
2681 * testsuite/gas/mips/branch-local-2.d: New test.
2682 * testsuite/gas/mips/branch-local-3.d: New test.
2683 * testsuite/gas/mips/branch-local-n32-2.d: New test.
2684 * testsuite/gas/mips/branch-local-n32-3.d: New test.
2685 * testsuite/gas/mips/branch-local-n64-2.d: New test.
2686 * testsuite/gas/mips/branch-local-n64-3.d: New test.
2687 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
2688 into the new tests.
2689
2690 2017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
2691
2692 PR 21056
2693 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
2694 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
2695
2696 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
2697
2698 * configure.tgt (aarch64*-*-rtems*): Remove.
2699 (bfin-*-rtems*): Likewise.
2700 (h8300-*-rtems*): Likewise.
2701 (i386-*-rtems*): Likewise.
2702 (m32c-*-rtems*): Likewise.
2703 (m32r-*-rtems*): Likewise.
2704 (m68k-*-rtems*): Likewise.
2705 (mips-*-rtems*): Likewise.
2706 (nios2-*-rtems*): Likewise.
2707 (ppc-*-rtems*): Likewise.
2708 (sh-*-rtems*): Likewise.
2709 (sparc64-*-rtems*): Likewise.
2710 (sparc-*-rtems*): Likewise.
2711 (*-*-rtems*) Use ELF format.
2712
2713 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
2714
2715 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
2716
2717 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
2718
2719 * configure.tgt (sh-*-rtemscoff*): Remove.
2720
2721 2017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
2722
2723 * configure.tgt (riscv*-*-*): Remove em=linux.
2724
2725 2017-01-23 Sebastian Rasmussen <sebras@gmail.com>
2726
2727 PR gas/21072
2728 * asintl.h: Fix spelling mistakes and typos.
2729 * atof-generic.c: Likewise.
2730 * bit_fix.h: Likewise.
2731 * config/atof-ieee.c: Likewise.
2732 * config/bfin-defs.h: Likewise.
2733 * config/bfin-parse.y: Likewise.
2734 * config/obj-coff-seh.h: Likewise.
2735 * config/obj-coff.c: Likewise.
2736 * config/obj-evax.c: Likewise.
2737 * config/obj-macho.c: Likewise.
2738 * config/rx-parse.y: Likewise.
2739 * config/tc-aarch64.c: Likewise.
2740 * config/tc-alpha.c: Likewise.
2741 * config/tc-arc.c: Likewise.
2742 * config/tc-arm.c: Likewise.
2743 * config/tc-avr.c: Likewise.
2744 * config/tc-bfin.c: Likewise.
2745 * config/tc-cr16.c: Likewise.
2746 * config/tc-cris.c: Likewise.
2747 * config/tc-crx.c: Likewise.
2748 * config/tc-d10v.c: Likewise.
2749 * config/tc-d30v.c: Likewise.
2750 * config/tc-dlx.c: Likewise.
2751 * config/tc-epiphany.c: Likewise.
2752 * config/tc-frv.c: Likewise.
2753 * config/tc-hppa.c: Likewise.
2754 * config/tc-i370.c: Likewise.
2755 * config/tc-i386-intel.c: Likewise.
2756 * config/tc-i386.c: Likewise.
2757 * config/tc-i960.c: Likewise.
2758 * config/tc-ia64.c: Likewise.
2759 * config/tc-m32r.c: Likewise.
2760 * config/tc-m68hc11.c: Likewise.
2761 * config/tc-m68k.c: Likewise.
2762 * config/tc-mcore.c: Likewise.
2763 * config/tc-mep.c: Likewise.
2764 * config/tc-mep.h: Likewise.
2765 * config/tc-metag.c: Likewise.
2766 * config/tc-microblaze.c: Likewise.
2767 * config/tc-mips.c: Likewise.
2768 * config/tc-mmix.c: Likewise.
2769 * config/tc-mn10200.c: Likewise.
2770 * config/tc-mn10300.c: Likewise.
2771 * config/tc-msp430.c: Likewise.
2772 * config/tc-msp430.h: Likewise.
2773 * config/tc-nds32.c: Likewise.
2774 * config/tc-nds32.h: Likewise.
2775 * config/tc-nios2.c: Likewise.
2776 * config/tc-nios2.h: Likewise.
2777 * config/tc-ns32k.c: Likewise.
2778 * config/tc-pdp11.c: Likewise.
2779 * config/tc-ppc.c: Likewise.
2780 * config/tc-pru.c: Likewise.
2781 * config/tc-rx.c: Likewise.
2782 * config/tc-s390.c: Likewise.
2783 * config/tc-score.c: Likewise.
2784 * config/tc-score7.c: Likewise.
2785 * config/tc-sh.c: Likewise.
2786 * config/tc-sh64.c: Likewise.
2787 * config/tc-sparc.c: Likewise.
2788 * config/tc-tic4x.c: Likewise.
2789 * config/tc-tic54x.c: Likewise.
2790 * config/tc-v850.c: Likewise.
2791 * config/tc-vax.c: Likewise.
2792 * config/tc-visium.c: Likewise.
2793 * config/tc-xgate.c: Likewise.
2794 * config/tc-xtensa.c: Likewise.
2795 * config/tc-z80.c: Likewise.
2796 * config/tc-z8k.c: Likewise.
2797 * config/te-vms.c: Likewise.
2798 * config/xtensa-relax.c: Likewise.
2799 * doc/as.texinfo: Likewise.
2800 * doc/c-arm.texi: Likewise.
2801 * doc/c-hppa.texi: Likewise.
2802 * doc/c-i370.texi: Likewise.
2803 * doc/c-i386.texi: Likewise.
2804 * doc/c-m32r.texi: Likewise.
2805 * doc/c-m68k.texi: Likewise.
2806 * doc/c-mmix.texi: Likewise.
2807 * doc/c-msp430.texi: Likewise.
2808 * doc/c-nds32.texi: Likewise.
2809 * doc/c-ns32k.texi: Likewise.
2810 * doc/c-riscv.texi: Likewise.
2811 * doc/c-rx.texi: Likewise.
2812 * doc/c-s390.texi: Likewise.
2813 * doc/c-tic6x.texi: Likewise.
2814 * doc/c-tilegx.texi: Likewise.
2815 * doc/c-tilepro.texi: Likewise.
2816 * doc/c-v850.texi: Likewise.
2817 * doc/c-xgate.texi: Likewise.
2818 * doc/c-xtensa.texi: Likewise.
2819 * dwarf2dbg.c: Likewise.
2820 * ecoff.c: Likewise.
2821 * itbl-ops.c: Likewise.
2822 * listing.c: Likewise.
2823 * macro.c: Likewise.
2824 * po/gas.pot: Likewise.
2825 * read.c: Likewise.
2826 * struc-symbol.h: Likewise.
2827 * symbols.h: Likewise.
2828 * testsuite/gas/arc/relocs-errors.err: Likewise.
2829 * write.c: Likewise.
2830
2831 2017-01-23 Nick Clifton <nickc@redhat.com>
2832
2833 * po/sv.po: Updated Swedish translation.
2834
2835 2017-01-20 Nick Clifton <nickc@redhat.com>
2836
2837 * config/tc-i386.c (parse_operands): Check for operand overflow
2838 before setting the unspecified bit.
2839
2840 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
2841
2842 PR gas/20649
2843 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
2844 symbols, remove the `segtype' parameter.
2845 (mips_frob_file, md_estimate_size_before_relax): Adjust
2846 accordingly.
2847 (s_is_linkonce): Add an explanatory comment.
2848 * testsuite/gas/mips/comdat-reloc.d: New test.
2849 * testsuite/gas/mips/comdat-reloc.s: New test source.
2850 * testsuite/gas/mips/mips.exp: Run the new test.
2851
2852 2017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
2853
2854 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
2855 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
2856
2857 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
2858
2859 PR 21059
2860 * config/bfin-lex.l: Support processing with flex 2.6.3.
2861 * itbl-lex.l: Likewise.
2862
2863 2017-01-18 Nathan Sidwell <nathan@acm.org>
2864
2865 * as.h (gas_assert): Use abort.
2866 (as_assert): Remove.
2867 (signal_init): Declare.
2868 * as.c (main): Call signal_init.
2869 * messages.c: #include <signal.h>
2870 (as_assert): Delete.
2871 (as_abort): Allow NULL FILE.
2872 (signal_crash): New.
2873 (signal_init): Register fatal signal handlers.
2874 * configure.ac: Check for strsignal.
2875 * config.in: Rebuilt.
2876 * configure: Rebuilt.
2877
2878 2017-01-17 Nick Clifton <nickc@redhat.com>
2879
2880 * po/sv.po: Updated Swedish translation.
2881
2882 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2883
2884 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
2885 (cpu_noarch): Add noavx512_vpopcntdq.
2886 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
2887 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
2888 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
2889 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
2890 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
2891 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
2892 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
2893 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
2894
2895 2017-01-12 Nick Clifton <nickc@redhat.com>
2896
2897 * read.c (temp_ilp): New function. Installs a temporary input
2898 line pointer.
2899 (restore_ilp): New function. Restores the original input line
2900 pointer.
2901 * read.h (temp_ilp): Prototype.
2902 (restore_ilp): Prototype.
2903 * stabs.c (dot_func_p): Use bfd_boolean type.
2904 (generate_asm_file): Use temp_ilp and restore_ilp.
2905 (stabs_generate_asm_lineno): Likewise.
2906 (stabs_generate_asm_endfunc): Likewise.
2907
2908 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
2909
2910 * configure.tgt: Add entry for i386-redox.
2911
2912 2017-01-10 Nick Clifton <nickc@redhat.com>
2913
2914 * po/sv.po: Updated Swedish translation.
2915
2916 2017-01-10 Tristan Gingold <gingold@adacore.com>
2917
2918 * testsuite/gas/all/sleb128-8.d: Adjust test.
2919 * testsuite/gas/all/gas.exp (test_cond): Likewise.
2920
2921 2017-01-10 Tristan Gingold <gingold@adacore.com>
2922
2923 * read.c (emit_leb128_expr): Extended unsigned big number for
2924 sleb128.
2925 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
2926 * testsuite/gas/all/sleb128.d: New test.
2927 * testsuite/gas/all/sleb128.s: New test source.
2928
2929 2017-01-09 Andrew Waterman <andrew@sifive.com>
2930
2931 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
2932 against constants.
2933 (md_apply_fix): Mark relocations against constants as "done."
2934
2935 2017-01-09 Andrew Waterman <andrew@sifive.com>
2936
2937 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
2938 against constants.
2939 (md_apply_fix): Mark relocations against constants as "done."
2940
2941 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
2942 Kito Cheng <kito.cheng@gmail.com>
2943
2944 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
2945 Removed.
2946 (SDATA_START_SYMBOLS): Likewise.
2947
2948 2017-01-09 Nick Clifton <nickc@redhat.com>
2949
2950 * po/sv.po: New Swedish translation.
2951 * configure.ac (ALL_LINGUAS): Add sv.
2952 * configure: Regenerate.
2953
2954 2017-01-09 Andrew Waterman <andrew@sifive.com>
2955
2956 * config/tc-riscv.c (relaxed_branch_length): Use the long
2957 sequence when the target is a weak symbol.
2958
2959 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
2960
2961 * config/tc-aarch64.c (aarch64_features): Add rcpc.
2962 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
2963 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
2964 * testsuite/gas/aarch64/ldst-rcpc.d: This.
2965 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
2966 * testsuite/gas/aarch64/ldst-rcpc.s: This.
2967 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
2968
2969 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
2970
2971 PR gas/20992
2972 * configure.tgt: Treat sparcv9 as sparc64.
2973
2974 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
2975
2976 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
2977 extension.
2978 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
2979 enabled and no other ABI is specified.
2980
2981 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
2982
2983 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
2984 valueT, as declared in tc.h.
2985 (md_apply_fix): Fix to work on 32-bit hosts.
2986
2987 2017-01-02 Alan Modra <amodra@gmail.com>
2988
2989 Update year range in copyright notice of all files.
2990
2991 For older changes see ChangeLog-2016
2992 \f
2993 Copyright (C) 2017 Free Software Foundation, Inc.
2994
2995 Copying and distribution of this file, with or without modification,
2996 are permitted in any medium without royalty provided the copyright
2997 notice and this notice are preserved.
2998
2999 Local Variables:
3000 mode: change-log
3001 left-margin: 8
3002 fill-column: 74
3003 version-control: never
3004 End: