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