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