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