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