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