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