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