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