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