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