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