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