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