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