1 2016-11-04 Andrew Burgess <andrew.burgess@embecosm.com>
3 * config/tc-arc.c (find_opcode_match): Use insert function to
4 validate matching address type operands.
5 * testsuite/gas/arc/nps400-10.d: New file.
6 * testsuite/gas/arc/nps400-10.s: New file.
8 2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
10 * config/tc-arm.c (cortex-m33): Declare new processor.
11 * doc/c-arm.texi (-mcpu ARM command line option): Document new
13 * NEWS: Mention ARM Cortex-M33 support.
15 2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
17 * config/tc-arm.c (cortex-m23): Declare new processor.
18 * doc/c-arm.texi (-mcpu ARM command line option): Document new
20 * NEWS: Mention ARM Cortex-M23 support.
22 2016-11-04 Palmer Dabbelt <palmer@dabbelt.com>
23 Andrew Waterman <andrew@sifive.com>
25 * Makefile.am (CPU_DOCS): Add c-riscv.texi.
26 * Makefile.in: Regenerate.
27 * doc/all.texi: Set RISCV.
28 * doc/as.texinfo: Add RISCV options.
29 Add RISC-V-Dependent node.
31 * doc/c-riscv.texi: Rename RISC-V Options to RISC-V-Opts.
33 2016-11-03 Graham Markall <graham.markall@embecosm.com>
35 * testsuite/gas/arc/nps400-6.s: Change ldbit tests so that limm
36 operands are out of the range of an s9, in order to fix the test.
37 * testsuite/gas/arc/nps400-6.d: Updated to match new expected output.
39 2016-11-03 Graham Markall <graham.markall@embecosm.com>
41 * testsuite/gas/arc/nps-400-9.d: Added.
42 * testsuite/gas/arc/nps-400-9.s: Added.
44 2016-11-03 Andrew Burgess <andrew.burgess@embecosm.com>
46 * config/tc-arc.c (struct arc_insn): Change type of insn field.
47 (md_number_to_chars_midend): Support 6- and 8-byte values.
48 (emit_insn0): Update debug output.
49 (find_opcode_match): Likewise.
50 (build_fake_opcode_hash_entry): Delete.
51 (find_special_case_long_opcode): Delete.
52 (find_special_case): Remove long format special case handling.
53 (insert_operand): Change instruction type and update debug print
55 (assemble_insn): Change instruction type, update debug print
56 formats, and remove unneeded assert.
58 2016-11-03 Graham Markall <graham.markall@embecosm.com>
60 * config/tc-arc.c (assemble_insn): Replace use of ARC_SHORT with
63 2016-11-03 Graham Markall <graham.markall@embecosm.com>
65 * config/tc-arc.c (struct arc_insn): Replace short_insn flag with
67 (apply_fixups): Update to use len field.
68 (emit_insn0): Simplify code, making use of len field.
69 (md_convert_frag): Update to use len field.
70 (assemble_insn): Update to use len field.
72 2016-11-03 Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
74 * config/tc-aarch64.c (aarch64_cpus): Add falkor.
75 * config/tc-arm.c (arm_cpus): Likewise.
76 * doc/c-aarch64.texi: Likewise.
77 * doc/c-arm.texi: Likewise.
79 2016-11-03 H.J. Lu <hongjiu.lu@intel.com>
82 * testsuite/gas/i386/opcode.s: Add tests for opcode 0x82.
83 * testsuite/gas/i386/opcode-intel.d: Updated.
84 * testsuite/gas/i386/opcode.d: Likewise.
86 2016-11-02 Jiong Wang <jiong.wang@arm.com>
88 * config/tc-arm.c (SBIT_SHIFT): New.
89 (T2_SBIT_SHIFT): Likewise.
90 (t32_insn_ok): Return TRUE for MOV in ARMv8-M Baseline.
91 (md_apply_fix): Try UINT16 encoding when ARM/Thumb modified immediate
93 * testsuite/gas/arm/archv6t2-bad.s: New error case.
94 * testsuite/gas/arm/archv6t2-bad.l: New error match.
95 * testsuite/gas/arm/archv6t2.s: New testcase.
96 * testsuite/gas/arm/archv6t2.d: New expected result.
97 * testsuite/gas/arm/archv8m.s: New testcase.
98 * testsuite/gas/arm/archv8m-base.d: New expected result.
99 * testsuite/gas/arm/archv8m-main.d: Likewise.
100 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
102 2016-11-02 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
104 * config/tc-i386.c: (cpu_arch) Add .avx512_4vnniw.
105 (cpu_noarch): Add noavx512_4vnniw.
106 * doc/c-i386.texi: Document avx512_4vnniw, noavx512_4vnniw.
107 * testsuite/gas/i386/i386.exp: Run AVX512_4VNNIW tests.
108 * testsuite/gas/i386/avx512_4vnniwd_vl-intel.d: New test.
109 * testsuite/gas/i386/avx512_4vnniwd_vl.d: Ditto.
110 * testsuite/gas/i386/avx512_4vnniwd_vl.s: Ditto.
111 * testsuite/gas/i386/avx512_4vnniwd-intel.d: Ditto.
112 * testsuite/gas/i386/avx512_4vnniwd.d: Ditto.
113 * testsuite/gas/i386/avx512_4vnniwd.s: Ditto.
114 * testsuite/gas/i386/x86-64-avx512_4vnniwd_vl-intel.d: Ditto.
115 * testsuite/gas/i386/x86-64-avx512_4vnniwd_vl.d: Ditto.
116 * testsuite/gas/i386/x86-64-avx512_4vnniwd_vl.s: Ditto.
117 * testsuite/gas/i386/x86-64-avx512_4vnniwd-intel.d: Ditto.
118 * testsuite/gas/i386/x86-64-avx512_4vnniwd.d: Ditto.
119 * testsuite/gas/i386/x86-64-avx512_4vnniwd.s: Ditto.
121 2016-11-02 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
123 * config/tc-i386.c (cpu_arch): Add .avx512_4fmaps.
124 (cpu_noarch): Add noavx512_4fmaps.
125 (process_operands): Handle implicit quad group.
126 * doc/c-i386.texi: Document avx512_4fmaps, noavx512_4fmaps.
127 * testsuite/gas/i386/i386.exp: Add AVX512_4FMAPS tests.
128 * testsuite/gas/i386/avx512_4fmaps_vl-intel.d: New test.
129 * testsuite/gas/i386/avx512_4fmaps_vl.d: Ditto.
130 * testsuite/gas/i386/avx512_4fmaps_vl.s: Ditto.
131 * testsuite/gas/i386/avx512_4fmaps-intel.d: Ditto.
132 * testsuite/gas/i386/avx512_4fmaps.d: Ditto.
133 * testsuite/gas/i386/avx512_4fmaps.s: Ditto.
134 * testsuite/gas/i386/avx512_4fmaps-warn.l: Ditto.
135 * testsuite/gas/i386/avx512_4fmaps-warn.s: Ditto.
136 * testsuite/gas/i386/avx512_4fmaps_vl-warn.l: Ditto.
137 * testsuite/gas/i386/avx512_4fmaps_vl-warn.s: Ditto.
138 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Ditto.
139 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d: Ditto.
140 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Ditto.
141 * testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d: Ditto.
142 * testsuite/gas/i386/x86-64-avx512_4fmaps.d: Ditto.
143 * testsuite/gas/i386/x86-64-avx512_4fmaps.s: Ditto.
144 * testsuite/gas/i386/x86-64-avx512_4fmaps-warn.l: Ditto.
145 * testsuite/gas/i386/x86-64-avx512_4fmaps-warn.s: Ditto.
146 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.l: Ditto.
147 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.s: Ditto.
149 2016-11-01 Palmer Dabbelt <palmer@dabbelt.com>
150 Andrew Waterman <andrew@sifive.com>
152 Add support for RISC-V architecture.
153 * Makefile.am: Add riscv files.
154 * Makefile.in: Regenerate.
155 * NEWS: Mention the support for this architecture.
156 * configure.in: Define a default architecture.
157 * configure: Regenerate.
158 * configure.tgt: Add entries for riscv.
159 * doc/as.texinfo: Likewise.
160 * testsuite/gas/all/gas.exp: Expect the redef tests to fail.
161 * testsuite/gas/elf/elf.exp: Expect the groupauto tests to fail.
162 * config/tc-riscv.c: New file.
163 * config/tc-riscv.h: New file.
164 * doc/c-riscv.texi: New file.
165 * testsuite/gas/riscv: New directory.
166 * testsuite/gas/riscv/riscv.exp: New file.
167 * testsuite/gas/riscv/t_insns.d: New file.
168 * testsuite/gas/riscv/t_insns.s: New file.
170 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
172 * config/tc-arc.c (arc_target): Delete.
173 (arc_target_name): Delete.
174 (arc_features): Delete.
175 (arc_mach_type): Delete.
176 (mach_type_specified_p): Delete.
177 (enum mach_selection_type): New enum.
178 (mach_selection_mode): New static global.
179 (selected_cpu): New static global.
180 (arc_eflag): Rename to ...
181 (arc_initial_eflag): ...this, and make const.
182 (arc_select_cpu): Update comment, new parameter, check how
183 previous machine type selection was made, and record this
184 selection. Use selected_cpu instead of old globals.
185 (arc_option): Remove use of arc_get_mach, instead use
186 arc_select_cpu to validate machine type selection. Use
187 selected_cpu over old globals.
188 (allocate_tok): Use selected_cpu over old globals.
189 (find_opcode_match): Likewise.
190 (assemble_tokens): Likewise.
191 (arc_cons_fix_new): Likewise.
192 (arc_extinsn): Likewise.
193 (arc_extcorereg): Likewise.
194 (md_begin): Update default machine type selection, use
195 selected_cpu over old globals.
196 (md_parse_option): Update machine type selection option handling,
197 use selected_cpu over old globals.
198 * testsuite/gas/arc/nps400-0.s: Add .cpu directive.
200 2016-10-26 Alan Modra <amodra@gmail.com>
202 Revert 2016-10-06 Alan Modra <amodra@gmail.com>
203 * config/rl78-parse.y: Do use old %name-prefix syntax.
204 * config/rx-parse.y: Likewise.
206 2016-10-21 H.J. Lu <hongjiu.lu@intel.com>
208 * config/tc-i386.c (cpu_arch): Remove .pcommit.
209 * doc/c-i386.texi: Likewise.
210 * testsuite/gas/i386/i386.exp: Remove pcommit tests.
211 * testsuite/gas/i386/pcommit-intel.d: Removed.
212 * testsuite/gas/i386/pcommit.d: Likewise.
213 * testsuite/gas/i386/pcommit.s: Likewise.
214 * testsuite/gas/i386/x86-64-pcommit-intel.d: Likewise.
215 * testsuite/gas/i386/x86-64-pcommit.d: Likewise.
216 * testsuite/gas/i386/x86-64-pcommit.s: Likewise.
218 2016-10-20 H.J. Lu <hongjiu.lu@intel.com>
221 * testsuite/gas/i386/i386.exp: Run x86-64-opcode-bad.
222 * testsuite/gas/i386/x86-64-opcode-bad.d: New file.
223 * testsuite/gas/i386/x86-64-opcode-bad.s: Likewise.
225 2016-10-19 Renlin Li <renlin.li@arm.com>
227 * config/tc-arm.c (encode_arm_shift): Generate unpredictable warning
228 for register-shifted register instructions.
229 * testsuite/gas/arm/shift-bad-pc.d: New.
230 * testsuite/gas/arm/shift-bad-pc.l: New.
231 * testsuite/gas/arm/shift-bad-pc.s: New.
233 2016-10-17 Cupertino Miranda <cmiranda@synopsys.com>
235 * testsuite/arc/dis-inv.d: Fixed matching.
237 2016-10-17 Cupertino Miranda <cmiranda@synopsys.com>
239 * testsuite/arc/dis-inv.s: Test to validate patch.
240 * testsuite/arc/dis-inv.d: Likewise.
242 2016-10-14 Claudiu Zissulescu <claziss@synopsys.com>
244 * testsuite/gas/arc/shortlimm_a7.d: New file.
245 * testsuite/gas/arc/shortlimm_a7.s: Likewise.
246 * testsuite/gas/arc/shortlimm_hs.d: Likewise.
247 * testsuite/gas/arc/shortlimm_hs.s: Likewise.
249 2016-10-11 Nick Clifton <nickc@redhat.com>
251 * gas/arm/tls.d: Adjust output to match change in objdump.
253 2016-10-11 Jiong Wang <jiong.wang@arm.com>
256 * testsuite/gas/aarch64/alias-2.d: Update expected results.
258 2016-10-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
260 * testsuite/gas/cfi/cfi-common-1.d: Adjust regexps for mips64.
261 * testsuite/gas/cfi/cfi-common-2.d: Likewise.
262 * testsuite/gas/cfi/cfi-common-3.d: Likewise.
263 * testsuite/gas/cfi/cfi-common-4.d: Likewise.
264 * testsuite/gas/cfi/cfi-common-5.d: Likewise.
265 * testsuite/gas/cfi/cfi-common-7.d: Likewise.
266 * testsuite/gas/cfi/cfi-common-8.d: Likewise.
267 * testsuite/gas/cfi/cfi-common-9.d: Likewise.
268 * testsuite/gas/cfi/cfi-mips-1.d: Likewise.
270 2016-10-08 Alan Modra <amodra@gmail.com>
272 * Makefile.am (EXTRA_as_new_SOURCES): Add config/rl78-parse.y and
273 config/rx-parse.y. Move config/bfin-parse.y.
274 (bfin-parse.@OBJEXT@, rl78-parse.@OBJEXT@, rx-parse.@OBJEXT@): Delete.
275 ($(srcdir)/config/rl78-defs.h): New rule.
276 * Makefile.in: Regenerate.
278 2016-10-07 Jiong Wang <jiong.wang@arm.com>
281 * testsuite/gas/aarch64/sys-rt-reg.s: Test source for instructions using
283 * testsuite/gas/aarch64/sys-rt-reg.d: New testcase.
285 2016-10-06 Claudiu Zissulescu <claziss@synopsys.com>
287 * testsuite/gas/arc/leave_enter.d: New file.
288 * testsuite/gas/arc/leave_enter.s: Likewise.
289 * testsuite/gas/arc/regnames.d: Likewise.
290 * testsuite/gas/arc/regnames.s: Likewise.
291 * config/tc-arc.c (arc_parse_name): Don't match reg names against
292 confirmed symbol names.
294 2016-10-06 Alan Modra <amodra@gmail.com>
296 * app.c (do_scrub_chars): Move fall through comment.
297 * expr.c (operand): Likewise.
299 2016-10-06 Matthew Fortune <matthew.fortune@imgtec.com>
302 * dw2gencfi.c (dot_cfi_sections): Refine the check for
303 inconsistent .cfi_sections to only consider compact vs non
305 * testsuite/gas/cfi/cfi-common-9.d: New file.
306 * testsuite/gas/cfi/cfi-common-9.s: New file.
307 * testsuite/gas/cfi/cfi.exp: Run new test.
309 2016-10-06 Alan Modra <amodra@gmail.com>
311 * app.c: Add missing fall through comments.
312 * dw2gencfi.c: Likewise.
314 * config/tc-alpha.c: Likewise.
315 * config/tc-arc.c: Likewise.
316 * config/tc-arm.c: Likewise.
317 * config/tc-cr16.c: Likewise.
318 * config/tc-crx.c: Likewise.
319 * config/tc-dlx.c: Likewise.
320 * config/tc-h8300.c: Likewise.
321 * config/tc-hppa.c: Likewise.
322 * config/tc-i370.c: Likewise.
323 * config/tc-i386.c: Likewise.
324 * config/tc-i960.c: Likewise.
325 * config/tc-ia64.c: Likewise.
326 * config/tc-m68hc11.c: Likewise.
327 * config/tc-m68k.c: Likewise.
328 * config/tc-mep.c: Likewise.
329 * config/tc-metag.c: Likewise.
330 * config/tc-microblaze.c: Likewise.
331 * config/tc-mips.c: Likewise.
332 * config/tc-ns32k.c: Likewise.
333 * config/tc-rx.c: Likewise.
334 * config/tc-score.c: Likewise.
335 * config/tc-score7.c: Likewise.
336 * config/tc-sh.c: Likewise.
337 * config/tc-tic4x.c: Likewise.
338 * config/tc-vax.c: Likewise.
339 * config/tc-xstormy16.c: Likewise.
340 * config/tc-z80.c: Likewise.
341 * config/tc-z8k.c: Likewise.
342 * config/obj-elf.c: Likewise.
343 * config/tc-i386.c: Likewise.
344 * depend.c: Spell fall through comments consistently.
345 * config/tc-arm.c: Likewise.
346 * config/tc-d10v.c: Likewise.
347 * config/tc-i960.c: Likewise.
348 * config/tc-ia64.c: Likewise.
349 * config/tc-m68k.c: Likewise.
350 * config/tc-mcore.c: Likewise.
351 * config/tc-mep.c: Likewise.
352 * config/tc-ns32k.c: Likewise.
353 * config/tc-visium.c: Likewise.
354 * config/tc-xstormy16.c: Likewise.
355 * config/tc-z8k.c: Likewise.
357 2016-10-06 Alan Modra <amodra@gmail.com>
359 * as.h (as_assert): Add ATTRIBUTE_NORETURN.
361 2016-10-06 Alan Modra <amodra@gmail.com>
363 * config/tc-arc.c (find_opcode_match): Add missing break.
364 * config/tc-i960.c (get_cdisp): Likewise.
365 * config/tc-metag.c (parse_swap, md_apply_fix): Likewise.
366 * config/tc-mt.c (md_parse_option): Likewise.
367 * config/tc-nds32.c (nds32_apply_fix): Likewise.
368 * config/tc-hppa.c (pa_ip): Assert rather than testing last
369 condition of multiple if statements.
370 * config/tc-s390.c (s390_exp_compare): Return 0 on error.
371 * config/tc-tic4x.c (tic4x_operand_parse): Add as_bad and break
372 out of case rather than falling into next case. Formatting.
374 2016-10-06 Alan Modra <amodra@gmail.com>
376 * config/rl78-parse.y: Don't use deprecated %name-prefix.
377 * config/rx-parse.y: Likewise.
379 2016-09-29 Jiong Wang <jiong.wang@arm.com>
382 * testsuite/gas/aarch64/advsimd-fp16.s (indexed_elem): New high index
383 testcases for H and S variants. New low index testcases for D variant.
384 * testsuite/gas/aarch64/advsimd-fp16.d: Update expected results.
386 2016-09-29 Alan Modra <amodra@gmail.com>
388 * config/tc-ppc.c (md_assemble): Handle PPC_OPERAND_OPTIONAL32.
389 * testsuite/gas/ppc/power8.s: Provide tbegin. operand.
390 * testsuite/gas/ppc/power9.d: Update cmprb disassembly.
392 2016-09-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
394 * config/tc-xtensa.c (xg_reverse_shift_count): Pass cnt_arg instead of
397 2016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
399 * Makefile.in: Regenerate.
400 * configure: Likewise.
401 * doc/Makefile.in: Likewise.
403 2016-09-26 Alan Modra <amodra@gmail.com>
405 * config/tc-ppc.c (ppc_elf_gnu_attribute): New function.
406 (md_pseudo_table <ELF>): Handle "gnu_attribute".
408 2016-09-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
410 * config/tc-arm.c (v7m_psrs): Remove BASEPRI_MASK MRS/MSR special
411 register and redundant basepri_max.
413 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
415 * config/tc-aarch64.c (print_operands): Print spaces between
417 * testsuite/gas/aarch64/ilp32-basic.d: Expect spaces after ","
419 * testsuite/gas/aarch64/ldst-reg-imm-post-ind.d: Likewise.
420 * testsuite/gas/aarch64/ldst-reg-imm-pre-ind.d: Likewise.
421 * testsuite/gas/aarch64/ldst-reg-pair.d: Likewise.
422 * testsuite/gas/aarch64/ldst-reg-reg-offset.d: Likewise.
423 * testsuite/gas/aarch64/ldst-reg-uns-imm.d: Likewise.
424 * testsuite/gas/aarch64/ldst-reg-unscaled-imm.d: Likewise.
425 * testsuite/gas/aarch64/reloc-insn.d: Likewise.
426 * testsuite/gas/aarch64/sve.d: Likewise.
427 * testsuite/gas/aarch64/symbol.d: Likewise.
428 * testsuite/gas/aarch64/system.d: Likewise.
429 * testsuite/gas/aarch64/tls-desc.d: Likewise.
430 * testsuite/gas/aarch64/sve-invalid.l: Expect spaces after ","
431 in suggested alternatives.
432 * testsuite/gas/aarch64/verbose-error.l: Likewise.
434 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
436 * config/tc-aarch64.c (output_operand_error_record): Use "must be"
437 rather than "should be" or "expected to be" in error messages.
438 (parse_operands): Likewise.
439 * testsuite/gas/aarch64/diagnostic.l: Likewise.
440 * testsuite/gas/aarch64/legacy_reg_names.l: Likewise.
441 * testsuite/gas/aarch64/sve-invalid.l: Likewise.
442 * testsuite/gas/aarch64/sve-reg-diagnostic.l: Likewise.
444 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
446 * config/tc-aarch64.c (opcode_lookup): Search for the end of
447 a condition name, rather than assuming that it will have exactly
449 (parse_operands): Likewise.
450 * testsuite/gas/aarch64/alias.d: Add new condition-code comments
451 to the expected output.
452 * testsuite/gas/aarch64/beq_1.d: Likewise.
453 * testsuite/gas/aarch64/float-fp16.d: Likewise.
454 * testsuite/gas/aarch64/int-insns.d: Likewise.
455 * testsuite/gas/aarch64/no-aliases.d: Likewise.
456 * testsuite/gas/aarch64/programmer-friendly.d: Likewise.
457 * testsuite/gas/aarch64/reloc-insn.d: Likewise.
458 * testsuite/gas/aarch64/b_c_1.d, testsuite/gas/aarch64/b_c_1.s:
461 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
463 * testsuite/gas/aarch64/diagnostic.s,
464 testsuite/gas/aarch64/diagnostic.l: Add tests for
465 invalid uses of MUL VL and MUL in base AArch64 instructions.
466 * testsuite/gas/aarch64/sve-add.s, testsuite/gas/aarch64/sve-add.d,
467 testsuite/gas/aarch64/sve-dup.s, testsuite/gas/aarch64/sve-dup.d,
468 testsuite/gas/aarch64/sve-invalid.s,
469 testsuite/gas/aarch64/sve-invalid.d,
470 testsuite/gas/aarch64/sve-invalid.l,
471 testsuite/gas/aarch64/sve-reg-diagnostic.s,
472 testsuite/gas/aarch64/sve-reg-diagnostic.d,
473 testsuite/gas/aarch64/sve-reg-diagnostic.l,
474 testsuite/gas/aarch64/sve.s, testsuite/gas/aarch64/sve.d: New tests.
476 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
478 * doc/c-aarch64.texi: Document the "sve" feature.
479 * config/tc-aarch64.c (REG_TYPE_R_Z_BHSDQ_VZP): New register type.
480 (get_reg_expected_msg): Handle it.
481 (parse_operands): When parsing operands of an SVE instruction,
482 disallow immediates that match REG_TYPE_R_Z_BHSDQ_VZP.
483 (aarch64_features): Add an entry for SVE.
485 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
487 * config/tc-aarch64.c (parse_operands): Handle the new SVE core
488 and FP register operands.
490 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
492 * config/tc-aarch64.c (double_precision_operand_p): New function.
493 (parse_operands): Use it to calculate the dp_p input to
494 parse_aarch64_imm_float. Handle the new SVE FP immediate operands.
496 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
498 * config/tc-aarch64.c (parse_operands): Handle the new SVE integer
501 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
503 * config/tc-aarch64.c (SHIFTED_NONE, SHIFTED_MUL_VL): New
505 (parse_shift): Handle SHIFTED_MUL_VL.
506 (parse_address_main): Add an imm_shift_mode parameter.
507 (parse_address, parse_sve_address): Update accordingly.
508 (parse_operands): Handle MUL VL addressing modes.
510 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
512 * config/tc-aarch64.c (REG_TYPE_SVE_BASE, REG_TYPE_SVE_OFFSET): New
514 (get_reg_expected_msg): Handle them.
515 (aarch64_addr_reg_parse): New function, split out from
516 aarch64_reg_parse_32_64. Handle Z registers too.
517 (aarch64_reg_parse_32_64): Call it.
518 (parse_address_main): Add base_qualifier, offset_qualifier,
519 base_type and offset_type parameters. Handle SVE base and offset
521 (parse_address): Update call to parse_address_main.
522 (parse_sve_address): New function.
523 (parse_operands): Parse the new SVE address operands.
525 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
527 * config/tc-aarch64.c (SHIFTED_MUL): New parse_shift_mode.
528 (parse_shift): Handle it. Reject AARCH64_MOD_MUL for all other
529 shift modes. Skip range tests for AARCH64_MOD_MUL.
530 (process_omitted_operand): Handle AARCH64_OPND_SVE_PATTERN_SCALED.
531 (parse_operands): Likewise.
533 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
535 * config/tc-aarch64.c (parse_enum_string): New function.
536 (po_enum_or_fail): New macro.
537 (parse_operands): Handle AARCH64_OPND_SVE_PATTERN and
538 AARCH64_OPND_SVE_PRFOP.
540 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
542 * config/tc-aarch64.c (vector_el_type): Add NT_zero and NT_merge.
543 (parse_vector_type_for_operand): Assert that the skipped character
545 (parse_predication_for_operand): New function.
546 (parse_typed_reg): Parse /z and /m suffixes for predicate registers.
547 (vectype_to_qualifier): Handle NT_zero and NT_merge.
549 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
551 * config/tc-aarch64.c (NTA_HASVARWIDTH): New macro.
552 (AARCH64_REG_TYPES): Add ZN and PN.
553 (get_reg_expected_msg): Handle them.
554 (parse_vector_type_for_operand): Add a reg_type parameter.
555 Skip the width for Zn and Pn registers.
556 (parse_typed_reg): Extend vector handling to Zn and Pn. Update the
557 call to parse_vector_type_for_operand. Set HASVARTYPE for Zn and Pn,
558 expecting the width to be 0.
559 (parse_vector_reg_list): Restrict error about [BHSD]nn operands to
561 (vectype_to_qualifier): Use S_[BHSD] qualifiers for NTA_HASVARWIDTH.
562 (parse_operands): Handle the new Zn and Pn operands.
563 (REGSET16): New macro, split out from...
565 (reg_names): Add Zn and Pn entries.
567 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
569 * config/tc-aarch64.c (output_operand_error_record): Handle
570 AARCH64_OPDE_UNTIED_OPERAND.
572 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
574 * config/tc-aarch64.c (find_best_match): Simplify, allowing an
575 instruction with all-NIL qualifiers to fail to match.
577 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
579 * config/tc-aarch64.c (parse_address_main): Remove reloc and
580 accept_reg_post_index parameters. Parse relocations and register
581 post indexes unconditionally.
582 (parse_address): Remove accept_reg_post_index parameter.
583 Update call to parse_address_main.
584 (parse_address_reloc): Delete.
585 (parse_operands): Call parse_address instead of parse_address_main.
586 Update existing callers of parse_address and make them check
587 inst.reloc.type where appropriate.
588 * testsuite/gas/aarch64/diagnostic.s: Add tests for relocations
589 in ADDR_SIMPLE, SIMD_ADDR_SIMPLE, ADDR_SIMM7 and ADDR_SIMM9 addresses.
590 Also test for invalid uses of post-index register addressing.
591 * testsuite/gas/aarch64/diagnostic.l: Update accordingly.
593 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
595 * config/tc-aarch64.c (REG_TYPE_R_Z, REG_TYPE_R_SP): New register
597 (get_reg_expected_msg): Handle them and REG_TYPE_R64_SP.
598 (aarch64_check_reg_type): Simplify.
599 (aarch64_reg_parse_32_64): Return the reg_entry instead of the
600 register number. Return the type as a qualifier rather than an
601 "isreg32" boolean. Remove reject_sp, reject_rz and isregzero
603 (parse_shifter_operand): Update call to aarch64_parse_32_64_reg.
604 Use get_reg_expected_msg.
605 (parse_address_main): Likewise. Use aarch64_check_reg_type.
606 (po_int_reg_or_fail): Replace reject_sp and reject_rz parameters
607 with a reg_type parameter. Update call to aarch64_parse_32_64_reg.
608 Use aarch64_check_reg_type to test the result.
609 (parse_operands): Update after the above changes. Parse ADDR_SIMPLE
610 addresses normally before enforcing the syntax restrictions.
611 * testsuite/gas/aarch64/diagnostic.s: Add tests for a post-index
612 zero register and for a stack pointer index.
613 * testsuite/gas/aarch64/diagnostic.l: Update accordingly.
614 Also update existing diagnostic messages after the above changes.
615 * testsuite/gas/aarch64/illegal-lse.l: Update the error message
616 for 32-bit register bases.
618 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
620 * config/tc-aarch64.c (parse_aarch64_imm_float): Remove range check.
621 (parse_operands): Check the range of 8-bit FP immediates here instead.
623 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
625 * config/tc-aarch64.c (parse_aarch64_imm_float): Report a specific
626 low-severity error for registers.
627 (parse_operands): Report an invalid floating point constant for
628 if parsing an FPIMM8 fails, and if no better error has been
630 * testsuite/gas/aarch64/diagnostic.s,
631 testsuite/gas/aarch64/diagnostic.l: Add tests for integer operands
634 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
636 * config/tc-aarch64.c (aarch64_double_precision_fmovable): Rename
638 (can_convert_double_to_float): ...this. Accept any double-precision
639 value that converts to single precision without loss of precision.
640 (parse_aarch64_imm_float): Update accordingly.
642 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
644 * config/tc-aarch64.c (parse_immediate_expression): Add a
646 (parse_constant_immediate): Likewise, and update calls.
647 (parse_aarch64_imm_float): Likewise.
648 (parse_big_immediate): Likewise.
649 (po_imm_nc_or_fail): Update accordingly, passing down a new
650 imm_reg_type variable.
651 (po_imm_of_fail): Likewise.
652 (parse_operands): Likewise.
654 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
656 * config/tc-aarch64.c (parse_neon_reg_list): Rename to...
657 (parse_vector_reg_list): ...this and take a register type
659 (parse_operands): Update accordingly.
661 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
663 * config/tc-aarch64.c (parse_neon_type_for_operand): Rename to...
664 (parse_vector_type_for_operand): ...this.
665 (parse_typed_reg): Update accordingly.
667 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
669 * config/tc-aarch64.c (neon_type_el): Rename to...
670 (vector_type_el): ...this.
671 (parse_neon_type_for_operand): Update accordingly.
672 (parse_typed_reg): Likewise.
673 (aarch64_reg_parse): Likewise.
674 (vectype_to_qualifier): Likewise.
675 (parse_operands): Likewise.
676 (eq_neon_type_el): Likewise. Rename to...
677 (eq_vector_type_el): ...this.
678 (parse_neon_reg_list): Update accordingly.
680 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
682 * config/tc-aarch64.c (neon_el_type: Rename to...
683 (vector_el_type): ...this.
684 (neon_type_el): Update accordingly.
685 (parse_neon_type_for_operand): Likewise.
686 (vectype_to_qualifier): Likewise.
688 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
690 * config/tc-aarch64.c (parse_neon_operand_type): Delete.
691 (parse_typed_reg): Call parse_neon_type_for_operand directly.
693 2016-09-15 Claudiu Zissulescu <claziss@synopsys.com>
695 * testsuite/gas/arc/textinsnxop.d: New file.
696 * testsuite/gas/arc/textinsnxop.s: Likewise.
698 2016-09-15 Jose E. Marchesi <jose.marchesi@oracle.com>
700 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run
701 dcti-couples-v9 only in ELF targets to avoid spurious failures in
702 sparc-aout and sparc-coff targets.
704 2016-09-14 Peter Bergner <bergner@vnet.ibm.com>
706 * testsuite/gas/ppc/power9.d <slbiag, cpabort> New tests.
707 <addex., brd, brh, brw, lwzmx, nandxor, rldixor, setbool,
708 xor3, cp_abort, copy_first, paste, paste_last, sync>: Remove tests.
709 <copy, paste.>: Update tests.
710 * testsuite/gas/ppc/power9.s: Likewise.
712 2016-09-14 Jose E. Marchesi <jose.marchesi@oracle.com>
714 * config/tc-sparc.c (sparc_ip): Print the instruction arguments
715 in "architecture mismatch" error messages.
717 2016-09-14 Jose E. Marchesi <jose.marchesi@oracle.com>
719 * config/tc-sparc.c (md_assemble): Detect and warning on
720 unpredictable DCTI couples in certain arches.
721 (dcti_couples_detect): New global.
722 (md_longopts): Add command line option -dcti-couples-detect.
723 (md_show_usage): Document -dcti-couples-detect.
724 (md_parse_option): Handle OPTION_DCTI_COUPLES_DETECT.
725 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run
726 dcti-couples-v8, dcti-couples-v9 and dcti-couples-v9c tests.
727 * testsuite/gas/sparc/dcti-couples.s: New file.
728 * testsuite/gas/sparc/dcti-couples-v9c.d: Likewise.
729 * testsuite/gas/sparc/dcti-couples-v8.d: Likewise.
730 * testsuite/gas/sparc/dcti-couples-v9.d: Likewise.
731 * testsuite/gas/sparc/dcti-couples-v9c.l: Likewise.
732 * testsuite/gas/sparc/dcti-couples-v8.l: Likewise.
733 * doc/as.texinfo (Overview): Document --dcti-couples-detect.
734 * doc/c-sparc.texi (Sparc-Opts): Likewise.
736 2016-09-14 Claudiu Zissulescu <claziss@synopsys.com>
738 * testsuite/gas/arc/tls-relocs2.d: New file.
739 * testsuite/gas/arc/tls-relocs2.s: Likewise.
740 * config/tc-arc.c (tokenize_arguments): Accept offsets when base
743 2016-09-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
745 * config/tc-s390.c (s390_parse_cpu): Support alternate arch
747 * doc/as.texinfo: Document new arch strings.
748 * doc/c-s390.texi: Likewise.
750 2016-09-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
752 * config/tc-s390.c: Set all facitily bits by default
754 2016-09-12 Patrick Steuer <steuer@linux.vnet.ibm.com>
756 * testsuite/gas/s390/zarch-z196.d: Adjust testcase.
758 2016-09-08 H.J. Lu <hongjiu.lu@intel.com>
760 * config/tc-i386.c (i386_target_format): Allow PROCESSOR_IAMCU
763 2016-09-07 H.J. Lu <hongjiu.lu@intel.com>
765 * config/tc-i386.c (valid_iamcu_cpu_flags): Removed.
766 (set_cpu_arch): Updated.
767 (md_parse_option): Likewise.
768 * testsuite/gas/i386/i386.exp: Run iamcu-4 and iamcu-5. Remove
769 iamcu-inval-2 and iamcu-inval-3.
770 * testsuite/gas/i386/iamcu-4.d: New file.
771 * testsuite/gas/i386/iamcu-4.s: Likewise.
772 * testsuite/gas/i386/iamcu-5.d: Likewise.
773 * testsuite/gas/i386/iamcu-5.s: Likewise.
774 * testsuite/gas/i386/iamcu-inval-2.l: Removed.
775 * testsuite/gas/i386/iamcu-inval-2.s: Likewise.
776 * testsuite/gas/i386/iamcu-inval-3.l: Likewise.
777 * testsuite/gas/i386/iamcu-inval-3.s: Likewise.
779 2016-09-07 Richard Earnshaw <rearnsha@arm.com>
781 * config/tc-arm.c ((arm_cpus): Use ARM_ARCH_V8A_CRC for all
782 ARMv8-A CPUs except xgene1.
784 2016-08-31 Alan Modra <amodra@gmail.com>
786 * config/tc-ppc.c (md_assemble): Set sh_flags for VLE. Test
787 ppc_cpu rather than calling ppc_mach to determine VLE mode.
788 (ppc_frag_check, ppc_handle_align): Likewise use ppc_cpu.
790 2016-08-26 Jose E. Marchesi <jose.marchesi@oracle.com>
792 * testsuite/gas/sparc/crypto.d: Rename invalid opcode camellia_fi
794 * testsuite/gas/sparc/crypto.s: Likewise.
796 2016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
798 * config/tc-arm.c (v7m_psrs): Add MSPLIM, PSPLIM, MSPLIM_NS,
799 PSPLIM_NS, PRIMASK_NS, BASEPRI_NS, FAULTMASK_NS, CONTROL_NS, SP_NS and
800 their lowecase counterpart special registers. Write register
802 * testsuite/gas/arm/archv8m-cmse-msr.s: Reorganize tests per
803 operation, special register and then case. Use different register for
804 each operation. Add tests for new special registers.
805 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Adapt expected result
807 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
808 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
810 2016-08-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
812 * config/tc-arm.c (v7m_psrs): Remove msp_s, MSP_S, psp_s and PSP_S
814 * testsuite/gas/arm/archv8m-cmse-msr.s: Remove test for above special
816 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
817 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
818 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
820 2016-08-24 H.J. Lu <hongjiu.lu@intel.com>
822 * config/tc-i386.c (cpu_arch): Add .ptwrite.
823 * doc/c-i386.texi: Document ptwrite and .ptwrite.
824 * testsuite/gas/i386/i386.exp: Run ptwrite, ptwrite-intel,
825 x86-64-ptwrite and x86-64-ptwrite-intel.
826 * testsuite/gas/i386/ptwrite-intel.d: New file.
827 * testsuite/gas/i386/ptwrite.d: Likewise.
828 * testsuite/gas/i386/ptwrite.s: Likewise.
829 * testsuite/gas/i386/x86-64-ptwrite-intel.d: Likewise.
830 * testsuite/gas/i386/x86-64-ptwrite.d: Likewise.
831 * testsuite/gas/i386/x86-64-ptwrite.s: Likewise.
833 2016-08-19 Tamar Christina <tamar.christina@arm.com>
835 * config/tc-arm.c (do_co_reg2c): Added constraint.
836 * testsuite/gas/arm/dest-unpredictable.s: New.
837 * testsuite/gas/arm/dest-unpredictable.l: New.
838 * testsuite/gas/arm/dest-unpredictable.d: New.
840 2016-08-19 Nick Clifton <nickc@redhat.com>
842 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Adjust expected
843 ordering of sections.
844 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
845 * testsuite/gas/ia64/alias-ilp32.d: Likewise.
846 * testsuite/gas/ia64/alias.d: Likewise.
847 * testsuite/gas/ia64/group-1.d: Likewise.
848 * testsuite/gas/ia64/group-2.d: Likewise.
849 * testsuite/gas/ia64/secname-ilp32.d: Likewise.
850 * testsuite/gas/ia64/secname.d: Likewise.
851 * testsuite/gas/ia64/unwind-ilp32.d: Likewise.
852 * testsuite/gas/ia64/unwind.d: Likewise.
853 * testsuite/gas/ia64/xdata-ilp32.d: Likewise.
854 * testsuite/gas/ia64/xdata.d: Likewise.
855 * testsuite/gas/mmix/bspec-1.d: Likewise.
856 * testsuite/gas/mmix/bspec-2.d: Likewise.
857 * testsuite/gas/mmix/byte-1.d: Likewise.
858 * testsuite/gas/mmix/loc-1.d: Likewise.
859 * testsuite/gas/mmix/loc-2.d: Likewise.
860 * testsuite/gas/mmix/loc-3.d: Likewise.
861 * testsuite/gas/mmix/loc-4.d: Likewise.
862 * testsuite/gas/mmix/loc-5.d: Likewise.
863 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
865 2016-08-11 Richard Sandiford <richard.sandiford@arm.com>
867 * config/tc-aarch64.c (parse_aarch64_imm_float): Reject -0.0.
868 * testsuite/gas/aarch64/illegal.s, testsuite/gas/aarch64/illegal.l:
869 Add tests for -0.0. Add an end-of-file comment.
871 2016-08-05 Nick Clifton <nickc@redhat.com>
874 * config/tc-arm.c (do_vfp_nsyn_push): Check that no more than 16
875 registers are pushed.
876 (do_vfp_nsyn_pop): Check that no more than 16 registers are
878 * testsuite/gas/arm/pr20429.s: New test.
879 * testsuite/gas/arm/pr20429.d: New test driver.
880 * testsuite/gas/arm/pr20429.1: Expected error output.
883 * config/tc-aarch64.c (s_ltorg): Change the mapping state after
885 (aarch64_init): Treat rs_align frags in code sections as
886 containing code, not data.
887 * testsuite/gas/aarch64/pr20364.s: New test.
888 * testsuite/gas/aarch64/pr20364.d: New test driver.
890 2016-08-04 Stefan Trleman <stefan.teleman@oracle.com>
893 * config/tc-sparc.c (cons_fix_new_sparc): Prevent the generation
894 of 64-bit relocation types when assembling for a 32-bit Solaris
897 2016-07-27 Jose E. Marchesi <jose.marchesi@oracle.com>
899 * testsuite/gas/sparc/sparc.exp: Use is_elf_format to discriminate
901 Run natural, natural-32, pr4587, ticc-imm-reg, v8-movwr-imm,
902 pause, save-args, cbcond, cfr, crypto edge, flush, hpcvis3, ima,
903 ld_st_fsr, ldtw_sttw, ldd_std, ldx_stx, ldx_efsr, mwait, mcdper,
904 sparc5vis4, xcrypto, v9branch1 and imm-plus-rreg only in ELF
906 (sparc_elf_setup): Delete.
907 * testsuite/gas/sparc/save-args.d: Fix a copy-paste typo in the
910 2016-07-27 Maciej W. Rozycki <macro@imgtec.com>
912 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Add `nods' flag.
913 (RELAX_MICROMIPS_RELAX32, RELAX_MICROMIPS_TOOFAR16)
914 (RELAX_MICROMIPS_MARK_TOOFAR16, RELAX_MICROMIPS_CLEAR_TOOFAR16)
915 (RELAX_MICROMIPS_TOOFAR32, RELAX_MICROMIPS_MARK_TOOFAR32)
916 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Shift bits.
917 (get_append_method): Also return APPEND_ADD_COMPACT for
918 microMIPS instructions.
919 (find_altered_mips16_opcode): Exclude macros from matching.
921 (find_altered_opcode): ... to this new function.
922 (find_altered_micromips_opcode): New function.
923 (frag_branch_delay_slot_size): Likewise.
924 (append_insn): Handle microMIPS branch/jump compaction.
925 (macro_start): Likewise.
926 (relaxed_micromips_32bit_branch_length): Likewise.
927 (md_convert_frag): Likewise.
928 * testsuite/gas/mips/micromips.s: Add conditional explicit NOPs
929 for delay slot filling.
930 * testsuite/gas/mips/micromips-b16.s: Add explicit NOPs for
932 * testsuite/gas/mips/micromips-size-1.s: Likewise.
933 * testsuite/gas/mips/micromips.l: Adjust line numbers.
934 * testsuite/gas/mips/micromips-warn.l: Likewise.
935 * testsuite/gas/mips/micromips-size-1.l: Likewise.
936 * testsuite/gas/mips/micromips.d: Adjust padding.
937 * testsuite/gas/mips/micromips-trap.d: Likewise.
938 * testsuite/gas/mips/micromips-insn32.d: Likewise.
939 * testsuite/gas/mips/micromips-noinsn32.d: Likewise.
940 * testsuite/gas/mips/micromips@beq.d: Update patterns for
941 branch/jump compaction.
942 * testsuite/gas/mips/micromips@bge.d: Likewise.
943 * testsuite/gas/mips/micromips@bgeu.d: Likewise.
944 * testsuite/gas/mips/micromips@blt.d: Likewise.
945 * testsuite/gas/mips/micromips@bltu.d: Likewise.
946 * testsuite/gas/mips/micromips@branch-misc-4.d: Likewise.
947 * testsuite/gas/mips/micromips@branch-misc-4-64.d: Likewise.
948 * testsuite/gas/mips/micromips@branch-misc-5.d: Likewise.
949 * testsuite/gas/mips/micromips@branch-misc-5pic.d: Likewise.
950 * testsuite/gas/mips/micromips@branch-misc-5-64.d: Likewise.
951 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: Likewise.
952 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: Likewise.
953 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d:
955 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d:
957 * testsuite/gas/mips/micromips@loc-swap.d: Likewise.
958 * testsuite/gas/mips/micromips@loc-swap-dis.d: Likewise.
959 * testsuite/gas/mips/micromips@relax.d: Likewise.
960 * testsuite/gas/mips/micromips@relax-at.d: Likewise.
961 * testsuite/gas/mips/micromips@relax-swap3.d: Likewise.
962 * testsuite/gas/mips/branch-extern-2.d: Likewise.
963 * testsuite/gas/mips/branch-extern-4.d: Likewise.
964 * testsuite/gas/mips/branch-section-2.d: Likewise.
965 * testsuite/gas/mips/branch-section-4.d: Likewise.
966 * testsuite/gas/mips/branch-weak-2.d: Likewise.
967 * testsuite/gas/mips/branch-weak-5.d: Likewise.
968 * testsuite/gas/mips/micromips-branch-absolute.d: Likewise.
969 * testsuite/gas/mips/micromips-branch-absolute-n32.d: Likewise.
970 * testsuite/gas/mips/micromips-branch-absolute-n64.d: Likewise.
971 * testsuite/gas/mips/micromips-branch-absolute-addend.d:
973 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d:
975 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d:
977 * testsuite/gas/mips/micromips-compact.d: New test.
978 * testsuite/gas/mips/mips.exp: Run the new test.
980 2016-07-27 Graham Markall <graham.markall@embecosm.com>
982 * config/tc-arc.c: Add new global arc_addrtype_hash.
983 Define O_colon and O_addrtype.
984 (debug_exp): Add O_colon and O_addrtype.
985 (tokenize_arguments): Handle colon and address type
987 (declare_addrtype): New function.
988 (md_begin): Initialise arc_addrtype_hash.
989 (arc_parse_name): Add lookup of address types.
990 (assemble_insn): Handle colons and address types by
992 * testsuite/gas/arc/nps400-8.s: New file.
993 * testsuite/gas/arc/nps400-8.d: New file.
994 * testsuite/gas/arc/nps400-8.s: Add PMU instruction tests.
995 * testsuite/gas/arc/nps400-8.d: Add expected PMU
998 2016-07-26 Maciej W. Rozycki <macro@imgtec.com>
1000 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Add `insn32' flag.
1001 (RELAX_MICROMIPS_INSN32): New macro.
1002 (RELAX_MICROMIPS_UNCOND, RELAX_MICROMIPS_COMPACT)
1003 (RELAX_MICROMIPS_LINK, RELAX_MICROMIPS_RELAX32)
1004 (RELAX_MICROMIPS_TOOFAR16, RELAX_MICROMIPS_MARK_TOOFAR16)
1005 (RELAX_MICROMIPS_CLEAR_TOOFAR16, RELAX_MICROMIPS_TOOFAR32)
1006 (RELAX_MICROMIPS_MARK_TOOFAR32, RELAX_MICROMIPS_CLEAR_TOOFAR32):
1008 (append_insn): Record `mips_opts.insn32' with relaxed microMIPS
1010 (relaxed_micromips_32bit_branch_length): Handle the `insn32'
1012 (md_convert_frag): Likewise.
1013 * testsuite/gas/mips/micromips-branch-relax.s: Add `insn32'
1015 * testsuite/gas/mips/micromips-branch-relax.l: Update line
1016 numbers accordingly.
1017 * testsuite/gas/mips/micromips-branch-relax-pic.l: Likewise.
1018 * testsuite/gas/mips/micromips-branch-relax-insn32.d: New test.
1019 * testsuite/gas/mips/micromips-branch-relax-insn32-pic.d: New
1021 * testsuite/gas/mips/micromips-branch-relax-insn32.l: New
1023 * testsuite/gas/mips/micromips-branch-relax-insn32-pic.l: New
1025 * testsuite/gas/mips/mips.exp: Run the new tests.
1027 2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
1029 * configure: Regenerated.
1031 2016-07-20 Claudiu Zissulescu <claziss@synopsys.com>
1033 * testsuite/gas/arc/dsp.d: New file.
1034 * testsuite/gas/arc/dsp.s: Likewise.
1035 * testsuite/gas/arc/fpu.d: Likewise.
1036 * testsuite/gas/arc/fpu.s: Likewise.
1037 * testsuite/gas/arc/ext2op.d: Add specific disassembler option.
1038 * testsuite/gas/arc/ext3op.d: Likewise.
1039 * testsuite/gas/arc/tdpfp.d: Likewise.
1040 * testsuite/gas/arc/tfpuda.d: Likewise.
1042 2016-07-20 Maciej W. Rozycki <macro@imgtec.com>
1044 * config/tc-mips.c (mips_force_relocation): Remove
1045 R_MIPS_PC26_S2 and R_MIPS_PC21_S2.
1047 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1049 * config/tc-mips.c (mips_force_relocation, mips_fix_adjustable):
1050 Adjust comments for BAL to JALX linker conversion.
1051 (fix_bad_cross_mode_branch_p): Accept cross-mode BAL.
1052 * testsuite/gas/mips/unaligned-branch-1.l: Update error messages
1054 * testsuite/gas/mips/unaligned-branch-micromips-1.l: Likewise.
1055 * testsuite/gas/mips/branch-local-4.d: New test.
1056 * testsuite/gas/mips/branch-local-n32-4.d: New test.
1057 * testsuite/gas/mips/branch-local-n64-4.d: New test.
1058 * testsuite/gas/mips/branch-addend.d: New test.
1059 * testsuite/gas/mips/branch-addend-n32.d: New test.
1060 * testsuite/gas/mips/branch-addend-n64.d: New test.
1061 * testsuite/gas/mips/branch-local-4.s: New test source.
1062 * testsuite/gas/mips/branch-addend.s: New test source.
1063 * testsuite/gas/mips/mips.exp: Run the new tests.
1065 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1067 * config/tc-mips.c (mips_force_relocation): Also retain branch
1068 relocations against MIPS16 and microMIPS symbols.
1069 (fix_bad_cross_mode_jump_p): New function.
1070 (fix_bad_same_mode_jalx_p): Likewise.
1071 (fix_bad_misaligned_jump_p): Likewise.
1072 (fix_bad_cross_mode_branch_p): Likewise.
1073 (fix_bad_misaligned_branch_p): Likewise.
1074 (fix_validate_branch): Likewise.
1075 (md_apply_fix) <BFD_RELOC_MIPS_JMP, BFD_RELOC_MIPS16_JMP>
1076 <BFD_RELOC_MICROMIPS_JMP>: Separate from BFD_RELOC_MIPS_SHIFT5,
1077 etc. Verify the ISA mode and alignment of the jump target.
1078 <BFD_RELOC_MIPS_21_PCREL_S2>: Replace the inline alignment check
1079 with a call to `fix_validate_branch'.
1080 <BFD_RELOC_MIPS_26_PCREL_S2>: Likewise.
1081 <BFD_RELOC_16_PCREL_S2>: Likewise.
1082 <BFD_RELOC_MICROMIPS_7_PCREL_S1, BFD_RELOC_MICROMIPS_10_PCREL_S1>
1083 <BFD_RELOC_MICROMIPS_16_PCREL_S1>: Retain the original addend.
1084 Verify the ISA mode and alignment of the branch target.
1085 (md_convert_frag): Verify the ISA mode and alignment of resolved
1086 MIPS16 branch targets.
1087 * testsuite/gas/mips/branch-misc-1.s: Annotate non-instruction
1088 branch targets with `.insn'.
1089 * testsuite/gas/mips/branch-misc-5.s: Likewise.
1090 * testsuite/gas/mips/micromips@branch-misc-5-64.d: Update
1092 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: Likewise.
1093 * testsuite/gas/mips/micromips-branch-relax.s: Annotate
1094 non-instruction branch target with `.insn'.
1095 * testsuite/gas/mips/micromips.s: Replace microMIPS JALX targets
1096 with external symbols.
1097 * testsuite/gas/mips/micromips-insn32.d: Update accordingly.
1098 * testsuite/gas/mips/micromips-noinsn32.d: Likewise.
1099 * testsuite/gas/mips/micromips-trap.d: Likewise.
1100 * testsuite/gas/mips/micromips.d: Likewise.
1101 * testsuite/gas/mips/mips16.s: Annotate non-instruction branch
1102 targets with `.insn'.
1103 * testsuite/gas/mips/mips16.d: Update accordingly.
1104 * testsuite/gas/mips/mips16-64.d: Likewise.
1105 * testsuite/gas/mips/mips16-dwarf2.s: Annotate non-instruction
1106 branch target with `.insn'.
1107 * testsuite/gas/mips/relax-swap3.s: Likewise.
1108 * testsuite/gas/mips/branch-local-2.l: New list test.
1109 * testsuite/gas/mips/branch-local-3.l: New list test.
1110 * testsuite/gas/mips/branch-local-n32-2.l: New list test.
1111 * testsuite/gas/mips/branch-local-n32-3.l: New list test.
1112 * testsuite/gas/mips/branch-local-n64-2.l: New list test.
1113 * testsuite/gas/mips/branch-local-n64-3.l: New list test.
1114 * testsuite/gas/mips/unaligned-jump-1.l: New list test.
1115 * testsuite/gas/mips/unaligned-jump-2.l: New list test.
1116 * testsuite/gas/mips/unaligned-jump-3.d: New test.
1117 * testsuite/gas/mips/unaligned-jump-mips16-1.l: New list test.
1118 * testsuite/gas/mips/unaligned-jump-mips16-2.l: New list test.
1119 * testsuite/gas/mips/unaligned-jump-mips16-3.d: New test.
1120 * testsuite/gas/mips/unaligned-jump-micromips-1.l: New list
1122 * testsuite/gas/mips/unaligned-jump-micromips-2.l: New list
1124 * testsuite/gas/mips/unaligned-jump-micromips-3.d: New test.
1125 * testsuite/gas/mips/unaligned-branch-1.l: New list test.
1126 * testsuite/gas/mips/unaligned-branch-2.l: New list test.
1127 * testsuite/gas/mips/unaligned-branch-3.d: New test.
1128 * testsuite/gas/mips/unaligned-branch-r6-1.l: New list test.
1129 * testsuite/gas/mips/unaligned-branch-r6-2.l: New list test.
1130 * testsuite/gas/mips/unaligned-branch-r6-3.l: New list test.
1131 * testsuite/gas/mips/unaligned-branch-r6-4.l: New list test.
1132 * testsuite/gas/mips/unaligned-branch-r6-5.d: New test.
1133 * testsuite/gas/mips/unaligned-branch-r6-6.d: New test.
1134 * testsuite/gas/mips/unaligned-branch-mips16-1.l: New list test.
1135 * testsuite/gas/mips/unaligned-branch-mips16-2.l: New list test.
1136 * testsuite/gas/mips/unaligned-branch-mips16-3.d: New test.
1137 * testsuite/gas/mips/unaligned-branch-micromips-1.l: New list
1139 * testsuite/gas/mips/unaligned-branch-micromips-2.l: New list
1141 * testsuite/gas/mips/unaligned-branch-micromips-3.d: New test.
1142 * testsuite/gas/mips/branch-local-2.s: New test source.
1143 * testsuite/gas/mips/branch-local-3.s: New test source.
1144 * testsuite/gas/mips/branch-local-n32-2.s: New test source.
1145 * testsuite/gas/mips/branch-local-n32-3.s: New test source.
1146 * testsuite/gas/mips/branch-local-n64-2.s: New test source.
1147 * testsuite/gas/mips/branch-local-n64-3.s: New test source.
1148 * testsuite/gas/mips/unaligned-jump-1.s: New test source.
1149 * testsuite/gas/mips/unaligned-jump-2.s: New test source.
1150 * testsuite/gas/mips/unaligned-jump-mips16-1.s: New test source.
1151 * testsuite/gas/mips/unaligned-jump-mips16-2.s: New test source.
1152 * testsuite/gas/mips/unaligned-jump-micromips-1.s: New test
1154 * testsuite/gas/mips/unaligned-jump-micromips-2.s: New test
1156 * testsuite/gas/mips/unaligned-branch-1.s: New test source.
1157 * testsuite/gas/mips/unaligned-branch-2.s: New test source.
1158 * testsuite/gas/mips/unaligned-branch-r6-1.s: New test source.
1159 * testsuite/gas/mips/unaligned-branch-r6-2.s: New test source.
1160 * testsuite/gas/mips/unaligned-branch-r6-3.s: New test source.
1161 * testsuite/gas/mips/unaligned-branch-r6-4.s: New test source.
1162 * testsuite/gas/mips/unaligned-branch-mips16-1.s: New test
1164 * testsuite/gas/mips/unaligned-branch-mips16-2.s: New test
1166 * testsuite/gas/mips/unaligned-branch-micromips-1.s: New test
1168 * testsuite/gas/mips/unaligned-branch-micromips-2.s: New test
1170 * testsuite/gas/mips/mips.exp: Run the new tests.
1172 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1174 * config/tc-nds32.c (struct nds32_pseudo_opcode): Make pseudo_val
1176 (do_pseudo_b): Adjust.
1177 (do_pseudo_bal): Likewise.
1178 (do_pseudo_bge): Likewise.
1179 (do_pseudo_bges): Likewise.
1180 (do_pseudo_bgt): Likewise.
1181 (do_pseudo_bgts): Likewise.
1182 (do_pseudo_ble): Likewise.
1183 (do_pseudo_bles): Likewise.
1184 (do_pseudo_blt): Likewise.
1185 (do_pseudo_blts): Likewise.
1186 (do_pseudo_br): Likewise.
1187 (do_pseudo_bral): Likewise.
1188 (do_pseudo_la): Likewise.
1189 (do_pseudo_li): Likewise.
1190 (do_pseudo_ls_bhw): Likewise.
1191 (do_pseudo_ls_bhwp): Likewise.
1192 (do_pseudo_ls_bhwpc): Likewise.
1193 (do_pseudo_ls_bhwi): Likewise.
1194 (do_pseudo_move): Likewise.
1195 (do_pseudo_neg): Likewise.
1196 (do_pseudo_not): Likewise.
1197 (do_pseudo_pushpopm): Likewise.
1198 (do_pseudo_pushpop): Likewise.
1199 (do_pseudo_v3push): Likewise.
1200 (do_pseudo_v3pop): Likewise.
1201 (do_pseudo_pushpop_stack): Likewise.
1202 (do_pseudo_push_bhwd): Likewise.
1203 (do_pseudo_pop_bhwd): Likewise.
1204 (do_pseudo_pusha): Likewise.
1205 (do_pseudo_pushi): Likewise.
1207 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1209 * config/tc-sparc.c (struct pop_entry): Make the type of reloc
1210 bfd_reloc_code_real_type.
1212 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1214 * config/tc-sparc.c (pop_table): Remove sentinel.
1215 (NUM_PERC_ENTRIES): Use ARRAY_SIZE on pop_table.
1218 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1220 * config/tc-z8k.c (newfix): Make type of type argument
1221 bfd_reloc_code_real_type.
1222 (apply_fix): Likewise.
1224 2016-07-16 Alan Modra <amodra@gmail.com>
1226 * config/tc-epiphany.c: Don't include libbfd.h.
1227 * config/tc-frv.c: Likewise.
1228 * config/tc-ip2k.c: Likewise.
1229 * config/tc-iq2000.c: Likewise.
1230 * config/tc-m32c.c: Likewise.
1231 * config/tc-mep.c: Likewise.
1232 * config/tc-mt.c: Likewise.
1233 * config/tc-nios2.c: Likewise.
1235 2016-07-16 Alan Modra <amodra@gmail.com>
1237 * config/bfin-parse.y: Don't include libbfd.h.
1238 * config/tc-bfin.c: Likewise.
1239 * config/tc-rl78.c: Likewise.
1240 * config/tc-rx.c: Likewise.
1241 * config/tc-metag.c: Likewise.
1242 (create_dspreg_htabs, create_scond_htab): Use gas_assert not BFD_ASSERT.
1243 * Makefile.am: Update dependencies.
1244 * Makefile.in: Regenerate.
1246 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1248 * config/tc-mips.h (TC_FORCE_RELOCATION_ABS): New macro.
1249 (mips_force_relocation_abs): New prototype.
1250 * config/tc-mips.c (mips_force_relocation_abs): New function.
1251 * testsuite/gas/mips/branch-absolute.d: Adjust dump patterns.
1252 * testsuite/gas/mips/mips16-branch-absolute.d: Likewise.
1253 * testsuite/gas/mips/micromips-branch-absolute-n32.d: Likewise.
1254 * testsuite/gas/mips/micromips-branch-absolute-n64.d: Likewise.
1255 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d:
1257 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d:
1259 * testsuite/gas/mips/branch-absolute-addend.d: New test.
1260 * testsuite/gas/mips/mips16-branch-absolute-addend.d: New test.
1261 * testsuite/gas/mips/micromips-branch-absolute-addend.d: New
1263 * testsuite/gas/mips/mips.exp: Run the new tests.
1265 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1267 * config/tc-mips.c (md_apply_fix) <BFD_RELOC_MIPS16_16_PCREL_S1>
1268 <BFD_RELOC_MICROMIPS_7_PCREL_S1, BFD_RELOC_MICROMIPS_10_PCREL_S1>
1269 <BFD_RELOC_MICROMIPS_16_PCREL_S1>: Keep the ISA bit in the
1271 * testsuite/gas/mips/mips16-branch-absolute.s: Set the ISA bit
1272 in `bar', export `foo'.
1273 * testsuite/gas/mips/mips16-branch-absolute.d: Adjust
1275 * testsuite/gas/mips/mips16-branch-absolute-n32.d: Likewise.
1276 * testsuite/gas/mips/mips16-branch-absolute-n64.d: Likewise.
1277 * testsuite/gas/mips/mips16-branch-absolute-addend-n32.d:
1279 * testsuite/gas/mips/mips16-branch-absolute-addend-n64.d:
1282 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1284 * testsuite/gas/mips/mips16-branch-absolute.d: Update patterns.
1285 * testsuite/gas/mips/branch-absolute.d: New test.
1286 * testsuite/gas/mips/branch-absolute-n32.d: New test.
1287 * testsuite/gas/mips/branch-absolute-n64.d: New test.
1288 * testsuite/gas/mips/branch-absolute-addend-n32.d: New test.
1289 * testsuite/gas/mips/branch-absolute-addend-n64.d: New test.
1290 * testsuite/gas/mips/mips16-branch-absolute-n32.d: New test.
1291 * testsuite/gas/mips/mips16-branch-absolute-n64.d: New test.
1292 * testsuite/gas/mips/mips16-branch-absolute-addend-n32.d: New
1294 * testsuite/gas/mips/mips16-branch-absolute-addend-n64.d: New
1296 * testsuite/gas/mips/micromips-branch-absolute.d: New test.
1297 * testsuite/gas/mips/micromips-branch-absolute-n32.d: New test.
1298 * testsuite/gas/mips/micromips-branch-absolute-n64.d: New test.
1299 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d: New
1301 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d: New
1303 * testsuite/gas/mips/branch-absolute.s: New test source.
1304 * testsuite/gas/mips/branch-absolute-addend.s: New test source.
1305 * testsuite/gas/mips/mips16-branch-absolute-addend.s: New test
1307 * testsuite/gas/mips/micromips-branch-absolute.s: New test
1309 * testsuite/gas/mips/micromips-branch-absolute-addend.s: New
1311 * testsuite/gas/mips/mips.exp: Run the new tests.
1313 2016-07-13 Maciej W. Rozycki <macro@imgtec.com>
1315 * testsuite/gas/mips/nal-1.d: New test.
1316 * testsuite/gas/mips/mipsr6@nal-1.d: New test.
1317 * testsuite/gas/mips/nal-2.d: New test.
1318 * testsuite/gas/mips/mipsr6@nal-2.d: New test.
1319 * testsuite/gas/mips/nal.s: New test source.
1320 * testsuite/gas/mips/mips.exp: Run the new tests.
1322 2016-07-12 Jose E. Marchesi <jose.marchesi@oracle.com>
1324 * testsuite/gas/sparc/ldtxa.s: New file.
1325 * testsuite/gas/sparc/ldtxa.d: Likewise.
1326 * testsuite/gas/sparc/sparc.exp: Execute the ldtxa test.
1328 2016-07-11 Claudiu Zissulescu <claziss@synopsys.com>
1330 * config/tc-arc.c (arc_reloc_op_tag): Allow complex ops for dtpoff.
1331 (tc_gen_reloc): Remove passing DTPOFF base info into reloc addendum
1332 as it is no longer needed.
1334 2016-07-08 Maciej W. Rozycki <macro@imgtec.com>
1336 * config/tc-mips.c (append_insn): Remove extraneous
1337 `install_insn' call.
1339 2016-07-04 Jan Beulich <jbeulich@suse.com>
1341 * config/tc-i386.c (check_qword_reg): Correct register kind
1343 * testsuite/gas/i386/x86-64-suffix-bad.s: Add q-suffix with
1344 16-bit register cases.
1345 * testsuite/gas/i386/x86-64-suffix-bad.l: Adjust expectations.
1348 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1350 * testsuite/gas/mips/ecoff@ld.d: Remove test.
1351 * testsuite/gas/mips/ecoff@ld-forward.d: Remove test.
1352 * testsuite/gas/mips/ecoff@ld-zero-3.d: Remove test.
1353 * testsuite/gas/mips/ecoff@sd.d: Remove test.
1354 * testsuite/gas/mips/ecoff@sd-forward.d: Remove test.
1355 * testsuite/gas/mips/beq.d: Remove a.out and ECOFF support from
1357 * testsuite/gas/mips/mipsr6@beq.d: Likewise.
1358 * testsuite/gas/mips/bge.d: Likewise.
1359 * testsuite/gas/mips/mipsr6@bge.d: Likewise.
1360 * testsuite/gas/mips/bgeu.d: Likewise.
1361 * testsuite/gas/mips/mipsr6@bgeu.d: Likewise.
1362 * testsuite/gas/mips/blt.d: Likewise.
1363 * testsuite/gas/mips/mipsr6@blt.d: Likewise.
1364 * testsuite/gas/mips/bltu.d: Likewise.
1365 * testsuite/gas/mips/mipsr6@bltu.d: Likewise.
1366 * testsuite/gas/mips/branch-likely.d: Likewise.
1367 * testsuite/gas/mips/la.d: Likewise.
1368 * testsuite/gas/mips/lb.d: Likewise.
1369 * testsuite/gas/mips/lifloat.d: Likewise.
1370 * testsuite/gas/mips/sb.d: Likewise.
1371 * testsuite/gas/mips/uld.d: Likewise.
1372 * testsuite/gas/mips/ulh.d: Likewise.
1373 * testsuite/gas/mips/ulw.d: Likewise.
1374 * testsuite/gas/mips/usd.d: Likewise.
1375 * testsuite/gas/mips/ush.d: Likewise.
1376 * testsuite/gas/mips/usw.d: Likewise.
1378 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1380 * testsuite/gas/mips/branch-misc-2.s: Move non
1381 locally-defined-global symbol tests...
1382 * testsuite/gas/mips/branch-misc-5.s: ... to this new test.
1383 * testsuite/gas/mips/branch-misc-2.d: Update accordingly.
1384 * testsuite/gas/mips/branch-misc-2-64.d: Likewise.
1385 * testsuite/gas/mips/branch-misc-2pic.d: Likewise.
1386 * testsuite/gas/mips/branch-misc-2pic-64.d: Likewise.
1387 * testsuite/gas/mips/mipsr6@branch-misc-2-64.d: Likewise.
1388 * testsuite/gas/mips/mipsr6@branch-misc-2pic-64.d: Likewise.
1389 * testsuite/gas/mips/micromips@branch-misc-2.d: Likewise.
1390 * testsuite/gas/mips/micromips@branch-misc-2-64.d: Likewise.
1391 * testsuite/gas/mips/micromips@branch-misc-2pic.d: Likewise.
1392 * testsuite/gas/mips/micromips@branch-misc-2pic-64.d: Likewise.
1393 * testsuite/gas/mips/branch-misc-5.d: New test.
1394 * testsuite/gas/mips/branch-misc-5pic.d: New test.
1395 * testsuite/gas/mips/branch-misc-5-64.d: New test.
1396 * testsuite/gas/mips/branch-misc-5pic-64.d: New test.
1397 * testsuite/gas/mips/mipsr6@branch-misc-5-64.d: New test.
1398 * testsuite/gas/mips/mipsr6@branch-misc-5pic-64.d: New test.
1399 * testsuite/gas/mips/micromips@branch-misc-5.d: New test.
1400 * testsuite/gas/mips/micromips@branch-misc-5pic.d: New test.
1401 * testsuite/gas/mips/micromips@branch-misc-5-64.d: New test.
1402 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: New test.
1403 * testsuite/gas/mips/mips.exp: Run the new tests.
1405 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1407 * testsuite/gas/mips/beq.s: Uncomment branches to undefined
1409 * testsuite/gas/mips/beq.d: Update accordingly.
1410 * testsuite/gas/mips/mipsr6@beq.d: Likewise.
1411 * testsuite/gas/mips/micromips@beq.d: Likewise.
1413 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1415 * testsuite/gas/mips/mips.exp: Restrict 64-bit `branch-mips'
1416 tests to NewABI targets.
1418 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1420 * testsuite/gas/mips/mips.exp: Group `branch-misc' tests
1423 2016-07-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
1425 * config/tc-aarch64.c (struct aarch64_option_cpu_value_table): Add
1427 (aarch64_features): Initialize require fields.
1428 (aarch64_parse_features): Handle dependencies.
1429 (aarch64_feature_enable_set, aarch64_feature_disable_set): New.
1430 (md_assemble): Use AARCH64_CPU_HAS_ALL_FEATURES.
1431 * testsuite/gas/aarch64/illegal-nofp16.s: New.
1432 * testsuite/gas/aarch64/illegal-nofp16.l: New.
1433 * testsuite/gas/aarch64/illegal-nofp16.d: New.
1435 2016-07-01 Nick Clifton <nickc@redhat.com>
1437 * macro.c (macro_expand_body): Use a buffer big enough to hold an
1438 extremely large integer.
1440 2016-07-01 Jan Beulich <jbeulich@suse.com>
1442 * testsuite/gas/i386/mpx-inval-2.l: Relax for COFF targets.
1444 2016-07-01 Tristan Gingold <gingold@adacore.com>
1446 * NEWS: Add marker for 2.27.
1448 2016-07-01 Jan Beulich <jbeulich@suse.com>
1450 * tc-i386.c (i386_index_check): Add special checks for bndmk,
1452 * testsuite/gas/i386/mpx-inval-2.s: Add %rip and %eip relative
1453 as well as scaling by other than 1 tests.
1454 * testsuite/gas/i386/mpx-inval-2.l: Adjust accordingly.
1456 2016-07-01 Jan Beulich <jbeulich@suse.com>
1458 * tc-i386.c (md_assemble): Alter address size checking for MPX
1460 * testsuite/gas/i386/mpx-inval-2.s: New.
1461 * testsuite/gas/i386/mpx-inval-2.l: New.
1462 * testsuite/gas/i386/i386.exp: Run new test.
1464 2016-07-01 Jan Beulich <jbeulich@suse.com>
1467 * config/tc-i386.c (match_template): Add char parameter,
1468 consumed in Intel mode for an extra suffix check.
1469 (md_assemble): New local variable mnem_suffix.
1470 * testsuite/gas/i386/suffix-bad.s: New.
1471 * testsuite/gas/i386/suffix-bad.l: New.
1472 * testsuite/gas/i386/i386.exp: Run new test (twice).
1474 2016-07-01 Jan Beulich <jbeulich@suse.com>
1476 * testsuite/gas/i386/movz.s: New.
1477 * testsuite/gas/i386/movz32.d: New.
1478 * testsuite/gas/i386/movz64.d: New.
1479 * testsuite/gas/i386/i386.exp: Run new tests.
1481 2016-07-01 Jan Beulich <jbeulich@suse.com>
1483 * config/tc-i386.c (struct _i386_insn): New field memop1_string.
1484 (md_assemble): Free first memory operand string.
1485 (i386_index_check): Use repprefixok to distingush xlat from
1486 other (real) string ops.
1487 (maybe_adjust_templates): New.
1488 (i386_att_operand). Call it. Store first memory operand string.
1489 * config/tc-i386-intel.c (i386_intel_operand): Likewise.
1490 * testsuite/gas/i386/intel-movs.s: New.
1491 * testsuite/gas/i386/intel-movs32.d: New.
1492 * testsuite/gas/i386/intel-movs64.d: New.
1493 * testsuite/gas/i386/i386.exp: Run new tests. Invoke as for
1494 64-bits tests with "--defsym x86_64=1 --strip-local-absolute".
1496 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
1498 * config/tc-mips.c (get_append_method): Fix a comment typo.
1500 2016-06-30 Matthew Fortune <Matthew.Fortune@imgtec.com>
1501 Maciej W. Rozycki <macro@imgtec.com>
1503 * config/tc-mips.c (append_insn) <APPEND_SWAP>: Do not special
1504 case MIPS16 handling.
1505 * testsuite/gas/mips/branch-swap-3.d: New test.
1506 * testsuite/gas/mips/branch-swap-4.d: New test.
1507 * testsuite/gas/mips/mips16@branch-swap-3.d: New test.
1508 * testsuite/gas/mips/mips16@branch-swap-4.d: New test.
1509 * testsuite/gas/mips/micromips@branch-swap-3.d: New test.
1510 * testsuite/gas/mips/micromips@branch-swap-4.d: New test.
1511 * testsuite/gas/mips/branch-swap-3.s: New test source.
1512 * testsuite/gas/mips/mips.exp: Run the new tests.
1514 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
1516 * config/tc-mips.c (append_insn): Simplify non-MIPS16 branch
1519 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
1522 * write.c (subsegs_finish_section): Force no section padding to
1523 alignment on failed assembly, always set last frag's alignment
1525 * testsuite/gas/all/pr20312.l: New list test.
1526 * testsuite/gas/all/pr20312.s: New test source.
1527 * testsuite/gas/all/gas.exp: Run the new test
1529 2016-06-30 Andrew Burgess <andrew.burgess@embecosm.com>
1531 * config.in (TARGET_WITH_CPU): Undefine.
1532 * configure.ac: Add --with-cpu support, and define in config.h.
1533 * configure: Regenerate.
1534 * config/tc-arc.c: Use TARGET_WITH_CPU to select default CPU.
1535 * NEWS: Mention new configure option.
1537 2016-06-30 Matthew Wahab <matthew.wahab@arm.com>
1539 * testsuite/gas/arm/armv8_2+rdma.d: New.
1541 2016-06-29 H.J. Lu <hongjiu.lu@intel.com>
1543 * NEWS: Mention --enable-compressed-debug-sections=gas is the
1544 default for Linux/x86 targets.
1545 * configure.tgt (ac_default_compressed_debug_sections): Default
1546 to yes for Linux/x86 targets.
1548 2016-06-29 Maciej W. Rozycki <macro@imgtec.com>
1550 * write.c: Remove "libbfd.h" inclusion.
1552 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1554 * testsuite/gas/elf/elf.exp: Use `supports_gnu_unique' with the
1557 2016-06-28 Alan Modra <amodra@gmail.com>
1560 * testsuite/gas/elf/section11.s: Don't start directives in first column.
1562 2016-06-28 Richard Sandiford <richard.sandiford@arm.com>
1564 * testsuite/gas/aarch64/diagnostic.s,
1565 testsuite/gas/aarch64/diagnostic.l: Add tests for out-of-range indices.
1567 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1569 * config/tc-mips.c (mips16_reloc_p): Handle
1570 BFD_RELOC_MIPS16_16_PCREL_S1.
1571 (b_reloc_p): Likewise.
1572 (limited_pcrel_reloc_p): Likewise.
1573 (md_pcrel_from): Likewise.
1574 (md_apply_fix): Likewise.
1575 (tc_gen_reloc): Likewise.
1576 (md_convert_frag): Likewise.
1577 (mips_fix_adjustable): Update comment.
1578 * testsuite/gas/mips/mips16-branch-reloc-2.d: Remove error
1579 output, add dump patterns.
1580 * testsuite/gas/mips/mips16-branch-reloc-3.d: Remove error
1581 output, add dump patterns.
1582 * testsuite/gas/mips/mips16-branch-addend-2.d: Remove error
1583 output, add dump patterns.
1584 * testsuite/gas/mips/mips16-branch-addend-3.d: Remove error
1585 output, add dump patterns.
1586 * testsuite/gas/mips/mips16-branch-absolute.d: Remove error
1587 output, add dump patterns.
1588 * testsuite/gas/mips/mips16-branch-reloc-2.l: Remove file.
1589 * testsuite/gas/mips/mips16-branch-reloc-3.l: Remove file.
1590 * testsuite/gas/mips/mips16-branch-addend-2.l: Remove file.
1591 * testsuite/gas/mips/mips16-branch-addend-3.l: Remove file.
1592 * testsuite/gas/mips/mips16-branch-absolute.l: Remove file.
1593 * testsuite/gas/mips/mips16-branch-addend-2.s: Add padding.
1594 * testsuite/gas/mips/branch-weak.s: Adjust alignment, avoid
1595 implicit instruction padding, avoid MIPS16 JR->JRC conversion.
1596 * testsuite/gas/mips/branch-weak-6.d: New test.
1597 * testsuite/gas/mips/branch-weak-7.d: New test.
1598 * testsuite/gas/mips/mips.exp: Run the new tests.
1600 2016-06-27 Vineet Gupta <vgupta@synopsys.com>
1602 * config//tc-arc.c (tc_arc_frame_initial_instructions): Use
1603 cfi_add_CFA_def_cfa to generate default CFA with offset
1604 * testsuite/gas/cfi/cfi-arc-1.d: Update expected output.
1606 2016-06-27 Nick Clifton <nickc@redhat.com>
1609 * as.h (do_not_pad_sections_to_alignment): New global variable.
1610 * as.c (show_usage): Add --no-pad-sections.
1611 (parse_args): Likewise.
1612 * write.c (size_seg): Skip padding the end of the section if
1613 requested from the command line.
1614 (SUB_SEGMENT_ALIGN): Likewise.
1615 * doc/as.texinfo: Document the new option.
1616 * NEWS: Mention the new feature.
1617 * testsuite/gas/elf/section11.s: New test.
1618 * testsuite/gas/elf/section11.d: New test driver.
1619 * testsuite/gas/elf/elf.exp: Run the new test.
1621 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1623 * config/tc-dlx.c: Include bfd/elf32-dlx.h.
1624 * config/tc-dlx.h: Remove prototype of dlx_set_skip_hi16.
1626 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1628 * config/tc-xtensa.c (xtensa_elf_suffix): Use ARRAY_SIZE instead of a
1630 (map_suffix_reloc_to_operator): Likewise.
1631 (map_operator_to_reloc): Likewise.
1633 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1635 * config/tc-nds32.c (md_begin): Use ARRAY_SIZE instead of a sentinal
1636 element in relax_table.
1638 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1640 * config/tc-aarch64.c: Make the type of reg_entry::type
1643 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1645 * config/tc-bfin.c (bfin_cpus): Remove sentinal.
1646 (md_parse_option): Adjust.
1647 * config/tc-aarch64.c (aarch64_parse_abi): Replace use of a sentinal
1648 with iteration from 0 to ARRAY_SIZE.
1649 * config/tc-mcore.c (md_begin): Likewise.
1650 * config/tc-visium.c (visium_parse_arch): Likewise.
1652 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1654 * config/tc-tic54x.c (tic54x_set_default_include): remove argument
1655 and simplify accordingly.
1656 (tic54x_include): Adjust.
1657 (tic54x_mlib): Likewise.
1659 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1661 * config/tc-xtensa.c (xtensa_make_property_section): Remove prototype.
1663 2016-06-24 Maciej W. Rozycki <macro@imgtec.com>
1665 * config/tc-mips.c (append_insn): Use any `O_symbol' expression
1666 unchanged with relaxed MIPS16 instructions.
1667 (mips16_extended_frag): Adjust accordingly. Return 1 right
1668 away if a relocation will be required for the symbol requested.
1669 Remove dead first relaxation pass code.
1670 (mips_relax_frag): Pass `sec' down to `mips16_extended_frag'.
1671 (md_convert_frag): Adjust symbol value calculation. Raise an
1672 error if a relocation is required for the symbol requested.
1673 * testsuite/gas/mips/mips16@relax-swap3.d: Remove dump patterns,
1675 * testsuite/gas/mips/mips16@relax-swap3.l: New error output.
1676 * testsuite/gas/mips/mips16-pcrel-relax-0.d: New test.
1677 * testsuite/gas/mips/mips16-pcrel-relax-1.d: New test.
1678 * testsuite/gas/mips/mips16-pcrel-relax-2.d: New test.
1679 * testsuite/gas/mips/mips16-pcrel-relax-3.d: New test.
1680 * testsuite/gas/mips/mips16-pcrel-reloc-0.d: New test.
1681 * testsuite/gas/mips/mips16-pcrel-reloc-1.d: New test.
1682 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: New test.
1683 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: New test.
1684 * testsuite/gas/mips/mips16-pcrel-reloc-4.d: New test.
1685 * testsuite/gas/mips/mips16-pcrel-reloc-5.d: New test.
1686 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: New test.
1687 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: New test.
1688 * testsuite/gas/mips/mips16-pcrel-addend-0.d: New test.
1689 * testsuite/gas/mips/mips16-pcrel-addend-1.d: New test.
1690 * testsuite/gas/mips/mips16-pcrel-addend-2.d: New test.
1691 * testsuite/gas/mips/mips16-pcrel-addend-3.d: New test.
1692 * testsuite/gas/mips/mips16-pcrel-absolute.d: New test.
1693 * testsuite/gas/mips/mips16-branch-reloc-0.d: New test.
1694 * testsuite/gas/mips/mips16-branch-reloc-1.d: New test.
1695 * testsuite/gas/mips/mips16-branch-reloc-2.d: New test.
1696 * testsuite/gas/mips/mips16-branch-reloc-3.d: New test.
1697 * testsuite/gas/mips/mips16-branch-addend-0.d: New test.
1698 * testsuite/gas/mips/mips16-branch-addend-1.d: New test.
1699 * testsuite/gas/mips/mips16-branch-addend-2.d: New test.
1700 * testsuite/gas/mips/mips16-branch-addend-3.d: New test.
1701 * testsuite/gas/mips/mips16-branch-absolute.d: New test.
1702 * testsuite/gas/mips/mips16-absolute-reloc-0.d: New test.
1703 * testsuite/gas/mips/mips16-absolute-reloc-1.d: New test.
1704 * testsuite/gas/mips/mips16-absolute-reloc-2.d: New test.
1705 * testsuite/gas/mips/mips16-absolute-reloc-3.d: New test.
1706 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: New error output.
1707 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: New error output.
1708 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: New error output.
1709 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: New error output.
1710 * testsuite/gas/mips/mips16-pcrel-addend-2.l: New error output.
1711 * testsuite/gas/mips/mips16-pcrel-addend-3.l: New error output.
1712 * testsuite/gas/mips/mips16-pcrel-absolute.l: New error output.
1713 * testsuite/gas/mips/mips16-branch-reloc-2.l: New error output.
1714 * testsuite/gas/mips/mips16-branch-reloc-3.l: New error output.
1715 * testsuite/gas/mips/mips16-branch-addend-2.l: New error output.
1716 * testsuite/gas/mips/mips16-branch-addend-3.l: New error output.
1717 * testsuite/gas/mips/mips16-branch-absolute.l: New error output.
1718 * testsuite/gas/mips/mips16-absolute-reloc-2.l: New error output.
1719 * testsuite/gas/mips/mips16-absolute-reloc-3.l: New error output.
1720 * testsuite/gas/mips/mips16-pcrel-relax-0.s: New test source.
1721 * testsuite/gas/mips/mips16-pcrel-relax-2.s: New test source.
1722 * testsuite/gas/mips/mips16-pcrel-reloc-0.s: New test source.
1723 * testsuite/gas/mips/mips16-pcrel-reloc-1.s: New test source.
1724 * testsuite/gas/mips/mips16-pcrel-reloc-2.s: New test source.
1725 * testsuite/gas/mips/mips16-pcrel-reloc-3.s: New test source.
1726 * testsuite/gas/mips/mips16-pcrel-reloc-4.s: New test source.
1727 * testsuite/gas/mips/mips16-pcrel-reloc-5.s: New test source.
1728 * testsuite/gas/mips/mips16-pcrel-reloc-6.s: New test source.
1729 * testsuite/gas/mips/mips16-pcrel-reloc-7.s: New test source.
1730 * testsuite/gas/mips/mips16-pcrel-addend-0.s: New test source.
1731 * testsuite/gas/mips/mips16-pcrel-addend-1.s: New test source.
1732 * testsuite/gas/mips/mips16-pcrel-addend-2.s: New test source.
1733 * testsuite/gas/mips/mips16-pcrel-addend-3.s: New test source.
1734 * testsuite/gas/mips/mips16-pcrel-absolute.s: New test source.
1735 * testsuite/gas/mips/mips16-branch-reloc-0.s: New test source.
1736 * testsuite/gas/mips/mips16-branch-reloc-1.s: New test source.
1737 * testsuite/gas/mips/mips16-branch-reloc-2.s: New test source.
1738 * testsuite/gas/mips/mips16-branch-reloc-3.s: New test source.
1739 * testsuite/gas/mips/mips16-branch-addend-0.s: New test source.
1740 * testsuite/gas/mips/mips16-branch-addend-1.s: New test source.
1741 * testsuite/gas/mips/mips16-branch-addend-2.s: New test source.
1742 * testsuite/gas/mips/mips16-branch-addend-3.s: New test source.
1743 * testsuite/gas/mips/mips16-branch-absolute.s: New test source.
1744 * testsuite/gas/mips/mips16-absolute-reloc-0.s: New test source.
1745 * testsuite/gas/mips/mips16-absolute-reloc-1.s: New test source.
1746 * testsuite/gas/mips/mips16-absolute-reloc-2.s: New test source.
1747 * testsuite/gas/mips/mips16-absolute-reloc-3.s: New test source.
1748 * testsuite/gas/mips/mips.exp: Run the new tests.
1750 2016-06-24 Alan Modra <amodra@gmail.com>
1752 * configure.tgt (alpha-*-openbsd*): Use em=nbsd.
1754 2016-06-23 Maciej W. Rozycki <macro@imgtec.com>
1756 * config/tc-mips.c (b_reloc_p): New function.
1757 (mips_fix_adjustable): Also keep the original microMIPS symbol
1758 referred from branch relocations.
1759 * testsuite/gas/mips/branch-local-1.d: New test.
1760 * testsuite/gas/mips/branch-local-n32-1.d: New test.
1761 * testsuite/gas/mips/branch-local-n64-1.d: New test.
1762 * testsuite/gas/mips/micromips@branch-misc-4-64.d: Update
1764 * testsuite/gas/mips/branch-local-1.s: New test source.
1765 * testsuite/gas/mips/mips.exp: Run the new cases.
1767 2016-06-23 Graham Markall <graham.markall@embecosm.com>
1769 * config/tc-arc.c (options, md_longopts, md_parse_option): Move
1770 -mspfp, -mdpfp and -mfpuda out of the sections for dummy
1771 options. Correct erroneous enabling of SPFP instructions when
1774 2016-06-22 Peter Bergner <bergner@vnet.ibm.com>
1776 * testsuite/gas/ppc/power9.d <brd, brh, brw, mffs, mffs., mffsce,
1777 mffscdrn, mffscdrni, mffscrn, mffscrni, mffsl, nandxor, rldixor,
1778 setbool, xor3>: New tests.
1779 * testsuite/gas/ppc/power9.s: Likewise.
1781 2016-06-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1783 * config/tc-xtensa.c: Include elf/xtensa.h.
1785 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1787 * config/tc-mips.c (calculate_reloc) <BFD_RELOC_HI16_S_PCREL>
1788 <BFD_RELOC_LO16_PCREL>: New switch cases.
1789 (md_apply_fix) <BFD_RELOC_HI16_S_PCREL, BFD_RELOC_LO16_PCREL>:
1790 Move switch cases along `BFD_RELOC_MIPS_JMP'.
1791 <BFD_RELOC_MIPS_21_PCREL_S2, BFD_RELOC_MIPS_26_PCREL_S2>
1792 <BFD_RELOC_MIPS_18_PCREL_S3, BFD_RELOC_MIPS_19_PCREL_S2>: Handle
1794 * testsuite/gas/mips/pcrel-reloc-4.d: New test.
1795 * testsuite/gas/mips/pcrel-reloc-4-r6.d: New test.
1796 * testsuite/gas/mips/pcrel-reloc-5.d: New test.
1797 * testsuite/gas/mips/pcrel-reloc-5-r6.d: New test.
1798 * testsuite/gas/mips/pcrel-reloc-6.d: New test.
1799 * testsuite/gas/mips/pcrel-reloc-6.l: New list test.
1800 * testsuite/gas/mips/pcrel-reloc-4.s: New test source.
1801 * testsuite/gas/mips/pcrel-reloc-6.s: New test source.
1802 * testsuite/gas/mips/mips.exp: Run the new tests.
1804 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1806 * config/tc-mips.c (md_apply_fix) <BFD_RELOC_MIPS_18_PCREL_S3>
1807 <BFD_RELOC_MIPS_19_PCREL_S2>: Avoid null pointer dereferences
1808 via `fixP->fx_addsy'.
1810 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1812 * config/tc-mips.c (md_pcrel_from) <BFD_RELOC_MIPS_18_PCREL_S3>:
1813 Calculate relocation from the containing aligned doubleword.
1814 (tc_gen_reloc) <BFD_RELOC_MIPS_18_PCREL_S3>: Calculate the
1815 addend from the containing aligned doubleword.
1817 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1819 * config/tc-mips.c (mips_force_relocation): Use `file_mips_opts'
1820 rather than `mips_opts' for the R6 ISA check.
1821 (mips_fix_adjustable): Likewise.
1822 * testsuite/gas/mips/pcrel-reloc-1.d: New test.
1823 * testsuite/gas/mips/pcrel-reloc-1-r6.d: New test.
1824 * testsuite/gas/mips/pcrel-reloc-2.d: New test.
1825 * testsuite/gas/mips/pcrel-reloc-2-r6.d: New test.
1826 * testsuite/gas/mips/pcrel-reloc-3.d: New test.
1827 * testsuite/gas/mips/pcrel-reloc-3-r6.d: New test.
1828 * testsuite/gas/mips/pcrel-reloc-1.s: New test source.
1829 * testsuite/gas/mips/mips.exp: Run the new tests.
1831 2016-06-21 Graham Markall <graham.markall@embecosm.com>
1833 * config/tc-arc.c (check_cpu_feature, md_parse_option):
1834 Add nps400 option and feature. Add check for nps400
1835 feature. Refactor existing checks to check subclass before
1837 (md_show_usage): Document flags for NPS-400 and add some other
1839 (cpu_type): Remove nps400 CPU type entry
1840 (check_zol): Remove bfd_mach_arc_nps400 case.
1841 (md_show_usage): Add help on -mcpu=nps400.
1842 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
1844 * doc/c-arc.texi: Document the -mnps400, -mspfp, -mdpfp, and
1845 -fpuda flags. Document -mcpu=nps400.
1846 * testsuite/gas/arc/nps-400-0.d: Use -mcpu=arc700 -mnps400. Change
1847 expected flags to match ARC700 instead of NPS400.
1848 * testsuite/gas/arc/nps-400-1.d: Use -mcpu=arc700 -mnps400.
1849 * testsuite/gas/arc/nps-400-2.d: Likewise.
1850 * testsuite/gas/arc/nps-400-3.d: Likewise.
1851 * testsuite/gas/arc/nps-400-4.d: Likewise.
1852 * testsuite/gas/arc/nps-400-5.d: Likewise.
1853 * testsuite/gas/arc/nps-400-6.d: Likewise.
1854 * testsuite/gas/arc/nps-400-7.d: Likewise.
1855 * testsuite/gas/arc/textinsn2op01.s: Change opcode of myinsn to
1856 avoid clash with cbba instruction.
1857 * testsuite/gas/arc/textinsn2op01.d: Likewise.
1858 * testsuite/gas/arc/textinsn3op.d: Likewise.
1859 * testsuite/gas/arc/textinsn3op.s: Likewise.
1860 * testsuite/gas/arc/nps-400-0.d: Test using NPS-400 using
1861 -mcpu=nps400 as an alternative to -mcpu=arc700 -mnps400 flags.
1863 2016-06-20 Maciej W. Rozycki <macro@imgtec.com>
1865 * testsuite/gas/mips/r6-64-n32.d: Change the `name' tag.
1866 * testsuite/gas/mips/r6-64-n64.d: Likewise.
1868 2016-06-20 Maciej W. Rozycki <macro@imgtec.com>
1870 * config/tc-mips.c (mips_fix_adjustable): Update comment on jump
1873 2016-06-20 Virendra Pathak <virendra.pathak@broadcom.com>
1875 * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.
1877 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1879 * config/tc-sparc.c (hpriv_reg_table): Add registers %hmcdper,
1880 %hmcddfr and %hva_mask_nz.
1881 (sparc_ip): New handling of asr/privileged/hyperprivileged
1882 registers, adapted to the new form of the sparc opcodes table.
1883 * testsuite/gas/sparc/rdasr.s: New file.
1884 * testsuite/gas/sparc/rdasr.d: Likewise.
1885 * testsuite/gas/sparc/wrasr.s: Likewise.
1886 * testsuite/gas/sparc/wrasr.d: Likewise.
1887 * testsuite/gas/sparc/sparc.exp (sparc_elf_setup): Add rdasr and
1889 * testsuite/gas/sparc/rdpr.d: Use -Av9m, as some privileged
1890 registers require it.
1891 * testsuite/gas/sparc/wrpr.s: Complete to cover all privileged
1892 registers and write instruction modalities.
1893 * testsuite/gas/sparc/wrpr.d: Likewise.
1894 * testsuite/gas/sparc/rdhpr.s: Likewise for hyperprivileged
1896 * testsuite/gas/sparc/rdhpr.d: Likewise.
1897 * testsuite/gas/sparc/wrhpr.s: Likewise.
1898 * testsuite/gas/sparc/wrhpr.d: Likewise.
1900 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1902 * config/tc-sparc.c (sparc_arch_table): adjust the GAS
1903 architectures to use the right opcode architecture.
1904 (sparc_md_end): Handle v9{c,d,e,v,m}.
1905 (sparc_ip): Fix some comments.
1906 * testsuite/gas/sparc/ldx_efsr.d: Fix the architecture of this
1907 instruction, which is v9d.
1908 * testsuite/gas/sparc/mwait.s: Remove the `rd %mwait,%g1'
1909 instruction from the test, as %mwait is not readable.
1910 * testsuite/gas/sparc/mwait.d: Likewise.
1911 * testsuite/gas/sparc/mism-1.s: Expand to check v9b and v9e
1912 mismatch architecture errors.
1913 * testsuite/gas/sparc/mism-2.s: New file.
1915 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1917 * config/tc-sparc.c (priv_reg_table): Use NULL instead of the
1918 empty string to mark the end of the array.
1919 (hpriv_reg_table): Likewise.
1920 (v9a_asr_table): Likewise.
1921 (cmp_reg_entry): Handle entries with NULL names.
1923 (F_POP_PCREL): Likewise.
1924 (F_POP_TLS_CALL): Likewise.
1925 (F_POP_POSTFIX): Likewise.
1926 (struct pop_entry): New type.
1927 (pop_table): New variable.
1928 (enum pop_entry_type): New type.
1929 (struct perc_entry): Likewise.
1930 (NUM_PERC_ENTRIES): Define.
1931 (perc_table): New variable.
1932 (cmp_perc_entry): New function.
1933 (md_begin): Sort hpriv_reg_table and v9a_asr_table, and initialize
1935 (sparc_ip): Handle entries with NULL names in priv_reg_table,
1936 hpriv_reg_table and v9a_asr_table. Use perc_table to handle
1939 2016-06-15 Nick Clifton <nickc@redhat.com>
1941 * config/tc-ft32.c (md_assemble): Call dwarf2_emit_insn with the
1943 * config/tc-mcore.c (md_assemble): Likewise.
1944 * config/tc-mn10200.c (md_assemble): Likewise.
1945 * config/tc-moxie.c (md_assemble): Likewise.
1946 * config/tc-pj.c (md_apply_fix): Handle BFD_RELOC_PJ_CODE_REL32.
1947 * testsuite/gas/all/gas.exp (diff1 test): Alpha sort list of
1948 exception targets. Add alpha, hppa, microblaze and rl78 to list
1950 (forward): Add microblaze to list of exceptions.
1951 (fwdexp): Add alpha to list of exceptions.
1952 (redef2): Add arm-epoc-pe and rl78 to list of exceptions.
1953 (redef3): Add rl78 and x86_64 cygwin to list of exceptions.
1954 (do_930509a): Alpha sort list of exception targets. Add h8300 and
1955 mn10200 to list of exceptions.
1956 (align2): Expect to fail for nds32.
1957 (cond): Add alpha and rl78 to list of exceptions.
1958 * testsuite/gas/all/none.d: Skip for ft32 and hppa.
1959 * testsuite/gas/all/string.d: Skip for tic4x.
1960 * testsuite/gas/alpha/alpha.exp: Note that the alpha-linuxecoff
1961 target does not support ELF.
1962 * testsuite/gas/arm/blx-bl-convert.dL Skip for the nto target.
1963 * testsuite/gas/cfi/cfi-alpha-2.d: All extended format names.
1964 * testsuite/gas/cfi/cfi.exp: Alpha sort list of targets. Skip SH
1965 tests for sh-pe and sh-rtemscoff targets.
1966 * testsuite/gas/elf/elf.exp (redef): Add rl78, xgate and vax to
1968 (type): Run the noifunc version for alpha-freebsd and visium.
1969 * testsuite/gas/elf/warn-2.s: Do not expect to fail on the mcore,
1970 mn10200 or moxie targets.
1971 * testsuite/gas/ft32/insn.d: Update expected disassembly.
1972 * testsuite/gas/i386/i386.exp (x86-64-pcrel): Skip for cygwin
1974 * testsuite/gas/lns/lns.exp (lns-common-1): No longer skip for
1975 mcore and rx targets.
1976 * testsuite/gas/macros/macros.exp (dot): Add exceptions for ns32k,
1978 (purge): Expect to fail on the ns32k and vax.
1979 * testsuite/gas/nds32/alu-2.d: Update expected disassembly.
1980 * testsuite/gas/nds32/ls.d: Likewise.
1981 * testsuite/gas/nds32/sys-reg.d: Likewise.
1982 * testsuite/gas/nds32/usr-spe-reg.d: Likewise.
1983 * testsuite/gas/pe/aligncomm-d.d: Skip for the sh.
1984 * testsuite/gas/pe/section-align-3.d: Likewise.
1985 * testsuite/gas/pe/section-exclude.d: Likewise.
1986 * testsuite/gas/ppc/test2xcoff32.d: Pass once all the required
1988 * testsuite/gas/ppc/textalign-xcoff-001.d: Fix up regexp to allow
1989 for variations in whitespace.
1990 * testsuite/gas/tilepro/t_constants.d: Pass once all the required
1992 * testsuite/gas/tilepro/t_constants.s (.safe_word): New macro.
1993 Installs a 32-bit value without generating warnings on 64-bit
1995 Use the new macro to replace the .word directives.
1997 2016-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1999 * testsuite/gas/arc/add_s.d: New file.
2000 * testsuite/gas/arc/add_s.s: New file.
2002 2016-06-14 Graham Markall <graham.markall@embecosm.com>
2004 * testsuite/gas/arc/nps400-6.s: Add tests of ldbit.
2005 * testsuite/gas/arc/nps400-6.d: Likewise.
2007 2016-06-14 Graham Markall <graham.markall@embecosm.com>
2009 * testsuite/gas/arc/nps400-6.s: Add tests of hash, tr, utf8, e4by, and
2011 * testsuite/gas/arc/nps400-6.d: Likewise.
2013 2016-06-14 Graham Markall <graham.markall@embecosm.com>
2015 * testsuite/gas/arc/nps400-6.s: Add tests of calcbsd, calcbxd,
2016 calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab,
2017 lbdsize, bdlen, csms, csma, cbba, zncv, and hofs.
2018 * testsuite/gas/arc/nps400-6.d: Likewise.
2020 2016-06-14 Nick Clifton <nickc@redhat.com>
2022 * config/tc-nds32.c (nds32_get_align): Avoid left shifting a
2025 2016-06-13 Maciej W. Rozycki <macro@imgtec.com>
2027 * config/tc-mips.c (mips_fix_adjustable): Don't convert RELA
2028 JALR relocations on R6.
2029 * testsuite/gas/mips/jal-svr4pic-local.d: New test.
2030 * testsuite/gas/mips/mips1@jal-svr4pic-local.d: New test.
2031 * testsuite/gas/mips/r3000@jal-svr4pic-local.d: New test.
2032 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: New test.
2033 * testsuite/gas/mips/jal-svr4pic-local-n32.d: New test.
2034 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d: New
2036 * testsuite/gas/mips/jal-svr4pic-local-n64.d: New test.
2037 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d: New
2039 * testsuite/gas/mips/jal-svr4pic-local.s: New test source.
2040 * testsuite/gas/mips/jal-svr4pic-local-newabi.s: New test
2042 * testsuite/gas/mips/mips.exp: Run the new tests.
2044 2016-06-13 Virendra Pathak <virendra.pathak@broadcom.com>
2046 * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
2047 * doc/c-aarch64.texi: Document that vulcan is a valid processor
2050 2016-06-13 Nick Clifton <nickc@redhat.com>
2052 * config/tc-arm.c: For non-ELF based targets skip ARM feature sets
2053 that are not supported.
2055 * config/tc-arc.c (md_apply_fix): Avoid left shifting a signed
2057 * config/tc-cr16.c (check_range): Likewise.
2058 * config/tc-nios2.c (nios2_check_overflow): Likewise.
2060 2016-06-08 Renlin Li <renlin.li@arm.com>
2062 * config/tc-aarch64.c (print_operands): Substitute size.
2063 (output_operand_error_record): Likewise.
2065 2016-06-07 Alan Modra <amodra@gmail.com>
2067 * config/tc-ppc.c (PPC_APUINFO_ISEL, PPC_APUINFO_PMR,
2068 PPC_APUINFO_RFMCI, PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE,
2069 PPC_APUINFO_EFS, PPC_APUINFO_BRLOCK, PPC_APUINFO_VLE): Don't define.
2070 (ppc_setup_opcodes): Check vle disables powerpc_opcodes overridden
2071 by vle_opcodes, and that vle flag doesn't enable opcodes. Don't
2072 add vle_opcodes twice.
2073 (ppc_cleanup): Use APUINFO_SECTION_NAME and APUINFO_LABEL.
2075 2016-06-07 Matthew Wahab <matthew.wahab@arm.com>
2077 * config/tc-arm.c (arm_ext_v8_2): Rename to arm_ext_ras.
2078 (arm_ext_ras): Renamed from arm_ext_v8_2.
2079 (insns): Update for arm_ext_v8_2 renaming.
2080 (arm_extensions): Add "ras".
2081 * doc/c-arm.texi (ARM Options): Add an entry for "ras".
2082 * testsuite/gas/arm/armv8-a+ras.d: New.
2083 * testsuite/gas/arm/armv8_2-a.d: Add explicit command line
2086 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2088 * itbl-parse.y (yyerror): Use modern argument declaration style.
2090 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2092 * config/tc-sh.c (parse_reg): Change type of mode argument to
2094 (get_operand): Adjust.
2095 (insert): Change type of how to bfd_reloc_code_real_type.
2096 (insert4): Likewise.
2097 * config/tc-sh64.c (shmedia_get_operand): Adjust.
2098 (shmedia_parse_reg): Change type of mode to shmedia_arg_type.
2100 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2102 * config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg
2105 2016-06-03 Peter Bergner <bergner@vnet.ibm.com>
2108 * gas/testsuite/gas/ppc/e6500.s <lbarx, lharx, lwarx, ldarx,
2109 stbcx., sthcx., stwcx., stdcx.>: Add tests.
2110 * gas/testsuite/gas/ppc/e6500.d: Likewise.
2111 * gas/testsuite/gas/ppc/power8.s: Likewise.
2112 * gas/testsuite/gas/ppc/power8.d: Likewise.
2113 * gas/testsuite/gas/ppc/power4.s <lwarx, ldarx, stwcx.,
2115 * gas/testsuite/gas/ppc/power4.d: Likewise.
2117 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
2120 * testsuite/gas/i386/i386.exp: Run x86-64-branch-4.
2121 * testsuite/gas/i386/x86-64-branch.d: Updated.
2122 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
2123 * testsuite/gas/i386/x86-64-branch-4.l: New file.
2124 * testsuite/gas/i386/x86-64-branch-4.s: Likewise.
2126 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2128 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a73 entry.
2129 * doc/c-aarch64.texi (-mcpu): Document cortex-a73 value.
2131 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2133 * config/tc-arm.c (arm_cpus): Add cortex-a73 entry.
2134 * doc/c-arm.texi (-mcpu=): Document cortex-a73 value.
2136 2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
2138 * configure.tgt: Replace -uclibc with *.
2140 2016-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
2142 * config/tc-arc.c (parse_opcode_flags): New function.
2143 (find_opcode_match): Move flag parsing code out to new function.
2144 Ignore operands marked IGNORE.
2145 (build_fake_opcode_hash_entry): New function.
2146 (find_special_case_long_opcode): New function.
2147 (find_special_case): Lookup long opcodes.
2148 * testsuite/gas/arc/nps400-7.d: New file.
2149 * testsuite/gas/arc/nps400-7.s: New file.
2151 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2153 * config/tc-ns32k.c: Remove definition of input_line_pointer.
2155 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2157 * config/tc-avr.c (avr_parse_cons_expression): Replace iteration to
2158 sentinal with iteration to array size.
2160 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2162 * config/xtensa-relax.h: Move typedefs of enums to the enums
2165 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2167 * config/tc-ns32k.c (bit_fix_new): Replace obstack-alloc with XOBNEW
2170 2016-06-01 Graham Markall <graham.markall@embecosm.com>
2172 * testsuite/gas/arc/nps-400-1.s: Add rflt variants with
2173 operands of types a,b,u6, 0,b,u6, and 0,b,limm.
2174 * testsuite/gas/arc/nps-400-1.d: Likewise.
2176 2016-05-29 H.J. Lu <hongjiu.lu@intel.com>
2179 * config/tc-i386.c (cpu_noarch): Add noavx512f, noavx512cd,
2180 noavx512er, noavx512pf, noavx512dq, noavx512bw, noavx512vl,
2181 noavx512ifma and noavx512vbmi.
2182 * doc/c-i386.texi: Mention noavx512f, noavx512cd, noavx512er,
2183 noavx512pf, noavx512dq, noavx512bw, noavx512vl, noavx512ifma
2185 * testsuite/gas/i386/i386.exp: Run noavx512-1 and noavx512-2.
2186 * testsuite/gas/i386/noavx512-1.l: New file.
2187 * testsuite/gas/i386/noavx512-1.s: Likewise.
2188 * testsuite/gas/i386/noavx512-2.l: Likewise.
2189 * testsuite/gas/i386/noavx512-2.s: Likewise.
2191 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2194 * config/tc-i386.c (cpu_arch): Add 687.
2195 (cpu_noarch): Add no287, no387, no687, nosse2, nosse3, nossse3,
2196 nosse4.1, nosse4.2, nosse4 and noavx2.
2197 (parse_real_register): Check cpuregmmx instead of cpummx for MMX
2198 register. Check cpuregxmm instead of cpusse for XMM register.
2199 Check cpuregymm instead of cpuavx for YMM register. Check
2200 cpuregzmm/cpuregmask instead of cpuavx512f for ZMMM/mask register.
2201 * doc/c-i386.texi: Mention 687, no287, no387, no687, nosse2,
2202 nosse3, nossse3, nosse4.1, nosse4.2, nosse4 and noavx2.
2203 * testsuite/gas/i386/arch-10-prefetchw.d (as): Add mmx.
2204 * testsuite/gas/i386/arch-10.d (as): Likewise.
2205 * testsuite/gas/i386/arch-11.s: Add ".arch .mmx".
2206 * testsuite/gas/i386/i386.exp: Pass mmx to assembler for
2207 arch-10-3 and arch-10-4. Run no87-3, nosse-4, nosse-5, noavx-3
2209 * testsuite/gas/i386/no87-3.l: New file.
2210 * testsuite/gas/i386/no87-3.s: Likewise.
2211 * testsuite/gas/i386/noavx-3.l: Likewise.
2212 * testsuite/gas/i386/noavx-3.s: Likewise.
2213 * testsuite/gas/i386/noavx-4.d: Likewise.
2214 * testsuite/gas/i386/noavx-4.s: Likewise.
2215 * testsuite/gas/i386/nosse-4.l: Likewise.
2216 * testsuite/gas/i386/nosse-4.s: Likewise.
2217 * testsuite/gas/i386/nosse-5.d: Likewise.
2218 * testsuite/gas/i386/nosse-5.s: Likewise.
2220 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2223 * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor
2225 (match_template): Check Intel64/AMD64 ISA.
2227 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2230 * config/tc-i386.c (intel64): New.
2231 (cpu_flags_match): Set cpuamd64 and cpuintel64.
2232 (md_parse_option): Set intel64 instead of cpuamd64 and
2235 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2237 * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor
2240 2016-05-26 Peter Bergner <bergner@vnet.ibm.com>
2242 * testsuite/gas/ppc/altivec3.d <vmsumudm>: Add test.
2243 * testsuite/gas/ppc/altivec3.s: Likewise.
2244 * testsuite/gas/ppc/power9.d <addex[.], lwzmx, vmsumudm>: Add tests.
2245 * testsuite/gas/ppc/power9.s: Likewise.
2247 2016-05-26 H.J. Lu <hongjiu.lu@intel.com>
2249 * testsuite/gas/i386/avx512vl-2.l: Append "#pass".
2250 * testsuite/gas/i386/noavx-1.l: Likewise.
2251 * testsuite/gas/i386/nommx-1.l: Likewise.
2252 * testsuite/gas/i386/nosse-1.l: Likewise.
2253 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
2254 * testsuite/gas/i386/avx512vl-2.s: Append ".p2align 4".
2255 * testsuite/gas/i386/noavx-1.s: Likewise.
2256 * testsuite/gas/i386/nommx-1.s: Likewise.
2257 * testsuite/gas/i386/nosse-1.s: Likewise.
2258 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
2260 2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2262 * config/tc-metag.c (metag_handle_align): Make the type of noop
2265 2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2267 * config/tc-rx.c (md_convert_frag): Make the type of reloc_type
2268 bfd_reloc_code_real_type.
2270 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2273 * config/tc-i386.c (cpu_flags_match): Require another match
2275 * testsuite/gas/i386/i386.exp: Run avx512vl-1, avx512vl-2,
2276 x86-64-avx512vl-1 and x86-64-avx512vl-2.
2277 * testsuite/gas/i386/avx512vl-1.l: New file.
2278 * testsuite/gas/i386/avx512vl-1.s: Likewise.
2279 * testsuite/gas/i386/avx512vl-2.l: Likewise.
2280 * testsuite/gas/i386/avx512vl-2.s: Likewise.
2281 * testsuite/gas/i386/x86-64-avx512vl-1.l: Likewise.
2282 * testsuite/gas/i386/x86-64-avx512vl-1.s: Likewise.
2283 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
2284 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
2286 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2289 * testsuite/gas/i386/i386.exp: Run x86-64-pr20141.
2290 * testsuite/gas/i386/x86-64-pr20141.d: New file.
2291 * testsuite/gas/i386/x86-64-pr20141.s: Likewise.
2293 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2295 * config/tc-i386.c (arch_entry): Remove negated.
2296 (noarch_entry): New struct.
2297 (cpu_arch): Updated. Remove .no87, .nommx, .nosse and .noavx.
2299 (set_cpu_arch): Check cpu_noarch after cpu_arch.
2300 (md_parse_option): Allow -march=+nosse. Check cpu_noarch after
2302 (output_message): New function.
2303 (show_arch): Use it. Handle cpu_noarch.
2304 * testsuite/gas/i386/i386.exp: Run nommx-1, nommx-2, nommx-3,
2305 nosse-1, nosse-2, nosse-3, noavx-1 and noavx-2.
2306 * testsuite/gas/i386/noavx-1.l: New file.
2307 * testsuite/gas/i386/noavx-1.s: Likewise.
2308 * testsuite/gas/i386/noavx-2.s: Likewise.
2309 * testsuite/gas/i386/noavx-2.l: Likewise.
2310 * testsuite/gas/i386/nommx-1.s: Likewise.
2311 * testsuite/gas/i386/nommx-1.l: Likewise.
2312 * testsuite/gas/i386/nommx-2.s: Likewise.
2313 * testsuite/gas/i386/nommx-2.l: Likewise.
2314 * testsuite/gas/i386/nommx-3.s: Likewise.
2315 * testsuite/gas/i386/nommx-3.l: Likewise.
2316 * testsuite/gas/i386/nosse-1.s: Likewise.
2317 * testsuite/gas/i386/nosse-1.l: Likewise.
2318 * testsuite/gas/i386/nosse-2.s: Likewise.
2319 * testsuite/gas/i386/nosse-2.l: Likewise.
2320 * testsuite/gas/i386/nosse-3.s: Likewise.
2321 * testsuite/gas/i386/nosse-3.l: Likewise.
2323 2016-05-25 Chua Zheng Leong <chuazl@comp.nus.edu.sg>
2326 * config/tc-arm.c (move_or_literal_pool): Only generate a VMOV.I64
2327 instruction if supported by the currently selected fpu variant.
2328 * testsuite/gas/arm/vfpv3-ldr_immediate.s: Add test of this PR.
2329 * testsuite/gas/arm/vfpv3-ldr_immediate.d: Update expected disassembly.
2331 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
2333 * config/tc-mips.c (mips_fix_adjustable): Also return 0 for
2334 jump relocations against MIPS16 or microMIPS symbols on RELA
2336 * testsuite/gas/mips/jalx-local.d: New test.
2337 * testsuite/gas/mips/jalx-local-n32.d: New test.
2338 * testsuite/gas/mips/jalx-local-n64.d: New test.
2339 * testsuite/gas/mips/jalx-local.s: New test source.
2340 * testsuite/gas/mips/mips.exp: Run the new tests.
2342 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
2344 * config/tc-mips.c (md_apply_fix)
2345 <BFD_RELOC_MIPS16_TLS_TPREL_LO16>: Remove fall-through, adjust
2348 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2350 * config/tc-xtensa.c (struct suffix_reloc_map): Change type of field
2351 operator to operatorT.
2352 (map_suffix_reloc_to_operator): Change return type to operatorT.
2354 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2356 * config/tc-d30v.c (find_format): Change type of X_op to operatorT.
2358 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2360 * config/tc-mmix.c (mmix_parse_predefined_name): Change type of
2361 handler_charp to const char *.
2363 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2365 * config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
2366 (ft32_target_format): Likewise.
2367 (TARGET_FORMAT): Adjust.
2369 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2371 * config/tc-ia64.c (dot_rot): simplify allocations from obstacks.
2372 (ia64_frob_label): Likewise.
2374 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2376 * config/tc-cr16.c (check_range): Make type of retval op_err.
2377 * config/tc-crx.c: Likewise.
2379 2016-05-23 Claudiu Zissulescu <claziss@synopsys.com>
2381 * config/tc-arc.c (md_begin): Add XY registers.
2382 (cpu_types): Code density is default off for ARC EM.
2384 2016-05-23 Cupertino Miranda <cmiranda@synopsys.com>
2386 * config/tc-arc.c (attributes_t): Renamed attribute class to
2388 (find_opcode_match, assemble_insn, tokenize_extinsn): Changed.
2390 2016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
2392 * configuse.tgt: Add entry for arm-phoenix.
2394 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2396 * config/tc-tic54x.c (tic54x_sect): simplify string creation.
2398 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2400 * config/tc-spu.c (APUOP): Use OPCODE as an unsigned constant.
2402 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2404 * config/tc-tic54x.c (tic54x_mmregs): Adjust.
2405 (md_begin): Likewise.
2406 (encode_condition): Likewise.
2407 (encode_cc3): Likewise.
2408 (encode_cc2): Likewise.
2409 (encode_operand): Likewise.
2410 (tic54x_undefined_symbol): Likewise.
2412 2016-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
2414 * config/tc-mips.c (mips_cpu_info_table): Update comment. Add
2416 * doc/c-mips.texi: Document p6600 -march option.
2418 2016-05-20 H.J. Lu <hongjiu.lu@intel.com>
2421 * config/tc-i386.c (md_apply_fix): Preserve addend for
2422 BFD_RELOC_386_GOT32 and BFD_RELOC_X86_64_GOT32.
2423 * testsuite/gas/i386/addend.d: New file.
2424 * testsuite/gas/i386/addend.s: Likewise.
2425 * testsuite/gas/i386/x86-64-addend.d: Likewise.
2426 * testsuite/gas/i386/x86-64-addend.s: Likewise.
2427 * testsuite/gas/i386/i386.exp: Run addend and x86-64-addend.
2428 * testsuite/gas/i386/reloc32.d: Updated.
2430 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
2432 * config/tc-mips.c (append_insn): Correct the encoding of a
2433 constant argument for microMIPS JALX.
2434 (tc_gen_reloc): Correct the encoding of an in-place addend for
2436 * testsuite/gas/mips/jalx-addend.d: New test.
2437 * testsuite/gas/mips/jalx-addend-n32.d: New test.
2438 * testsuite/gas/mips/jalx-addend-n64.d: New test.
2439 * testsuite/gas/mips/jalx-imm.d: New test.
2440 * testsuite/gas/mips/jalx-imm-n32.d: New test.
2441 * testsuite/gas/mips/jalx-imm-n64.d: New test.
2442 * testsuite/gas/mips/jalx-addend.s: New test source.
2443 * testsuite/gas/mips/jalx-imm.s: New test source.
2444 * testsuite/gas/mips/mips.exp: Run the new tests.
2446 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
2448 * config/tc-mips.c: Correct tab-after-space formatting mistakes
2451 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2453 * config/tc-arc.c (find_opcode_match): Remove casting away of
2455 * config/tc-arc.h (struct arc_flags): Make flgp field const.
2457 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2459 * config/tc-arc.c (md_pcrel_from_section): Use BFD_VMA_FMT where
2461 (md_convert_frag): Likewise.
2463 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2465 * config/tc-arc.c (arc_opcode_hash_entry_iterator_next): Set
2466 cached opcode to NULL when we reach a non-matching opcode.
2467 * testsuite/gas/arc/asm-errors-2.d: New file.
2468 * testsuite/gas/arc/asm-errors-2.err: New file.
2469 * testsuite/gas/arc/asm-errors-2.s: New file.
2471 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2473 * config/tc-arc.c (tokenize_arguments): Add checks for array
2475 * testsuite/gas/arc/asm-errors.s: Addition test line added.
2476 * testsuite/gas/arc/asm-errors.err: Update expected results.
2478 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2480 * config/tc-rx.c (struct cpu_type): Change the type of a field from
2481 int to enum rx_cpu_types.
2483 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2485 * config/tc-dlx.c (struct machine_it): change the type of a field from
2486 int to bfd_reloc_code_real_type.
2487 * config/tc-tic4x.c: Likewise.
2489 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2491 * config/tc-v850.c (v850_target_arch): change type to enum
2493 * config/tc-v850.h (v850_target_arch): Likewise.
2495 2016-05-18 Alan Modra <amodra@gmail.com>
2497 * config/tc-ppc.c (ppc_insert_operand): Trim PPC_OPERAND_SIGNOPT
2498 allowed negative range.
2499 * testsuite/gas/ppc/power9.s: Test xxspltib of -128, not -256.
2500 * testsuite/gas/ppc/power9.d: Update.
2502 2016-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
2504 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Force Thumb when
2505 disassembling and stop skipping targets.
2506 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
2507 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
2508 * testsuite/gas/arm/archv8m-base.d: Also allow nops after the last
2509 instruction for targets that have stronger alignment requirement.
2510 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
2511 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
2512 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
2513 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
2514 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
2515 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
2516 * testsuite/gas/arm/archv8m-main.d: Likewise.
2517 * testsuite/gas/arm/archv8m.s: Add label.
2518 * testsuite/gas/arm/archv8m-cmse.s: Likewise.
2519 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
2520 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise.
2522 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2524 * config/tc-m32r.c (mach_table): Make static and const.
2526 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2528 * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
2531 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2533 * config/tc-mn10300.c (md_begin): set linkrelax here instead of
2535 * config/tc-msp430.c (md_begin): Likewise.
2537 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2539 * config/tc-m68hc11.c (fixup8): Change variables type from int to
2540 bfd_reloc_code_real_type where appropriate.
2541 (fixup16): Likewise.
2542 (fixup8_xg): Likewise.
2544 2016-05-15 Maciej W. Rozycki <macro@imgtec.com>
2546 * config/tc-sh64.c (shmedia_check_limits): Constify `msg'.
2548 2016-05-13 Peter Bergner <bergner@vnet.ibm.com>
2550 * testsuite/gas/ppc/power9.d <xxspltib>: Add additional operand tests.
2551 * testsuite/gas/ppc/power9.s: Likewise.
2553 2016-05-13 Alan Modra <amodra@gmail.com>
2555 * config/obj-coff.c (weak_uniquify): Delete unused var.
2557 2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2559 * app.c (app_push): Use XNEW and related macros.
2560 * as.c (parse_args): Likewise.
2561 * cgen.c (make_right_shifted_expr): Likewise.
2562 (gas_cgen_tc_gen_reloc): Likewise.
2563 * config/bfin-defs.h: Likewise.
2564 * config/bfin-parse.y: Likewise.
2565 * config/obj-coff.c (stack_init): Likewise.
2566 (stack_push): Likewise.
2567 (coff_obj_symbol_new_hook): Likewise.
2568 (coff_obj_symbol_clone_hook): Likewise.
2569 (add_lineno): Likewise.
2570 (coff_frob_symbol): Likewise.
2571 * config/obj-elf.c (obj_elf_section_name): Likewise.
2572 (build_group_lists): Likewise.
2573 * config/obj-evax.c (evax_symbol_new_hook): Likewise.
2574 * config/obj-macho.c (obj_mach_o_indirect_symbol): Likewise.
2575 * config/tc-aarch64.c (insert_reg_alias): Likewise.
2576 (find_or_make_literal_pool): Likewise.
2577 (add_to_lit_pool): Likewise.
2578 (fill_instruction_hash_table): Likewise.
2579 * config/tc-alpha.c (load_expression): Likewise.
2580 (emit_jsrjmp): Likewise.
2581 (s_alpha_ent): Likewise.
2582 (s_alpha_end): Likewise.
2583 (s_alpha_linkage): Likewise.
2584 (md_begin): Likewise.
2585 (tc_gen_reloc): Likewise.
2586 * config/tc-arc.c (arc_insert_opcode): Likewise.
2587 (arc_extcorereg): Likewise.
2588 * config/tc-bfin.c: Likewise.
2589 * config/tc-cr16.c: Likewise.
2590 * config/tc-cris.c: Likewise.
2591 * config/tc-crx.c (preprocess_reglist): Likewise.
2592 * config/tc-d10v.c: Likewise.
2593 * config/tc-frv.c (frv_insert_vliw_insn): Likewise.
2594 (frv_tomcat_shuffle): Likewise.
2595 * config/tc-h8300.c: Likewise.
2596 * config/tc-i370.c (i370_macro): Likewise.
2597 * config/tc-i386.c (lex_got): Likewise.
2598 (md_parse_option): Likewise.
2599 * config/tc-ia64.c (alloc_record): Likewise.
2600 (set_imask): Likewise.
2601 (save_prologue_count): Likewise.
2602 (dot_proc): Likewise.
2603 (dot_endp): Likewise.
2604 (ia64_frob_label): Likewise.
2605 (add_qp_imply): Likewise.
2606 (add_qp_mutex): Likewise.
2607 (mark_resource): Likewise.
2608 (dot_alias): Likewise.
2609 * config/tc-m68hc11.c: Likewise.
2610 * config/tc-m68k.c (m68k_frob_label): Likewise.
2612 (mri_control_label): Likewise.
2613 (push_mri_control): Likewise.
2614 (build_mri_control_operand): Likewise.
2615 (s_mri_else): Likewise.
2616 (s_mri_break): Likewise.
2617 (s_mri_next): Likewise.
2618 (s_mri_for): Likewise.
2619 (s_mri_endw): Likewise.
2620 * config/tc-metag.c (create_mnemonic_htab): Likewise.
2621 * config/tc-microblaze.c: Likewise.
2622 * config/tc-mmix.c (s_loc): Likewise.
2623 * config/tc-nds32.c (nds32_relax_hint): Likewise.
2624 * config/tc-nios2.c (nios2_insn_reloc_new): Likewise.
2625 * config/tc-rl78.c: Likewise.
2626 * config/tc-rx.c (rx_include): Likewise.
2627 * config/tc-sh.c: Likewise.
2628 * config/tc-sh64.c (shmedia_frob_section_type): Likewise.
2629 * config/tc-sparc.c: Likewise.
2630 * config/tc-spu.c: Likewise.
2631 * config/tc-tic6x.c (static tic6x_unwind_info *tic6x_get_unwind): Likewise.
2632 (tic6x_start_unwind_section): Likewise.
2633 * config/tc-tilegx.c: Likewise.
2634 * config/tc-tilepro.c: Likewise.
2635 * config/tc-v850.c: Likewise.
2636 * config/tc-visium.c: Likewise.
2637 * config/tc-xgate.c: Likewise.
2638 * config/tc-xtensa.c (xtensa_translate_old_userreg_ops): Likewise.
2639 (new_resource_table): Likewise.
2640 (resize_resource_table): Likewise.
2641 (xtensa_create_trampoline_frag): Likewise.
2642 (xtensa_maybe_create_literal_pool_frag): Likewise.
2643 (cache_literal_section): Likewise.
2644 * config/xtensa-relax.c (append_transition): Likewise.
2645 (append_condition): Likewise.
2646 (append_value_condition): Likewise.
2647 (append_constant_value_condition): Likewise.
2648 (append_literal_op): Likewise.
2649 (append_label_op): Likewise.
2650 (append_constant_op): Likewise.
2651 (append_field_op): Likewise.
2652 (append_user_fn_field_op): Likewise.
2653 (enter_opname_n): Likewise.
2654 (enter_opname): Likewise.
2655 (split_string): Likewise.
2656 (parse_insn_templ): Likewise.
2657 (clone_req_or_option_list): Likewise.
2658 (clone_req_option_list): Likewise.
2659 (parse_option_cond): Likewise.
2660 (parse_insn_pattern): Likewise.
2661 (parse_insn_repl): Likewise.
2662 (build_transition): Likewise.
2663 (build_transition_table): Likewise.
2664 * dw2gencfi.c (alloc_fde_entry): Likewise.
2665 (alloc_cfi_insn_data): Likewise.
2666 (cfi_add_CFA_remember_state): Likewise.
2667 (dot_cfi_escape): Likewise.
2668 (dot_cfi_fde_data): Likewise.
2669 (select_cie_for_fde): Likewise.
2670 * dwarf2dbg.c (dwarf2_directive_loc): Likewise.
2671 * ecoff.c (ecoff_add_bytes): Likewise.
2672 (ecoff_build_debug): Likewise.
2673 * input-scrub.c (input_scrub_push): Likewise.
2674 (input_scrub_begin): Likewise.
2675 (input_scrub_next_buffer): Likewise.
2676 * itbl-ops.c (append_insns_as_macros): Likewise.
2677 (alloc_entry): Likewise.
2678 (alloc_field): Likewise.
2679 * listing.c (listing_newline): Likewise.
2680 (listing_listing): Likewise.
2681 * macro.c (get_any_string): Likewise.
2682 (delete_macro): Likewise.
2683 * stabs.c (generate_asm_file): Likewise.
2684 (stabs_generate_asm_lineno): Likewise.
2685 * subsegs.c (subseg_change): Likewise.
2686 (subseg_get): Likewise.
2687 * symbols.c (define_dollar_label): Likewise.
2688 (symbol_relc_make_sym): Likewise.
2689 * write.c (write_relocs): Likewise.
2691 2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2693 * config/obj-coff.c (obj_coff_def): Simplify string copying.
2694 (weak_name2altname): Likewise.
2695 (weak_uniquify): Likewise.
2696 (obj_coff_section): Likewise.
2697 (obj_coff_init_stab_section): Likewise.
2698 * config/obj-elf.c (obj_elf_section_name): Likewise.
2699 (obj_elf_init_stab_section): Likewise.
2700 * config/obj-evax.c (evax_shorten_name): Likewise.
2701 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Likewise.
2702 * config/tc-aarch64.c (create_register_alias): Likewise.
2703 * config/tc-alpha.c (load_expression): Likewise.
2704 (s_alpha_file): Likewise.
2705 (s_alpha_section_name): Likewise.
2706 (tc_gen_reloc): Likewise.
2707 * config/tc-arc.c (md_assemble): Likewise.
2708 * config/tc-arm.c (create_neon_reg_alias): Likewise.
2709 (start_unwind_section): Likewise.
2710 * config/tc-hppa.c (pa_build_unwind_subspace): Likewise.
2711 (hppa_elf_mark_end_of_function): Likewise.
2712 * config/tc-nios2.c (nios2_modify_arg): Likewise.
2713 (nios2_negate_arg): Likewise.
2714 * config/tc-rx.c (rx_section): Likewise.
2715 * config/tc-sh64.c (sh64_consume_datalabel): Likewise.
2716 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
2717 * config/tc-tic54x.c (tic54x_include): Likewise.
2718 (tic54x_macro_info): Likewise.
2719 (subsym_get_arg): Likewise.
2720 (subsym_substitute): Likewise.
2721 (tic54x_start_line_hook): Likewise.
2722 * config/tc-xtensa.c (xtensa_literal_prefix): Likewise.
2723 (xg_reverse_shift_count): Likewise.
2724 * config/xtensa-relax.c (enter_opname_n): Likewise.
2725 (split_string): Likewise.
2726 * dwarf2dbg.c (get_filenum): Likewise.
2727 (process_entries): Likewise.
2728 * expr.c (operand): Likewise.
2729 * itbl-ops.c (alloc_entry): Likewise.
2730 * listing.c (listing_message): Likewise.
2731 (listing_title): Likewise.
2732 * macro.c (check_macro): Likewise.
2733 * stabs.c (s_xstab): Likewise.
2734 * symbols.c (symbol_relc_make_expr): Likewise.
2735 * write.c (compress_debug): Likewise.
2737 2016-05-12 Nick Clifton <nickc@redhat.com>
2740 * testsuite/gas/arm/pr20068.d: Use correct regexp syntax.
2742 2016-05-11 Nick Clifton <nickc@redhat.com>
2745 * testsuite/gas/arm/pr20068.d: Adjust expected output to allow for
2746 big endian ARM configurations.
2748 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
2749 Matthew Fortune <matthew.fortune@imgtec.com>
2751 * config/tc-mips.c (options): Add OPTION_DSPR3 and
2753 (md_longopts): Likewise.
2754 (md_show_usage): Add help for -mdspr3 and -mno-dspr3.
2755 (mips_ases): Define availability for DSPr3.
2756 (mips_ase_groups): Add ASE_DSPR3 to the DSP group.
2757 (mips_convert_ase_flags): Map ASE_DSPR3 to AFL_ASE_DSPR3.
2758 * doc/as.texinfo: Document -mdspr3, -mno-dspr3. Fix -mdspr2
2760 * doc/c-mips.texi: Document -mdspr3, -mno-dspr3, .set dspr3 and
2761 .set nodspr3. Fix -mdspr2 formatting.
2762 * testsuite/gas/mips/mips32-dspr3.d: New file.
2763 * testsuite/gas/mips/mips32-dspr3.s: Likewise.
2764 * testsuite/gas/mips/mips.exp: Run mips32-dspr3 test.
2766 2016-05-11 Nick Clifton <nickc@redhat.com>
2769 * config/tc-arm.c (add_to_lit_pool): Ensure that the padding added
2770 to the pool uses O_constant.
2771 * testsuite/gas/arm/pr20068.s: New test.
2772 * testsuite/gas/arm/pr20068.d: Test driver.
2774 2016-05-11 Nick Clifton <nickc@redhat.com>
2776 * testsuite/gas/arm/archv8m-cmse-base.d: Skip for non-ELF ARM targets.
2777 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
2778 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
2779 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
2780 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
2781 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
2782 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
2783 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
2784 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
2786 2016-05-10 Alexander Fomin <alexander.fomin@intel.com>
2788 * testsuite/gas/i386/i386.exp: Run RDPID tests.
2789 * testsuite/gas/i386/prefix.d: Adjust.
2790 * testsuite/gas/i386/rdpid.s: New test.
2791 * testsuite/gas/i386/rdpid.d: Ditto.
2792 * testsuite/gas/i386/rdpid-intel.d: Ditto.
2793 * testsuite/gas/i386/x86-64-rdpid.s: Ditto.
2794 * testsuite/gas/i386/x86-64-rdpid.d: Ditto.
2795 * testsuite/gas/i386/x86-64-rdpid-intel.d: Ditto.
2797 2016-05-10 Alexander Fomin <alexander.fomin@intel.com>
2799 * config/tc-i386.c (cpu_arch): Add RDPID.
2800 * doc/c-i386.texi: Document RDPID.
2802 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2804 * config/tc-arm.c (arm_adjust_symtab): Use ARM_SET_SYM_BRANCH_TYPE to
2805 set branch type of a symbol.
2807 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2809 * NEWS: Document ARMv8-M and ARMv8-M Security and DSP Extensions.
2810 * config/tc-arm.c (arm_ext_dsp): New feature for Thumb DSP
2812 (arm_extensions): Add dsp extension for ARMv8-M Mainline.
2813 (aeabi_set_public_attributes): Memorize the feature bits of the
2814 architecture selected for Tag_CPU_arch. Use it to set
2815 Tag_DSP_extension to 1 for ARMv8-M Mainline with DSP extension.
2816 (arm_convert_symbolic_attribute): Define Tag_DSP_extension.
2817 * testsuite/gas/arm/arch7em-bad.d: Rename to ...
2818 * testsuite/gas/arm/arch7em-bad-1.d: This.
2819 * testsuite/gas/arm/arch7em-bad-2.d: New file.
2820 * testsuite/gas/arm/arch7em-bad-3.d: Likewise.
2821 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
2822 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
2823 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
2824 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
2825 * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
2826 * testsuite/gas/arm/attr-march-armv8m.main.dsp.d: Likewise.
2828 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2830 * config/tc-arm.c (struct arm_option_extension_value_table): Make
2831 allowed_archs an array with 2 entries.
2832 (ARM_EXT_OPT): Adapt to only fill the first entry of allowed_archs.
2833 (ARM_EXT_OPT2): New macro filling the two entries of allowed_archs.
2834 (arm_extensions): Use separate entries in allowed_archs when several
2835 archs are allowed to use an extension and change ARCH_ANY in
2836 ARM_ARCH_NONE in allowed_archs.
2837 (arm_parse_extension): Check that, for each allowed_archs entry, all
2838 bits are set in the current architecture, ignoring ARM_ANY entries.
2839 (s_arm_arch_extension): Likewise.
2841 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2843 * config/tc-arm.c (arm_ext_m): Add feature bit ARM_EXT2_V8M_MAIN.
2844 (arm_ext_v8m_main): New feature set for bit ARM_EXT2_V8M_MAIN.
2845 (arm_ext_v8m_m_only): New feature set for instructions in ARMv8-M not
2846 shared with a non M profile architecture.
2847 (do_rn): New function.
2848 (known_t32_only_insn): Check opcode against arm_ext_v8m_m_only rather
2850 (v7m_psrs): Add ARMv8-M security extensions new special registers.
2851 (insns): Add ARMv8-M Security Extensions instructions.
2852 (aeabi_set_public_attributes): Use arm_ext_v8m_m_only instead of
2853 arm_ext_v8m_m to decide the profile and the Thumb ISA.
2854 * testsuite/gas/arm/archv8m-cmse.s: New file.
2855 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise..
2856 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
2857 * testsuite/gas/arm/any-cmse.d: Likewise.
2858 * testsuite/gas/arm/any-cmse-main.d: Likewise.
2859 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
2860 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
2861 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
2862 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
2863 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
2865 2016-05-09 Jose E. Marchesi <jose.marchesi@oracle.com>
2867 * testsuite/gas/sparc/sparc5vis4.s: Fix mnemonic of faligndatai.
2868 * testsuite/gas/sparc/sparc5vis4.d: Likewise.
2870 2016-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2872 * config/tc-arm.c (fpu_arch_vfp_v1): Mark with ATTRIBUTE_UNUSED.
2873 (fpu_arch_vfp_v3): Likewise.
2874 (fpu_arch_neon_v1): Likewise.
2875 (arm_arch_full): Likewise.
2876 (parse_neon_el_struct_list): Initialize fields of firsttype.
2878 2016-05-03 Claudiu Zissulescu <claziss@synopsys.com>
2880 * config/tc-arc.c (syntaxclass): Add SYNTAX_NOP and SYNTAX_1OP.
2881 (arc_extinsn): Handle new introduced syntax.
2882 * testsuite/gas/arc/textinsn1op.d: New file.
2883 * testsuite/gas/arc/textinsn1op.s: Likewise.
2884 * doc/c-arc.texi: Document SYNTAX_NOP and SYNTAX_1OP.
2886 2016-05-03 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2888 * testsuite/gas/lns/lns.exp: Add avr to list of targets using
2889 DW_LNS_fixed_advance_pc.
2891 2016-04-27 Alan Modra <amodra@gmail.com>
2893 * as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define.
2894 (xmemdup0): New inline function.
2896 2016-04-22 Maciej W. Rozycki <macro@imgtec.com>
2898 * config/tc-mips.c (code_option_type): New enum.
2899 (parse_code_option): Return status indicating option type.
2900 (s_mipsset): Update `parse_code_option' call site accordingly.
2901 Always set register sizes from the ISA with ISA overrides.
2902 (s_module): Update `parse_code_option' call site.
2903 * testsuite/gas/mips/isa-override-1.d: New test.
2904 * testsuite/gas/mips/micromips@isa-override-1.d: New test.
2905 * testsuite/gas/mips/mips1@isa-override-1.d: New test.
2906 * testsuite/gas/mips/mips2@isa-override-1.d: New test.
2907 * testsuite/gas/mips/mips32@isa-override-1.d: New test.
2908 * testsuite/gas/mips/mips32r2@isa-override-1.d: New test.
2909 * testsuite/gas/mips/mips32r3@isa-override-1.d: New test.
2910 * testsuite/gas/mips/mips32r5@isa-override-1.d: New test.
2911 * testsuite/gas/mips/mips32r6@isa-override-1.d: New test.
2912 * testsuite/gas/mips/mips64r2@isa-override-1.d: New test.
2913 * testsuite/gas/mips/mips64r3@isa-override-1.d: New test.
2914 * testsuite/gas/mips/mips64r5@isa-override-1.d: New test.
2915 * testsuite/gas/mips/mips64r6@isa-override-1.d: New test.
2916 * testsuite/gas/mips/r3000@isa-override-1.d: New test.
2917 * testsuite/gas/mips/r3900@isa-override-1.d: New test.
2918 * testsuite/gas/mips/r5900@isa-override-1.d: New test.
2919 * testsuite/gas/mips/octeon@isa-override-1.d: New test.
2920 * testsuite/gas/mips/octeon3@isa-override-1.d: New test.
2921 * testsuite/gas/mips/isa-override-2.l: New list test.
2922 * testsuite/gas/mips/mips1@isa-override-2.l: New list test.
2923 * testsuite/gas/mips/mips2@isa-override-2.l: New list test.
2924 * testsuite/gas/mips/mips32@isa-override-2.l: New list test.
2925 * testsuite/gas/mips/mips32r2@isa-override-2.l: New list test.
2926 * testsuite/gas/mips/mips32r3@isa-override-2.l: New list test.
2927 * testsuite/gas/mips/mips32r5@isa-override-2.l: New list test.
2928 * testsuite/gas/mips/mips32r6@isa-override-2.l: New list test.
2929 * testsuite/gas/mips/r3000@isa-override-2.l: New list test.
2930 * testsuite/gas/mips/r3900@isa-override-2.l: New list test.
2931 * testsuite/gas/mips/octeon3@isa-override-2.l: New list test.
2932 * testsuite/gas/mips/octeon3@isa-override-1.l: New stderr
2934 * testsuite/gas/mips/isa-override-1.s: New test source.
2935 * testsuite/gas/mips/r5900@isa-override-1.s: New test source.
2936 * testsuite/gas/mips/isa-override-2.s: New test source.
2937 * testsuite/gas/mips/mips1@isa-override-2.s: New test source.
2938 * testsuite/gas/mips/mips2@isa-override-2.s: New test source.
2939 * testsuite/gas/mips/mips32@isa-override-2.s: New test source.
2940 * testsuite/gas/mips/mips32r2@isa-override-2.s: New test source.
2941 * testsuite/gas/mips/mips32r3@isa-override-2.s: New test source.
2942 * testsuite/gas/mips/mips32r5@isa-override-2.s: New test source.
2943 * testsuite/gas/mips/mips32r6@isa-override-2.s: New test source.
2944 * testsuite/gas/mips/r3000@isa-override-2.s: New test source.
2945 * testsuite/gas/mips/r3900@isa-override-2.s: New test source.
2946 * testsuite/gas/mips/octeon3@isa-override-2.s: New test source.
2947 * testsuite/gas/mips/mips.exp: Run the new tests.
2949 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2952 * config/tc-bfin.c: Likewise.
2953 * config/tc-ia64.c: Likewise.
2954 * config/tc-mep.c: Likewise.
2955 * config/tc-metag.c: Likewise.
2956 * config/tc-nios2.c: Likewise.
2957 * config/tc-rl78.c: Likewise.
2959 2016-04-20 Andrew Burgess <andrew.burgess@embecosm.com>
2961 * doc/c-arc.texi (ARC Options): Add nps400 to list of valus for
2962 -mcpu. Add cross reference to .cpu directive from -mcpu option.
2963 (ARC Directives): Add NPS400 to .cpu directive list.
2965 2016-04-20 Matthew Wahab <matthew.wahab@arm.com>
2967 * config/tc-aarch64.c (aarch64_features): Add "ras".
2968 * doc/c-aarch64.texi (AArch64 Extensions): Add "ras".
2969 * testsuite/gas/aarch64/armv8-ras-1.d: New.
2970 * testsuite/gas/aarch64/armv8-ras-1.s: New.
2971 * testsuite/gas/aarch64/illegal-ras-1.d: New.
2972 * testsuite/gas/aarch64/illegal-ras-1.s: New.
2974 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
2976 * testsuite/gas/arc/nps400-6.d: New file.
2977 * testsuite/gas/arc/nps400-6.s: New file.
2979 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
2981 * testsuite/gas/arc/nps400-4.d: New file.
2982 * testsuite/gas/arc/nps400-4.s: New file.
2983 * testsuite/gas/arc/nps400-5.d: New file.
2984 * testsuite/gas/arc/nps400-5.s: New file.
2986 2016-04-19 Martin Galvan <martin.galvan@tallertechnologies.com>
2988 * doc/as.texinfo (.cfi_remember_state, .cfi_restore_state): Improve
2991 2016-04-17 Andrew Burgess <andrew.burgess@embecosm.com>
2993 Revert prevous change.
2994 * config/tc-arc.c (arc_option): Make .cpu directive
2995 case-sensitive again.
2997 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
2999 * config/tc-arc.c (arc_option): Make .cpu directive
3002 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
3004 * config/tc-arc.c (arc_option): Allow NPS400 in .cpu directive.
3006 2016-04-15 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3008 * config/tc-mips.c (md_begin): Remove useless assignment.
3010 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
3012 * Makefile.in: Regenerated with automake 1.11.6.
3013 * aclocal.m4: Likewise.
3014 * doc/Makefile.in: Likewise.
3016 2016-04-15 Alan Modra <amodra@gmail.com>
3018 * config/tc-ppc.c (toc_reloc_types): Wrap in #ifdef OBJ_ELF
3020 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3022 * config/tc-nios2.c (nios2_as_options): Make file static.
3023 * config/tc-ppc.c (toc_reloc_ypes): Likewise.
3024 * config/tc-sparc.c (native_op_table): Likewise.
3026 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3028 * config/tc-m32c.c (M32C_Macros): Remove.
3029 * config/tc-msp430.c (option_numbers): Likewise.
3031 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3033 * testsuite/gas/arc/nps400-3.d: New file.
3034 * testsuite/gas/arc/nps400-3.s: New file.
3036 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3038 * testsuite/gas/arc/add_s-err.s: Update target pattern.
3039 * testsuite/gas/arc/warn.s: Likewise.
3040 * testsuite/gas/elf/elf.exp: Run test for arc.
3042 2016-04-14 Nick Clifton <nickc@redhat.com>
3045 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Allow for the string
3046 sections possibly having the SHF_STRINGS flag bit set.
3047 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
3049 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3051 * config/tc-arc.c (mach_type_specified_p): Change type to
3053 (arc_option): Set private flags when parsing cpu pseudo-op.
3054 (md_parse_option): Set mach_type_specified_p to TRUE.
3056 2016-04-13 Nick Clifton <nickc@redhat.com>
3059 * testsuite/gas/v850/pr19937.s: New test.
3060 * testsuite/gas/v850/pr19937.d: New test control file.
3061 * testsuite/gas/v850/basic.exp: Run the new test.
3063 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
3064 Andrew Bennett <andrew.bennett@imgtec.com>
3066 * config/tc-mips.c (relaxed_branch_length): Use the long
3067 sequence where the target is a weak symbol.
3068 (relaxed_micromips_32bit_branch_length): Likewise.
3069 (relaxed_micromips_16bit_branch_length): Likewise.
3070 * testsuite/gas/mips/branch-weak-1.d: New test.
3071 * testsuite/gas/mips/branch-weak-2.d: New test.
3072 * testsuite/gas/mips/branch-weak-3.d: New test.
3073 * testsuite/gas/mips/branch-weak-4.d: New test.
3074 * testsuite/gas/mips/branch-weak-5.d: New test.
3075 * testsuite/gas/mips/branch-weak.l: New stderr output.
3076 * testsuite/gas/mips/branch-weak.s: New test source.
3077 * testsuite/gas/mips/mips.exp: Run the new tests.
3079 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
3081 * config/tc-mips.c (relaxed_branch_length): Use the long
3082 sequence where the distance cannot be determined.
3083 (relaxed_micromips_32bit_branch_length): Likewise.
3084 * testsuite/gas/mips/branch-extern-1.d: New test.
3085 * testsuite/gas/mips/branch-extern-2.d: New test.
3086 * testsuite/gas/mips/branch-extern-3.d: New test.
3087 * testsuite/gas/mips/branch-extern-4.d: New test.
3088 * testsuite/gas/mips/branch-extern.l: New stderr output.
3089 * testsuite/gas/mips/branch-extern.s: New test source.
3090 * testsuite/gas/mips/branch-section-1.d: New test.
3091 * testsuite/gas/mips/branch-section-2.d: New test.
3092 * testsuite/gas/mips/branch-section-3.d: New test.
3093 * testsuite/gas/mips/branch-section-4.d: New test.
3094 * testsuite/gas/mips/branch-section.l: New stderr output.
3095 * testsuite/gas/mips/branch-section.s: New test source.
3096 * testsuite/gas/mips/mips.exp: Run the new tests.
3098 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3100 * testsuite/gas/arc/textauxregister.d: New file.
3101 * testsuite/gas/arc/textauxregister.s: Likewise.
3102 * testsuite/gas/arc/textcondcode.d: Likewise.
3103 * testsuite/gas/arc/textcondcode.s: Likewise.
3104 * testsuite/gas/arc/textcoreregister.d: Likewise.
3105 * testsuite/gas/arc/textcoreregister.s: Likewise.
3106 * testsuite/gas/arc/textpseudoop.d: Likewise.
3107 * testsuite/gas/arc/textpseudoop.s: Likewise.
3108 * testsuite/gas/arc/ld2.d: Update test.
3109 * testsuite/gas/arc/st.d: Likewise.
3110 * testsuite/gas/arc/taux.d: Likewise.
3111 * doc/c-arc.texi (ARC Directives): Add .extCondCode,
3112 .extCoreRegister and .extAuxRegister documentation.
3113 * config/tc-arc.c (arc_extcorereg): New function.
3114 (md_pseudo_table): Add .extCondCode, .extCoreRegister and
3115 .extAuxRegister pseudo-ops.
3116 (extRegister_t): New type.
3117 (ext_condcode, arc_aux_hash): New global variable.
3118 (find_opcode_match): Check for extensions.
3119 (preprocess_operands): Likewise.
3120 (md_begin): Add aux registers in a hash.
3121 (assemble_insn): Update use arc_flags member.
3122 (tokenize_extregister): New function.
3123 (create_extcore_section): Likewise.
3124 * config/tc-arc.h (arc_flags): Delete code, add flgp.
3126 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3128 * testsuite/gas/arc/noargs_a7.d: New file.
3129 * testsuite/gas/arc/noargs_a7.s: Likewise.
3130 * testsuite/gas/arc/noargs_hs.d: Likewise.
3131 * testsuite/gas/arc/noargs_hs.s: Likewise.
3133 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3135 * testsuite/gas/arc/textinsn-errors.d: New File.
3136 * testsuite/gas/arc/textinsn-errors.err: Likewise.
3137 * testsuite/gas/arc/textinsn-errors.s: Likewise.
3138 * testsuite/gas/arc/textinsn2op.d: Likewise.
3139 * testsuite/gas/arc/textinsn2op.s: Likewise.
3140 * testsuite/gas/arc/textinsn2op01.d: Likewise.
3141 * testsuite/gas/arc/textinsn2op01.s: Likewise.
3142 * testsuite/gas/arc/textinsn3op.d: Likewise.
3143 * testsuite/gas/arc/textinsn3op.s: Likewise.
3144 * doc/c-arc.texi (ARC Directives): Add .extInstruction
3146 * config/tc-arc.c (arcext_section): New variable.
3147 (arc_extinsn): New function.
3148 (md_pseudo_table): Add .extInstruction pseudo op.
3149 (attributes_t): New type.
3150 (suffixclass, syntaxclass, syntaxclassmod): New constant
3152 (find_opcode_match): Remove arc_num_opcodes.
3153 (md_begin): Likewise.
3154 (tokenize_extinsn): New function.
3155 (arc_set_ext_seg): Likewise.
3156 (create_extinst_section): Likewise.
3158 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3160 * config/tc-arc.c (preprocess_operands): Mark AUX symbol.
3161 (arc_adjust_symtab): New function.
3162 * config/tc-arc.h (ARC_FLAG_AUX): Define.
3163 (obj_adjust_symtab): Likewise.
3164 * testsuite/gas/arc/taux.d: New file.
3165 * testsuite/gas/arc/taux.s: Likewise.
3167 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3169 * config/tc-mips.c (s_option): Sanitize `.option picX'
3171 * testsuite/gas/mips/option-pic-1.d: New test.
3172 * testsuite/gas/mips/option-pic-2.l: New list test.
3173 * testsuite/gas/mips/option-pic-1.s: New test source.
3174 * testsuite/gas/mips/option-pic-2.s: New test source.
3175 * testsuite/gas/mips/mips.exp: Run the new tests.
3177 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3179 * config/tc-mips.c (s_option): Reject `.option picX' if VxWorks
3181 * testsuite/gas/mips/option-pic-vxworks-1.l: New list test.
3182 * testsuite/gas/mips/option-pic-vxworks-2.l: New list test.
3183 * testsuite/gas/mips/option-pic-vxworks-1.s: New test source.
3184 * testsuite/gas/mips/option-pic-vxworks-2.s: New test source.
3185 * testsuite/gas/mips/mips.exp: Run the new tests.
3187 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3189 * config/tc-mips.c (can_swap_branch_p): Correct call formatting.
3191 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3193 * messages.c (as_bad): Fix a typo in description.
3195 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3197 * config/tc-mips.c (mips_check_options): Unify messages.
3199 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3201 * config/tc-mips.c (mips_check_options): Use `opts->isa'
3204 2016-04-08 Nick Clifton <nickc@redhat.com>
3207 * testsuite/gas/sparc/pr19910-1.d: Adjust regexps to work with
3208 COFF and AOUT sparc targets.
3210 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3212 * config/tc-arc.h (MAX_FLAG_NAME_LENGTH): Increase to 7.
3213 * testsuite/gas/arc/nps400-2.d: New file.
3214 * testsuite/gas/arc/nps400-2.s: New file.
3216 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3218 * config/tc-arc.c (struct arc_opcode_hash_entry_iterator): New
3220 (arc_opcode_hash_entry_iterator_init): New function.
3221 (arc_opcode_hash_entry_iterator_next): New function.
3222 (find_opcode_match): Iterate over all arc_opcode entries
3223 referenced by the arc_opcode_hash_entry passed in as a parameter.
3225 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3227 * config/tc-arc.c (arc_find_opcode): Now returns
3228 arc_opcode_hash_entry pointer.
3229 (find_opcode_match): Update argument type, extract arc_opcode from
3230 incoming arc_opcode_hash_entry.
3231 (find_special_case_pseudo): Update return type.
3232 (find_special_case_flag): Update return type.
3233 (find_special_case): Update return type.
3234 (assemble_tokens): Lookup arc_opcode_hash_entry based on
3235 instruction mnemonic, then use find_opcode_match to identify
3236 specific arc_opcode.
3238 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3240 * config/tc-arc.c (struct arc_opcode_hash_entry): New structure.
3241 (arc_find_opcode): New function.
3242 (find_special_case_pseudo): Use arc_find_opcode.
3243 (find_special_case_flag): Likewise.
3244 (assemble_tokens): Likewise.
3245 (md_begin): Build hash using struct arc_opcode_hash_entry.
3247 2016-04-07 Claudiu Zissulescu <claziss@synopsys.com>
3249 * config/tc-arc.c (arc_option): Prepare string for automatic
3251 (declare_register): Likewise.
3253 2016-04-06 James Greenhalgh <james.greenhalgh@arm.com>
3255 * doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
3256 Correct entry for RDMA. Alpha sort entries.
3258 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3260 * config/tc-arc.c (tokenize_flags): Allow greater range of
3261 characters into flag names.
3263 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3265 * config/tc-arc.c (find_opcode_match): Handle O_symbol case, add
3267 (preprocess_operands): Delete.
3268 (assemble_tokens): Remove call to preprocess_operands.
3270 2016-04-07 Nick Clifton <nickc@redhat.com>
3273 * config/tc-sparc.c (sparc_ip): Report an error if the expression
3274 inside a %-macro could not be fully parsed.
3275 * expr.c (integer_constant): Accept and ignore U suffixes to
3277 (operand): When a missing closing parenthesis is encountered,
3278 report the character that was found instead.
3279 * testsuite/gas/mips/tls-ill.l: Update expected error message.
3280 * testsuite/gas/sparc/pr19910-1.d: New test driver.
3281 * testsuite/gas/sparc/pr19910-1.s: New test.
3282 * testsuite/gas/sparc/pr19910-2.l: Expected error output.
3283 * testsuite/gas/sparc/pr19910-2.s: New test.
3284 * testsuite/gas/sparc/sparc.exp: Run the new tests.
3286 2016-04-06 Nick Clifton <nickc@redhat.com>
3288 * config/tc-msp430.c (msp430_operands): Check for a NOP preceding
3289 an EINT instruction. Warn/fix as necessary.
3290 * testsuite/gas/msp430/bad.s: Add test of EINT without preceding NOP.
3291 * testsuite/gas/msp430/bad.l: Update expected messages.
3293 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
3295 * testsuite/gas/arc/nps400-1.d: Update expected results.
3296 * testsuite/gas/arc/nps400-1.s: Additional test cases.
3298 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
3300 * config/tc-arc.c (is_code_density_p): Compare directly the
3302 (is_spfp_p, is_dpfp_p, is_spfp_p): Define.
3303 (check_cpu_feature): New function.
3304 (find_opcode_match): Use check_cpu_feature function.
3305 (preprocess_operands): Likewise.
3306 (md_parse_option): Use mfpuda, mdpfp, mspfp options.
3307 * testsuite/gas/arc/tdpfp.d: New file.
3308 * testsuite/gas/arc/tfpuda.d: Likewise.
3309 * testsuite/gas/arc/tfpx.s: Likewise.
3311 2016-04-05 Jiong Wang <jiong.wang@arm.com>
3313 * config/tc-arm.c (do_neon_mac_maybe_scalar): Allow F16.
3314 * testsuite/gas/arm/armv8-2-fp16-simd.s: New tests.
3315 * testsuite/gas/arm/armv8-2-fp16-simd.d: New expected results.
3316 * testsuite/gas/arm/armv8-2-fp16-simd-thum.d: Likewise for Thumb.
3317 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New warning results.
3318 * testsuite/gas/arm/simd_by_scalar_low_regbank.s: New test source.
3319 * testsuite/gas/arm/simd_by_scalar_low_regbank.d: New testcase.
3320 * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d: Likewise
3322 * testsuite/gas/arm/simd_by_scalar_low_regbank.l: New warning results.
3324 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
3326 * config/tc-arc.c (assemble_insn): Prohibit pc-rel relocations for
3327 JUMP instructions type.
3328 * testsuite/gas/arc/relocs-errors.d: New file.
3329 * testsuite/gas/arc/relocs-errors.err: Likewise.
3330 * testsuite/gas/arc/relocs-errors.s: Likewise.
3332 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
3335 * config/tc-i386.c (check_VecOperands): Try vec_disp8 encoding
3336 only if i.disp_encoding != disp_encoding_32bit.
3337 * gas/testsuite/gas/i386/disp32.s: Add tests for vmovdqu64.d32.
3338 * gas/testsuite/gas/i386/x86-64-disp32.s: Likewise.
3339 * gas/testsuite/gas/i386/disp32.d: Updated.
3340 * gas/testsuite/gas/i386/x86-64-disp32.d: Likewise.
3342 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
3345 * testsuite/gas/i386/i386.exp: Run pr19498.
3346 * testsuite/gas/i386/pr19498.d: New file.
3347 * testsuite/gas/i386/pr19498.s: Likewise.
3349 2016-04-04 Andrew Burgess <andrew.burgess@embecosm.com>
3351 * config/tc-arc.h: Include 'opcode/arc.h'.
3352 (MAX_INSN_ARGS): Delete.
3353 (MAX_INSN_FLGS): Delete.
3355 2016-04-04 Alan Modra <amodra@gmail.com>
3358 * symbols.c (resolve_symbol_value): Clear sy_resolving on exit
3359 from function on all paths that set sy_resolving.
3361 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3363 * app.c (app_push): use XNEW macro.
3365 * config/obj-elf.c (obj_elf_change_section): Likewise.
3366 (elf_copy_symbol_attributes): Likewise.
3367 (obj_elf_size): Likewise.
3368 (build_group_lists): Likewise.
3369 * config/tc-aarch64.c (add_operand_error_record): Likewise.
3370 (md_assemble): Likewise.
3371 (tc_gen_reloc): Likewise.
3372 (get_upper_str): Likewise.
3373 (aarch64_parse_features): Likewise.
3374 * config/tc-arm.c (insert_reg_alias): Likewise.
3375 (insert_neon_reg_alias): Likewise.
3376 (find_or_make_literal_pool): Likewise.
3377 (s_arm_elf_cons): Likewise.
3378 (add_unwind_opcode): Likewise.
3379 (arm_parse_extension): Likewise.
3380 * config/tc-avr.c (create_record_for_frag): Likewise.
3381 * config/tc-crx.c: Likewise.
3382 * config/tc-d30v.c: Likewise.
3383 * config/tc-dlx.c (s_proc): Likewise.
3384 * config/tc-ft32.c: Likewise.
3385 * config/tc-h8300.c: Likewise.
3386 * config/tc-hppa.c (pa_proc): Likewise.
3387 (create_new_space): Likewise.
3388 (create_new_subspace): Likewise.
3389 * config/tc-i860.c: Likewise.
3390 * config/tc-i960.c: Likewise.
3391 * config/tc-ia64.c: Likewise.
3392 * config/tc-iq2000.c (iq2000_add_macro): Likewise.
3393 (iq2000_record_hi16): Likewise.
3394 * config/tc-m32c.c (m32c_indirect_operand): Likewise.
3395 * config/tc-m32r.c (debug_sym): Likewise.
3396 (m32r_record_hi16): Likewise.
3397 * config/tc-m68k.c (m68k_ip): Likewise.
3398 (md_begin): Likewise.
3399 * config/tc-mcore.c: Likewise.
3400 * config/tc-microblaze.c (check_got): Likewise.
3401 * config/tc-mips.c (append_insn): Likewise.
3402 (s_mipsset): Likewise.
3403 (mips_record_label): Likewise.
3404 (s_mips_end): Likewise.
3405 * config/tc-mmix.c (mmix_frob_file): Likewise.
3406 * config/tc-mn10200.c: Likewise.
3407 * config/tc-mn10300.c: Likewise.
3408 * config/tc-moxie.c: Likewise.
3409 * config/tc-msp430.c: Likewise.
3410 * config/tc-nds32.c (nds32_elf_save_pseudo_pattern): Likewise.
3411 * config/tc-ns32k.c: Likewise.
3412 * config/tc-or1k.c: Likewise.
3413 * config/tc-pdp11.c: Likewise.
3414 * config/tc-pj.c (fake_opcode): Likewise.
3415 * config/tc-ppc.c (ppc_apuinfo_section_add): Likewise.
3416 (ppc_macro): Likewise.
3417 (ppc_dwsect): Likewise.
3418 (ppc_machine): Likewise.
3419 * config/tc-rl78.c (rl78_frag_init): Likewise.
3420 * config/tc-rx.c (rx_frag_init): Likewise.
3421 * config/tc-s390.c (s390_lit_suffix): Likewise.
3422 (s390_machine): Likewise.
3423 (s390_machinemode): Likewise.
3424 * config/tc-score.c (s3_insert_reg): Likewise.
3425 (s3_gen_reloc): Likewise.
3426 * config/tc-score7.c (s7_insert_reg): Likewise.
3427 (s7_gen_reloc): Likewise.
3428 * config/tc-tic30.c (tic30_operand): Likewise.
3429 * config/tc-tic4x.c (tic4x_inst_make): Likewise.
3430 * config/tc-tic54x.c (stag_add_field): Likewise.
3431 (tic54x_struct): Likewise.
3432 (tic54x_space): Likewise.
3433 (tic54x_field): Likewise.
3434 (tic54x_mlib): Likewise.
3435 (subsym_substitute): Likewise.
3436 * config/tc-tic6x.c (tic6x_frob_label): Likewise.
3437 * config/tc-vax.c: Likewise.
3438 * config/tc-xc16x.c: Likewise.
3439 * config/tc-xtensa.c (xtensa_add_insn_label): Likewise.
3440 (directive_push): Likewise.
3441 (xtensa_begin_directive): Likewise.
3442 (tokenize_arguments): Likewise.
3443 (xtensa_add_literal_sym): Likewise.
3444 (new_resource_table): Likewise.
3445 (resize_resource_table): Likewise.
3446 (emit_single_op): Likewise.
3447 (xtensa_create_trampoline_frag): Likewise.
3448 (xtensa_maybe_create_literal_pool_frag): Likewise.
3449 (xtensa_add_config_info): Likewise.
3450 (xtensa_realloc_fixup_cache): Likewise.
3451 (add_subseg_info): Likewise.
3452 (cache_literal_section): Likewise.
3453 (add_xt_block_frags): Likewise.
3454 (add_xt_prop_frags): Likewise.
3455 (init_op_placement_info_table): Likewise.
3456 (build_section_rename): Likewise.
3457 * config/tc-z80.c: Likewise.
3458 * config/tc-z8k.c: Likewise.
3459 * depend.c (register_dependency): Likewise.
3460 * dwarf2dbg.c (get_line_subseg): Likewise.
3461 (dwarf2_gen_line_info_1): Likewise.
3462 (get_filenum): Likewise.
3463 * ecoff.c (allocate_scope): Likewise.
3464 (allocate_vlinks): Likewise.
3465 (allocate_shash): Likewise.
3466 (allocate_thash): Likewise.
3467 (allocate_tag): Likewise.
3468 (allocate_forward): Likewise.
3469 (allocate_thead): Likewise.
3470 (allocate_lineno_list): Likewise.
3471 * expr.c (make_expr_symbol): Likewise.
3472 * hash.c (hash_new_sized): Likewise.
3473 * input-file.c (input_file_push): Likewise.
3474 * listing.c (file_info): Likewise.
3475 (listing_newline): Likewise.
3476 * macro.c (new_formal): Likewise.
3477 (define_macro): Likewise.
3478 * remap.c (add_debug_prefix_map): Likewise.
3479 * symbols.c (symbol_find_noref): Likewise.
3480 (define_dollar_label): Likewise.
3481 (fb_label_instance_inc): Likewise.
3482 (symbol_relc_make_value): Likewise.
3484 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3486 * config/obj-elf.c (obj_elf_vendor_attribute): Use xstrdup.
3487 * config/tc-ppc.c (ppc_frob_file_before_adjust): Likewise.
3488 (ppc_znop): Likewise.
3489 (ppc_pe_section): Likewise.
3490 (ppc_frob_symbol): Likewise.
3491 * config/tc-tic30.c (tic30_operand): Likewise.
3492 * config/tc-tic4x.c (tic4x_sect): Likewise.
3493 (tic4x_usect): Likewise.
3495 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3497 * config/tc-alpha.c: Const qualify FLT_CHARS.
3498 * config/atof-ieee.c: Remove declarations of FLT_CHARS and EXP_CHARS.
3499 * config/tc-cris.h: Likewise.
3501 * config/tc-mmix.c (md_atof): Adjust comment.
3502 * config/tc-mmix.h: Stop defining FLT_CHARS and EXP_CHARS as macros.
3503 * tc.h: Declare FLT_CHARS and EXP_CHARS.
3505 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3507 * config/tc-score.c (s3_gen_reloc): Add const qualifiers.
3508 * config/tc-score7.c (s7_gen_reloc): Likewise.
3510 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3512 * config/tc-arm.c (do_t_branch): Change the type of reloc to
3513 bfd_reloc_code_real_type.
3515 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3517 * config/bfin-parse.y (current_inputline): Remove definition.
3518 * config/tc-bfin.c (md_assemble): Simplify use of current_inputline.
3520 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3522 * config/tc-avr.c (md_parse_option): Use strcasecmp () to compare
3525 2016-04-02 Alan Modra <amodra@gmail.com>
3528 * read.c (assign_symbol): Consume rest of line after an error
3529 rather than continuing to process the line.
3531 2016-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3533 * config/tc-arc.h (MAX_FLAG_NAME_LENGHT): Rename to...
3534 (MAX_FLAG_NAME_LENGTH): ...this.
3535 (struct arc_flags): Update to use MAX_FLAG_NAME_LENGTH.
3536 * config/tc-arc.c (tokenize_flags): Likewise.
3538 2016-04-01 Alan Modra <amodra@gmail.com>
3540 * cgen.c (weak_operand_overflow_check): Return const char*.
3541 * messages.c (as_internal_value_out_of_range): Formatting.
3542 (as_warn_value_out_of_range): Consify prefix param.
3543 (as_bad_value_out_of_range): Likewise.
3544 * read.c (s_errwarn): Constify msg..
3545 (s_float_space, float_cons): ..and err.
3546 * as.h (as_warn_value_out_of_range, as_bad_value_out_of_range,
3547 ieee_md_atof, vax_md_atof): Update prototypes.
3548 * tc.h (md_atof): Update prototype.
3549 * config/atof-ieee.c (ieee_md_atof): Return const char*.
3550 * config/atof-vax.c (vax_md_atof): Likewise.
3551 * config/obj-elf.c (obj_elf_parse_section_letters): Constify bad_msg.
3552 * config/tc-aarch64.c (md_atof): Return const char*.
3553 * config/tc-alpha.c (s_alpha_section_name): Likewise.
3554 (s_alpha_comm): Constify sec_name.
3555 (section_name): Constify.
3556 (s_alpha_section): Consify name..
3557 (alpha_elf_section_letter): ..and ptr_msg param..
3558 (md_atof): ..and return.
3559 * config/tc-alpha.h (alpha_elf_section_letter): Update prototype.
3560 * config/tc-arc.c (md_atof): Return const char*.
3561 * config/tc-arm.c (md_atof): Likewise.
3562 * config/tc-avr.c (md_atof): Likewise.
3563 * config/tc-bfin.c (md_atof): Likewise.
3564 * config/tc-cr16.c (md_atof): Likewise.
3565 * config/tc-cris.c (md_atof): Likewise.
3566 * config/tc-crx.c (md_atof): Likewise.
3567 * config/tc-d10v.c (md_atof): Likewise.
3568 * config/tc-d30v.c (md_atof): Likewise.
3569 * config/tc-dlx.c (md_atof): Likewise.
3570 * config/tc-epiphany.c (md_atof): Likewise.
3571 * config/tc-fr30.c (md_atof): Likewise.
3572 * config/tc-frv.c (md_atof): Likewise.
3573 * config/tc-ft32.c (md_atof): Likewise.
3574 * config/tc-h8300.c (md_atof): Likewise.
3575 * config/tc-hppa.c (struct default_subspace_dict): Constify name.
3576 (struct default_space_dict): Likewise.
3577 (create_new_space): Constify name param.
3578 (create_new_subspace): Likewise.
3579 (is_defined_space, is_defined_subspace): Likewise.
3580 (pa_parse_space_stmt): Constify space_name param.
3581 (md_atof): Return const char*.
3582 (pa_spaces_begin): Constify name.
3583 * config/tc-i370.c (md_atof): Return const char*.
3584 * config/tc-i386.c (md_atof): Likewise.
3585 (x86_64_section_letter): Constify ptr_msg param.
3586 * config/tc-i386.h (x86_64_section_letter): Update prototype.
3587 * config/tc-i860.c (struct i860_it): Constify error.
3588 (md_atof): Return const char*.
3589 * config/tc-i960.c (md_atof): Likewise.
3590 * config/tc-ia64.c (md_atof): Likewise.
3591 (ia64_elf_section_letter): Constify ptr_msg param.
3592 * config/tc-ia64.h (ia64_elf_section_letter): Update prototype.
3593 * config/tc-ip2k.c (md_atof): Return const char*.
3594 * config/tc-iq2000.c (md_atof): Likewise.
3595 * config/tc-lm32.c (md_atof): Likewise.
3596 * config/tc-m32c.c (md_atof): Likewise.
3597 * config/tc-m32r.c (md_atof): Likewise.
3598 * config/tc-m68hc11.c (md_atof): Likewise.
3599 * config/tc-m68k.c (md_atof): Likewise.
3600 * config/tc-mcore.c (md_atof): Likewise.
3601 * config/tc-mep.c (md_atof): Likewise.
3602 (mep_elf_section_letter): Constify ptr_msg param.
3603 * config/tc-mep.h (mep_elf_section_letter): Update prototype.
3604 * config/tc-metag.c (md_atof): Return const char*.
3605 * config/tc-microblaze.c (md_atof): Likewise.
3606 * config/tc-microblaze.h (md_atof): Delete prototype.
3607 * config/tc-mips.c (mips_parse_argument_token): Constify err.
3608 (md_atof): Return const char*.
3609 * config/tc-mmix.c (md_atof): Likewise.
3610 * config/tc-mn10200.c (md_atof): Likewise.
3611 * config/tc-mn10300.c (md_atof): Likewise.
3612 * config/tc-moxie.c (md_atof): Likewise.
3613 * config/tc-msp430.c (md_atof): Likewise.
3614 * config/tc-mt.c (md_atof): Likewise.
3615 * config/tc-nds32.c (md_atof): Likewise.
3616 * config/tc-nios2.c (md_atof): Likewise.
3617 (nios2_elf_section_letter): Constify ptr_msg param.
3618 * config/tc-nios2.h (nios2_elf_section_letter): Update prototype.
3619 * config/tc-ns32k.c (md_atof): Return const char*.
3620 * config/tc-or1k.c (md_atof): Likewise.
3621 * config/tc-pdp11.c (struct pdp11_code): Constify error.
3622 (md_atof): Return const char*.
3623 * config/tc-pj.c (md_atof): Likewise.
3624 * config/tc-ppc.c (md_atof): Likewise.
3625 * config/tc-rl78.c (md_atof): Likewise.
3626 * config/tc-rx.c (md_atof): Likewise.
3627 * config/tc-s390.c (md_atof): Likewise.
3628 * config/tc-score.c (s3_atof, md_atof): Likewise.
3629 * config/tc-sh.c (md_atof): Likewise.
3630 * config/tc-sparc.c (struct sparc_it): Constify error.
3631 (md_atof): Return const char*.
3632 * config/tc-spu.c (md_atof): Likewise.
3633 * config/tc-tic30.c (md_atof): Likewise.
3634 * config/tc-tic4x.c (md_atof): Likewise.
3635 * config/tc-tic54x.c (md_atof): Likewise.
3636 * config/tc-tic6x.c (md_atof): Likewise.
3637 * config/tc-tilegx.c (md_atof): Likewise.
3638 * config/tc-tilepro.c (md_atof): Likewise.
3639 * config/tc-v850.c (parse_register_list, md_atof): Likewise.
3640 * config/tc-vax.c (md_atof): Likewise.
3641 * config/tc-visium.c (md_atof): Likewise.
3642 * config/tc-xc16x.c (md_atof): Likewise.
3643 * config/tc-xgate.c (md_atof): Likewise.
3644 * config/tc-xstormy16.c (md_atof): Likewise.
3645 * config/tc-xtensa.c (md_atof): Likewise.
3646 * config/tc-z80.c (md_atof): Likewise.
3647 * config/tc-z8k.c (md_atof): Likewise.
3649 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3651 * config/tc-xtensa.c (struct rename_section_struct): Make old_name
3653 (xtensa_section_rename): Make argument type const char *.
3654 * config/tc-xtensa.h (xtensa_section_rename): Adjust.
3656 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3658 * config/tc-i960.c (parse_ldconst): Cast to char * when assigning to
3661 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3663 * config/tc-m32c.c (m32c_md_end): cast the argument to md_assemble to
3665 (m32c_indirect_operand): Likewise.
3666 * config/tc-nds32.c (do_pseudo_b): Likewise.
3667 (do_pseudo_bal): Likewise.
3668 (do_pseudo_ls_bhw): Likewise.
3670 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3672 * as.c (parse_args): Cast literal to char * when assigning to optarg.
3674 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3676 * config/tc-ia64.c (md_assemble): Add temporary variable to pass to
3678 * config/tc-sparc.c (s_register): Cast a literal to char * in
3681 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3683 * config/tc-i960.c (parse_expr): Cast to char * when assigning to
3685 * config/tc-m32r.c (expand_debug_syms): Likewise.
3686 * config/tc-msp430.c (msp430_dstoperand): Likewise.
3687 * config/tc-z80.c (md_begin): Likewise.
3688 * stabs.c (stabs_generate_asm_func): Likewise.
3690 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3692 * cgen.c: Modernize the way functions declare arguments.
3693 * config/tc-bfin.c: Likewise.
3694 * config/tc-pdp11.c: Likewise.
3695 * literal.c: Likewise.
3697 * stabs.c: Likewise.
3699 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3701 * config/tc-aarch64.c (aarch64_handle_align): Make the type of some
3702 variables unsigned char[].
3703 * config/tc-alpha.c (alpha_handle_align): Likewise.
3704 * config/tc-arm.c (arm_handle_align): Likewise.
3705 * config/tc-z80.c: Likewise.
3707 2016-03-30 Nick Clifton <nickc@redhat.com>
3710 * config/tc-arm.c (do_t_push_pop): Cast bitmask to unsigned before
3713 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
3715 * testsuite/gas/all/gas.exp: Don't xfail on ARC.
3716 * testsuite/gas/elf/elf.exp: Likewise.
3717 * testsuite/gas/all/redef3.d: Allow execution for ARC.
3719 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
3721 * testsuite/gas/arc/warn.exp: Fix matching pattern.
3723 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
3725 * testsuite/gas/arc/ext2op.d: New file.
3726 * testsuite/gas/arc/ext2op.s: Likewise.
3727 * testsuite/gas/arc/ext3op.d: Likewise.
3728 * testsuite/gas/arc/ext3op.s: Likewise.
3730 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3732 * config/tc-aarch64.c (struct aarch64_long_option_table): Ad const
3734 * config/tc-alpha.c (md_parse_option): Likewise.
3735 * config/tc-arc.c (md_parse_option): Likewise.
3736 * config/tc-arm.c (struct arm_long_option_table): Likewise.
3737 (md_parse_option): Likewise.
3738 * config/tc-avr.c (md_parse_option): Likewise.
3739 * config/tc-bfin.c (md_parse_option): Likewise.
3740 * config/tc-cr16.c (md_parse_option): Likewise.
3741 * config/tc-cris.c (s_cris_arch): Likewise.
3742 (md_parse_option): Likewise.
3743 * config/tc-crx.c (md_parse_option): Likewise.
3744 * config/tc-d10v.c (md_parse_option): Likewise.
3745 * config/tc-d30v.c (md_parse_option): Likewise.
3746 * config/tc-dlx.c (md_parse_option): Likewise.
3747 * config/tc-epiphany.c (md_parse_option): Likewise.
3748 * config/tc-fr30.c (md_parse_option): Likewise.
3749 * config/tc-frv.c (md_parse_option): Likewise.
3750 * config/tc-ft32.c (md_parse_option): Likewise.
3751 * config/tc-h8300.c (md_parse_option): Likewise.
3752 * config/tc-hppa.c (md_parse_option): Likewise.
3753 * config/tc-i370.c (md_parse_option): Likewise.
3754 * config/tc-i386.c (md_parse_option): Likewise.
3755 * config/tc-i860.c (md_parse_option): Likewise.
3756 * config/tc-i960.c (md_parse_option): Likewise.
3757 * config/tc-ia64.c (md_parse_option): Likewise.
3758 * config/tc-ip2k.c (md_parse_option): Likewise.
3759 * config/tc-iq2000.c (md_parse_option): Likewise.
3760 * config/tc-lm32.c (md_parse_option): Likewise.
3761 * config/tc-m32c.c (md_parse_option): Likewise.
3762 * config/tc-m32r.c (md_parse_option): Likewise.
3763 * config/tc-m68hc11.c (md_parse_option): Likewise.
3764 * config/tc-m68k.c (md_parse_option): Likewise.
3765 * config/tc-mcore.c (md_parse_option): Likewise.
3766 * config/tc-mep.c (md_parse_option): Likewise.
3767 * config/tc-metag.c (struct metag_long_option): Likewise.
3768 (md_parse_option): Likewise.
3769 * config/tc-microblaze.c (md_parse_option): Likewise.
3770 * config/tc-microblaze.h (md_parse_option): Remove prototype.
3771 * config/tc-mips.c (md_parse_option): Adjust.
3772 * config/tc-mmix.c (md_parse_option): Likewise.
3773 * config/tc-mn10200.c (md_parse_option): Likewise.
3774 * config/tc-mn10300.c (md_parse_option): Likewise.
3775 * config/tc-moxie.c (md_parse_option): Likewise.
3776 * config/tc-msp430.c (md_parse_option): Likewise.
3777 * config/tc-mt.c (md_parse_option): Likewise.
3778 * config/tc-nds32.c (md_parse_option): Likewise.
3779 * config/tc-nds32.h (nds32_parse_option): Likewise.
3780 * config/tc-nios2.c (md_parse_option): Likewise.
3781 * config/tc-ns32k.c (md_parse_option): Likewise.
3782 * config/tc-or1k.c (md_parse_option): Likewise.
3783 * config/tc-pdp11.c (md_parse_option): Likewise.
3784 * config/tc-pj.c (md_parse_option): Likewise.
3785 * config/tc-ppc.c (md_parse_option): Likewise.
3786 * config/tc-rl78.c (md_parse_option): Likewise.
3787 * config/tc-rx.c (md_parse_option): Likewise.
3788 * config/tc-s390.c (s390_parse_cpu): Likewise.
3789 * config/tc-score.c (md_parse_option): Likewise.
3790 * config/tc-sh.c (md_parse_option): Likewise.
3791 * config/tc-sparc.c (md_parse_option): Likewise.
3792 * config/tc-spu.c (md_parse_option): Likewise.
3793 * config/tc-tic30.c (md_parse_option): Likewise.
3794 * config/tc-tic4x.c (md_parse_option): Likewise.
3795 * config/tc-tic54x.c (md_parse_option): Likewise.
3796 * config/tc-tic6x.c (md_parse_option): Likewise.
3797 * config/tc-tilegx.c (md_parse_option): Likewise.
3798 * config/tc-tilepro.c (md_parse_option): Likewise.
3799 * config/tc-v850.c (md_parse_option): Likewise.
3800 * config/tc-vax.c (md_parse_option): Likewise.
3801 * config/tc-visium.c (struct visium_long_option_table): Likewise.
3802 * config/tc-xc16x.c (md_parse_option): Likewise.
3803 * config/tc-xgate.c (md_parse_option): Likewise.
3804 * config/tc-xstormy16.c (md_parse_option): Likewise.
3805 * config/tc-xtensa.c (md_parse_option): Likewise.
3806 * config/tc-z80.c (md_parse_option): Likewise.
3807 * config/tc-z8k.c (md_parse_option): Likewise.
3808 * tc.h (md_parse_option): Likewise.
3810 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3812 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
3813 * config/tc-hppa.c (fix_new_hppa): Likewise.
3814 (pa_vtable_entry): Likewise.
3815 (pa_vtable_inherit): Likewise.
3816 * config/tc-m68k.c (md_begin): Likewise.
3818 2016-03-28 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3820 * config/obj-elf.c (obj_elf_section_name): Return const char *.
3821 * config/obj-elf.h (obj_elf_section_name): Adjust.
3822 * config/tc-aarch64.c (aarch64_parse_features): Likewise.
3823 (aarch64_parse_cpu): Likewise.
3824 (aarch64_parse_arch): Likewise.
3825 * config/tc-arm.c (arm_parse_extension): Likewise.
3826 (arm_parse_cpu): Likewise.
3827 (arm_parse_arch): Likewise.
3828 * config/tc-nds32.c: Likewise.
3829 * config/xtensa-relax.c (parse_special_fn): Likewise.
3830 * stabs.c (generate_asm_file): Likewise.
3832 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3834 * config/tc-cr16.c (cr16_assemble): New function.
3835 (md_assemble): Call cr16_assemble.
3837 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3839 * as.c (parse_args): Adjust.
3840 * as.h (flag_size_check): Rename to flag_allow_nonconst_size.
3841 * config/obj-elf.c (elf_frob_symbol): Adjust.
3843 2016-03-24 Jose E. Marchesi <jose.marchesi@oracle.com>
3845 * config/tc-sparc.c (sparc_ip): Remove the V9 restriction on ASR
3846 registers to be in the 16..31 range.
3848 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3850 * config/tc-microblaze.c (md_assemble): Cast opc to char * when calling
3853 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3855 * config/tc-visium.c (md_atof): Localize the string returned on
3858 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3860 * config/tc-h8300.c (h8300_elf_section): Add const qualifiers.
3861 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
3862 * config/tc-m68hc11.c (md_begin): Likewise.
3863 (print_opcode_list): Likewise.
3864 * config/tc-msp430.c (msp430_section): Likewise.
3865 * config/tc-score.c (struct s3_insn_to_dependency): Likewise.
3866 (s3_build_dependency_insn_hsh): Likewise.
3867 * config/tc-score7.c (struct s7_insn_to_dependency): Likewise.
3868 (s7_build_dependency_insn_hsh): Likewise.
3869 * config/tc-tic4x.c: Likewise.
3870 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
3871 (subsym_get_arg): Likewise.
3872 * config/tc-xtensa.c (struct suffix_reloc_map): Likewise.
3873 (get_directive): Likewise.
3874 (cache_literal_section): Likewise.
3875 * config/xtensa-relax.c: Likewise.
3876 * symbols.c (symbol_create): Likewise.
3877 (local_symbol_make): Likewise.
3878 (symbol_relc_make_expr): Likewise.
3880 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3882 * config/tc-pdp11.c (md_assemble): Remove useless if and assignment to
3885 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3887 * config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
3890 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3892 * config/tc-ia64.c (ia64_do_align): Remove.
3893 (ia64_cons_align): Call do_align () directly.
3894 (dot_proc): Likewise.
3895 (stmt_float_cons): Likewise.
3897 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3899 * listing.c (listing_message): Use XNEW style allocation macros.
3900 * read.c (read_a_source_file): Likewise.
3901 (read_symbol_name): Likewise.
3902 (s_mri_common): Likewise.
3903 (assign_symbol): Likewise.
3904 (s_reloc): Likewise.
3905 (emit_expr_with_reloc): Likewise.
3906 (s_incbin): Likewise.
3907 (s_include): Likewise.
3908 * sb.c (sb_build): Likewise.
3909 (sb_check): Likewise.
3911 2016-03-22 Alan Modra <amodra@gmail.com>
3913 * write.c (record_alignment): Revert 2016-02-18 change.
3915 2016-03-22 Alan Modra <amodra@gmail.com>
3917 * config/tc-alpha.c (load_expression): Replace alloca with xmalloc.
3918 (emit_jsrjmp, tc_gen_reloc): Likewise.
3919 * config/tc-i370.c (i370_macro): Likewise.
3921 2016-03-22 Nick Clifton <nickc@redhat.com>
3923 * configure: Regenerate.
3925 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3927 * testsuite/gas/arc/nps400-0.d: New file.
3928 * testsuite/gas/arc/nps400-0.s: New file.
3929 * testsuite/gas/arc/nps400-1.d: New file.
3930 * testsuite/gas/arc/nps400-1.s: New file.
3932 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3934 * config/tc-arc.c (find_opcode_match): Move lnflg, and i
3935 declarations to start of block. Reset code on all flags before
3936 attempting to match them. Handle multiple hits on the same flag.
3938 * testsuite/gas/arc/asm-errors.d: New file.
3939 * testsuite/gas/arc/asm-errors.err: New file.
3940 * testsuite/gas/arc/asm-errors.s: New file.
3942 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3944 * config/tc-arc.c (cpu_types): Add nps400 entry.
3945 (check_zol): Handle nps400.
3947 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3949 * config/tc-arc.c (arc_select_cpu): Remove use of
3952 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3954 * config/tc-arc.c (arc_target): Delay initialisation until
3956 (arc_target_name): Likewise.
3957 (arc_features): Likewise.
3958 (arc_mach_type): Likewise.
3959 (cpu_types): Remove "all" entry.
3960 (arc_select_cpu): New function, most of the content is from...
3961 (md_parse_option): ... here. Call new arc_select_cpu.
3962 (md_begin): Call arc_select_cpu if needed, default is now arc700.
3964 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3966 * testsuite/gas/arc/inline-data-1.d: Add target restriction.
3967 * testsuite/gas/arc/inline-data-2.d: New file.
3969 2016-03-21 Nick Clifton <nickc@redhat.com>
3971 * atof-generic.c: Replace use of alloca with call to xmalloc.
3973 * dwarf2dbg.c: Likewise.
3974 * macro.c: Likewise.
3975 * remap.c: Likewise.
3976 * stabs.c: Likewise.
3977 * symbols.c: Likewise.
3978 * config/obj-elf.c: Likewise.
3979 * config/tc-aarch64.c: Likewise.
3980 * config/tc-arc.c: Likewise.
3981 * config/tc-arm.c: Likewise.
3982 * config/tc-avr.c: Likewise.
3983 * config/tc-ia64.c: Likewise.
3984 * config/tc-mips.c: Likewise.
3985 * config/tc-msp430.c: Likewise.
3986 * config/tc-nds32.c: Likewise.
3987 * config/tc-ppc.c: Likewise.
3988 * config/tc-sh.c: Likewise.
3989 * config/tc-tic30.c: Likewise.
3990 * config/tc-tic54x.c: Likewise.
3991 * config/tc-xstormy16.c: Likewise.
3992 * config/te-vms.c: Likewise.
3993 * configure: Regenerate.
3995 2016-03-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3997 * tc-i386.c (f32_1): Change type to unsigned char[].
4017 (jump_31): Likewise.
4018 (f32_patt): Likewise.
4019 (f16_patt): Likewise.
4028 (alt_patt): Likewise.
4030 2016-03-18 Nick Clifton <nickc@redhat.com>
4032 * doc/c-aarch64.texi (AArch64 Directives): Add descriptions of
4033 .cpu, .dword, .even, .inst. .tlsdescadd, .tlsdesccall,
4034 .tlsdescldr and .xword directives.
4037 * testsuite/gas/aarch64/pr19721.s: New test source file.
4038 * testsuite/gas/aarch64/pr19721.d: New test driver file.
4040 * doc/as.texinfo: Place the target specific command line options
4041 into their own man page section.
4043 2016-03-16 Jiong Wang <jiong.wang@arm.com>
4045 * config/tc-arm.c (N_S_32): New.
4046 (N_F_16_32): Likewise.
4047 (N_SUF_32): Support N_F16.
4048 (N_IF_32): Likewise.
4049 (neon_dyadic_misc): Likewise.
4050 (do_neon_cmp): Likewise.
4051 (do_neon_cmp_inv): Likewise.
4052 (do_neon_mul): Likewise.
4053 (do_neon_fcmp_absolute): Likewise.
4054 (do_neon_step): Likewise.
4055 (do_neon_abs_neg): Likewise.
4056 (CVT_FLAVOR_VAR): Likewise.
4057 (do_neon_cvt_1): Likewise.
4058 (do_neon_recip_est): Likewise.
4059 (do_vmaxnm): Likewise.
4060 (do_vrint_1): Likewise.
4061 (neon_check_type): Check architecture support for FP16 extension.
4062 (insns): Update comments.
4063 * testsuite/gas/arm/armv8-2-fp16-simd.s: New test source.
4064 * testsuite/gas/arm/armv8-2-fp16-simd.d: New testcase for arm mode.
4065 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise for thumb mode.
4066 * testsuite/gas/arm/armv8-2-fp16-simd-warning.d: New rejection test for
4068 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d: Likewise for
4070 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New expected rejection
4073 2016-03-16 Nick Clifton <nickc@redhat.com>
4075 * read.c (emit_expr_with_reloc): Add code check a bignum with
4077 * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
4079 * testsuite/gas/elf/bignum.s: New test source file.
4080 * testsuite/gas/elf/bignum.d: New test driver file.
4081 * testsuite/gas/elf/elf.exp: Run the new test.
4083 2016-03-15 Ulrich Drepper <drepper@gmail.com>
4085 * doc/c-i386.texi (Register Naming): Update to details of the
4086 latest architecture version.
4088 2016-03-10 Mickael Guene <mickael.guene@st.com>
4091 * config/tc-arm.c (do_arit): Protect against bad relocations usage.
4093 (do_t_add_sub): Allow pcrop relocations for Thumb-2 targets.
4094 (do_t_mov_cmp): Likewise.
4095 (do_t_add_sub): Protect against bad relocations usage.
4096 (do_t_mov_cmp): Likewise.
4097 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New.
4098 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New.
4099 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New.
4100 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New.
4102 2016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4104 * config/tc-arm.c (neon_alignment_bit): Rename do_align to
4106 (do_neon_ld_st_lane): Likewise.
4107 (do_neon_ld_dup): Likewise.
4109 2016-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
4111 * testsuite/gas/arc/inline-data-1.d: New file.
4112 * testsuite/gas/arc/inline-data-1.s: New file.
4114 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
4116 * config/tc-arm.c (arm_cpus): Add cortex-r8.
4117 * doc/c-arm.texi: Add cortex-r8.
4119 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4121 * config/tc-arc.c: Add const qualifiers.
4122 * config/tc-h8300.c (md_begin): Likewise.
4123 * config/tc-ia64.c (print_prmask): Likewise.
4124 * config/tc-msp430.c (msp430_operands): Likewise.
4125 * config/tc-nds32.c (struct suffix_name): Likewise.
4126 (struct nds32_parse_option_table): Likewise.
4127 (struct nds32_set_option_table): Likewise.
4128 (do_pseudo_pushpopm): Likewise.
4129 (do_pseudo_pushpop_stack): Likewise.
4130 (nds32_relax_relocs): Likewise.
4131 (nds32_flag): Likewise.
4132 (struct nds32_hint_map): Likewise.
4133 (nds32_find_reloc_table): Likewise.
4134 (nds32_match_hint_insn): Likewise.
4135 * config/tc-s390.c: Likewise.
4136 * config/tc-sh.c (get_specific): Likewise.
4137 * config/tc-tic30.c: Likewise.
4138 * config/tc-tic4x.c (tic4x_inst_add): Likewise.
4139 (tic4x_indirect_parse): Likewise.
4140 * config/tc-vax.c (vax_cons): Likewise.
4141 * config/tc-z80.c (struct reg_entry): Likewise.
4142 * config/tc-epiphany.c (md_assemble): Adjust.
4143 (epiphany_assemble): New function.
4144 (epiphany_elf_section_rtn): Call do_align directly.
4145 (epiphany_elf_section_text): Likewise.
4146 * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise.
4147 (ip2k_elf_section_text): Likewise.
4148 * read.c (do_align): Make it not static.
4149 * read.h (do_align): New prototype.
4151 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
4153 * config/tc-arm.c (aeabi_set_public_attributes): Emit attribute
4154 for ARMv8.1 AdvSIMD use.
4155 * testsuite/gas/arm/attr-march-armv8-a+rdma.d: New.
4156 * testsuite/gas/arm/attr-march-armv8_1-a+simd.d: New.
4158 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
4160 * config/gas/tc-arm.c (fpu_neon_ext_v8_1): Restrict to the ARMv8.1 RDMA
4162 (record_feature_use): New.
4163 (mark_feature_used): Use record_feature_use.
4164 (do_neon_qrdmlah): New.
4165 (insns): Use do_neon_qrdmlah for vqrdmlah and vqrdmlsh and
4167 (arm_extensions): Put into alphabetical order. Re-indent "simd"
4168 and "rdma" entries. Fix the incorrect merge value for "+rdma".
4169 * testsuite/gas/arm/armv8-a+rdma-warning.d: New.
4170 * testsuite/gas/arm/armv8-a+rdma.d: Add assembler command line options.
4171 Make source file explicit.
4172 * testsuite/gas/arm/armv8-a+rdma.l: New.
4173 * testsuite/gas/arm/armv8-a+rdma.s: Remove .arch and .arch_extension
4174 directives. Fix white-space.
4175 * testsuite/gas/arm/armv8_1-a+simd.d: New.
4177 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
4179 * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
4181 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
4182 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
4184 * config/tc-arc.c (arc_extra_reloc): Change size to 0.
4185 (tc_arc_fix_adjustable): Changed default return value to 1.
4186 * testsuite/gas/arc/j.d: Updated expected symbol
4187 * testsuite/gas/arc/jl.d: Likewise
4188 * testsuite/gas/arc/relax-avoid1.d: Likewise
4189 * testsuite/gas/arc/st.d: Likewise
4191 2016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
4193 * config/tc-arc.c: Enable code density instructions for ARC EM.
4195 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
4198 * NEWS: Mention --enable-elf-stt-common and --elf-stt-common=
4200 * as.c (flag_use_elf_stt_common): New.
4201 (show_usage): Add --elf-stt-common=.
4202 (option_values): Add OPTION_ELF_STT_COMMON.
4203 (std_longopts): Add --elf-stt-common=.
4204 (parse_args): Handle --elf-stt-common=.
4205 * as.h (flag_use_elf_stt_common): New.
4206 * config.in: Regenerated.
4207 * configure: Likewise.
4208 * configure.ac: Add --enable-elf-stt-common and define
4209 DEFAULT_GENERATE_ELF_STT_COMMON.
4210 * gas/write.c (write_object_file): Set BFD_CONVERT_ELF_COMMON
4211 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
4212 * doc/as.texinfo: Document --elf-stt-common=.
4213 * testsuite/gas/elf/common3.s: New file.
4214 * testsuite/gas/elf/common3a.d: Likewise.
4215 * testsuite/gas/elf/common3b.d: Likewise.
4216 * testsuite/gas/elf/common4.s: Likewise.
4217 * testsuite/gas/elf/common4a.d: Likewise.
4218 * testsuite/gas/elf/common4b.d: Likewise.
4219 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
4220 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
4221 * testsuite/gas/elf/elf.exp: Run common3a, common3b, common4a
4223 * testsuite/gas/i386/dw2-compress-3.d: Renamed to ...
4224 * testsuite/gas/i386/dw2-compress-3a.d: This. Pass
4225 --elf-stt-common=no to as.
4226 * testsuite/gas/i386/dw2-compressed-3.d: Renamed to ...
4227 * testsuite/gas/i386/dw2-compressed-3a.d: This. Pass
4228 --elf-stt-common=no to as.
4229 * testsuite/gas/i386/i386.exp: Run dw2-compress-3a,
4230 dw2-compress-3b, dw2-compressed-3a and dw2-compressed-3b instead
4231 of dw2-compress-3 and dw2-compressed-3.
4233 2016-02-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4235 * as.c (select_emulation_mode): Add const qualifiers.
4237 * config/bfin-defs.h: Likewise.
4238 * config/bfin-parse.y: Likewise.
4239 * config/rx-parse.y: Likewise.
4240 * config/tc-aarch64.c (struct aarch64_option_table): Likewise.
4241 (struct aarch64_cpu_option_table): Likewise.
4242 (struct aarch64_arch_option_table): Likewise.
4243 (struct aarch64_option_cpu_value_table): Likewise.
4244 (struct aarch64_long_option_table): Likewise.
4245 (struct aarch64_option_abi_value_table): Likewise.
4246 * config/tc-arm.c (struct reloc_entry): Likewise.
4247 (tc_gen_reloc): Likewise.
4248 (struct arm_option_table): Likewise.
4249 (struct arm_legacy_option_table): Likewise.
4250 (struct arm_cpu_option_table): Likewise.
4251 (struct arm_arch_option_table): Likewise.
4252 (struct arm_option_extension_value_table): Likewise.
4253 (struct arm_option_fpu_value_table): Likewise.
4254 (struct arm_option_value_table): Likewise.
4255 (struct arm_long_option_table): Likewise.
4256 * config/tc-avr.c (struct avr_opcodes_s): Likewise.
4257 (struct mcu_type_s): Likewise.
4258 (struct exp_mod_s): Likewise.
4259 (avr_operand): Likewise.
4260 (avr_operands): Likewise.
4261 * config/tc-d10v.c (md_begin): Likewise.
4262 * config/tc-dlx.c: Likewise.
4263 * config/tc-fr30.c (fr30_is_colon_insn): Likewise.
4264 * config/tc-ft32.c (parse_condition): Likewise.
4265 * config/tc-h8300.c (do_a_fix_imm): Likewise.
4266 * config/tc-hppa.c (pa_ip): Likewise.
4267 (hppa_regname_to_dw2regnum): Likewise.
4268 * config/tc-i370.c (i370_elf_suffix): Likewise.
4269 * config/tc-i960.c (struct tabentry): Likewise.
4270 * config/tc-m32r.c: Likewise.
4271 * config/tc-m68k.c: Likewise.
4272 * config/tc-m68k.h: Likewise.
4273 * config/tc-mcore.c (parse_psrmod): Likewise.
4274 * config/tc-metag.c (struct metag_core_option): Likewise.
4275 (struct metag_long_option): Likewise.
4276 * config/tc-microblaze.c: Likewise.
4277 * config/tc-mips.c (macro): Likewise.
4278 * config/tc-mn10200.c: Likewise.
4279 * config/tc-mn10300.c: Likewise.
4280 * config/tc-msp430.c (struct rcodes_s): Likewise.
4281 (struct hcodes_s): Likewise.
4282 (md_parse_option): Likewise.
4283 * config/tc-ns32k.c (struct ns32k_option): Likewise.
4284 (optlist): Likewise.
4285 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
4286 (tc_ppc_regname_to_dw2regnum): Likewise.
4287 * config/tc-ppc.h: Likewise.
4288 * config/tc-rl78.c: Likewise.
4289 * config/tc-rx.c (struct cpu_type): Likewise.
4290 * config/tc-sh.c (sh_regname_to_dw2regnum): Likewise.
4291 * config/tc-sparc.c (struct priv_reg_entry): Likewise.
4292 (sparc_ip): Likewise.
4293 * config/tc-spu.c (insn_fmt_string): Likewise.
4294 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4295 * config/tc-v850.c: Likewise.
4296 * config/tc-visium.c (struct visium_arch_option_table): Likewise.
4297 (struct visium_long_option_table): Likewise.
4298 * config/tc-xgate.c: Likewise.
4299 * config/tc-z8k.c: Likewise.
4300 * read.c (add_include_dir): Likewise.
4303 2016-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4305 * testsuite/gas/all/gas.exp: Change target pattern to cover
4307 * testsuite/gas/all/redef3.d: Likewise.
4308 * testsuite/gas/elf/elf.exp: Likewise.
4310 2016-02-24 Renlin Li <renlin.li@arm.com>
4312 * config/tc-arm.c (BAD_FP16): New error message macro.
4313 (do_scalar_fp16_v82_encode): Change the coproc field to 9 for armv8.2
4314 fp16 scalar instructions.
4315 (neon_check_type): Allow different size from key.
4316 (do_vfp_nsyn_add_sub): Add support SE_H shape support.
4317 (try_vfp_nsyn): Likewise.
4318 (do_vfp_nsyn_mla_mls): Likewise.
4319 (do_vfp_nsyn_fma_fms): Likewise.
4320 (do_vfp_nsyn_ldm_stm): Likewise
4321 (do_vfp_nsyn_sqrt): Likewise
4322 (do_vfp_nsyn_div): Likewise
4323 (do_vfp_nsyn_nmul): Likewise.
4324 (do_vfp_nsyn_cmp): Likewise.
4325 (do_neon_shll): Likewise.
4326 (do_vfp_nsyn_cvt_fpv8): Likewise.
4327 (do_neon_cvttb_2): Likewise.
4328 (do_neon_mov): Likewise.
4329 (do_neon_rshift_round_imm): Likewise.
4330 (do_neon_ldr_str): Likewise.
4331 (do_vfp_nsyn_fpv8): Likewise.
4332 (do_vmaxnm): Likewise.
4333 (do_vrint_1): Likewise.
4334 (insns): New entry for vins, vmovx.
4335 (md_apply_fix): Left shift 1 bit for fp16 vldr/vstr.
4336 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: New.
4337 * testsuite/gas/arm/armv8-2-fp16-scalar.d: New.
4338 * testsuite/gas/arm/armv8-2-fp16-scalar.s: New.
4339 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.s: New
4340 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d: New
4341 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.l: New
4343 2016-02-24 Renlin Li <renlin.li@arm.com>
4345 * config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
4346 (neon_shape_class): New SC_HALF.
4347 (neon_shape_el): New SE_H.
4348 (neon_shape_el_size): New size for SE_H.
4349 (N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
4350 (neon_select_shape): Add SE_H support code.
4351 (el_type_of_type_chk): Use N_F_ALL.
4352 (do_vfp_nsyn_cvt): Add SE_H shape support.
4353 (do_neon_cvtz): Likewise.
4354 (do_neon_cvt_1): Likewise.
4355 (do_neon_cvttb_1): Likewise.
4357 2016-02-24 Renlin Li <renlin.li@arm.com>
4359 * testsuite/gas/arm/copro.d: Adjust output.
4360 * testsuite/gas/arm/copro.s: Adjust co-processor num.
4362 2016-02-24 Renlin Li <renlin.li@arm.com>
4364 * testsuite/gas/arm/mask_1.d: New.
4365 * testsuite/gas/arm/mask_1.s: New.
4367 2016-02-24 Renlin Li <renlin.li@arm.com>
4369 * testsuite/gas/arm/copro.s: Use coprocessor other than 10, 11.
4370 * testsuite/gas/arm/copro.d: Update.
4372 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4374 * config/tc-arm.c (arm_cpus): Add entry for cortex-a32.
4375 * doc/c-arm.texi (ARM Options): Document cortex-a32.
4377 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4379 * doc/c-arm.texi (ARM Options): Document cortex-a17.
4381 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
4383 * testsuite/gas/elf/elf.exp: Skip tests for common directive on
4386 2016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4388 * output-file.c (output_file_create): Make file name argument const.
4389 (output_file_close): Likewise.
4390 * output-file.h (output_file_create): Adjust.
4391 (output_file_close): Likewise.
4392 * depend.c (quote_string_for_make): Make src argument const char *.
4393 (register_dependency): Likewise.
4394 (wrap_output): Likewise.
4395 * as.h (register_dependency): Adjust.
4396 * config/tc-xtensa.c (finish_vinsn): Remove unnecessary calls to
4398 * symbols.c (S_SET_EXTERNAL): Likewise.
4399 * input-scrub.c (as_where): Return the file name.
4400 * as.h (as_where): Adjust prototype.
4401 * app.c (do_scrub_chars): Adjust.
4402 * cond.c (s_elseif): Likewise.
4404 (initialize_cframe): Likewise.
4405 * config/obj-coff.c (obj_coff_init_stab_section): Likewise.
4406 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
4407 * config/obj-som.c (obj_som_init_stab_section): Likewise.
4408 * config/tc-aarch64.c (output_info): Likewise.
4409 * config/tc-ia64.c (md_assemble): Likewise.
4410 (dot_alias): Likewise.
4411 * config/tc-m68k.c (m68k_frob_label): Likewise.
4412 * config/tc-mmix.c (s_bspec): Likewise.
4413 (mmix_handle_mmixal): Likewise.
4414 * config/tc-rx.c (rx_include): Likewise.
4415 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4416 (tic54x_adjust_symtab): Likewise.
4417 * config/tc-xtensa.c (directive_push): Likewise.
4418 (xtensa_sanity_check): Likewise.
4419 (xtensa_relax_frag): Likewise.
4420 (md_convert_frag): Likewise.
4421 (tinsn_to_slotbuf): Likewise.
4422 * dwarf2dbg.c (dwarf2_where): Likewise.
4423 * ecoff.c (add_file): Likewise.
4424 (ecoff_generate_asm_lineno): Likewise.
4425 * expr.c (make_expr_symbol): Likewise.
4426 * frags.c (frag_new): Likewise.
4427 (frag_var_init): Likewise.
4428 * listing.c (listing_newline): Likewise.
4429 * messages.c (identify): Likewise.
4430 (as_show_where): Likewise.
4431 (as_warn_internal): Likewise.
4432 (as_bad_internal): Likewise.
4433 * read.c (s_irp): Likewise.
4434 (s_macro): Likewise.
4435 (s_reloc): Likewise.
4436 * stabs.c (stabs_generate_asm_file): Likewise.
4437 (stabs_generate_asm_lineno): Likewise.
4438 (stabs_generate_asm_func): Likewise.
4439 * write.c (fix_new_internal): Likewise.
4440 * as.h (PRINTF_WHERE_LIKE): Make file name argument const.
4441 (as_warn_value_out_of_range): Adjust prototype.
4442 (as_bad_value_out_of_range): Adjust prototype.
4443 * messages.c (identify): Make file name argument const char *.
4444 (as_warn_internal): Likewise.
4445 (as_warn_where): Likewise.
4446 (as_bad_internal): Likewise.
4447 (as_bad_where): Likewise.
4448 (as_internal_value_out_of_range): Likewise.
4449 (as_warn_value_out_of_range): Likewise.
4450 (as_bad_value_out_of_range): Likewise.
4451 * as.h (found_comment_file): Change type to const char *.
4452 * cond.c (file_line::file): Likewise.
4453 * config/obj-coff.c (obj_coff_init_stab_section): Make variable const.
4454 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
4455 * config/obj-som.c (obj_som_init_stab_section): Likewise.
4456 * config/tc-aarch64.c (output_info): Likewise.
4457 * config/tc-alpha.c (insert_operand): Likewise.
4458 * config/tc-arc.c (insert_operand): Likewise.
4459 * config/tc-d30v.c (check_size): Likewise.
4460 * config/tc-ia64.c (struct alias): Likewise.
4461 * config/tc-m68k.c (struct label_line): Likewise.
4462 * config/tc-mcore.c (md_apply_fix): Likewise.
4463 * config/tc-microblaze.c (md_estimate_size_before_relax): Likewise.
4464 * config/tc-mips.c (mips16_immed): Likewise.
4465 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
4466 * config/tc-ppc.c (ppc_insert_operand): Likewise.
4467 * config/tc-rx.c (rx_include): Likewise.
4468 * config/tc-s390.c (s390_insert_operand): Likewise.
4469 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4470 (tic54x_adjust_symtab): Likewise.
4471 * config/tc-tilegx.c (insert_operand): Likewise.
4472 (apply_special_operator): Likewise.
4473 * config/tc-tilepro.c (insert_operand): Likewise.
4474 * config/tc-xtensa.c (directive_push): Likewise.
4475 * ecoff.c (add_file): Likewise.
4476 (ecoff_generate_asm_lineno): Likewise.
4477 * listing.c (listing_newline): Likewise.
4478 * read.c (s_irp): Likewise.
4479 * write.c (install_reloc): Likewise.
4480 * write.h (struct fix): Likewise.
4481 * input-file.c (file_name): Change type to const char *.
4482 (saved_file::file_name): Likewise.
4483 (input_file_open): Change type of argument to const char *.
4484 * input-file.h (input_file_open): Adjust.
4485 * input-scrub.c (logical_input_file): change type to const char *.
4486 (physical_input_file): Likewise.
4487 (struct input_save): Adjust.
4488 (input_scrub_push): Adjust.
4489 (input_scrub_begin): Adjust.
4491 * input-scrub.c (input_scrub_new_file): Make file name argument const.
4492 (input_scrub_include_file): Likewise.
4493 (new_logical_line_flags): Likewise.
4494 (new_logical_line): Likewise.
4496 * frags.h (struct frag): Change type of fr_file to const char *.
4497 * expr.c (expr_symbol_where): Change type of file argument to
4499 * expr.h (expr_symbol_where): Likewise.
4500 * config/tc-i370.c (md_apply_fix): adjust.
4501 * config/tc-mmix.c (mmix_md_end): Likewise.
4502 * config/tc-ppc.c (md_apply_fix): Likewise.
4503 * config/tc-s390.c (md_apply_fix): Likewise.
4504 * symbols.c (report_op_error): Likewise.
4505 (resolve_symbol_value): Likewise.
4506 * config/tc-ia64.c (slot::src_file): Change type to const char *.
4507 (rsrc::file): Likewise.
4508 * config/tc-xtensa.c (xtensa_sanity_check): Change type of variable to
4510 (xtensa_relax_frag): Likewise.
4511 (md_convert_frag): Likewise.
4512 (tinsn_to_slotbuf): Likewise.
4513 * expr.c (expr_symbol_line): Likewise.
4514 * macro.c (define_macro): Likewise.
4515 * macro.h (macro_struct): Likewise.
4516 * messages.c (as_show_where): Likewise.
4517 * read.c (s_macro): Likewise.
4518 * stabs.c (stabs_generate_asm_file): Likewise.
4519 (generate_asm_file): Likewise.
4520 (stabs_generate_asm_lineno): Likewise.
4521 * write.h (struct reloc_list): Likewise.
4522 * input-scrub.c (as_where): Change return type to const char *.
4523 * as.h (as_wheree): Adjust.
4525 2016-02-21 H.J. Lu <hongjiu.lu@intel.com>
4527 * write.c (compress_debug): Move BFD compression bits setting
4529 (write_object_file): Here.
4531 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
4533 * config/tc-i386.c (register_number): Check RegVRex.
4534 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
4535 with %zmm19 and %zmm3.
4536 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
4537 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
4539 2016-02-19 Matthew Wahab <matthew.wahab@arm.com>
4540 Jiong Wang <jiong.wang@arm.com>
4542 * config/tc-arm.c (arm_ext_fp16): New.
4543 (arm_extensions): New entry for "fp16".
4545 2016-02-19 Nick Clifton <nickc@redhat.com>
4548 * read.c (read_a_source_file): Check for assemble_one returning
4549 with input_line_pointer set to NULL.
4551 2016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4553 * listing.c (rebuffer_line): Change return type to void.
4555 * symbols.c (decode_local_label_name): Make type a const char *.
4556 * listing.c (print_source): Make type of p const char *.
4557 (print_line): Make type of string const char *.
4558 (buffer_line): Return const char *.
4559 (title): Make type const char *.
4560 (subtitle): Likewise.
4561 (listing_listing): Make type of p const char *.
4562 * messages.c (as_internal_value_out_of_range): Make type of prefix
4564 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
4565 and string const char *.
4566 * read.c (_bfd_rel): Make type of name const char *.
4567 * app.c (out_string): Change type to const char *.
4568 (struct app_save::out_string): Likewise.
4570 2016-02-18 Dan Gisselquist <dgisselq@verizon.net>
4571 Nick Clifton <nickc@redhat.com>
4573 * read.c (finish_bundle): Avoid recording a negative alignment.
4574 (do_align): Use unsigned values for n, len and max. Only create
4575 a frag if the alignment requirement is greater than the minimum
4576 byte alignment. Avoid recording a negative alignment.
4577 (s_align): Use unsigned values where appropriate.
4578 (bss_alloc): Use an unsigned value for the alignment.
4579 (sizeof_sleb128): Add a comment noting that we encode one octet
4580 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
4581 (emit_leb129_expr): Abort if the emitted encoding was longer than
4583 * read.h (output_leb128): Update prototype.
4584 (sizeof_leb128): Update prototype.
4585 (bss_alloc): Update prototype.
4586 * write.c (record_alignment): Use an unsigned value for the
4587 alignment. Do not record alignments less than the minimum
4588 alignment for a byte.
4589 * write.h (record_alignment): Update prototype.
4591 2016-02-17 Max Filippov <jcmvbkbc@gmail.com>
4593 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
4594 .init.literal/.fini.literal section name.
4595 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
4596 list of xtensa tests.
4597 * testsuite/gas/xtensa/init-fini-literals.d: New file:
4598 init-fini-literals test result patterns.
4599 * testsuite/gas/xtensa/init-fini-literals.s: New file:
4600 init-fini-literals test.
4602 2016-02-17 Nick Clifton <nickc@redhat.com>
4604 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
4605 devices.csv file as of March 2016.
4607 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
4609 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
4611 (tc_arc_regname_to_dw2regnum): Likewise.
4612 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
4613 (tc_cfi_frame_initial_instructions): Likewise.
4614 (tc_regname_to_dw2regnum): Likewise.
4615 * testsuite/gas/cfi/cfi-arc-1.d: New file.
4616 * testsuite/gas/cfi/cfi-arc-1.s: Likewise.
4617 * testsuite/gas/cfi/cfi.exp: Allow running tests for arc.
4619 2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
4621 * doc/internals.texi (S_IS_EXTERN): Remove.
4623 2016-02-16 Nick Clifton <nickc@redhat.com>
4625 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
4628 2016-02-16 Renlin Li <renlin.li@arm.com>
4631 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
4632 * testsuite/gas/aarch64/movw_label.d: New.
4633 * testsuite/gas/aarch64/movw_label.s: New.
4635 2016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
4638 * config/rx-parse.y (MOV): Opcode generation for index
4639 register addressing mode.
4640 * testsuite/gas/rx/rx.exp: Updated for new testcase.
4641 * testsuite/gas/rx/pr19665.s: New file.
4642 * testsuite/gas/rx/pr19665.s: New file.
4643 * testsuite/gas/rx/mov.d: Update expected output.
4645 2016-02-15 Nick Clifton <nickc@redhat.com>
4647 * doc/as.texinfo (.section): Document that numeric values can now
4648 be used for the flags and type fields of the ELF target's .section
4649 directive. Add notes about the restrictions on setting flags and
4651 * config/obj-elf.c (obj_elf_change_section): Allow known sections
4652 to be given processor specific section types. Allow processor and
4653 application specific flags of a section to be set after
4655 (obj_elf_parse_section_letters): Handle parsing numeric values.
4656 (obj_elf_section_type): Handle parsing numeric values.
4657 (obj_elf_section): Allow numeric type values.
4658 * config/obj-elf.h (obj_elf_change_section): Update prototype.
4659 * testsuite/gas/elf/section10.d: New test.
4660 * testsuite/gas/elf/section10.s: Source file for new test.
4661 * testsuite/gas/elf/elf.exp: Run the new test.
4662 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
4663 the description of the flags produced by readelf.
4664 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
4665 * NEWS: Mention the new feature.
4667 2016-02-11 Nick Clifton <nickc@redhat.com>
4670 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
4671 until it is actually used.
4672 (cfi_set_sections): Set cfi_sections_set to true.
4673 (dot_cfi_startproc): Likewise.
4674 (dot_cfi_endproc): Likewise.
4675 (dot_cfi_fde_data): Likewise.
4676 (cfi_finish): Likewise.
4677 (dot_cfi_sections): Do not set cfi_sections_set.
4678 * doc/as.texinfo (.cfi_sections): Note that targets can provide
4679 their own cfi section name. Also note that the directive can be
4680 reissued provided that CFI generation has not started.
4681 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
4682 .cfi_endproc directives so that the redefinition of .cfi_sections
4683 will trigger the generation of the error message.
4684 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
4685 number of error message.
4687 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
4688 Janek van Oirschot <jvanoirs@synopsys.com>
4690 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
4691 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
4693 (arc_flags, arc_relax_type): New structure.
4694 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
4695 (RELAX_TABLE_ENTRY_MAX): New define.
4696 (relaxation_state, md_relax_table, arc_relaxable_insns)
4697 (arc_num_relaxable_ins): New variable.
4698 (rlx_operand_type, arc_rlx_types): New enums.
4699 (arc_relaxable_ins): New structure.
4700 (OPTION_RELAX): New option.
4701 (arc_insn): New relax member.
4702 (arc_flags): Remove.
4703 (relax_insn_p): New function.
4704 (apply_fixups): Likewise.
4705 (relaxable_operand): Likewise.
4706 (may_relax_expr): Likewise.
4707 (relaxable_flag): Likewise.
4708 (arc_pcrel_adjust): Likewise.
4709 (md_estimate_size_before_relax): Implement.
4710 (md_convert_frag): Likewise.
4711 (md_parse_option): Handle new mrelax option.
4712 (md_show_usage): Likewise.
4713 (assemble_insn): Set relax member.
4714 (emit_insn0): New function.
4715 (emit_insn1): Likewise.
4716 (emit_insn): Handle relaxation case.
4717 * NEWS: Mention the new relaxation option.
4718 * doc/c-arc.texi (ARC Options): Document new mrelax option.
4719 * doc/as.texinfo (Target ARC Options): Likewise.
4720 * testsuite/gas/arc/relax-avoid1.d: New file.
4721 * testsuite/gas/arc/relax-avoid1.s: Likewise.
4722 * testsuite/gas/arc/relax-avoid2.d: Likewise.
4723 * testsuite/gas/arc/relax-avoid2.s: Likewise.
4724 * testsuite/gas/arc/relax-avoid3.d: Likewise.
4725 * testsuite/gas/arc/relax-avoid3.s: Likewise.
4726 * testsuite/gas/arc/relax-b.d: Likewise.
4727 * testsuite/gas/arc/relax-b.s: Likewise.
4729 2016-02-08 Nick Clifton <nickc@redhat.com>
4731 * config/tc-ia64.c (dot_prologue): Fix formatting.
4733 2016-02-04 Nick Clifton <nickc@redhat.com>
4735 * config/obj-elf.c (obj_elf_change_section): Remove support for
4736 ARM NOREAD sections.
4737 * config/tc-arm.c (arm_elf_section_letter): Delete.
4738 * config/tc-arm.h (md_elf_section_letter): Delete.
4739 * doc/c-arm.texi (ARM Section Attribute): Delete section.
4740 * testsuite/gas/arm/section-execute-only.d: Delete.
4741 * testsuite/gas/arm/section-execute-only.s: Delete.
4743 2016-02-04 Nick Clifton <nickc@redhat.com>
4746 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
4747 to handle encoding of RRUX instruction.
4748 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
4750 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
4752 2016-02-03 Max Filippov <jcmvbkbc@gmail.com>
4754 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
4755 substitutions for BFD_RELOC_* as unsigned.
4756 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
4757 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
4758 * testsuite/gas/xtensa/loc.s: New file: loc test.
4760 2016-02-03 Kevin Buettner <kevinb@redhat.com>
4762 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
4764 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
4767 * NEWS: Mention new command line option -mrelax-relocations and
4768 new configure option --enable-x86-relax-relocations for x86
4770 * config.in: Regenerated.
4771 * configure.ac: Add --enable-x86-relax-relocations.
4772 (ac_default_x86_relax_relocations): New. Default to 1 except
4773 for x86 Solaris targets older than Solaris 12.
4774 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
4775 * configure: Likewise.
4776 * config/tc-i386.c (generate_relax_relocations): New.
4777 (OPTION_MRELAX_RELOCATIONS): Likewise.
4778 (output_disp): Don't generate relax relocations if
4779 generate_relax_relocations is 0.
4780 (md_longopts): Add -mrelax-relocations.
4781 (md_show_usage): Likewise.
4782 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
4783 * doc/c-i386.texi: Document -mrelax-relocations=.
4784 * testsuite/gas/i386/got-no-relax.d: New file.
4785 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
4786 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
4787 * testsuite/gas/i386/localpic.d: Likewise.
4788 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
4789 * testsuite/gas/i386/reloc32.d: Likewise.
4790 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
4791 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
4792 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
4793 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
4794 * testsuite/gas/i386/i386.exp: Run got-no-relax and
4795 x86-64-gotpcrel-no-relax.
4797 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
4799 * NEWS: Mention new command line option -mfence-as-lock-add=yes
4802 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
4804 * NEWS: Remove duplicated marker for 2.26.
4806 2016-02-02 Renlin Li <renlin.li@arm.com>
4808 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
4810 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4812 * testsuite/gas/ip2k/allinsn.d: New file.
4813 * testsuite/gas/ip2k/allinsn.s: New file.
4814 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
4816 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4818 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
4819 some load instructions.
4820 * testsuite/gas/epiphany/allinsn.d: Likewise.
4821 * testsuite/gas/epiphany/regression.d: Likewise.
4823 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4825 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
4826 suffixes from instruction mnemonics in expected output.
4827 * testsuite/gas/epiphany/allinsn.d: Likewise.
4828 * testsuite/gas/epiphany/regression.d: Likewise.
4829 * testsuite/gas/epiphany/sample.d: Likewise.
4831 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4833 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
4835 * testsuite/gas/epiphany/allinsn.d: Likewise.
4836 * testsuite/gas/epiphany/sample.d: Likewise.
4838 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4840 * testsuite/gas/epiphany/sample.d: Update expected output.
4842 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
4844 * config/tc-arc.c (md_apply_fix): Allow addendum.
4845 (arc_reloc_op): Allow complex expressions for tpoff.
4846 (md_apply_fix): Handle resolved TLS local symbol.
4847 * testsuite/gas/arc/tls-relocs1.d: New file.
4848 * testsuite/gas/arc/tls-relocs1.s: Likewise.
4850 2016-02-01 Loria <Loria@phantasia.org>
4853 * config/tc-arm.c (encode_arm_immediate): Recode to improve
4854 efficiency and avoid an LLVM loop optimization bug.
4856 2016-02-01 Nick Clifton <nickc@redhat.com>
4858 * config/tc-microblaze.c (parse_imm): Fix compile time warning
4859 message extending a negative 32-bit value into a larger signed
4860 value on a 32-bit host.
4862 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
4865 * configure.ac (compressed_debug_sections): Replace == with =.
4866 * configure: Regenerated.
4868 2016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
4869 H.J. Lu <hongjiu.lu@intel.com>
4871 * config/tc-i386.c (avoid_fence): New.
4872 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
4874 (OPTION_FENCE_AS_LOCK_ADD): New.
4875 (md_longopts): Add -mfence-as-lock-add.
4876 (md_parse_option): Handle -mfence-as-lock-add.
4877 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
4878 * doc/c-i386.texi (-mfence-as-lock-add): Document.
4879 * testsuite/gas/i386/i386.exp: Run new tests.
4880 * testsuite/gas/i386/fence-as-lock-add.s: New.
4881 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
4882 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
4883 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
4884 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
4886 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
4888 * configure.ac (compressed_debug_sections): Remove trailing `]'.
4889 * configure: Regenerated.
4891 2016-01-25 H.J. Lu <hongjiu.lu@intel.com>
4893 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
4894 (OPTION_MOMIT_LOCK_PREFIX): This.
4895 (md_longopts): Updated.
4896 (md_parse_option): Likewise.
4898 2016-01-25 Catherine Moore <clm@codesourcery.com>
4900 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
4901 if abicalls are in effect.
4902 * testsuite/gas/mips/sdata-gp.s: New test.
4903 * testsuite/gas/mips/sdata-gp.d: New expected output
4904 * testsuite/gas/mips/mips.exp: Run new test.
4906 2016-01-25 Renlin Li <renlin.li@arm.com>
4908 * testsuite/gas/arm/thumb2_it_search.d: New.
4909 * testsuite/gas/arm/thumb2_it_search.s: New.
4911 2016-01-21 Nick Clifton <nickc@redhat.com>
4914 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
4915 with arm-netbsdelf target.
4916 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
4918 2016-01-20 Nick Clifton <nickc@redhat.com>
4921 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
4922 * testsuite/gas/arm/blx-bl-convert.d
4923 * testsuite/gas/arm/plt-1.d: Likewise.
4924 * testsuite/gas/arm/reloc-bad.d: Likewise.
4925 * testsuite/gas/arm/thumb-w-good.d: Likewise.
4926 * testsuite/gas/arm/thumb2_pool.d: Likewise.
4927 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
4928 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
4931 * doc/as.texinfo (Errors): Correct documentation describing the
4932 interaction of .file and .line with warning and error messages.
4935 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
4936 * testsuite/gas/arm/archv8m-main.d: Likewise.
4937 * testsuite/gas/arm/archv8m-base.d: Likewise.
4939 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
4941 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
4942 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
4943 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
4945 2016-01-20 Mickael Guene <mickael.guene@st.com>
4946 Terry Guo <terry.guo@arm.com>
4948 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
4949 SHF_ARM_NOREAD section flag.
4950 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
4952 (arm_elf_section_letter) : Declare it.
4953 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
4954 SHF_ARM_NOREAD section flag.
4955 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
4957 * testsuite/gas/arm/section-execute-only.s: New test case.
4958 * testsuite/gas/arm/section-execute-only.d: Expected output.
4960 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
4962 * config/tc-mips.c (micromips_insn_length): Remove the mention
4963 of 48-bit microMIPS instructions.
4965 2016-01-18 Alan Modra <amodra@gmail.com>
4967 * configure: Regenerate.
4969 2016-01-17 Alan Modra <amodra@gmail.com>
4971 * configure: Regenerate.
4973 2016-01-17 Alan Modra <amodra@gmail.com>
4975 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
4977 2016-01-14 Nick Clifton <nickc@redhat.com>
4979 * testsuite/gas/rl78/sp-relative-movw.s: New test.
4980 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
4981 * testsuite/gas/rl78/rl78.exp: Run the new test.
4983 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
4985 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
4986 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
4988 2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
4990 * config/tc-nios2.c (output_movia): Preset `code' to 0.
4992 2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
4994 * config/tc-h8300.c (get_operand): Remove spurious condition in
4995 test for closing parenthesis.
4997 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
4999 * config/tc-arm.c (arm_ext_v8_2): New.
5001 * testsuite/gas/arm/armv8_2-a.d: New.
5002 * testsuite/gas/arm/armv8_2-a.s: New.
5004 2016-01-12 Alan Modra <amodra@gmail.com>
5006 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
5008 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
5010 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
5011 xvcmpnesp, xvcmpnesp.>: Delete tests.
5012 * testsuite/gas/ppc/power9.s: Likewise.
5013 * testsuite/gas/ppc/vsx3.d: Likewise.
5014 * testsuite/gas/ppc/vsx3.s: Likewise.
5016 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
5019 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
5020 * testsuite/gas/m68k/p13050-1.s: New file.
5021 * testsuite/gas/m68k/p13050-2.d: New file.
5022 * testsuite/gas/m68k/p13050-2.s: New file.
5024 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5026 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
5027 * testsuite/gas/arc/add.d: Likewise.
5028 * testsuite/gas/arc/and.d: Likewise.
5029 * testsuite/gas/arc/asl.d: Likewise.
5030 * testsuite/gas/arc/asr.d: Likewise.
5031 * testsuite/gas/arc/bic.d: Likewise.
5032 * testsuite/gas/arc/extb.d: Likewise.
5033 * testsuite/gas/arc/extw.d: Likewise.
5034 * testsuite/gas/arc/j.d: Likewise.
5035 * testsuite/gas/arc/jl.d: Likewise.
5036 * testsuite/gas/arc/ld2.d: Likewise.
5037 * testsuite/gas/arc/lsr.d: Likewise.
5038 * testsuite/gas/arc/mov.d: Likewise.
5039 * testsuite/gas/arc/or.d: Likewise.
5040 * testsuite/gas/arc/pcl-relocs.d: Likewise.
5041 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
5042 * testsuite/gas/arc/pic-relocs.d: Likewise.
5043 * testsuite/gas/arc/plt-relocs.d: Likewise.
5044 * testsuite/gas/arc/rlc.d: Likewise.
5045 * testsuite/gas/arc/ror.d: Likewise.
5046 * testsuite/gas/arc/rrc.d: Likewise.
5047 * testsuite/gas/arc/sbc.d: Likewise.
5048 * testsuite/gas/arc/sda-relocs.d: Likewise.
5049 * testsuite/gas/arc/sda-relocs2.d: Likewise.
5050 * testsuite/gas/arc/sexb.d: Likewise.
5051 * testsuite/gas/arc/sexw.d: Likewise.
5052 * testsuite/gas/arc/st.d: Likewise.
5053 * testsuite/gas/arc/sub.d: Likewise.
5054 * testsuite/gas/arc/tls-relocs.d: Likewise.
5055 * testsuite/gas/arc/xor.d: Likewise.
5057 2016-01-01 Alan Modra <amodra@gmail.com>
5059 Update year range in copyright notice of all files.
5061 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
5063 Copyright (C) 2016 Free Software Foundation, Inc.
5065 Copying and distribution of this file, with or without modification,
5066 are permitted in any medium without royalty provided the copyright
5067 notice and this notice are preserved.
5073 version-control: never