1 2016-11-09 H.J. Lu <hongjiu.lu@intel.com>
4 * testsuite/gas/i386/opcode.s: Add a test for EVEX vpextrw.
5 * testsuite/gas/i386/opcode-intel.d: Updated.
6 * testsuite/gas/i386/opcode-suffix.d: Likewise.
7 * testsuite/gas/i386/opcode.d: Likewise.
8 * testsuite/gas/i386/x86-64-avx512bw-opts.s: Remove vpextrw
10 * testsuite/gas/i386/x86-64-avx512bw-opts-intel.d: Updated.
11 * testsuite/gas/i386/x86-64-avx512bw-opts.d: Likewise.
13 2016-11-09 H.J. Lu <hongjiu.lu@intel.com>
16 * testsuite/gas/i386/opcode-suffix.d: Updated.
18 2016-11-07 H.J. Lu <hongjiu.lu@intel.com>
21 * testsuite/gas/i386/i386.exp: Run fpu-bad.
22 * testsuite/gas/i386/fpu-bad.d: New file.
23 * testsuite/gas/i386/fpu-bad.s: Likewise.
25 2016-11-04 Nathan Sidwell <nathan@acm.org>
28 * input-scrub.c (partial_size): Make size_t.
29 (buffer_length): Likewise. Adjust meaning.
30 (struct input_save): Adjust partial_size type.
31 (input_scrub_reinit): New.
32 (input_scrub_push, input_scrub_begin): Use it.
33 (input_scrub_next_buffer): Fix buffer extension logic. Only scan
34 newly read buffer for newline.
36 2016-11-04 Andrew Burgess <andrew.burgess@embecosm.com>
38 * config/tc-arc.c (find_opcode_match): Use insert function to
39 validate matching address type operands.
40 * testsuite/gas/arc/nps400-10.d: New file.
41 * testsuite/gas/arc/nps400-10.s: New file.
43 2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
45 * config/tc-arm.c (cortex-m33): Declare new processor.
46 * doc/c-arm.texi (-mcpu ARM command line option): Document new
48 * NEWS: Mention ARM Cortex-M33 support.
50 2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
52 * config/tc-arm.c (cortex-m23): Declare new processor.
53 * doc/c-arm.texi (-mcpu ARM command line option): Document new
55 * NEWS: Mention ARM Cortex-M23 support.
57 2016-11-04 Palmer Dabbelt <palmer@dabbelt.com>
58 Andrew Waterman <andrew@sifive.com>
60 * Makefile.am (CPU_DOCS): Add c-riscv.texi.
61 * Makefile.in: Regenerate.
62 * doc/all.texi: Set RISCV.
63 * doc/as.texinfo: Add RISCV options.
64 Add RISC-V-Dependent node.
66 * doc/c-riscv.texi: Rename RISC-V Options to RISC-V-Opts.
68 2016-11-03 Graham Markall <graham.markall@embecosm.com>
70 * testsuite/gas/arc/nps400-6.s: Change ldbit tests so that limm
71 operands are out of the range of an s9, in order to fix the test.
72 * testsuite/gas/arc/nps400-6.d: Updated to match new expected output.
74 2016-11-03 Graham Markall <graham.markall@embecosm.com>
76 * testsuite/gas/arc/nps-400-9.d: Added.
77 * testsuite/gas/arc/nps-400-9.s: Added.
79 2016-11-03 Andrew Burgess <andrew.burgess@embecosm.com>
81 * config/tc-arc.c (struct arc_insn): Change type of insn field.
82 (md_number_to_chars_midend): Support 6- and 8-byte values.
83 (emit_insn0): Update debug output.
84 (find_opcode_match): Likewise.
85 (build_fake_opcode_hash_entry): Delete.
86 (find_special_case_long_opcode): Delete.
87 (find_special_case): Remove long format special case handling.
88 (insert_operand): Change instruction type and update debug print
90 (assemble_insn): Change instruction type, update debug print
91 formats, and remove unneeded assert.
93 2016-11-03 Graham Markall <graham.markall@embecosm.com>
95 * config/tc-arc.c (assemble_insn): Replace use of ARC_SHORT with
98 2016-11-03 Graham Markall <graham.markall@embecosm.com>
100 * config/tc-arc.c (struct arc_insn): Replace short_insn flag with
102 (apply_fixups): Update to use len field.
103 (emit_insn0): Simplify code, making use of len field.
104 (md_convert_frag): Update to use len field.
105 (assemble_insn): Update to use len field.
107 2016-11-03 Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
109 * config/tc-aarch64.c (aarch64_cpus): Add falkor.
110 * config/tc-arm.c (arm_cpus): Likewise.
111 * doc/c-aarch64.texi: Likewise.
112 * doc/c-arm.texi: Likewise.
114 2016-11-03 H.J. Lu <hongjiu.lu@intel.com>
117 * testsuite/gas/i386/opcode.s: Add tests for opcode 0x82.
118 * testsuite/gas/i386/opcode-intel.d: Updated.
119 * testsuite/gas/i386/opcode.d: Likewise.
121 2016-11-02 Jiong Wang <jiong.wang@arm.com>
123 * config/tc-arm.c (SBIT_SHIFT): New.
124 (T2_SBIT_SHIFT): Likewise.
125 (t32_insn_ok): Return TRUE for MOV in ARMv8-M Baseline.
126 (md_apply_fix): Try UINT16 encoding when ARM/Thumb modified immediate
128 * testsuite/gas/arm/archv6t2-bad.s: New error case.
129 * testsuite/gas/arm/archv6t2-bad.l: New error match.
130 * testsuite/gas/arm/archv6t2.s: New testcase.
131 * testsuite/gas/arm/archv6t2.d: New expected result.
132 * testsuite/gas/arm/archv8m.s: New testcase.
133 * testsuite/gas/arm/archv8m-base.d: New expected result.
134 * testsuite/gas/arm/archv8m-main.d: Likewise.
135 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
137 2016-11-02 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
139 * config/tc-i386.c: (cpu_arch) Add .avx512_4vnniw.
140 (cpu_noarch): Add noavx512_4vnniw.
141 * doc/c-i386.texi: Document avx512_4vnniw, noavx512_4vnniw.
142 * testsuite/gas/i386/i386.exp: Run AVX512_4VNNIW tests.
143 * testsuite/gas/i386/avx512_4vnniwd_vl-intel.d: New test.
144 * testsuite/gas/i386/avx512_4vnniwd_vl.d: Ditto.
145 * testsuite/gas/i386/avx512_4vnniwd_vl.s: Ditto.
146 * testsuite/gas/i386/avx512_4vnniwd-intel.d: Ditto.
147 * testsuite/gas/i386/avx512_4vnniwd.d: Ditto.
148 * testsuite/gas/i386/avx512_4vnniwd.s: Ditto.
149 * testsuite/gas/i386/x86-64-avx512_4vnniwd_vl-intel.d: Ditto.
150 * testsuite/gas/i386/x86-64-avx512_4vnniwd_vl.d: Ditto.
151 * testsuite/gas/i386/x86-64-avx512_4vnniwd_vl.s: Ditto.
152 * testsuite/gas/i386/x86-64-avx512_4vnniwd-intel.d: Ditto.
153 * testsuite/gas/i386/x86-64-avx512_4vnniwd.d: Ditto.
154 * testsuite/gas/i386/x86-64-avx512_4vnniwd.s: Ditto.
156 2016-11-02 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
158 * config/tc-i386.c (cpu_arch): Add .avx512_4fmaps.
159 (cpu_noarch): Add noavx512_4fmaps.
160 (process_operands): Handle implicit quad group.
161 * doc/c-i386.texi: Document avx512_4fmaps, noavx512_4fmaps.
162 * testsuite/gas/i386/i386.exp: Add AVX512_4FMAPS tests.
163 * testsuite/gas/i386/avx512_4fmaps_vl-intel.d: New test.
164 * testsuite/gas/i386/avx512_4fmaps_vl.d: Ditto.
165 * testsuite/gas/i386/avx512_4fmaps_vl.s: Ditto.
166 * testsuite/gas/i386/avx512_4fmaps-intel.d: Ditto.
167 * testsuite/gas/i386/avx512_4fmaps.d: Ditto.
168 * testsuite/gas/i386/avx512_4fmaps.s: Ditto.
169 * testsuite/gas/i386/avx512_4fmaps-warn.l: Ditto.
170 * testsuite/gas/i386/avx512_4fmaps-warn.s: Ditto.
171 * testsuite/gas/i386/avx512_4fmaps_vl-warn.l: Ditto.
172 * testsuite/gas/i386/avx512_4fmaps_vl-warn.s: Ditto.
173 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Ditto.
174 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d: Ditto.
175 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Ditto.
176 * testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d: Ditto.
177 * testsuite/gas/i386/x86-64-avx512_4fmaps.d: Ditto.
178 * testsuite/gas/i386/x86-64-avx512_4fmaps.s: Ditto.
179 * testsuite/gas/i386/x86-64-avx512_4fmaps-warn.l: Ditto.
180 * testsuite/gas/i386/x86-64-avx512_4fmaps-warn.s: Ditto.
181 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.l: Ditto.
182 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.s: Ditto.
184 2016-11-01 Palmer Dabbelt <palmer@dabbelt.com>
185 Andrew Waterman <andrew@sifive.com>
187 Add support for RISC-V architecture.
188 * Makefile.am: Add riscv files.
189 * Makefile.in: Regenerate.
190 * NEWS: Mention the support for this architecture.
191 * configure.in: Define a default architecture.
192 * configure: Regenerate.
193 * configure.tgt: Add entries for riscv.
194 * doc/as.texinfo: Likewise.
195 * testsuite/gas/all/gas.exp: Expect the redef tests to fail.
196 * testsuite/gas/elf/elf.exp: Expect the groupauto tests to fail.
197 * config/tc-riscv.c: New file.
198 * config/tc-riscv.h: New file.
199 * doc/c-riscv.texi: New file.
200 * testsuite/gas/riscv: New directory.
201 * testsuite/gas/riscv/riscv.exp: New file.
202 * testsuite/gas/riscv/t_insns.d: New file.
203 * testsuite/gas/riscv/t_insns.s: New file.
205 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
207 * config/tc-arc.c (arc_target): Delete.
208 (arc_target_name): Delete.
209 (arc_features): Delete.
210 (arc_mach_type): Delete.
211 (mach_type_specified_p): Delete.
212 (enum mach_selection_type): New enum.
213 (mach_selection_mode): New static global.
214 (selected_cpu): New static global.
215 (arc_eflag): Rename to ...
216 (arc_initial_eflag): ...this, and make const.
217 (arc_select_cpu): Update comment, new parameter, check how
218 previous machine type selection was made, and record this
219 selection. Use selected_cpu instead of old globals.
220 (arc_option): Remove use of arc_get_mach, instead use
221 arc_select_cpu to validate machine type selection. Use
222 selected_cpu over old globals.
223 (allocate_tok): Use selected_cpu over old globals.
224 (find_opcode_match): Likewise.
225 (assemble_tokens): Likewise.
226 (arc_cons_fix_new): Likewise.
227 (arc_extinsn): Likewise.
228 (arc_extcorereg): Likewise.
229 (md_begin): Update default machine type selection, use
230 selected_cpu over old globals.
231 (md_parse_option): Update machine type selection option handling,
232 use selected_cpu over old globals.
233 * testsuite/gas/arc/nps400-0.s: Add .cpu directive.
235 2016-10-26 Alan Modra <amodra@gmail.com>
237 Revert 2016-10-06 Alan Modra <amodra@gmail.com>
238 * config/rl78-parse.y: Do use old %name-prefix syntax.
239 * config/rx-parse.y: Likewise.
241 2016-10-21 H.J. Lu <hongjiu.lu@intel.com>
243 * config/tc-i386.c (cpu_arch): Remove .pcommit.
244 * doc/c-i386.texi: Likewise.
245 * testsuite/gas/i386/i386.exp: Remove pcommit tests.
246 * testsuite/gas/i386/pcommit-intel.d: Removed.
247 * testsuite/gas/i386/pcommit.d: Likewise.
248 * testsuite/gas/i386/pcommit.s: Likewise.
249 * testsuite/gas/i386/x86-64-pcommit-intel.d: Likewise.
250 * testsuite/gas/i386/x86-64-pcommit.d: Likewise.
251 * testsuite/gas/i386/x86-64-pcommit.s: Likewise.
253 2016-10-20 H.J. Lu <hongjiu.lu@intel.com>
256 * testsuite/gas/i386/i386.exp: Run x86-64-opcode-bad.
257 * testsuite/gas/i386/x86-64-opcode-bad.d: New file.
258 * testsuite/gas/i386/x86-64-opcode-bad.s: Likewise.
260 2016-10-19 Renlin Li <renlin.li@arm.com>
262 * config/tc-arm.c (encode_arm_shift): Generate unpredictable warning
263 for register-shifted register instructions.
264 * testsuite/gas/arm/shift-bad-pc.d: New.
265 * testsuite/gas/arm/shift-bad-pc.l: New.
266 * testsuite/gas/arm/shift-bad-pc.s: New.
268 2016-10-17 Cupertino Miranda <cmiranda@synopsys.com>
270 * testsuite/arc/dis-inv.d: Fixed matching.
272 2016-10-17 Cupertino Miranda <cmiranda@synopsys.com>
274 * testsuite/arc/dis-inv.s: Test to validate patch.
275 * testsuite/arc/dis-inv.d: Likewise.
277 2016-10-14 Claudiu Zissulescu <claziss@synopsys.com>
279 * testsuite/gas/arc/shortlimm_a7.d: New file.
280 * testsuite/gas/arc/shortlimm_a7.s: Likewise.
281 * testsuite/gas/arc/shortlimm_hs.d: Likewise.
282 * testsuite/gas/arc/shortlimm_hs.s: Likewise.
284 2016-10-11 Nick Clifton <nickc@redhat.com>
286 * gas/arm/tls.d: Adjust output to match change in objdump.
288 2016-10-11 Jiong Wang <jiong.wang@arm.com>
291 * testsuite/gas/aarch64/alias-2.d: Update expected results.
293 2016-10-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
295 * testsuite/gas/cfi/cfi-common-1.d: Adjust regexps for mips64.
296 * testsuite/gas/cfi/cfi-common-2.d: Likewise.
297 * testsuite/gas/cfi/cfi-common-3.d: Likewise.
298 * testsuite/gas/cfi/cfi-common-4.d: Likewise.
299 * testsuite/gas/cfi/cfi-common-5.d: Likewise.
300 * testsuite/gas/cfi/cfi-common-7.d: Likewise.
301 * testsuite/gas/cfi/cfi-common-8.d: Likewise.
302 * testsuite/gas/cfi/cfi-common-9.d: Likewise.
303 * testsuite/gas/cfi/cfi-mips-1.d: Likewise.
305 2016-10-08 Alan Modra <amodra@gmail.com>
307 * Makefile.am (EXTRA_as_new_SOURCES): Add config/rl78-parse.y and
308 config/rx-parse.y. Move config/bfin-parse.y.
309 (bfin-parse.@OBJEXT@, rl78-parse.@OBJEXT@, rx-parse.@OBJEXT@): Delete.
310 ($(srcdir)/config/rl78-defs.h): New rule.
311 * Makefile.in: Regenerate.
313 2016-10-07 Jiong Wang <jiong.wang@arm.com>
316 * testsuite/gas/aarch64/sys-rt-reg.s: Test source for instructions using
318 * testsuite/gas/aarch64/sys-rt-reg.d: New testcase.
320 2016-10-06 Claudiu Zissulescu <claziss@synopsys.com>
322 * testsuite/gas/arc/leave_enter.d: New file.
323 * testsuite/gas/arc/leave_enter.s: Likewise.
324 * testsuite/gas/arc/regnames.d: Likewise.
325 * testsuite/gas/arc/regnames.s: Likewise.
326 * config/tc-arc.c (arc_parse_name): Don't match reg names against
327 confirmed symbol names.
329 2016-10-06 Alan Modra <amodra@gmail.com>
331 * app.c (do_scrub_chars): Move fall through comment.
332 * expr.c (operand): Likewise.
334 2016-10-06 Matthew Fortune <matthew.fortune@imgtec.com>
337 * dw2gencfi.c (dot_cfi_sections): Refine the check for
338 inconsistent .cfi_sections to only consider compact vs non
340 * testsuite/gas/cfi/cfi-common-9.d: New file.
341 * testsuite/gas/cfi/cfi-common-9.s: New file.
342 * testsuite/gas/cfi/cfi.exp: Run new test.
344 2016-10-06 Alan Modra <amodra@gmail.com>
346 * app.c: Add missing fall through comments.
347 * dw2gencfi.c: Likewise.
349 * config/tc-alpha.c: Likewise.
350 * config/tc-arc.c: Likewise.
351 * config/tc-arm.c: Likewise.
352 * config/tc-cr16.c: Likewise.
353 * config/tc-crx.c: Likewise.
354 * config/tc-dlx.c: Likewise.
355 * config/tc-h8300.c: Likewise.
356 * config/tc-hppa.c: Likewise.
357 * config/tc-i370.c: Likewise.
358 * config/tc-i386.c: Likewise.
359 * config/tc-i960.c: Likewise.
360 * config/tc-ia64.c: Likewise.
361 * config/tc-m68hc11.c: Likewise.
362 * config/tc-m68k.c: Likewise.
363 * config/tc-mep.c: Likewise.
364 * config/tc-metag.c: Likewise.
365 * config/tc-microblaze.c: Likewise.
366 * config/tc-mips.c: Likewise.
367 * config/tc-ns32k.c: Likewise.
368 * config/tc-rx.c: Likewise.
369 * config/tc-score.c: Likewise.
370 * config/tc-score7.c: Likewise.
371 * config/tc-sh.c: Likewise.
372 * config/tc-tic4x.c: Likewise.
373 * config/tc-vax.c: Likewise.
374 * config/tc-xstormy16.c: Likewise.
375 * config/tc-z80.c: Likewise.
376 * config/tc-z8k.c: Likewise.
377 * config/obj-elf.c: Likewise.
378 * config/tc-i386.c: Likewise.
379 * depend.c: Spell fall through comments consistently.
380 * config/tc-arm.c: Likewise.
381 * config/tc-d10v.c: Likewise.
382 * config/tc-i960.c: Likewise.
383 * config/tc-ia64.c: Likewise.
384 * config/tc-m68k.c: Likewise.
385 * config/tc-mcore.c: Likewise.
386 * config/tc-mep.c: Likewise.
387 * config/tc-ns32k.c: Likewise.
388 * config/tc-visium.c: Likewise.
389 * config/tc-xstormy16.c: Likewise.
390 * config/tc-z8k.c: Likewise.
392 2016-10-06 Alan Modra <amodra@gmail.com>
394 * as.h (as_assert): Add ATTRIBUTE_NORETURN.
396 2016-10-06 Alan Modra <amodra@gmail.com>
398 * config/tc-arc.c (find_opcode_match): Add missing break.
399 * config/tc-i960.c (get_cdisp): Likewise.
400 * config/tc-metag.c (parse_swap, md_apply_fix): Likewise.
401 * config/tc-mt.c (md_parse_option): Likewise.
402 * config/tc-nds32.c (nds32_apply_fix): Likewise.
403 * config/tc-hppa.c (pa_ip): Assert rather than testing last
404 condition of multiple if statements.
405 * config/tc-s390.c (s390_exp_compare): Return 0 on error.
406 * config/tc-tic4x.c (tic4x_operand_parse): Add as_bad and break
407 out of case rather than falling into next case. Formatting.
409 2016-10-06 Alan Modra <amodra@gmail.com>
411 * config/rl78-parse.y: Don't use deprecated %name-prefix.
412 * config/rx-parse.y: Likewise.
414 2016-09-29 Jiong Wang <jiong.wang@arm.com>
417 * testsuite/gas/aarch64/advsimd-fp16.s (indexed_elem): New high index
418 testcases for H and S variants. New low index testcases for D variant.
419 * testsuite/gas/aarch64/advsimd-fp16.d: Update expected results.
421 2016-09-29 Alan Modra <amodra@gmail.com>
423 * config/tc-ppc.c (md_assemble): Handle PPC_OPERAND_OPTIONAL32.
424 * testsuite/gas/ppc/power8.s: Provide tbegin. operand.
425 * testsuite/gas/ppc/power9.d: Update cmprb disassembly.
427 2016-09-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
429 * config/tc-xtensa.c (xg_reverse_shift_count): Pass cnt_arg instead of
432 2016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
434 * Makefile.in: Regenerate.
435 * configure: Likewise.
436 * doc/Makefile.in: Likewise.
438 2016-09-26 Alan Modra <amodra@gmail.com>
440 * config/tc-ppc.c (ppc_elf_gnu_attribute): New function.
441 (md_pseudo_table <ELF>): Handle "gnu_attribute".
443 2016-09-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
445 * config/tc-arm.c (v7m_psrs): Remove BASEPRI_MASK MRS/MSR special
446 register and redundant basepri_max.
448 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
450 * config/tc-aarch64.c (print_operands): Print spaces between
452 * testsuite/gas/aarch64/ilp32-basic.d: Expect spaces after ","
454 * testsuite/gas/aarch64/ldst-reg-imm-post-ind.d: Likewise.
455 * testsuite/gas/aarch64/ldst-reg-imm-pre-ind.d: Likewise.
456 * testsuite/gas/aarch64/ldst-reg-pair.d: Likewise.
457 * testsuite/gas/aarch64/ldst-reg-reg-offset.d: Likewise.
458 * testsuite/gas/aarch64/ldst-reg-uns-imm.d: Likewise.
459 * testsuite/gas/aarch64/ldst-reg-unscaled-imm.d: Likewise.
460 * testsuite/gas/aarch64/reloc-insn.d: Likewise.
461 * testsuite/gas/aarch64/sve.d: Likewise.
462 * testsuite/gas/aarch64/symbol.d: Likewise.
463 * testsuite/gas/aarch64/system.d: Likewise.
464 * testsuite/gas/aarch64/tls-desc.d: Likewise.
465 * testsuite/gas/aarch64/sve-invalid.l: Expect spaces after ","
466 in suggested alternatives.
467 * testsuite/gas/aarch64/verbose-error.l: Likewise.
469 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
471 * config/tc-aarch64.c (output_operand_error_record): Use "must be"
472 rather than "should be" or "expected to be" in error messages.
473 (parse_operands): Likewise.
474 * testsuite/gas/aarch64/diagnostic.l: Likewise.
475 * testsuite/gas/aarch64/legacy_reg_names.l: Likewise.
476 * testsuite/gas/aarch64/sve-invalid.l: Likewise.
477 * testsuite/gas/aarch64/sve-reg-diagnostic.l: Likewise.
479 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
481 * config/tc-aarch64.c (opcode_lookup): Search for the end of
482 a condition name, rather than assuming that it will have exactly
484 (parse_operands): Likewise.
485 * testsuite/gas/aarch64/alias.d: Add new condition-code comments
486 to the expected output.
487 * testsuite/gas/aarch64/beq_1.d: Likewise.
488 * testsuite/gas/aarch64/float-fp16.d: Likewise.
489 * testsuite/gas/aarch64/int-insns.d: Likewise.
490 * testsuite/gas/aarch64/no-aliases.d: Likewise.
491 * testsuite/gas/aarch64/programmer-friendly.d: Likewise.
492 * testsuite/gas/aarch64/reloc-insn.d: Likewise.
493 * testsuite/gas/aarch64/b_c_1.d, testsuite/gas/aarch64/b_c_1.s:
496 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
498 * testsuite/gas/aarch64/diagnostic.s,
499 testsuite/gas/aarch64/diagnostic.l: Add tests for
500 invalid uses of MUL VL and MUL in base AArch64 instructions.
501 * testsuite/gas/aarch64/sve-add.s, testsuite/gas/aarch64/sve-add.d,
502 testsuite/gas/aarch64/sve-dup.s, testsuite/gas/aarch64/sve-dup.d,
503 testsuite/gas/aarch64/sve-invalid.s,
504 testsuite/gas/aarch64/sve-invalid.d,
505 testsuite/gas/aarch64/sve-invalid.l,
506 testsuite/gas/aarch64/sve-reg-diagnostic.s,
507 testsuite/gas/aarch64/sve-reg-diagnostic.d,
508 testsuite/gas/aarch64/sve-reg-diagnostic.l,
509 testsuite/gas/aarch64/sve.s, testsuite/gas/aarch64/sve.d: New tests.
511 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
513 * doc/c-aarch64.texi: Document the "sve" feature.
514 * config/tc-aarch64.c (REG_TYPE_R_Z_BHSDQ_VZP): New register type.
515 (get_reg_expected_msg): Handle it.
516 (parse_operands): When parsing operands of an SVE instruction,
517 disallow immediates that match REG_TYPE_R_Z_BHSDQ_VZP.
518 (aarch64_features): Add an entry for SVE.
520 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
522 * config/tc-aarch64.c (parse_operands): Handle the new SVE core
523 and FP register operands.
525 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
527 * config/tc-aarch64.c (double_precision_operand_p): New function.
528 (parse_operands): Use it to calculate the dp_p input to
529 parse_aarch64_imm_float. Handle the new SVE FP immediate operands.
531 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
533 * config/tc-aarch64.c (parse_operands): Handle the new SVE integer
536 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
538 * config/tc-aarch64.c (SHIFTED_NONE, SHIFTED_MUL_VL): New
540 (parse_shift): Handle SHIFTED_MUL_VL.
541 (parse_address_main): Add an imm_shift_mode parameter.
542 (parse_address, parse_sve_address): Update accordingly.
543 (parse_operands): Handle MUL VL addressing modes.
545 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
547 * config/tc-aarch64.c (REG_TYPE_SVE_BASE, REG_TYPE_SVE_OFFSET): New
549 (get_reg_expected_msg): Handle them.
550 (aarch64_addr_reg_parse): New function, split out from
551 aarch64_reg_parse_32_64. Handle Z registers too.
552 (aarch64_reg_parse_32_64): Call it.
553 (parse_address_main): Add base_qualifier, offset_qualifier,
554 base_type and offset_type parameters. Handle SVE base and offset
556 (parse_address): Update call to parse_address_main.
557 (parse_sve_address): New function.
558 (parse_operands): Parse the new SVE address operands.
560 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
562 * config/tc-aarch64.c (SHIFTED_MUL): New parse_shift_mode.
563 (parse_shift): Handle it. Reject AARCH64_MOD_MUL for all other
564 shift modes. Skip range tests for AARCH64_MOD_MUL.
565 (process_omitted_operand): Handle AARCH64_OPND_SVE_PATTERN_SCALED.
566 (parse_operands): Likewise.
568 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
570 * config/tc-aarch64.c (parse_enum_string): New function.
571 (po_enum_or_fail): New macro.
572 (parse_operands): Handle AARCH64_OPND_SVE_PATTERN and
573 AARCH64_OPND_SVE_PRFOP.
575 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
577 * config/tc-aarch64.c (vector_el_type): Add NT_zero and NT_merge.
578 (parse_vector_type_for_operand): Assert that the skipped character
580 (parse_predication_for_operand): New function.
581 (parse_typed_reg): Parse /z and /m suffixes for predicate registers.
582 (vectype_to_qualifier): Handle NT_zero and NT_merge.
584 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
586 * config/tc-aarch64.c (NTA_HASVARWIDTH): New macro.
587 (AARCH64_REG_TYPES): Add ZN and PN.
588 (get_reg_expected_msg): Handle them.
589 (parse_vector_type_for_operand): Add a reg_type parameter.
590 Skip the width for Zn and Pn registers.
591 (parse_typed_reg): Extend vector handling to Zn and Pn. Update the
592 call to parse_vector_type_for_operand. Set HASVARTYPE for Zn and Pn,
593 expecting the width to be 0.
594 (parse_vector_reg_list): Restrict error about [BHSD]nn operands to
596 (vectype_to_qualifier): Use S_[BHSD] qualifiers for NTA_HASVARWIDTH.
597 (parse_operands): Handle the new Zn and Pn operands.
598 (REGSET16): New macro, split out from...
600 (reg_names): Add Zn and Pn entries.
602 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
604 * config/tc-aarch64.c (output_operand_error_record): Handle
605 AARCH64_OPDE_UNTIED_OPERAND.
607 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
609 * config/tc-aarch64.c (find_best_match): Simplify, allowing an
610 instruction with all-NIL qualifiers to fail to match.
612 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
614 * config/tc-aarch64.c (parse_address_main): Remove reloc and
615 accept_reg_post_index parameters. Parse relocations and register
616 post indexes unconditionally.
617 (parse_address): Remove accept_reg_post_index parameter.
618 Update call to parse_address_main.
619 (parse_address_reloc): Delete.
620 (parse_operands): Call parse_address instead of parse_address_main.
621 Update existing callers of parse_address and make them check
622 inst.reloc.type where appropriate.
623 * testsuite/gas/aarch64/diagnostic.s: Add tests for relocations
624 in ADDR_SIMPLE, SIMD_ADDR_SIMPLE, ADDR_SIMM7 and ADDR_SIMM9 addresses.
625 Also test for invalid uses of post-index register addressing.
626 * testsuite/gas/aarch64/diagnostic.l: Update accordingly.
628 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
630 * config/tc-aarch64.c (REG_TYPE_R_Z, REG_TYPE_R_SP): New register
632 (get_reg_expected_msg): Handle them and REG_TYPE_R64_SP.
633 (aarch64_check_reg_type): Simplify.
634 (aarch64_reg_parse_32_64): Return the reg_entry instead of the
635 register number. Return the type as a qualifier rather than an
636 "isreg32" boolean. Remove reject_sp, reject_rz and isregzero
638 (parse_shifter_operand): Update call to aarch64_parse_32_64_reg.
639 Use get_reg_expected_msg.
640 (parse_address_main): Likewise. Use aarch64_check_reg_type.
641 (po_int_reg_or_fail): Replace reject_sp and reject_rz parameters
642 with a reg_type parameter. Update call to aarch64_parse_32_64_reg.
643 Use aarch64_check_reg_type to test the result.
644 (parse_operands): Update after the above changes. Parse ADDR_SIMPLE
645 addresses normally before enforcing the syntax restrictions.
646 * testsuite/gas/aarch64/diagnostic.s: Add tests for a post-index
647 zero register and for a stack pointer index.
648 * testsuite/gas/aarch64/diagnostic.l: Update accordingly.
649 Also update existing diagnostic messages after the above changes.
650 * testsuite/gas/aarch64/illegal-lse.l: Update the error message
651 for 32-bit register bases.
653 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
655 * config/tc-aarch64.c (parse_aarch64_imm_float): Remove range check.
656 (parse_operands): Check the range of 8-bit FP immediates here instead.
658 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
660 * config/tc-aarch64.c (parse_aarch64_imm_float): Report a specific
661 low-severity error for registers.
662 (parse_operands): Report an invalid floating point constant for
663 if parsing an FPIMM8 fails, and if no better error has been
665 * testsuite/gas/aarch64/diagnostic.s,
666 testsuite/gas/aarch64/diagnostic.l: Add tests for integer operands
669 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
671 * config/tc-aarch64.c (aarch64_double_precision_fmovable): Rename
673 (can_convert_double_to_float): ...this. Accept any double-precision
674 value that converts to single precision without loss of precision.
675 (parse_aarch64_imm_float): Update accordingly.
677 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
679 * config/tc-aarch64.c (parse_immediate_expression): Add a
681 (parse_constant_immediate): Likewise, and update calls.
682 (parse_aarch64_imm_float): Likewise.
683 (parse_big_immediate): Likewise.
684 (po_imm_nc_or_fail): Update accordingly, passing down a new
685 imm_reg_type variable.
686 (po_imm_of_fail): Likewise.
687 (parse_operands): Likewise.
689 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
691 * config/tc-aarch64.c (parse_neon_reg_list): Rename to...
692 (parse_vector_reg_list): ...this and take a register type
694 (parse_operands): Update accordingly.
696 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
698 * config/tc-aarch64.c (parse_neon_type_for_operand): Rename to...
699 (parse_vector_type_for_operand): ...this.
700 (parse_typed_reg): Update accordingly.
702 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
704 * config/tc-aarch64.c (neon_type_el): Rename to...
705 (vector_type_el): ...this.
706 (parse_neon_type_for_operand): Update accordingly.
707 (parse_typed_reg): Likewise.
708 (aarch64_reg_parse): Likewise.
709 (vectype_to_qualifier): Likewise.
710 (parse_operands): Likewise.
711 (eq_neon_type_el): Likewise. Rename to...
712 (eq_vector_type_el): ...this.
713 (parse_neon_reg_list): Update accordingly.
715 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
717 * config/tc-aarch64.c (neon_el_type: Rename to...
718 (vector_el_type): ...this.
719 (neon_type_el): Update accordingly.
720 (parse_neon_type_for_operand): Likewise.
721 (vectype_to_qualifier): Likewise.
723 2016-09-21 Richard Sandiford <richard.sandiford@arm.com>
725 * config/tc-aarch64.c (parse_neon_operand_type): Delete.
726 (parse_typed_reg): Call parse_neon_type_for_operand directly.
728 2016-09-15 Claudiu Zissulescu <claziss@synopsys.com>
730 * testsuite/gas/arc/textinsnxop.d: New file.
731 * testsuite/gas/arc/textinsnxop.s: Likewise.
733 2016-09-15 Jose E. Marchesi <jose.marchesi@oracle.com>
735 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run
736 dcti-couples-v9 only in ELF targets to avoid spurious failures in
737 sparc-aout and sparc-coff targets.
739 2016-09-14 Peter Bergner <bergner@vnet.ibm.com>
741 * testsuite/gas/ppc/power9.d <slbiag, cpabort> New tests.
742 <addex., brd, brh, brw, lwzmx, nandxor, rldixor, setbool,
743 xor3, cp_abort, copy_first, paste, paste_last, sync>: Remove tests.
744 <copy, paste.>: Update tests.
745 * testsuite/gas/ppc/power9.s: Likewise.
747 2016-09-14 Jose E. Marchesi <jose.marchesi@oracle.com>
749 * config/tc-sparc.c (sparc_ip): Print the instruction arguments
750 in "architecture mismatch" error messages.
752 2016-09-14 Jose E. Marchesi <jose.marchesi@oracle.com>
754 * config/tc-sparc.c (md_assemble): Detect and warning on
755 unpredictable DCTI couples in certain arches.
756 (dcti_couples_detect): New global.
757 (md_longopts): Add command line option -dcti-couples-detect.
758 (md_show_usage): Document -dcti-couples-detect.
759 (md_parse_option): Handle OPTION_DCTI_COUPLES_DETECT.
760 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run
761 dcti-couples-v8, dcti-couples-v9 and dcti-couples-v9c tests.
762 * testsuite/gas/sparc/dcti-couples.s: New file.
763 * testsuite/gas/sparc/dcti-couples-v9c.d: Likewise.
764 * testsuite/gas/sparc/dcti-couples-v8.d: Likewise.
765 * testsuite/gas/sparc/dcti-couples-v9.d: Likewise.
766 * testsuite/gas/sparc/dcti-couples-v9c.l: Likewise.
767 * testsuite/gas/sparc/dcti-couples-v8.l: Likewise.
768 * doc/as.texinfo (Overview): Document --dcti-couples-detect.
769 * doc/c-sparc.texi (Sparc-Opts): Likewise.
771 2016-09-14 Claudiu Zissulescu <claziss@synopsys.com>
773 * testsuite/gas/arc/tls-relocs2.d: New file.
774 * testsuite/gas/arc/tls-relocs2.s: Likewise.
775 * config/tc-arc.c (tokenize_arguments): Accept offsets when base
778 2016-09-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
780 * config/tc-s390.c (s390_parse_cpu): Support alternate arch
782 * doc/as.texinfo: Document new arch strings.
783 * doc/c-s390.texi: Likewise.
785 2016-09-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
787 * config/tc-s390.c: Set all facitily bits by default
789 2016-09-12 Patrick Steuer <steuer@linux.vnet.ibm.com>
791 * testsuite/gas/s390/zarch-z196.d: Adjust testcase.
793 2016-09-08 H.J. Lu <hongjiu.lu@intel.com>
795 * config/tc-i386.c (i386_target_format): Allow PROCESSOR_IAMCU
798 2016-09-07 H.J. Lu <hongjiu.lu@intel.com>
800 * config/tc-i386.c (valid_iamcu_cpu_flags): Removed.
801 (set_cpu_arch): Updated.
802 (md_parse_option): Likewise.
803 * testsuite/gas/i386/i386.exp: Run iamcu-4 and iamcu-5. Remove
804 iamcu-inval-2 and iamcu-inval-3.
805 * testsuite/gas/i386/iamcu-4.d: New file.
806 * testsuite/gas/i386/iamcu-4.s: Likewise.
807 * testsuite/gas/i386/iamcu-5.d: Likewise.
808 * testsuite/gas/i386/iamcu-5.s: Likewise.
809 * testsuite/gas/i386/iamcu-inval-2.l: Removed.
810 * testsuite/gas/i386/iamcu-inval-2.s: Likewise.
811 * testsuite/gas/i386/iamcu-inval-3.l: Likewise.
812 * testsuite/gas/i386/iamcu-inval-3.s: Likewise.
814 2016-09-07 Richard Earnshaw <rearnsha@arm.com>
816 * config/tc-arm.c ((arm_cpus): Use ARM_ARCH_V8A_CRC for all
817 ARMv8-A CPUs except xgene1.
819 2016-08-31 Alan Modra <amodra@gmail.com>
821 * config/tc-ppc.c (md_assemble): Set sh_flags for VLE. Test
822 ppc_cpu rather than calling ppc_mach to determine VLE mode.
823 (ppc_frag_check, ppc_handle_align): Likewise use ppc_cpu.
825 2016-08-26 Jose E. Marchesi <jose.marchesi@oracle.com>
827 * testsuite/gas/sparc/crypto.d: Rename invalid opcode camellia_fi
829 * testsuite/gas/sparc/crypto.s: Likewise.
831 2016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
833 * config/tc-arm.c (v7m_psrs): Add MSPLIM, PSPLIM, MSPLIM_NS,
834 PSPLIM_NS, PRIMASK_NS, BASEPRI_NS, FAULTMASK_NS, CONTROL_NS, SP_NS and
835 their lowecase counterpart special registers. Write register
837 * testsuite/gas/arm/archv8m-cmse-msr.s: Reorganize tests per
838 operation, special register and then case. Use different register for
839 each operation. Add tests for new special registers.
840 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Adapt expected result
842 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
843 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
845 2016-08-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
847 * config/tc-arm.c (v7m_psrs): Remove msp_s, MSP_S, psp_s and PSP_S
849 * testsuite/gas/arm/archv8m-cmse-msr.s: Remove test for above special
851 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
852 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
853 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
855 2016-08-24 H.J. Lu <hongjiu.lu@intel.com>
857 * config/tc-i386.c (cpu_arch): Add .ptwrite.
858 * doc/c-i386.texi: Document ptwrite and .ptwrite.
859 * testsuite/gas/i386/i386.exp: Run ptwrite, ptwrite-intel,
860 x86-64-ptwrite and x86-64-ptwrite-intel.
861 * testsuite/gas/i386/ptwrite-intel.d: New file.
862 * testsuite/gas/i386/ptwrite.d: Likewise.
863 * testsuite/gas/i386/ptwrite.s: Likewise.
864 * testsuite/gas/i386/x86-64-ptwrite-intel.d: Likewise.
865 * testsuite/gas/i386/x86-64-ptwrite.d: Likewise.
866 * testsuite/gas/i386/x86-64-ptwrite.s: Likewise.
868 2016-08-19 Tamar Christina <tamar.christina@arm.com>
870 * config/tc-arm.c (do_co_reg2c): Added constraint.
871 * testsuite/gas/arm/dest-unpredictable.s: New.
872 * testsuite/gas/arm/dest-unpredictable.l: New.
873 * testsuite/gas/arm/dest-unpredictable.d: New.
875 2016-08-19 Nick Clifton <nickc@redhat.com>
877 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Adjust expected
878 ordering of sections.
879 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
880 * testsuite/gas/ia64/alias-ilp32.d: Likewise.
881 * testsuite/gas/ia64/alias.d: Likewise.
882 * testsuite/gas/ia64/group-1.d: Likewise.
883 * testsuite/gas/ia64/group-2.d: Likewise.
884 * testsuite/gas/ia64/secname-ilp32.d: Likewise.
885 * testsuite/gas/ia64/secname.d: Likewise.
886 * testsuite/gas/ia64/unwind-ilp32.d: Likewise.
887 * testsuite/gas/ia64/unwind.d: Likewise.
888 * testsuite/gas/ia64/xdata-ilp32.d: Likewise.
889 * testsuite/gas/ia64/xdata.d: Likewise.
890 * testsuite/gas/mmix/bspec-1.d: Likewise.
891 * testsuite/gas/mmix/bspec-2.d: Likewise.
892 * testsuite/gas/mmix/byte-1.d: Likewise.
893 * testsuite/gas/mmix/loc-1.d: Likewise.
894 * testsuite/gas/mmix/loc-2.d: Likewise.
895 * testsuite/gas/mmix/loc-3.d: Likewise.
896 * testsuite/gas/mmix/loc-4.d: Likewise.
897 * testsuite/gas/mmix/loc-5.d: Likewise.
898 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
900 2016-08-11 Richard Sandiford <richard.sandiford@arm.com>
902 * config/tc-aarch64.c (parse_aarch64_imm_float): Reject -0.0.
903 * testsuite/gas/aarch64/illegal.s, testsuite/gas/aarch64/illegal.l:
904 Add tests for -0.0. Add an end-of-file comment.
906 2016-08-05 Nick Clifton <nickc@redhat.com>
909 * config/tc-arm.c (do_vfp_nsyn_push): Check that no more than 16
910 registers are pushed.
911 (do_vfp_nsyn_pop): Check that no more than 16 registers are
913 * testsuite/gas/arm/pr20429.s: New test.
914 * testsuite/gas/arm/pr20429.d: New test driver.
915 * testsuite/gas/arm/pr20429.1: Expected error output.
918 * config/tc-aarch64.c (s_ltorg): Change the mapping state after
920 (aarch64_init): Treat rs_align frags in code sections as
921 containing code, not data.
922 * testsuite/gas/aarch64/pr20364.s: New test.
923 * testsuite/gas/aarch64/pr20364.d: New test driver.
925 2016-08-04 Stefan Trleman <stefan.teleman@oracle.com>
928 * config/tc-sparc.c (cons_fix_new_sparc): Prevent the generation
929 of 64-bit relocation types when assembling for a 32-bit Solaris
932 2016-07-27 Jose E. Marchesi <jose.marchesi@oracle.com>
934 * testsuite/gas/sparc/sparc.exp: Use is_elf_format to discriminate
936 Run natural, natural-32, pr4587, ticc-imm-reg, v8-movwr-imm,
937 pause, save-args, cbcond, cfr, crypto edge, flush, hpcvis3, ima,
938 ld_st_fsr, ldtw_sttw, ldd_std, ldx_stx, ldx_efsr, mwait, mcdper,
939 sparc5vis4, xcrypto, v9branch1 and imm-plus-rreg only in ELF
941 (sparc_elf_setup): Delete.
942 * testsuite/gas/sparc/save-args.d: Fix a copy-paste typo in the
945 2016-07-27 Maciej W. Rozycki <macro@imgtec.com>
947 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Add `nods' flag.
948 (RELAX_MICROMIPS_RELAX32, RELAX_MICROMIPS_TOOFAR16)
949 (RELAX_MICROMIPS_MARK_TOOFAR16, RELAX_MICROMIPS_CLEAR_TOOFAR16)
950 (RELAX_MICROMIPS_TOOFAR32, RELAX_MICROMIPS_MARK_TOOFAR32)
951 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Shift bits.
952 (get_append_method): Also return APPEND_ADD_COMPACT for
953 microMIPS instructions.
954 (find_altered_mips16_opcode): Exclude macros from matching.
956 (find_altered_opcode): ... to this new function.
957 (find_altered_micromips_opcode): New function.
958 (frag_branch_delay_slot_size): Likewise.
959 (append_insn): Handle microMIPS branch/jump compaction.
960 (macro_start): Likewise.
961 (relaxed_micromips_32bit_branch_length): Likewise.
962 (md_convert_frag): Likewise.
963 * testsuite/gas/mips/micromips.s: Add conditional explicit NOPs
964 for delay slot filling.
965 * testsuite/gas/mips/micromips-b16.s: Add explicit NOPs for
967 * testsuite/gas/mips/micromips-size-1.s: Likewise.
968 * testsuite/gas/mips/micromips.l: Adjust line numbers.
969 * testsuite/gas/mips/micromips-warn.l: Likewise.
970 * testsuite/gas/mips/micromips-size-1.l: Likewise.
971 * testsuite/gas/mips/micromips.d: Adjust padding.
972 * testsuite/gas/mips/micromips-trap.d: Likewise.
973 * testsuite/gas/mips/micromips-insn32.d: Likewise.
974 * testsuite/gas/mips/micromips-noinsn32.d: Likewise.
975 * testsuite/gas/mips/micromips@beq.d: Update patterns for
976 branch/jump compaction.
977 * testsuite/gas/mips/micromips@bge.d: Likewise.
978 * testsuite/gas/mips/micromips@bgeu.d: Likewise.
979 * testsuite/gas/mips/micromips@blt.d: Likewise.
980 * testsuite/gas/mips/micromips@bltu.d: Likewise.
981 * testsuite/gas/mips/micromips@branch-misc-4.d: Likewise.
982 * testsuite/gas/mips/micromips@branch-misc-4-64.d: Likewise.
983 * testsuite/gas/mips/micromips@branch-misc-5.d: Likewise.
984 * testsuite/gas/mips/micromips@branch-misc-5pic.d: Likewise.
985 * testsuite/gas/mips/micromips@branch-misc-5-64.d: Likewise.
986 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: Likewise.
987 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: Likewise.
988 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d:
990 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d:
992 * testsuite/gas/mips/micromips@loc-swap.d: Likewise.
993 * testsuite/gas/mips/micromips@loc-swap-dis.d: Likewise.
994 * testsuite/gas/mips/micromips@relax.d: Likewise.
995 * testsuite/gas/mips/micromips@relax-at.d: Likewise.
996 * testsuite/gas/mips/micromips@relax-swap3.d: Likewise.
997 * testsuite/gas/mips/branch-extern-2.d: Likewise.
998 * testsuite/gas/mips/branch-extern-4.d: Likewise.
999 * testsuite/gas/mips/branch-section-2.d: Likewise.
1000 * testsuite/gas/mips/branch-section-4.d: Likewise.
1001 * testsuite/gas/mips/branch-weak-2.d: Likewise.
1002 * testsuite/gas/mips/branch-weak-5.d: Likewise.
1003 * testsuite/gas/mips/micromips-branch-absolute.d: Likewise.
1004 * testsuite/gas/mips/micromips-branch-absolute-n32.d: Likewise.
1005 * testsuite/gas/mips/micromips-branch-absolute-n64.d: Likewise.
1006 * testsuite/gas/mips/micromips-branch-absolute-addend.d:
1008 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d:
1010 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d:
1012 * testsuite/gas/mips/micromips-compact.d: New test.
1013 * testsuite/gas/mips/mips.exp: Run the new test.
1015 2016-07-27 Graham Markall <graham.markall@embecosm.com>
1017 * config/tc-arc.c: Add new global arc_addrtype_hash.
1018 Define O_colon and O_addrtype.
1019 (debug_exp): Add O_colon and O_addrtype.
1020 (tokenize_arguments): Handle colon and address type
1022 (declare_addrtype): New function.
1023 (md_begin): Initialise arc_addrtype_hash.
1024 (arc_parse_name): Add lookup of address types.
1025 (assemble_insn): Handle colons and address types by
1027 * testsuite/gas/arc/nps400-8.s: New file.
1028 * testsuite/gas/arc/nps400-8.d: New file.
1029 * testsuite/gas/arc/nps400-8.s: Add PMU instruction tests.
1030 * testsuite/gas/arc/nps400-8.d: Add expected PMU
1033 2016-07-26 Maciej W. Rozycki <macro@imgtec.com>
1035 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Add `insn32' flag.
1036 (RELAX_MICROMIPS_INSN32): New macro.
1037 (RELAX_MICROMIPS_UNCOND, RELAX_MICROMIPS_COMPACT)
1038 (RELAX_MICROMIPS_LINK, RELAX_MICROMIPS_RELAX32)
1039 (RELAX_MICROMIPS_TOOFAR16, RELAX_MICROMIPS_MARK_TOOFAR16)
1040 (RELAX_MICROMIPS_CLEAR_TOOFAR16, RELAX_MICROMIPS_TOOFAR32)
1041 (RELAX_MICROMIPS_MARK_TOOFAR32, RELAX_MICROMIPS_CLEAR_TOOFAR32):
1043 (append_insn): Record `mips_opts.insn32' with relaxed microMIPS
1045 (relaxed_micromips_32bit_branch_length): Handle the `insn32'
1047 (md_convert_frag): Likewise.
1048 * testsuite/gas/mips/micromips-branch-relax.s: Add `insn32'
1050 * testsuite/gas/mips/micromips-branch-relax.l: Update line
1051 numbers accordingly.
1052 * testsuite/gas/mips/micromips-branch-relax-pic.l: Likewise.
1053 * testsuite/gas/mips/micromips-branch-relax-insn32.d: New test.
1054 * testsuite/gas/mips/micromips-branch-relax-insn32-pic.d: New
1056 * testsuite/gas/mips/micromips-branch-relax-insn32.l: New
1058 * testsuite/gas/mips/micromips-branch-relax-insn32-pic.l: New
1060 * testsuite/gas/mips/mips.exp: Run the new tests.
1062 2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
1064 * configure: Regenerated.
1066 2016-07-20 Claudiu Zissulescu <claziss@synopsys.com>
1068 * testsuite/gas/arc/dsp.d: New file.
1069 * testsuite/gas/arc/dsp.s: Likewise.
1070 * testsuite/gas/arc/fpu.d: Likewise.
1071 * testsuite/gas/arc/fpu.s: Likewise.
1072 * testsuite/gas/arc/ext2op.d: Add specific disassembler option.
1073 * testsuite/gas/arc/ext3op.d: Likewise.
1074 * testsuite/gas/arc/tdpfp.d: Likewise.
1075 * testsuite/gas/arc/tfpuda.d: Likewise.
1077 2016-07-20 Maciej W. Rozycki <macro@imgtec.com>
1079 * config/tc-mips.c (mips_force_relocation): Remove
1080 R_MIPS_PC26_S2 and R_MIPS_PC21_S2.
1082 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1084 * config/tc-mips.c (mips_force_relocation, mips_fix_adjustable):
1085 Adjust comments for BAL to JALX linker conversion.
1086 (fix_bad_cross_mode_branch_p): Accept cross-mode BAL.
1087 * testsuite/gas/mips/unaligned-branch-1.l: Update error messages
1089 * testsuite/gas/mips/unaligned-branch-micromips-1.l: Likewise.
1090 * testsuite/gas/mips/branch-local-4.d: New test.
1091 * testsuite/gas/mips/branch-local-n32-4.d: New test.
1092 * testsuite/gas/mips/branch-local-n64-4.d: New test.
1093 * testsuite/gas/mips/branch-addend.d: New test.
1094 * testsuite/gas/mips/branch-addend-n32.d: New test.
1095 * testsuite/gas/mips/branch-addend-n64.d: New test.
1096 * testsuite/gas/mips/branch-local-4.s: New test source.
1097 * testsuite/gas/mips/branch-addend.s: New test source.
1098 * testsuite/gas/mips/mips.exp: Run the new tests.
1100 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1102 * config/tc-mips.c (mips_force_relocation): Also retain branch
1103 relocations against MIPS16 and microMIPS symbols.
1104 (fix_bad_cross_mode_jump_p): New function.
1105 (fix_bad_same_mode_jalx_p): Likewise.
1106 (fix_bad_misaligned_jump_p): Likewise.
1107 (fix_bad_cross_mode_branch_p): Likewise.
1108 (fix_bad_misaligned_branch_p): Likewise.
1109 (fix_validate_branch): Likewise.
1110 (md_apply_fix) <BFD_RELOC_MIPS_JMP, BFD_RELOC_MIPS16_JMP>
1111 <BFD_RELOC_MICROMIPS_JMP>: Separate from BFD_RELOC_MIPS_SHIFT5,
1112 etc. Verify the ISA mode and alignment of the jump target.
1113 <BFD_RELOC_MIPS_21_PCREL_S2>: Replace the inline alignment check
1114 with a call to `fix_validate_branch'.
1115 <BFD_RELOC_MIPS_26_PCREL_S2>: Likewise.
1116 <BFD_RELOC_16_PCREL_S2>: Likewise.
1117 <BFD_RELOC_MICROMIPS_7_PCREL_S1, BFD_RELOC_MICROMIPS_10_PCREL_S1>
1118 <BFD_RELOC_MICROMIPS_16_PCREL_S1>: Retain the original addend.
1119 Verify the ISA mode and alignment of the branch target.
1120 (md_convert_frag): Verify the ISA mode and alignment of resolved
1121 MIPS16 branch targets.
1122 * testsuite/gas/mips/branch-misc-1.s: Annotate non-instruction
1123 branch targets with `.insn'.
1124 * testsuite/gas/mips/branch-misc-5.s: Likewise.
1125 * testsuite/gas/mips/micromips@branch-misc-5-64.d: Update
1127 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: Likewise.
1128 * testsuite/gas/mips/micromips-branch-relax.s: Annotate
1129 non-instruction branch target with `.insn'.
1130 * testsuite/gas/mips/micromips.s: Replace microMIPS JALX targets
1131 with external symbols.
1132 * testsuite/gas/mips/micromips-insn32.d: Update accordingly.
1133 * testsuite/gas/mips/micromips-noinsn32.d: Likewise.
1134 * testsuite/gas/mips/micromips-trap.d: Likewise.
1135 * testsuite/gas/mips/micromips.d: Likewise.
1136 * testsuite/gas/mips/mips16.s: Annotate non-instruction branch
1137 targets with `.insn'.
1138 * testsuite/gas/mips/mips16.d: Update accordingly.
1139 * testsuite/gas/mips/mips16-64.d: Likewise.
1140 * testsuite/gas/mips/mips16-dwarf2.s: Annotate non-instruction
1141 branch target with `.insn'.
1142 * testsuite/gas/mips/relax-swap3.s: Likewise.
1143 * testsuite/gas/mips/branch-local-2.l: New list test.
1144 * testsuite/gas/mips/branch-local-3.l: New list test.
1145 * testsuite/gas/mips/branch-local-n32-2.l: New list test.
1146 * testsuite/gas/mips/branch-local-n32-3.l: New list test.
1147 * testsuite/gas/mips/branch-local-n64-2.l: New list test.
1148 * testsuite/gas/mips/branch-local-n64-3.l: New list test.
1149 * testsuite/gas/mips/unaligned-jump-1.l: New list test.
1150 * testsuite/gas/mips/unaligned-jump-2.l: New list test.
1151 * testsuite/gas/mips/unaligned-jump-3.d: New test.
1152 * testsuite/gas/mips/unaligned-jump-mips16-1.l: New list test.
1153 * testsuite/gas/mips/unaligned-jump-mips16-2.l: New list test.
1154 * testsuite/gas/mips/unaligned-jump-mips16-3.d: New test.
1155 * testsuite/gas/mips/unaligned-jump-micromips-1.l: New list
1157 * testsuite/gas/mips/unaligned-jump-micromips-2.l: New list
1159 * testsuite/gas/mips/unaligned-jump-micromips-3.d: New test.
1160 * testsuite/gas/mips/unaligned-branch-1.l: New list test.
1161 * testsuite/gas/mips/unaligned-branch-2.l: New list test.
1162 * testsuite/gas/mips/unaligned-branch-3.d: New test.
1163 * testsuite/gas/mips/unaligned-branch-r6-1.l: New list test.
1164 * testsuite/gas/mips/unaligned-branch-r6-2.l: New list test.
1165 * testsuite/gas/mips/unaligned-branch-r6-3.l: New list test.
1166 * testsuite/gas/mips/unaligned-branch-r6-4.l: New list test.
1167 * testsuite/gas/mips/unaligned-branch-r6-5.d: New test.
1168 * testsuite/gas/mips/unaligned-branch-r6-6.d: New test.
1169 * testsuite/gas/mips/unaligned-branch-mips16-1.l: New list test.
1170 * testsuite/gas/mips/unaligned-branch-mips16-2.l: New list test.
1171 * testsuite/gas/mips/unaligned-branch-mips16-3.d: New test.
1172 * testsuite/gas/mips/unaligned-branch-micromips-1.l: New list
1174 * testsuite/gas/mips/unaligned-branch-micromips-2.l: New list
1176 * testsuite/gas/mips/unaligned-branch-micromips-3.d: New test.
1177 * testsuite/gas/mips/branch-local-2.s: New test source.
1178 * testsuite/gas/mips/branch-local-3.s: New test source.
1179 * testsuite/gas/mips/branch-local-n32-2.s: New test source.
1180 * testsuite/gas/mips/branch-local-n32-3.s: New test source.
1181 * testsuite/gas/mips/branch-local-n64-2.s: New test source.
1182 * testsuite/gas/mips/branch-local-n64-3.s: New test source.
1183 * testsuite/gas/mips/unaligned-jump-1.s: New test source.
1184 * testsuite/gas/mips/unaligned-jump-2.s: New test source.
1185 * testsuite/gas/mips/unaligned-jump-mips16-1.s: New test source.
1186 * testsuite/gas/mips/unaligned-jump-mips16-2.s: New test source.
1187 * testsuite/gas/mips/unaligned-jump-micromips-1.s: New test
1189 * testsuite/gas/mips/unaligned-jump-micromips-2.s: New test
1191 * testsuite/gas/mips/unaligned-branch-1.s: New test source.
1192 * testsuite/gas/mips/unaligned-branch-2.s: New test source.
1193 * testsuite/gas/mips/unaligned-branch-r6-1.s: New test source.
1194 * testsuite/gas/mips/unaligned-branch-r6-2.s: New test source.
1195 * testsuite/gas/mips/unaligned-branch-r6-3.s: New test source.
1196 * testsuite/gas/mips/unaligned-branch-r6-4.s: New test source.
1197 * testsuite/gas/mips/unaligned-branch-mips16-1.s: New test
1199 * testsuite/gas/mips/unaligned-branch-mips16-2.s: New test
1201 * testsuite/gas/mips/unaligned-branch-micromips-1.s: New test
1203 * testsuite/gas/mips/unaligned-branch-micromips-2.s: New test
1205 * testsuite/gas/mips/mips.exp: Run the new tests.
1207 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1209 * config/tc-nds32.c (struct nds32_pseudo_opcode): Make pseudo_val
1211 (do_pseudo_b): Adjust.
1212 (do_pseudo_bal): Likewise.
1213 (do_pseudo_bge): Likewise.
1214 (do_pseudo_bges): Likewise.
1215 (do_pseudo_bgt): Likewise.
1216 (do_pseudo_bgts): Likewise.
1217 (do_pseudo_ble): Likewise.
1218 (do_pseudo_bles): Likewise.
1219 (do_pseudo_blt): Likewise.
1220 (do_pseudo_blts): Likewise.
1221 (do_pseudo_br): Likewise.
1222 (do_pseudo_bral): Likewise.
1223 (do_pseudo_la): Likewise.
1224 (do_pseudo_li): Likewise.
1225 (do_pseudo_ls_bhw): Likewise.
1226 (do_pseudo_ls_bhwp): Likewise.
1227 (do_pseudo_ls_bhwpc): Likewise.
1228 (do_pseudo_ls_bhwi): Likewise.
1229 (do_pseudo_move): Likewise.
1230 (do_pseudo_neg): Likewise.
1231 (do_pseudo_not): Likewise.
1232 (do_pseudo_pushpopm): Likewise.
1233 (do_pseudo_pushpop): Likewise.
1234 (do_pseudo_v3push): Likewise.
1235 (do_pseudo_v3pop): Likewise.
1236 (do_pseudo_pushpop_stack): Likewise.
1237 (do_pseudo_push_bhwd): Likewise.
1238 (do_pseudo_pop_bhwd): Likewise.
1239 (do_pseudo_pusha): Likewise.
1240 (do_pseudo_pushi): Likewise.
1242 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1244 * config/tc-sparc.c (struct pop_entry): Make the type of reloc
1245 bfd_reloc_code_real_type.
1247 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1249 * config/tc-sparc.c (pop_table): Remove sentinel.
1250 (NUM_PERC_ENTRIES): Use ARRAY_SIZE on pop_table.
1253 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1255 * config/tc-z8k.c (newfix): Make type of type argument
1256 bfd_reloc_code_real_type.
1257 (apply_fix): Likewise.
1259 2016-07-16 Alan Modra <amodra@gmail.com>
1261 * config/tc-epiphany.c: Don't include libbfd.h.
1262 * config/tc-frv.c: Likewise.
1263 * config/tc-ip2k.c: Likewise.
1264 * config/tc-iq2000.c: Likewise.
1265 * config/tc-m32c.c: Likewise.
1266 * config/tc-mep.c: Likewise.
1267 * config/tc-mt.c: Likewise.
1268 * config/tc-nios2.c: Likewise.
1270 2016-07-16 Alan Modra <amodra@gmail.com>
1272 * config/bfin-parse.y: Don't include libbfd.h.
1273 * config/tc-bfin.c: Likewise.
1274 * config/tc-rl78.c: Likewise.
1275 * config/tc-rx.c: Likewise.
1276 * config/tc-metag.c: Likewise.
1277 (create_dspreg_htabs, create_scond_htab): Use gas_assert not BFD_ASSERT.
1278 * Makefile.am: Update dependencies.
1279 * Makefile.in: Regenerate.
1281 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1283 * config/tc-mips.h (TC_FORCE_RELOCATION_ABS): New macro.
1284 (mips_force_relocation_abs): New prototype.
1285 * config/tc-mips.c (mips_force_relocation_abs): New function.
1286 * testsuite/gas/mips/branch-absolute.d: Adjust dump patterns.
1287 * testsuite/gas/mips/mips16-branch-absolute.d: Likewise.
1288 * testsuite/gas/mips/micromips-branch-absolute-n32.d: Likewise.
1289 * testsuite/gas/mips/micromips-branch-absolute-n64.d: Likewise.
1290 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d:
1292 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d:
1294 * testsuite/gas/mips/branch-absolute-addend.d: New test.
1295 * testsuite/gas/mips/mips16-branch-absolute-addend.d: New test.
1296 * testsuite/gas/mips/micromips-branch-absolute-addend.d: New
1298 * testsuite/gas/mips/mips.exp: Run the new tests.
1300 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1302 * config/tc-mips.c (md_apply_fix) <BFD_RELOC_MIPS16_16_PCREL_S1>
1303 <BFD_RELOC_MICROMIPS_7_PCREL_S1, BFD_RELOC_MICROMIPS_10_PCREL_S1>
1304 <BFD_RELOC_MICROMIPS_16_PCREL_S1>: Keep the ISA bit in the
1306 * testsuite/gas/mips/mips16-branch-absolute.s: Set the ISA bit
1307 in `bar', export `foo'.
1308 * testsuite/gas/mips/mips16-branch-absolute.d: Adjust
1310 * testsuite/gas/mips/mips16-branch-absolute-n32.d: Likewise.
1311 * testsuite/gas/mips/mips16-branch-absolute-n64.d: Likewise.
1312 * testsuite/gas/mips/mips16-branch-absolute-addend-n32.d:
1314 * testsuite/gas/mips/mips16-branch-absolute-addend-n64.d:
1317 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1319 * testsuite/gas/mips/mips16-branch-absolute.d: Update patterns.
1320 * testsuite/gas/mips/branch-absolute.d: New test.
1321 * testsuite/gas/mips/branch-absolute-n32.d: New test.
1322 * testsuite/gas/mips/branch-absolute-n64.d: New test.
1323 * testsuite/gas/mips/branch-absolute-addend-n32.d: New test.
1324 * testsuite/gas/mips/branch-absolute-addend-n64.d: New test.
1325 * testsuite/gas/mips/mips16-branch-absolute-n32.d: New test.
1326 * testsuite/gas/mips/mips16-branch-absolute-n64.d: New test.
1327 * testsuite/gas/mips/mips16-branch-absolute-addend-n32.d: New
1329 * testsuite/gas/mips/mips16-branch-absolute-addend-n64.d: New
1331 * testsuite/gas/mips/micromips-branch-absolute.d: New test.
1332 * testsuite/gas/mips/micromips-branch-absolute-n32.d: New test.
1333 * testsuite/gas/mips/micromips-branch-absolute-n64.d: New test.
1334 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d: New
1336 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d: New
1338 * testsuite/gas/mips/branch-absolute.s: New test source.
1339 * testsuite/gas/mips/branch-absolute-addend.s: New test source.
1340 * testsuite/gas/mips/mips16-branch-absolute-addend.s: New test
1342 * testsuite/gas/mips/micromips-branch-absolute.s: New test
1344 * testsuite/gas/mips/micromips-branch-absolute-addend.s: New
1346 * testsuite/gas/mips/mips.exp: Run the new tests.
1348 2016-07-13 Maciej W. Rozycki <macro@imgtec.com>
1350 * testsuite/gas/mips/nal-1.d: New test.
1351 * testsuite/gas/mips/mipsr6@nal-1.d: New test.
1352 * testsuite/gas/mips/nal-2.d: New test.
1353 * testsuite/gas/mips/mipsr6@nal-2.d: New test.
1354 * testsuite/gas/mips/nal.s: New test source.
1355 * testsuite/gas/mips/mips.exp: Run the new tests.
1357 2016-07-12 Jose E. Marchesi <jose.marchesi@oracle.com>
1359 * testsuite/gas/sparc/ldtxa.s: New file.
1360 * testsuite/gas/sparc/ldtxa.d: Likewise.
1361 * testsuite/gas/sparc/sparc.exp: Execute the ldtxa test.
1363 2016-07-11 Claudiu Zissulescu <claziss@synopsys.com>
1365 * config/tc-arc.c (arc_reloc_op_tag): Allow complex ops for dtpoff.
1366 (tc_gen_reloc): Remove passing DTPOFF base info into reloc addendum
1367 as it is no longer needed.
1369 2016-07-08 Maciej W. Rozycki <macro@imgtec.com>
1371 * config/tc-mips.c (append_insn): Remove extraneous
1372 `install_insn' call.
1374 2016-07-04 Jan Beulich <jbeulich@suse.com>
1376 * config/tc-i386.c (check_qword_reg): Correct register kind
1378 * testsuite/gas/i386/x86-64-suffix-bad.s: Add q-suffix with
1379 16-bit register cases.
1380 * testsuite/gas/i386/x86-64-suffix-bad.l: Adjust expectations.
1383 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1385 * testsuite/gas/mips/ecoff@ld.d: Remove test.
1386 * testsuite/gas/mips/ecoff@ld-forward.d: Remove test.
1387 * testsuite/gas/mips/ecoff@ld-zero-3.d: Remove test.
1388 * testsuite/gas/mips/ecoff@sd.d: Remove test.
1389 * testsuite/gas/mips/ecoff@sd-forward.d: Remove test.
1390 * testsuite/gas/mips/beq.d: Remove a.out and ECOFF support from
1392 * testsuite/gas/mips/mipsr6@beq.d: Likewise.
1393 * testsuite/gas/mips/bge.d: Likewise.
1394 * testsuite/gas/mips/mipsr6@bge.d: Likewise.
1395 * testsuite/gas/mips/bgeu.d: Likewise.
1396 * testsuite/gas/mips/mipsr6@bgeu.d: Likewise.
1397 * testsuite/gas/mips/blt.d: Likewise.
1398 * testsuite/gas/mips/mipsr6@blt.d: Likewise.
1399 * testsuite/gas/mips/bltu.d: Likewise.
1400 * testsuite/gas/mips/mipsr6@bltu.d: Likewise.
1401 * testsuite/gas/mips/branch-likely.d: Likewise.
1402 * testsuite/gas/mips/la.d: Likewise.
1403 * testsuite/gas/mips/lb.d: Likewise.
1404 * testsuite/gas/mips/lifloat.d: Likewise.
1405 * testsuite/gas/mips/sb.d: Likewise.
1406 * testsuite/gas/mips/uld.d: Likewise.
1407 * testsuite/gas/mips/ulh.d: Likewise.
1408 * testsuite/gas/mips/ulw.d: Likewise.
1409 * testsuite/gas/mips/usd.d: Likewise.
1410 * testsuite/gas/mips/ush.d: Likewise.
1411 * testsuite/gas/mips/usw.d: Likewise.
1413 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1415 * testsuite/gas/mips/branch-misc-2.s: Move non
1416 locally-defined-global symbol tests...
1417 * testsuite/gas/mips/branch-misc-5.s: ... to this new test.
1418 * testsuite/gas/mips/branch-misc-2.d: Update accordingly.
1419 * testsuite/gas/mips/branch-misc-2-64.d: Likewise.
1420 * testsuite/gas/mips/branch-misc-2pic.d: Likewise.
1421 * testsuite/gas/mips/branch-misc-2pic-64.d: Likewise.
1422 * testsuite/gas/mips/mipsr6@branch-misc-2-64.d: Likewise.
1423 * testsuite/gas/mips/mipsr6@branch-misc-2pic-64.d: Likewise.
1424 * testsuite/gas/mips/micromips@branch-misc-2.d: Likewise.
1425 * testsuite/gas/mips/micromips@branch-misc-2-64.d: Likewise.
1426 * testsuite/gas/mips/micromips@branch-misc-2pic.d: Likewise.
1427 * testsuite/gas/mips/micromips@branch-misc-2pic-64.d: Likewise.
1428 * testsuite/gas/mips/branch-misc-5.d: New test.
1429 * testsuite/gas/mips/branch-misc-5pic.d: New test.
1430 * testsuite/gas/mips/branch-misc-5-64.d: New test.
1431 * testsuite/gas/mips/branch-misc-5pic-64.d: New test.
1432 * testsuite/gas/mips/mipsr6@branch-misc-5-64.d: New test.
1433 * testsuite/gas/mips/mipsr6@branch-misc-5pic-64.d: New test.
1434 * testsuite/gas/mips/micromips@branch-misc-5.d: New test.
1435 * testsuite/gas/mips/micromips@branch-misc-5pic.d: New test.
1436 * testsuite/gas/mips/micromips@branch-misc-5-64.d: New test.
1437 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: New test.
1438 * testsuite/gas/mips/mips.exp: Run the new tests.
1440 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1442 * testsuite/gas/mips/beq.s: Uncomment branches to undefined
1444 * testsuite/gas/mips/beq.d: Update accordingly.
1445 * testsuite/gas/mips/mipsr6@beq.d: Likewise.
1446 * testsuite/gas/mips/micromips@beq.d: Likewise.
1448 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1450 * testsuite/gas/mips/mips.exp: Restrict 64-bit `branch-mips'
1451 tests to NewABI targets.
1453 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1455 * testsuite/gas/mips/mips.exp: Group `branch-misc' tests
1458 2016-07-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
1460 * config/tc-aarch64.c (struct aarch64_option_cpu_value_table): Add
1462 (aarch64_features): Initialize require fields.
1463 (aarch64_parse_features): Handle dependencies.
1464 (aarch64_feature_enable_set, aarch64_feature_disable_set): New.
1465 (md_assemble): Use AARCH64_CPU_HAS_ALL_FEATURES.
1466 * testsuite/gas/aarch64/illegal-nofp16.s: New.
1467 * testsuite/gas/aarch64/illegal-nofp16.l: New.
1468 * testsuite/gas/aarch64/illegal-nofp16.d: New.
1470 2016-07-01 Nick Clifton <nickc@redhat.com>
1472 * macro.c (macro_expand_body): Use a buffer big enough to hold an
1473 extremely large integer.
1475 2016-07-01 Jan Beulich <jbeulich@suse.com>
1477 * testsuite/gas/i386/mpx-inval-2.l: Relax for COFF targets.
1479 2016-07-01 Tristan Gingold <gingold@adacore.com>
1481 * NEWS: Add marker for 2.27.
1483 2016-07-01 Jan Beulich <jbeulich@suse.com>
1485 * tc-i386.c (i386_index_check): Add special checks for bndmk,
1487 * testsuite/gas/i386/mpx-inval-2.s: Add %rip and %eip relative
1488 as well as scaling by other than 1 tests.
1489 * testsuite/gas/i386/mpx-inval-2.l: Adjust accordingly.
1491 2016-07-01 Jan Beulich <jbeulich@suse.com>
1493 * tc-i386.c (md_assemble): Alter address size checking for MPX
1495 * testsuite/gas/i386/mpx-inval-2.s: New.
1496 * testsuite/gas/i386/mpx-inval-2.l: New.
1497 * testsuite/gas/i386/i386.exp: Run new test.
1499 2016-07-01 Jan Beulich <jbeulich@suse.com>
1502 * config/tc-i386.c (match_template): Add char parameter,
1503 consumed in Intel mode for an extra suffix check.
1504 (md_assemble): New local variable mnem_suffix.
1505 * testsuite/gas/i386/suffix-bad.s: New.
1506 * testsuite/gas/i386/suffix-bad.l: New.
1507 * testsuite/gas/i386/i386.exp: Run new test (twice).
1509 2016-07-01 Jan Beulich <jbeulich@suse.com>
1511 * testsuite/gas/i386/movz.s: New.
1512 * testsuite/gas/i386/movz32.d: New.
1513 * testsuite/gas/i386/movz64.d: New.
1514 * testsuite/gas/i386/i386.exp: Run new tests.
1516 2016-07-01 Jan Beulich <jbeulich@suse.com>
1518 * config/tc-i386.c (struct _i386_insn): New field memop1_string.
1519 (md_assemble): Free first memory operand string.
1520 (i386_index_check): Use repprefixok to distingush xlat from
1521 other (real) string ops.
1522 (maybe_adjust_templates): New.
1523 (i386_att_operand). Call it. Store first memory operand string.
1524 * config/tc-i386-intel.c (i386_intel_operand): Likewise.
1525 * testsuite/gas/i386/intel-movs.s: New.
1526 * testsuite/gas/i386/intel-movs32.d: New.
1527 * testsuite/gas/i386/intel-movs64.d: New.
1528 * testsuite/gas/i386/i386.exp: Run new tests. Invoke as for
1529 64-bits tests with "--defsym x86_64=1 --strip-local-absolute".
1531 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
1533 * config/tc-mips.c (get_append_method): Fix a comment typo.
1535 2016-06-30 Matthew Fortune <Matthew.Fortune@imgtec.com>
1536 Maciej W. Rozycki <macro@imgtec.com>
1538 * config/tc-mips.c (append_insn) <APPEND_SWAP>: Do not special
1539 case MIPS16 handling.
1540 * testsuite/gas/mips/branch-swap-3.d: New test.
1541 * testsuite/gas/mips/branch-swap-4.d: New test.
1542 * testsuite/gas/mips/mips16@branch-swap-3.d: New test.
1543 * testsuite/gas/mips/mips16@branch-swap-4.d: New test.
1544 * testsuite/gas/mips/micromips@branch-swap-3.d: New test.
1545 * testsuite/gas/mips/micromips@branch-swap-4.d: New test.
1546 * testsuite/gas/mips/branch-swap-3.s: New test source.
1547 * testsuite/gas/mips/mips.exp: Run the new tests.
1549 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
1551 * config/tc-mips.c (append_insn): Simplify non-MIPS16 branch
1554 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
1557 * write.c (subsegs_finish_section): Force no section padding to
1558 alignment on failed assembly, always set last frag's alignment
1560 * testsuite/gas/all/pr20312.l: New list test.
1561 * testsuite/gas/all/pr20312.s: New test source.
1562 * testsuite/gas/all/gas.exp: Run the new test
1564 2016-06-30 Andrew Burgess <andrew.burgess@embecosm.com>
1566 * config.in (TARGET_WITH_CPU): Undefine.
1567 * configure.ac: Add --with-cpu support, and define in config.h.
1568 * configure: Regenerate.
1569 * config/tc-arc.c: Use TARGET_WITH_CPU to select default CPU.
1570 * NEWS: Mention new configure option.
1572 2016-06-30 Matthew Wahab <matthew.wahab@arm.com>
1574 * testsuite/gas/arm/armv8_2+rdma.d: New.
1576 2016-06-29 H.J. Lu <hongjiu.lu@intel.com>
1578 * NEWS: Mention --enable-compressed-debug-sections=gas is the
1579 default for Linux/x86 targets.
1580 * configure.tgt (ac_default_compressed_debug_sections): Default
1581 to yes for Linux/x86 targets.
1583 2016-06-29 Maciej W. Rozycki <macro@imgtec.com>
1585 * write.c: Remove "libbfd.h" inclusion.
1587 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1589 * testsuite/gas/elf/elf.exp: Use `supports_gnu_unique' with the
1592 2016-06-28 Alan Modra <amodra@gmail.com>
1595 * testsuite/gas/elf/section11.s: Don't start directives in first column.
1597 2016-06-28 Richard Sandiford <richard.sandiford@arm.com>
1599 * testsuite/gas/aarch64/diagnostic.s,
1600 testsuite/gas/aarch64/diagnostic.l: Add tests for out-of-range indices.
1602 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1604 * config/tc-mips.c (mips16_reloc_p): Handle
1605 BFD_RELOC_MIPS16_16_PCREL_S1.
1606 (b_reloc_p): Likewise.
1607 (limited_pcrel_reloc_p): Likewise.
1608 (md_pcrel_from): Likewise.
1609 (md_apply_fix): Likewise.
1610 (tc_gen_reloc): Likewise.
1611 (md_convert_frag): Likewise.
1612 (mips_fix_adjustable): Update comment.
1613 * testsuite/gas/mips/mips16-branch-reloc-2.d: Remove error
1614 output, add dump patterns.
1615 * testsuite/gas/mips/mips16-branch-reloc-3.d: Remove error
1616 output, add dump patterns.
1617 * testsuite/gas/mips/mips16-branch-addend-2.d: Remove error
1618 output, add dump patterns.
1619 * testsuite/gas/mips/mips16-branch-addend-3.d: Remove error
1620 output, add dump patterns.
1621 * testsuite/gas/mips/mips16-branch-absolute.d: Remove error
1622 output, add dump patterns.
1623 * testsuite/gas/mips/mips16-branch-reloc-2.l: Remove file.
1624 * testsuite/gas/mips/mips16-branch-reloc-3.l: Remove file.
1625 * testsuite/gas/mips/mips16-branch-addend-2.l: Remove file.
1626 * testsuite/gas/mips/mips16-branch-addend-3.l: Remove file.
1627 * testsuite/gas/mips/mips16-branch-absolute.l: Remove file.
1628 * testsuite/gas/mips/mips16-branch-addend-2.s: Add padding.
1629 * testsuite/gas/mips/branch-weak.s: Adjust alignment, avoid
1630 implicit instruction padding, avoid MIPS16 JR->JRC conversion.
1631 * testsuite/gas/mips/branch-weak-6.d: New test.
1632 * testsuite/gas/mips/branch-weak-7.d: New test.
1633 * testsuite/gas/mips/mips.exp: Run the new tests.
1635 2016-06-27 Vineet Gupta <vgupta@synopsys.com>
1637 * config//tc-arc.c (tc_arc_frame_initial_instructions): Use
1638 cfi_add_CFA_def_cfa to generate default CFA with offset
1639 * testsuite/gas/cfi/cfi-arc-1.d: Update expected output.
1641 2016-06-27 Nick Clifton <nickc@redhat.com>
1644 * as.h (do_not_pad_sections_to_alignment): New global variable.
1645 * as.c (show_usage): Add --no-pad-sections.
1646 (parse_args): Likewise.
1647 * write.c (size_seg): Skip padding the end of the section if
1648 requested from the command line.
1649 (SUB_SEGMENT_ALIGN): Likewise.
1650 * doc/as.texinfo: Document the new option.
1651 * NEWS: Mention the new feature.
1652 * testsuite/gas/elf/section11.s: New test.
1653 * testsuite/gas/elf/section11.d: New test driver.
1654 * testsuite/gas/elf/elf.exp: Run the new test.
1656 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1658 * config/tc-dlx.c: Include bfd/elf32-dlx.h.
1659 * config/tc-dlx.h: Remove prototype of dlx_set_skip_hi16.
1661 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1663 * config/tc-xtensa.c (xtensa_elf_suffix): Use ARRAY_SIZE instead of a
1665 (map_suffix_reloc_to_operator): Likewise.
1666 (map_operator_to_reloc): Likewise.
1668 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1670 * config/tc-nds32.c (md_begin): Use ARRAY_SIZE instead of a sentinal
1671 element in relax_table.
1673 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1675 * config/tc-aarch64.c: Make the type of reg_entry::type
1678 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1680 * config/tc-bfin.c (bfin_cpus): Remove sentinal.
1681 (md_parse_option): Adjust.
1682 * config/tc-aarch64.c (aarch64_parse_abi): Replace use of a sentinal
1683 with iteration from 0 to ARRAY_SIZE.
1684 * config/tc-mcore.c (md_begin): Likewise.
1685 * config/tc-visium.c (visium_parse_arch): Likewise.
1687 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1689 * config/tc-tic54x.c (tic54x_set_default_include): remove argument
1690 and simplify accordingly.
1691 (tic54x_include): Adjust.
1692 (tic54x_mlib): Likewise.
1694 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1696 * config/tc-xtensa.c (xtensa_make_property_section): Remove prototype.
1698 2016-06-24 Maciej W. Rozycki <macro@imgtec.com>
1700 * config/tc-mips.c (append_insn): Use any `O_symbol' expression
1701 unchanged with relaxed MIPS16 instructions.
1702 (mips16_extended_frag): Adjust accordingly. Return 1 right
1703 away if a relocation will be required for the symbol requested.
1704 Remove dead first relaxation pass code.
1705 (mips_relax_frag): Pass `sec' down to `mips16_extended_frag'.
1706 (md_convert_frag): Adjust symbol value calculation. Raise an
1707 error if a relocation is required for the symbol requested.
1708 * testsuite/gas/mips/mips16@relax-swap3.d: Remove dump patterns,
1710 * testsuite/gas/mips/mips16@relax-swap3.l: New error output.
1711 * testsuite/gas/mips/mips16-pcrel-relax-0.d: New test.
1712 * testsuite/gas/mips/mips16-pcrel-relax-1.d: New test.
1713 * testsuite/gas/mips/mips16-pcrel-relax-2.d: New test.
1714 * testsuite/gas/mips/mips16-pcrel-relax-3.d: New test.
1715 * testsuite/gas/mips/mips16-pcrel-reloc-0.d: New test.
1716 * testsuite/gas/mips/mips16-pcrel-reloc-1.d: New test.
1717 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: New test.
1718 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: New test.
1719 * testsuite/gas/mips/mips16-pcrel-reloc-4.d: New test.
1720 * testsuite/gas/mips/mips16-pcrel-reloc-5.d: New test.
1721 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: New test.
1722 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: New test.
1723 * testsuite/gas/mips/mips16-pcrel-addend-0.d: New test.
1724 * testsuite/gas/mips/mips16-pcrel-addend-1.d: New test.
1725 * testsuite/gas/mips/mips16-pcrel-addend-2.d: New test.
1726 * testsuite/gas/mips/mips16-pcrel-addend-3.d: New test.
1727 * testsuite/gas/mips/mips16-pcrel-absolute.d: New test.
1728 * testsuite/gas/mips/mips16-branch-reloc-0.d: New test.
1729 * testsuite/gas/mips/mips16-branch-reloc-1.d: New test.
1730 * testsuite/gas/mips/mips16-branch-reloc-2.d: New test.
1731 * testsuite/gas/mips/mips16-branch-reloc-3.d: New test.
1732 * testsuite/gas/mips/mips16-branch-addend-0.d: New test.
1733 * testsuite/gas/mips/mips16-branch-addend-1.d: New test.
1734 * testsuite/gas/mips/mips16-branch-addend-2.d: New test.
1735 * testsuite/gas/mips/mips16-branch-addend-3.d: New test.
1736 * testsuite/gas/mips/mips16-branch-absolute.d: New test.
1737 * testsuite/gas/mips/mips16-absolute-reloc-0.d: New test.
1738 * testsuite/gas/mips/mips16-absolute-reloc-1.d: New test.
1739 * testsuite/gas/mips/mips16-absolute-reloc-2.d: New test.
1740 * testsuite/gas/mips/mips16-absolute-reloc-3.d: New test.
1741 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: New error output.
1742 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: New error output.
1743 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: New error output.
1744 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: New error output.
1745 * testsuite/gas/mips/mips16-pcrel-addend-2.l: New error output.
1746 * testsuite/gas/mips/mips16-pcrel-addend-3.l: New error output.
1747 * testsuite/gas/mips/mips16-pcrel-absolute.l: New error output.
1748 * testsuite/gas/mips/mips16-branch-reloc-2.l: New error output.
1749 * testsuite/gas/mips/mips16-branch-reloc-3.l: New error output.
1750 * testsuite/gas/mips/mips16-branch-addend-2.l: New error output.
1751 * testsuite/gas/mips/mips16-branch-addend-3.l: New error output.
1752 * testsuite/gas/mips/mips16-branch-absolute.l: New error output.
1753 * testsuite/gas/mips/mips16-absolute-reloc-2.l: New error output.
1754 * testsuite/gas/mips/mips16-absolute-reloc-3.l: New error output.
1755 * testsuite/gas/mips/mips16-pcrel-relax-0.s: New test source.
1756 * testsuite/gas/mips/mips16-pcrel-relax-2.s: New test source.
1757 * testsuite/gas/mips/mips16-pcrel-reloc-0.s: New test source.
1758 * testsuite/gas/mips/mips16-pcrel-reloc-1.s: New test source.
1759 * testsuite/gas/mips/mips16-pcrel-reloc-2.s: New test source.
1760 * testsuite/gas/mips/mips16-pcrel-reloc-3.s: New test source.
1761 * testsuite/gas/mips/mips16-pcrel-reloc-4.s: New test source.
1762 * testsuite/gas/mips/mips16-pcrel-reloc-5.s: New test source.
1763 * testsuite/gas/mips/mips16-pcrel-reloc-6.s: New test source.
1764 * testsuite/gas/mips/mips16-pcrel-reloc-7.s: New test source.
1765 * testsuite/gas/mips/mips16-pcrel-addend-0.s: New test source.
1766 * testsuite/gas/mips/mips16-pcrel-addend-1.s: New test source.
1767 * testsuite/gas/mips/mips16-pcrel-addend-2.s: New test source.
1768 * testsuite/gas/mips/mips16-pcrel-addend-3.s: New test source.
1769 * testsuite/gas/mips/mips16-pcrel-absolute.s: New test source.
1770 * testsuite/gas/mips/mips16-branch-reloc-0.s: New test source.
1771 * testsuite/gas/mips/mips16-branch-reloc-1.s: New test source.
1772 * testsuite/gas/mips/mips16-branch-reloc-2.s: New test source.
1773 * testsuite/gas/mips/mips16-branch-reloc-3.s: New test source.
1774 * testsuite/gas/mips/mips16-branch-addend-0.s: New test source.
1775 * testsuite/gas/mips/mips16-branch-addend-1.s: New test source.
1776 * testsuite/gas/mips/mips16-branch-addend-2.s: New test source.
1777 * testsuite/gas/mips/mips16-branch-addend-3.s: New test source.
1778 * testsuite/gas/mips/mips16-branch-absolute.s: New test source.
1779 * testsuite/gas/mips/mips16-absolute-reloc-0.s: New test source.
1780 * testsuite/gas/mips/mips16-absolute-reloc-1.s: New test source.
1781 * testsuite/gas/mips/mips16-absolute-reloc-2.s: New test source.
1782 * testsuite/gas/mips/mips16-absolute-reloc-3.s: New test source.
1783 * testsuite/gas/mips/mips.exp: Run the new tests.
1785 2016-06-24 Alan Modra <amodra@gmail.com>
1787 * configure.tgt (alpha-*-openbsd*): Use em=nbsd.
1789 2016-06-23 Maciej W. Rozycki <macro@imgtec.com>
1791 * config/tc-mips.c (b_reloc_p): New function.
1792 (mips_fix_adjustable): Also keep the original microMIPS symbol
1793 referred from branch relocations.
1794 * testsuite/gas/mips/branch-local-1.d: New test.
1795 * testsuite/gas/mips/branch-local-n32-1.d: New test.
1796 * testsuite/gas/mips/branch-local-n64-1.d: New test.
1797 * testsuite/gas/mips/micromips@branch-misc-4-64.d: Update
1799 * testsuite/gas/mips/branch-local-1.s: New test source.
1800 * testsuite/gas/mips/mips.exp: Run the new cases.
1802 2016-06-23 Graham Markall <graham.markall@embecosm.com>
1804 * config/tc-arc.c (options, md_longopts, md_parse_option): Move
1805 -mspfp, -mdpfp and -mfpuda out of the sections for dummy
1806 options. Correct erroneous enabling of SPFP instructions when
1809 2016-06-22 Peter Bergner <bergner@vnet.ibm.com>
1811 * testsuite/gas/ppc/power9.d <brd, brh, brw, mffs, mffs., mffsce,
1812 mffscdrn, mffscdrni, mffscrn, mffscrni, mffsl, nandxor, rldixor,
1813 setbool, xor3>: New tests.
1814 * testsuite/gas/ppc/power9.s: Likewise.
1816 2016-06-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1818 * config/tc-xtensa.c: Include elf/xtensa.h.
1820 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1822 * config/tc-mips.c (calculate_reloc) <BFD_RELOC_HI16_S_PCREL>
1823 <BFD_RELOC_LO16_PCREL>: New switch cases.
1824 (md_apply_fix) <BFD_RELOC_HI16_S_PCREL, BFD_RELOC_LO16_PCREL>:
1825 Move switch cases along `BFD_RELOC_MIPS_JMP'.
1826 <BFD_RELOC_MIPS_21_PCREL_S2, BFD_RELOC_MIPS_26_PCREL_S2>
1827 <BFD_RELOC_MIPS_18_PCREL_S3, BFD_RELOC_MIPS_19_PCREL_S2>: Handle
1829 * testsuite/gas/mips/pcrel-reloc-4.d: New test.
1830 * testsuite/gas/mips/pcrel-reloc-4-r6.d: New test.
1831 * testsuite/gas/mips/pcrel-reloc-5.d: New test.
1832 * testsuite/gas/mips/pcrel-reloc-5-r6.d: New test.
1833 * testsuite/gas/mips/pcrel-reloc-6.d: New test.
1834 * testsuite/gas/mips/pcrel-reloc-6.l: New list test.
1835 * testsuite/gas/mips/pcrel-reloc-4.s: New test source.
1836 * testsuite/gas/mips/pcrel-reloc-6.s: New test source.
1837 * testsuite/gas/mips/mips.exp: Run the new tests.
1839 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1841 * config/tc-mips.c (md_apply_fix) <BFD_RELOC_MIPS_18_PCREL_S3>
1842 <BFD_RELOC_MIPS_19_PCREL_S2>: Avoid null pointer dereferences
1843 via `fixP->fx_addsy'.
1845 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1847 * config/tc-mips.c (md_pcrel_from) <BFD_RELOC_MIPS_18_PCREL_S3>:
1848 Calculate relocation from the containing aligned doubleword.
1849 (tc_gen_reloc) <BFD_RELOC_MIPS_18_PCREL_S3>: Calculate the
1850 addend from the containing aligned doubleword.
1852 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1854 * config/tc-mips.c (mips_force_relocation): Use `file_mips_opts'
1855 rather than `mips_opts' for the R6 ISA check.
1856 (mips_fix_adjustable): Likewise.
1857 * testsuite/gas/mips/pcrel-reloc-1.d: New test.
1858 * testsuite/gas/mips/pcrel-reloc-1-r6.d: New test.
1859 * testsuite/gas/mips/pcrel-reloc-2.d: New test.
1860 * testsuite/gas/mips/pcrel-reloc-2-r6.d: New test.
1861 * testsuite/gas/mips/pcrel-reloc-3.d: New test.
1862 * testsuite/gas/mips/pcrel-reloc-3-r6.d: New test.
1863 * testsuite/gas/mips/pcrel-reloc-1.s: New test source.
1864 * testsuite/gas/mips/mips.exp: Run the new tests.
1866 2016-06-21 Graham Markall <graham.markall@embecosm.com>
1868 * config/tc-arc.c (check_cpu_feature, md_parse_option):
1869 Add nps400 option and feature. Add check for nps400
1870 feature. Refactor existing checks to check subclass before
1872 (md_show_usage): Document flags for NPS-400 and add some other
1874 (cpu_type): Remove nps400 CPU type entry
1875 (check_zol): Remove bfd_mach_arc_nps400 case.
1876 (md_show_usage): Add help on -mcpu=nps400.
1877 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
1879 * doc/c-arc.texi: Document the -mnps400, -mspfp, -mdpfp, and
1880 -fpuda flags. Document -mcpu=nps400.
1881 * testsuite/gas/arc/nps-400-0.d: Use -mcpu=arc700 -mnps400. Change
1882 expected flags to match ARC700 instead of NPS400.
1883 * testsuite/gas/arc/nps-400-1.d: Use -mcpu=arc700 -mnps400.
1884 * testsuite/gas/arc/nps-400-2.d: Likewise.
1885 * testsuite/gas/arc/nps-400-3.d: Likewise.
1886 * testsuite/gas/arc/nps-400-4.d: Likewise.
1887 * testsuite/gas/arc/nps-400-5.d: Likewise.
1888 * testsuite/gas/arc/nps-400-6.d: Likewise.
1889 * testsuite/gas/arc/nps-400-7.d: Likewise.
1890 * testsuite/gas/arc/textinsn2op01.s: Change opcode of myinsn to
1891 avoid clash with cbba instruction.
1892 * testsuite/gas/arc/textinsn2op01.d: Likewise.
1893 * testsuite/gas/arc/textinsn3op.d: Likewise.
1894 * testsuite/gas/arc/textinsn3op.s: Likewise.
1895 * testsuite/gas/arc/nps-400-0.d: Test using NPS-400 using
1896 -mcpu=nps400 as an alternative to -mcpu=arc700 -mnps400 flags.
1898 2016-06-20 Maciej W. Rozycki <macro@imgtec.com>
1900 * testsuite/gas/mips/r6-64-n32.d: Change the `name' tag.
1901 * testsuite/gas/mips/r6-64-n64.d: Likewise.
1903 2016-06-20 Maciej W. Rozycki <macro@imgtec.com>
1905 * config/tc-mips.c (mips_fix_adjustable): Update comment on jump
1908 2016-06-20 Virendra Pathak <virendra.pathak@broadcom.com>
1910 * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.
1912 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1914 * config/tc-sparc.c (hpriv_reg_table): Add registers %hmcdper,
1915 %hmcddfr and %hva_mask_nz.
1916 (sparc_ip): New handling of asr/privileged/hyperprivileged
1917 registers, adapted to the new form of the sparc opcodes table.
1918 * testsuite/gas/sparc/rdasr.s: New file.
1919 * testsuite/gas/sparc/rdasr.d: Likewise.
1920 * testsuite/gas/sparc/wrasr.s: Likewise.
1921 * testsuite/gas/sparc/wrasr.d: Likewise.
1922 * testsuite/gas/sparc/sparc.exp (sparc_elf_setup): Add rdasr and
1924 * testsuite/gas/sparc/rdpr.d: Use -Av9m, as some privileged
1925 registers require it.
1926 * testsuite/gas/sparc/wrpr.s: Complete to cover all privileged
1927 registers and write instruction modalities.
1928 * testsuite/gas/sparc/wrpr.d: Likewise.
1929 * testsuite/gas/sparc/rdhpr.s: Likewise for hyperprivileged
1931 * testsuite/gas/sparc/rdhpr.d: Likewise.
1932 * testsuite/gas/sparc/wrhpr.s: Likewise.
1933 * testsuite/gas/sparc/wrhpr.d: Likewise.
1935 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1937 * config/tc-sparc.c (sparc_arch_table): adjust the GAS
1938 architectures to use the right opcode architecture.
1939 (sparc_md_end): Handle v9{c,d,e,v,m}.
1940 (sparc_ip): Fix some comments.
1941 * testsuite/gas/sparc/ldx_efsr.d: Fix the architecture of this
1942 instruction, which is v9d.
1943 * testsuite/gas/sparc/mwait.s: Remove the `rd %mwait,%g1'
1944 instruction from the test, as %mwait is not readable.
1945 * testsuite/gas/sparc/mwait.d: Likewise.
1946 * testsuite/gas/sparc/mism-1.s: Expand to check v9b and v9e
1947 mismatch architecture errors.
1948 * testsuite/gas/sparc/mism-2.s: New file.
1950 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1952 * config/tc-sparc.c (priv_reg_table): Use NULL instead of the
1953 empty string to mark the end of the array.
1954 (hpriv_reg_table): Likewise.
1955 (v9a_asr_table): Likewise.
1956 (cmp_reg_entry): Handle entries with NULL names.
1958 (F_POP_PCREL): Likewise.
1959 (F_POP_TLS_CALL): Likewise.
1960 (F_POP_POSTFIX): Likewise.
1961 (struct pop_entry): New type.
1962 (pop_table): New variable.
1963 (enum pop_entry_type): New type.
1964 (struct perc_entry): Likewise.
1965 (NUM_PERC_ENTRIES): Define.
1966 (perc_table): New variable.
1967 (cmp_perc_entry): New function.
1968 (md_begin): Sort hpriv_reg_table and v9a_asr_table, and initialize
1970 (sparc_ip): Handle entries with NULL names in priv_reg_table,
1971 hpriv_reg_table and v9a_asr_table. Use perc_table to handle
1974 2016-06-15 Nick Clifton <nickc@redhat.com>
1976 * config/tc-ft32.c (md_assemble): Call dwarf2_emit_insn with the
1978 * config/tc-mcore.c (md_assemble): Likewise.
1979 * config/tc-mn10200.c (md_assemble): Likewise.
1980 * config/tc-moxie.c (md_assemble): Likewise.
1981 * config/tc-pj.c (md_apply_fix): Handle BFD_RELOC_PJ_CODE_REL32.
1982 * testsuite/gas/all/gas.exp (diff1 test): Alpha sort list of
1983 exception targets. Add alpha, hppa, microblaze and rl78 to list
1985 (forward): Add microblaze to list of exceptions.
1986 (fwdexp): Add alpha to list of exceptions.
1987 (redef2): Add arm-epoc-pe and rl78 to list of exceptions.
1988 (redef3): Add rl78 and x86_64 cygwin to list of exceptions.
1989 (do_930509a): Alpha sort list of exception targets. Add h8300 and
1990 mn10200 to list of exceptions.
1991 (align2): Expect to fail for nds32.
1992 (cond): Add alpha and rl78 to list of exceptions.
1993 * testsuite/gas/all/none.d: Skip for ft32 and hppa.
1994 * testsuite/gas/all/string.d: Skip for tic4x.
1995 * testsuite/gas/alpha/alpha.exp: Note that the alpha-linuxecoff
1996 target does not support ELF.
1997 * testsuite/gas/arm/blx-bl-convert.dL Skip for the nto target.
1998 * testsuite/gas/cfi/cfi-alpha-2.d: All extended format names.
1999 * testsuite/gas/cfi/cfi.exp: Alpha sort list of targets. Skip SH
2000 tests for sh-pe and sh-rtemscoff targets.
2001 * testsuite/gas/elf/elf.exp (redef): Add rl78, xgate and vax to
2003 (type): Run the noifunc version for alpha-freebsd and visium.
2004 * testsuite/gas/elf/warn-2.s: Do not expect to fail on the mcore,
2005 mn10200 or moxie targets.
2006 * testsuite/gas/ft32/insn.d: Update expected disassembly.
2007 * testsuite/gas/i386/i386.exp (x86-64-pcrel): Skip for cygwin
2009 * testsuite/gas/lns/lns.exp (lns-common-1): No longer skip for
2010 mcore and rx targets.
2011 * testsuite/gas/macros/macros.exp (dot): Add exceptions for ns32k,
2013 (purge): Expect to fail on the ns32k and vax.
2014 * testsuite/gas/nds32/alu-2.d: Update expected disassembly.
2015 * testsuite/gas/nds32/ls.d: Likewise.
2016 * testsuite/gas/nds32/sys-reg.d: Likewise.
2017 * testsuite/gas/nds32/usr-spe-reg.d: Likewise.
2018 * testsuite/gas/pe/aligncomm-d.d: Skip for the sh.
2019 * testsuite/gas/pe/section-align-3.d: Likewise.
2020 * testsuite/gas/pe/section-exclude.d: Likewise.
2021 * testsuite/gas/ppc/test2xcoff32.d: Pass once all the required
2023 * testsuite/gas/ppc/textalign-xcoff-001.d: Fix up regexp to allow
2024 for variations in whitespace.
2025 * testsuite/gas/tilepro/t_constants.d: Pass once all the required
2027 * testsuite/gas/tilepro/t_constants.s (.safe_word): New macro.
2028 Installs a 32-bit value without generating warnings on 64-bit
2030 Use the new macro to replace the .word directives.
2032 2016-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2034 * testsuite/gas/arc/add_s.d: New file.
2035 * testsuite/gas/arc/add_s.s: New file.
2037 2016-06-14 Graham Markall <graham.markall@embecosm.com>
2039 * testsuite/gas/arc/nps400-6.s: Add tests of ldbit.
2040 * testsuite/gas/arc/nps400-6.d: Likewise.
2042 2016-06-14 Graham Markall <graham.markall@embecosm.com>
2044 * testsuite/gas/arc/nps400-6.s: Add tests of hash, tr, utf8, e4by, and
2046 * testsuite/gas/arc/nps400-6.d: Likewise.
2048 2016-06-14 Graham Markall <graham.markall@embecosm.com>
2050 * testsuite/gas/arc/nps400-6.s: Add tests of calcbsd, calcbxd,
2051 calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab,
2052 lbdsize, bdlen, csms, csma, cbba, zncv, and hofs.
2053 * testsuite/gas/arc/nps400-6.d: Likewise.
2055 2016-06-14 Nick Clifton <nickc@redhat.com>
2057 * config/tc-nds32.c (nds32_get_align): Avoid left shifting a
2060 2016-06-13 Maciej W. Rozycki <macro@imgtec.com>
2062 * config/tc-mips.c (mips_fix_adjustable): Don't convert RELA
2063 JALR relocations on R6.
2064 * testsuite/gas/mips/jal-svr4pic-local.d: New test.
2065 * testsuite/gas/mips/mips1@jal-svr4pic-local.d: New test.
2066 * testsuite/gas/mips/r3000@jal-svr4pic-local.d: New test.
2067 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: New test.
2068 * testsuite/gas/mips/jal-svr4pic-local-n32.d: New test.
2069 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d: New
2071 * testsuite/gas/mips/jal-svr4pic-local-n64.d: New test.
2072 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d: New
2074 * testsuite/gas/mips/jal-svr4pic-local.s: New test source.
2075 * testsuite/gas/mips/jal-svr4pic-local-newabi.s: New test
2077 * testsuite/gas/mips/mips.exp: Run the new tests.
2079 2016-06-13 Virendra Pathak <virendra.pathak@broadcom.com>
2081 * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
2082 * doc/c-aarch64.texi: Document that vulcan is a valid processor
2085 2016-06-13 Nick Clifton <nickc@redhat.com>
2087 * config/tc-arm.c: For non-ELF based targets skip ARM feature sets
2088 that are not supported.
2090 * config/tc-arc.c (md_apply_fix): Avoid left shifting a signed
2092 * config/tc-cr16.c (check_range): Likewise.
2093 * config/tc-nios2.c (nios2_check_overflow): Likewise.
2095 2016-06-08 Renlin Li <renlin.li@arm.com>
2097 * config/tc-aarch64.c (print_operands): Substitute size.
2098 (output_operand_error_record): Likewise.
2100 2016-06-07 Alan Modra <amodra@gmail.com>
2102 * config/tc-ppc.c (PPC_APUINFO_ISEL, PPC_APUINFO_PMR,
2103 PPC_APUINFO_RFMCI, PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE,
2104 PPC_APUINFO_EFS, PPC_APUINFO_BRLOCK, PPC_APUINFO_VLE): Don't define.
2105 (ppc_setup_opcodes): Check vle disables powerpc_opcodes overridden
2106 by vle_opcodes, and that vle flag doesn't enable opcodes. Don't
2107 add vle_opcodes twice.
2108 (ppc_cleanup): Use APUINFO_SECTION_NAME and APUINFO_LABEL.
2110 2016-06-07 Matthew Wahab <matthew.wahab@arm.com>
2112 * config/tc-arm.c (arm_ext_v8_2): Rename to arm_ext_ras.
2113 (arm_ext_ras): Renamed from arm_ext_v8_2.
2114 (insns): Update for arm_ext_v8_2 renaming.
2115 (arm_extensions): Add "ras".
2116 * doc/c-arm.texi (ARM Options): Add an entry for "ras".
2117 * testsuite/gas/arm/armv8-a+ras.d: New.
2118 * testsuite/gas/arm/armv8_2-a.d: Add explicit command line
2121 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2123 * itbl-parse.y (yyerror): Use modern argument declaration style.
2125 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2127 * config/tc-sh.c (parse_reg): Change type of mode argument to
2129 (get_operand): Adjust.
2130 (insert): Change type of how to bfd_reloc_code_real_type.
2131 (insert4): Likewise.
2132 * config/tc-sh64.c (shmedia_get_operand): Adjust.
2133 (shmedia_parse_reg): Change type of mode to shmedia_arg_type.
2135 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2137 * config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg
2140 2016-06-03 Peter Bergner <bergner@vnet.ibm.com>
2143 * gas/testsuite/gas/ppc/e6500.s <lbarx, lharx, lwarx, ldarx,
2144 stbcx., sthcx., stwcx., stdcx.>: Add tests.
2145 * gas/testsuite/gas/ppc/e6500.d: Likewise.
2146 * gas/testsuite/gas/ppc/power8.s: Likewise.
2147 * gas/testsuite/gas/ppc/power8.d: Likewise.
2148 * gas/testsuite/gas/ppc/power4.s <lwarx, ldarx, stwcx.,
2150 * gas/testsuite/gas/ppc/power4.d: Likewise.
2152 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
2155 * testsuite/gas/i386/i386.exp: Run x86-64-branch-4.
2156 * testsuite/gas/i386/x86-64-branch.d: Updated.
2157 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
2158 * testsuite/gas/i386/x86-64-branch-4.l: New file.
2159 * testsuite/gas/i386/x86-64-branch-4.s: Likewise.
2161 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2163 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a73 entry.
2164 * doc/c-aarch64.texi (-mcpu): Document cortex-a73 value.
2166 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2168 * config/tc-arm.c (arm_cpus): Add cortex-a73 entry.
2169 * doc/c-arm.texi (-mcpu=): Document cortex-a73 value.
2171 2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
2173 * configure.tgt: Replace -uclibc with *.
2175 2016-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
2177 * config/tc-arc.c (parse_opcode_flags): New function.
2178 (find_opcode_match): Move flag parsing code out to new function.
2179 Ignore operands marked IGNORE.
2180 (build_fake_opcode_hash_entry): New function.
2181 (find_special_case_long_opcode): New function.
2182 (find_special_case): Lookup long opcodes.
2183 * testsuite/gas/arc/nps400-7.d: New file.
2184 * testsuite/gas/arc/nps400-7.s: New file.
2186 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2188 * config/tc-ns32k.c: Remove definition of input_line_pointer.
2190 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2192 * config/tc-avr.c (avr_parse_cons_expression): Replace iteration to
2193 sentinal with iteration to array size.
2195 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2197 * config/xtensa-relax.h: Move typedefs of enums to the enums
2200 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2202 * config/tc-ns32k.c (bit_fix_new): Replace obstack-alloc with XOBNEW
2205 2016-06-01 Graham Markall <graham.markall@embecosm.com>
2207 * testsuite/gas/arc/nps-400-1.s: Add rflt variants with
2208 operands of types a,b,u6, 0,b,u6, and 0,b,limm.
2209 * testsuite/gas/arc/nps-400-1.d: Likewise.
2211 2016-05-29 H.J. Lu <hongjiu.lu@intel.com>
2214 * config/tc-i386.c (cpu_noarch): Add noavx512f, noavx512cd,
2215 noavx512er, noavx512pf, noavx512dq, noavx512bw, noavx512vl,
2216 noavx512ifma and noavx512vbmi.
2217 * doc/c-i386.texi: Mention noavx512f, noavx512cd, noavx512er,
2218 noavx512pf, noavx512dq, noavx512bw, noavx512vl, noavx512ifma
2220 * testsuite/gas/i386/i386.exp: Run noavx512-1 and noavx512-2.
2221 * testsuite/gas/i386/noavx512-1.l: New file.
2222 * testsuite/gas/i386/noavx512-1.s: Likewise.
2223 * testsuite/gas/i386/noavx512-2.l: Likewise.
2224 * testsuite/gas/i386/noavx512-2.s: Likewise.
2226 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2229 * config/tc-i386.c (cpu_arch): Add 687.
2230 (cpu_noarch): Add no287, no387, no687, nosse2, nosse3, nossse3,
2231 nosse4.1, nosse4.2, nosse4 and noavx2.
2232 (parse_real_register): Check cpuregmmx instead of cpummx for MMX
2233 register. Check cpuregxmm instead of cpusse for XMM register.
2234 Check cpuregymm instead of cpuavx for YMM register. Check
2235 cpuregzmm/cpuregmask instead of cpuavx512f for ZMMM/mask register.
2236 * doc/c-i386.texi: Mention 687, no287, no387, no687, nosse2,
2237 nosse3, nossse3, nosse4.1, nosse4.2, nosse4 and noavx2.
2238 * testsuite/gas/i386/arch-10-prefetchw.d (as): Add mmx.
2239 * testsuite/gas/i386/arch-10.d (as): Likewise.
2240 * testsuite/gas/i386/arch-11.s: Add ".arch .mmx".
2241 * testsuite/gas/i386/i386.exp: Pass mmx to assembler for
2242 arch-10-3 and arch-10-4. Run no87-3, nosse-4, nosse-5, noavx-3
2244 * testsuite/gas/i386/no87-3.l: New file.
2245 * testsuite/gas/i386/no87-3.s: Likewise.
2246 * testsuite/gas/i386/noavx-3.l: Likewise.
2247 * testsuite/gas/i386/noavx-3.s: Likewise.
2248 * testsuite/gas/i386/noavx-4.d: Likewise.
2249 * testsuite/gas/i386/noavx-4.s: Likewise.
2250 * testsuite/gas/i386/nosse-4.l: Likewise.
2251 * testsuite/gas/i386/nosse-4.s: Likewise.
2252 * testsuite/gas/i386/nosse-5.d: Likewise.
2253 * testsuite/gas/i386/nosse-5.s: Likewise.
2255 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2258 * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor
2260 (match_template): Check Intel64/AMD64 ISA.
2262 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2265 * config/tc-i386.c (intel64): New.
2266 (cpu_flags_match): Set cpuamd64 and cpuintel64.
2267 (md_parse_option): Set intel64 instead of cpuamd64 and
2270 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2272 * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor
2275 2016-05-26 Peter Bergner <bergner@vnet.ibm.com>
2277 * testsuite/gas/ppc/altivec3.d <vmsumudm>: Add test.
2278 * testsuite/gas/ppc/altivec3.s: Likewise.
2279 * testsuite/gas/ppc/power9.d <addex[.], lwzmx, vmsumudm>: Add tests.
2280 * testsuite/gas/ppc/power9.s: Likewise.
2282 2016-05-26 H.J. Lu <hongjiu.lu@intel.com>
2284 * testsuite/gas/i386/avx512vl-2.l: Append "#pass".
2285 * testsuite/gas/i386/noavx-1.l: Likewise.
2286 * testsuite/gas/i386/nommx-1.l: Likewise.
2287 * testsuite/gas/i386/nosse-1.l: Likewise.
2288 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
2289 * testsuite/gas/i386/avx512vl-2.s: Append ".p2align 4".
2290 * testsuite/gas/i386/noavx-1.s: Likewise.
2291 * testsuite/gas/i386/nommx-1.s: Likewise.
2292 * testsuite/gas/i386/nosse-1.s: Likewise.
2293 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
2295 2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2297 * config/tc-metag.c (metag_handle_align): Make the type of noop
2300 2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2302 * config/tc-rx.c (md_convert_frag): Make the type of reloc_type
2303 bfd_reloc_code_real_type.
2305 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2308 * config/tc-i386.c (cpu_flags_match): Require another match
2310 * testsuite/gas/i386/i386.exp: Run avx512vl-1, avx512vl-2,
2311 x86-64-avx512vl-1 and x86-64-avx512vl-2.
2312 * testsuite/gas/i386/avx512vl-1.l: New file.
2313 * testsuite/gas/i386/avx512vl-1.s: Likewise.
2314 * testsuite/gas/i386/avx512vl-2.l: Likewise.
2315 * testsuite/gas/i386/avx512vl-2.s: Likewise.
2316 * testsuite/gas/i386/x86-64-avx512vl-1.l: Likewise.
2317 * testsuite/gas/i386/x86-64-avx512vl-1.s: Likewise.
2318 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
2319 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
2321 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2324 * testsuite/gas/i386/i386.exp: Run x86-64-pr20141.
2325 * testsuite/gas/i386/x86-64-pr20141.d: New file.
2326 * testsuite/gas/i386/x86-64-pr20141.s: Likewise.
2328 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2330 * config/tc-i386.c (arch_entry): Remove negated.
2331 (noarch_entry): New struct.
2332 (cpu_arch): Updated. Remove .no87, .nommx, .nosse and .noavx.
2334 (set_cpu_arch): Check cpu_noarch after cpu_arch.
2335 (md_parse_option): Allow -march=+nosse. Check cpu_noarch after
2337 (output_message): New function.
2338 (show_arch): Use it. Handle cpu_noarch.
2339 * testsuite/gas/i386/i386.exp: Run nommx-1, nommx-2, nommx-3,
2340 nosse-1, nosse-2, nosse-3, noavx-1 and noavx-2.
2341 * testsuite/gas/i386/noavx-1.l: New file.
2342 * testsuite/gas/i386/noavx-1.s: Likewise.
2343 * testsuite/gas/i386/noavx-2.s: Likewise.
2344 * testsuite/gas/i386/noavx-2.l: Likewise.
2345 * testsuite/gas/i386/nommx-1.s: Likewise.
2346 * testsuite/gas/i386/nommx-1.l: Likewise.
2347 * testsuite/gas/i386/nommx-2.s: Likewise.
2348 * testsuite/gas/i386/nommx-2.l: Likewise.
2349 * testsuite/gas/i386/nommx-3.s: Likewise.
2350 * testsuite/gas/i386/nommx-3.l: Likewise.
2351 * testsuite/gas/i386/nosse-1.s: Likewise.
2352 * testsuite/gas/i386/nosse-1.l: Likewise.
2353 * testsuite/gas/i386/nosse-2.s: Likewise.
2354 * testsuite/gas/i386/nosse-2.l: Likewise.
2355 * testsuite/gas/i386/nosse-3.s: Likewise.
2356 * testsuite/gas/i386/nosse-3.l: Likewise.
2358 2016-05-25 Chua Zheng Leong <chuazl@comp.nus.edu.sg>
2361 * config/tc-arm.c (move_or_literal_pool): Only generate a VMOV.I64
2362 instruction if supported by the currently selected fpu variant.
2363 * testsuite/gas/arm/vfpv3-ldr_immediate.s: Add test of this PR.
2364 * testsuite/gas/arm/vfpv3-ldr_immediate.d: Update expected disassembly.
2366 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
2368 * config/tc-mips.c (mips_fix_adjustable): Also return 0 for
2369 jump relocations against MIPS16 or microMIPS symbols on RELA
2371 * testsuite/gas/mips/jalx-local.d: New test.
2372 * testsuite/gas/mips/jalx-local-n32.d: New test.
2373 * testsuite/gas/mips/jalx-local-n64.d: New test.
2374 * testsuite/gas/mips/jalx-local.s: New test source.
2375 * testsuite/gas/mips/mips.exp: Run the new tests.
2377 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
2379 * config/tc-mips.c (md_apply_fix)
2380 <BFD_RELOC_MIPS16_TLS_TPREL_LO16>: Remove fall-through, adjust
2383 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2385 * config/tc-xtensa.c (struct suffix_reloc_map): Change type of field
2386 operator to operatorT.
2387 (map_suffix_reloc_to_operator): Change return type to operatorT.
2389 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2391 * config/tc-d30v.c (find_format): Change type of X_op to operatorT.
2393 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2395 * config/tc-mmix.c (mmix_parse_predefined_name): Change type of
2396 handler_charp to const char *.
2398 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2400 * config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
2401 (ft32_target_format): Likewise.
2402 (TARGET_FORMAT): Adjust.
2404 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2406 * config/tc-ia64.c (dot_rot): simplify allocations from obstacks.
2407 (ia64_frob_label): Likewise.
2409 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2411 * config/tc-cr16.c (check_range): Make type of retval op_err.
2412 * config/tc-crx.c: Likewise.
2414 2016-05-23 Claudiu Zissulescu <claziss@synopsys.com>
2416 * config/tc-arc.c (md_begin): Add XY registers.
2417 (cpu_types): Code density is default off for ARC EM.
2419 2016-05-23 Cupertino Miranda <cmiranda@synopsys.com>
2421 * config/tc-arc.c (attributes_t): Renamed attribute class to
2423 (find_opcode_match, assemble_insn, tokenize_extinsn): Changed.
2425 2016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
2427 * configuse.tgt: Add entry for arm-phoenix.
2429 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2431 * config/tc-tic54x.c (tic54x_sect): simplify string creation.
2433 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2435 * config/tc-spu.c (APUOP): Use OPCODE as an unsigned constant.
2437 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2439 * config/tc-tic54x.c (tic54x_mmregs): Adjust.
2440 (md_begin): Likewise.
2441 (encode_condition): Likewise.
2442 (encode_cc3): Likewise.
2443 (encode_cc2): Likewise.
2444 (encode_operand): Likewise.
2445 (tic54x_undefined_symbol): Likewise.
2447 2016-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
2449 * config/tc-mips.c (mips_cpu_info_table): Update comment. Add
2451 * doc/c-mips.texi: Document p6600 -march option.
2453 2016-05-20 H.J. Lu <hongjiu.lu@intel.com>
2456 * config/tc-i386.c (md_apply_fix): Preserve addend for
2457 BFD_RELOC_386_GOT32 and BFD_RELOC_X86_64_GOT32.
2458 * testsuite/gas/i386/addend.d: New file.
2459 * testsuite/gas/i386/addend.s: Likewise.
2460 * testsuite/gas/i386/x86-64-addend.d: Likewise.
2461 * testsuite/gas/i386/x86-64-addend.s: Likewise.
2462 * testsuite/gas/i386/i386.exp: Run addend and x86-64-addend.
2463 * testsuite/gas/i386/reloc32.d: Updated.
2465 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
2467 * config/tc-mips.c (append_insn): Correct the encoding of a
2468 constant argument for microMIPS JALX.
2469 (tc_gen_reloc): Correct the encoding of an in-place addend for
2471 * testsuite/gas/mips/jalx-addend.d: New test.
2472 * testsuite/gas/mips/jalx-addend-n32.d: New test.
2473 * testsuite/gas/mips/jalx-addend-n64.d: New test.
2474 * testsuite/gas/mips/jalx-imm.d: New test.
2475 * testsuite/gas/mips/jalx-imm-n32.d: New test.
2476 * testsuite/gas/mips/jalx-imm-n64.d: New test.
2477 * testsuite/gas/mips/jalx-addend.s: New test source.
2478 * testsuite/gas/mips/jalx-imm.s: New test source.
2479 * testsuite/gas/mips/mips.exp: Run the new tests.
2481 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
2483 * config/tc-mips.c: Correct tab-after-space formatting mistakes
2486 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2488 * config/tc-arc.c (find_opcode_match): Remove casting away of
2490 * config/tc-arc.h (struct arc_flags): Make flgp field const.
2492 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2494 * config/tc-arc.c (md_pcrel_from_section): Use BFD_VMA_FMT where
2496 (md_convert_frag): Likewise.
2498 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2500 * config/tc-arc.c (arc_opcode_hash_entry_iterator_next): Set
2501 cached opcode to NULL when we reach a non-matching opcode.
2502 * testsuite/gas/arc/asm-errors-2.d: New file.
2503 * testsuite/gas/arc/asm-errors-2.err: New file.
2504 * testsuite/gas/arc/asm-errors-2.s: New file.
2506 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2508 * config/tc-arc.c (tokenize_arguments): Add checks for array
2510 * testsuite/gas/arc/asm-errors.s: Addition test line added.
2511 * testsuite/gas/arc/asm-errors.err: Update expected results.
2513 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2515 * config/tc-rx.c (struct cpu_type): Change the type of a field from
2516 int to enum rx_cpu_types.
2518 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2520 * config/tc-dlx.c (struct machine_it): change the type of a field from
2521 int to bfd_reloc_code_real_type.
2522 * config/tc-tic4x.c: Likewise.
2524 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2526 * config/tc-v850.c (v850_target_arch): change type to enum
2528 * config/tc-v850.h (v850_target_arch): Likewise.
2530 2016-05-18 Alan Modra <amodra@gmail.com>
2532 * config/tc-ppc.c (ppc_insert_operand): Trim PPC_OPERAND_SIGNOPT
2533 allowed negative range.
2534 * testsuite/gas/ppc/power9.s: Test xxspltib of -128, not -256.
2535 * testsuite/gas/ppc/power9.d: Update.
2537 2016-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
2539 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Force Thumb when
2540 disassembling and stop skipping targets.
2541 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
2542 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
2543 * testsuite/gas/arm/archv8m-base.d: Also allow nops after the last
2544 instruction for targets that have stronger alignment requirement.
2545 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
2546 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
2547 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
2548 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
2549 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
2550 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
2551 * testsuite/gas/arm/archv8m-main.d: Likewise.
2552 * testsuite/gas/arm/archv8m.s: Add label.
2553 * testsuite/gas/arm/archv8m-cmse.s: Likewise.
2554 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
2555 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise.
2557 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2559 * config/tc-m32r.c (mach_table): Make static and const.
2561 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2563 * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
2566 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2568 * config/tc-mn10300.c (md_begin): set linkrelax here instead of
2570 * config/tc-msp430.c (md_begin): Likewise.
2572 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2574 * config/tc-m68hc11.c (fixup8): Change variables type from int to
2575 bfd_reloc_code_real_type where appropriate.
2576 (fixup16): Likewise.
2577 (fixup8_xg): Likewise.
2579 2016-05-15 Maciej W. Rozycki <macro@imgtec.com>
2581 * config/tc-sh64.c (shmedia_check_limits): Constify `msg'.
2583 2016-05-13 Peter Bergner <bergner@vnet.ibm.com>
2585 * testsuite/gas/ppc/power9.d <xxspltib>: Add additional operand tests.
2586 * testsuite/gas/ppc/power9.s: Likewise.
2588 2016-05-13 Alan Modra <amodra@gmail.com>
2590 * config/obj-coff.c (weak_uniquify): Delete unused var.
2592 2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2594 * app.c (app_push): Use XNEW and related macros.
2595 * as.c (parse_args): Likewise.
2596 * cgen.c (make_right_shifted_expr): Likewise.
2597 (gas_cgen_tc_gen_reloc): Likewise.
2598 * config/bfin-defs.h: Likewise.
2599 * config/bfin-parse.y: Likewise.
2600 * config/obj-coff.c (stack_init): Likewise.
2601 (stack_push): Likewise.
2602 (coff_obj_symbol_new_hook): Likewise.
2603 (coff_obj_symbol_clone_hook): Likewise.
2604 (add_lineno): Likewise.
2605 (coff_frob_symbol): Likewise.
2606 * config/obj-elf.c (obj_elf_section_name): Likewise.
2607 (build_group_lists): Likewise.
2608 * config/obj-evax.c (evax_symbol_new_hook): Likewise.
2609 * config/obj-macho.c (obj_mach_o_indirect_symbol): Likewise.
2610 * config/tc-aarch64.c (insert_reg_alias): Likewise.
2611 (find_or_make_literal_pool): Likewise.
2612 (add_to_lit_pool): Likewise.
2613 (fill_instruction_hash_table): Likewise.
2614 * config/tc-alpha.c (load_expression): Likewise.
2615 (emit_jsrjmp): Likewise.
2616 (s_alpha_ent): Likewise.
2617 (s_alpha_end): Likewise.
2618 (s_alpha_linkage): Likewise.
2619 (md_begin): Likewise.
2620 (tc_gen_reloc): Likewise.
2621 * config/tc-arc.c (arc_insert_opcode): Likewise.
2622 (arc_extcorereg): Likewise.
2623 * config/tc-bfin.c: Likewise.
2624 * config/tc-cr16.c: Likewise.
2625 * config/tc-cris.c: Likewise.
2626 * config/tc-crx.c (preprocess_reglist): Likewise.
2627 * config/tc-d10v.c: Likewise.
2628 * config/tc-frv.c (frv_insert_vliw_insn): Likewise.
2629 (frv_tomcat_shuffle): Likewise.
2630 * config/tc-h8300.c: Likewise.
2631 * config/tc-i370.c (i370_macro): Likewise.
2632 * config/tc-i386.c (lex_got): Likewise.
2633 (md_parse_option): Likewise.
2634 * config/tc-ia64.c (alloc_record): Likewise.
2635 (set_imask): Likewise.
2636 (save_prologue_count): Likewise.
2637 (dot_proc): Likewise.
2638 (dot_endp): Likewise.
2639 (ia64_frob_label): Likewise.
2640 (add_qp_imply): Likewise.
2641 (add_qp_mutex): Likewise.
2642 (mark_resource): Likewise.
2643 (dot_alias): Likewise.
2644 * config/tc-m68hc11.c: Likewise.
2645 * config/tc-m68k.c (m68k_frob_label): Likewise.
2647 (mri_control_label): Likewise.
2648 (push_mri_control): Likewise.
2649 (build_mri_control_operand): Likewise.
2650 (s_mri_else): Likewise.
2651 (s_mri_break): Likewise.
2652 (s_mri_next): Likewise.
2653 (s_mri_for): Likewise.
2654 (s_mri_endw): Likewise.
2655 * config/tc-metag.c (create_mnemonic_htab): Likewise.
2656 * config/tc-microblaze.c: Likewise.
2657 * config/tc-mmix.c (s_loc): Likewise.
2658 * config/tc-nds32.c (nds32_relax_hint): Likewise.
2659 * config/tc-nios2.c (nios2_insn_reloc_new): Likewise.
2660 * config/tc-rl78.c: Likewise.
2661 * config/tc-rx.c (rx_include): Likewise.
2662 * config/tc-sh.c: Likewise.
2663 * config/tc-sh64.c (shmedia_frob_section_type): Likewise.
2664 * config/tc-sparc.c: Likewise.
2665 * config/tc-spu.c: Likewise.
2666 * config/tc-tic6x.c (static tic6x_unwind_info *tic6x_get_unwind): Likewise.
2667 (tic6x_start_unwind_section): Likewise.
2668 * config/tc-tilegx.c: Likewise.
2669 * config/tc-tilepro.c: Likewise.
2670 * config/tc-v850.c: Likewise.
2671 * config/tc-visium.c: Likewise.
2672 * config/tc-xgate.c: Likewise.
2673 * config/tc-xtensa.c (xtensa_translate_old_userreg_ops): Likewise.
2674 (new_resource_table): Likewise.
2675 (resize_resource_table): Likewise.
2676 (xtensa_create_trampoline_frag): Likewise.
2677 (xtensa_maybe_create_literal_pool_frag): Likewise.
2678 (cache_literal_section): Likewise.
2679 * config/xtensa-relax.c (append_transition): Likewise.
2680 (append_condition): Likewise.
2681 (append_value_condition): Likewise.
2682 (append_constant_value_condition): Likewise.
2683 (append_literal_op): Likewise.
2684 (append_label_op): Likewise.
2685 (append_constant_op): Likewise.
2686 (append_field_op): Likewise.
2687 (append_user_fn_field_op): Likewise.
2688 (enter_opname_n): Likewise.
2689 (enter_opname): Likewise.
2690 (split_string): Likewise.
2691 (parse_insn_templ): Likewise.
2692 (clone_req_or_option_list): Likewise.
2693 (clone_req_option_list): Likewise.
2694 (parse_option_cond): Likewise.
2695 (parse_insn_pattern): Likewise.
2696 (parse_insn_repl): Likewise.
2697 (build_transition): Likewise.
2698 (build_transition_table): Likewise.
2699 * dw2gencfi.c (alloc_fde_entry): Likewise.
2700 (alloc_cfi_insn_data): Likewise.
2701 (cfi_add_CFA_remember_state): Likewise.
2702 (dot_cfi_escape): Likewise.
2703 (dot_cfi_fde_data): Likewise.
2704 (select_cie_for_fde): Likewise.
2705 * dwarf2dbg.c (dwarf2_directive_loc): Likewise.
2706 * ecoff.c (ecoff_add_bytes): Likewise.
2707 (ecoff_build_debug): Likewise.
2708 * input-scrub.c (input_scrub_push): Likewise.
2709 (input_scrub_begin): Likewise.
2710 (input_scrub_next_buffer): Likewise.
2711 * itbl-ops.c (append_insns_as_macros): Likewise.
2712 (alloc_entry): Likewise.
2713 (alloc_field): Likewise.
2714 * listing.c (listing_newline): Likewise.
2715 (listing_listing): Likewise.
2716 * macro.c (get_any_string): Likewise.
2717 (delete_macro): Likewise.
2718 * stabs.c (generate_asm_file): Likewise.
2719 (stabs_generate_asm_lineno): Likewise.
2720 * subsegs.c (subseg_change): Likewise.
2721 (subseg_get): Likewise.
2722 * symbols.c (define_dollar_label): Likewise.
2723 (symbol_relc_make_sym): Likewise.
2724 * write.c (write_relocs): Likewise.
2726 2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2728 * config/obj-coff.c (obj_coff_def): Simplify string copying.
2729 (weak_name2altname): Likewise.
2730 (weak_uniquify): Likewise.
2731 (obj_coff_section): Likewise.
2732 (obj_coff_init_stab_section): Likewise.
2733 * config/obj-elf.c (obj_elf_section_name): Likewise.
2734 (obj_elf_init_stab_section): Likewise.
2735 * config/obj-evax.c (evax_shorten_name): Likewise.
2736 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Likewise.
2737 * config/tc-aarch64.c (create_register_alias): Likewise.
2738 * config/tc-alpha.c (load_expression): Likewise.
2739 (s_alpha_file): Likewise.
2740 (s_alpha_section_name): Likewise.
2741 (tc_gen_reloc): Likewise.
2742 * config/tc-arc.c (md_assemble): Likewise.
2743 * config/tc-arm.c (create_neon_reg_alias): Likewise.
2744 (start_unwind_section): Likewise.
2745 * config/tc-hppa.c (pa_build_unwind_subspace): Likewise.
2746 (hppa_elf_mark_end_of_function): Likewise.
2747 * config/tc-nios2.c (nios2_modify_arg): Likewise.
2748 (nios2_negate_arg): Likewise.
2749 * config/tc-rx.c (rx_section): Likewise.
2750 * config/tc-sh64.c (sh64_consume_datalabel): Likewise.
2751 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
2752 * config/tc-tic54x.c (tic54x_include): Likewise.
2753 (tic54x_macro_info): Likewise.
2754 (subsym_get_arg): Likewise.
2755 (subsym_substitute): Likewise.
2756 (tic54x_start_line_hook): Likewise.
2757 * config/tc-xtensa.c (xtensa_literal_prefix): Likewise.
2758 (xg_reverse_shift_count): Likewise.
2759 * config/xtensa-relax.c (enter_opname_n): Likewise.
2760 (split_string): Likewise.
2761 * dwarf2dbg.c (get_filenum): Likewise.
2762 (process_entries): Likewise.
2763 * expr.c (operand): Likewise.
2764 * itbl-ops.c (alloc_entry): Likewise.
2765 * listing.c (listing_message): Likewise.
2766 (listing_title): Likewise.
2767 * macro.c (check_macro): Likewise.
2768 * stabs.c (s_xstab): Likewise.
2769 * symbols.c (symbol_relc_make_expr): Likewise.
2770 * write.c (compress_debug): Likewise.
2772 2016-05-12 Nick Clifton <nickc@redhat.com>
2775 * testsuite/gas/arm/pr20068.d: Use correct regexp syntax.
2777 2016-05-11 Nick Clifton <nickc@redhat.com>
2780 * testsuite/gas/arm/pr20068.d: Adjust expected output to allow for
2781 big endian ARM configurations.
2783 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
2784 Matthew Fortune <matthew.fortune@imgtec.com>
2786 * config/tc-mips.c (options): Add OPTION_DSPR3 and
2788 (md_longopts): Likewise.
2789 (md_show_usage): Add help for -mdspr3 and -mno-dspr3.
2790 (mips_ases): Define availability for DSPr3.
2791 (mips_ase_groups): Add ASE_DSPR3 to the DSP group.
2792 (mips_convert_ase_flags): Map ASE_DSPR3 to AFL_ASE_DSPR3.
2793 * doc/as.texinfo: Document -mdspr3, -mno-dspr3. Fix -mdspr2
2795 * doc/c-mips.texi: Document -mdspr3, -mno-dspr3, .set dspr3 and
2796 .set nodspr3. Fix -mdspr2 formatting.
2797 * testsuite/gas/mips/mips32-dspr3.d: New file.
2798 * testsuite/gas/mips/mips32-dspr3.s: Likewise.
2799 * testsuite/gas/mips/mips.exp: Run mips32-dspr3 test.
2801 2016-05-11 Nick Clifton <nickc@redhat.com>
2804 * config/tc-arm.c (add_to_lit_pool): Ensure that the padding added
2805 to the pool uses O_constant.
2806 * testsuite/gas/arm/pr20068.s: New test.
2807 * testsuite/gas/arm/pr20068.d: Test driver.
2809 2016-05-11 Nick Clifton <nickc@redhat.com>
2811 * testsuite/gas/arm/archv8m-cmse-base.d: Skip for non-ELF ARM targets.
2812 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
2813 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
2814 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
2815 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
2816 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
2817 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
2818 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
2819 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
2821 2016-05-10 Alexander Fomin <alexander.fomin@intel.com>
2823 * testsuite/gas/i386/i386.exp: Run RDPID tests.
2824 * testsuite/gas/i386/prefix.d: Adjust.
2825 * testsuite/gas/i386/rdpid.s: New test.
2826 * testsuite/gas/i386/rdpid.d: Ditto.
2827 * testsuite/gas/i386/rdpid-intel.d: Ditto.
2828 * testsuite/gas/i386/x86-64-rdpid.s: Ditto.
2829 * testsuite/gas/i386/x86-64-rdpid.d: Ditto.
2830 * testsuite/gas/i386/x86-64-rdpid-intel.d: Ditto.
2832 2016-05-10 Alexander Fomin <alexander.fomin@intel.com>
2834 * config/tc-i386.c (cpu_arch): Add RDPID.
2835 * doc/c-i386.texi: Document RDPID.
2837 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2839 * config/tc-arm.c (arm_adjust_symtab): Use ARM_SET_SYM_BRANCH_TYPE to
2840 set branch type of a symbol.
2842 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2844 * NEWS: Document ARMv8-M and ARMv8-M Security and DSP Extensions.
2845 * config/tc-arm.c (arm_ext_dsp): New feature for Thumb DSP
2847 (arm_extensions): Add dsp extension for ARMv8-M Mainline.
2848 (aeabi_set_public_attributes): Memorize the feature bits of the
2849 architecture selected for Tag_CPU_arch. Use it to set
2850 Tag_DSP_extension to 1 for ARMv8-M Mainline with DSP extension.
2851 (arm_convert_symbolic_attribute): Define Tag_DSP_extension.
2852 * testsuite/gas/arm/arch7em-bad.d: Rename to ...
2853 * testsuite/gas/arm/arch7em-bad-1.d: This.
2854 * testsuite/gas/arm/arch7em-bad-2.d: New file.
2855 * testsuite/gas/arm/arch7em-bad-3.d: Likewise.
2856 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
2857 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
2858 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
2859 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
2860 * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
2861 * testsuite/gas/arm/attr-march-armv8m.main.dsp.d: Likewise.
2863 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2865 * config/tc-arm.c (struct arm_option_extension_value_table): Make
2866 allowed_archs an array with 2 entries.
2867 (ARM_EXT_OPT): Adapt to only fill the first entry of allowed_archs.
2868 (ARM_EXT_OPT2): New macro filling the two entries of allowed_archs.
2869 (arm_extensions): Use separate entries in allowed_archs when several
2870 archs are allowed to use an extension and change ARCH_ANY in
2871 ARM_ARCH_NONE in allowed_archs.
2872 (arm_parse_extension): Check that, for each allowed_archs entry, all
2873 bits are set in the current architecture, ignoring ARM_ANY entries.
2874 (s_arm_arch_extension): Likewise.
2876 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2878 * config/tc-arm.c (arm_ext_m): Add feature bit ARM_EXT2_V8M_MAIN.
2879 (arm_ext_v8m_main): New feature set for bit ARM_EXT2_V8M_MAIN.
2880 (arm_ext_v8m_m_only): New feature set for instructions in ARMv8-M not
2881 shared with a non M profile architecture.
2882 (do_rn): New function.
2883 (known_t32_only_insn): Check opcode against arm_ext_v8m_m_only rather
2885 (v7m_psrs): Add ARMv8-M security extensions new special registers.
2886 (insns): Add ARMv8-M Security Extensions instructions.
2887 (aeabi_set_public_attributes): Use arm_ext_v8m_m_only instead of
2888 arm_ext_v8m_m to decide the profile and the Thumb ISA.
2889 * testsuite/gas/arm/archv8m-cmse.s: New file.
2890 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise..
2891 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
2892 * testsuite/gas/arm/any-cmse.d: Likewise.
2893 * testsuite/gas/arm/any-cmse-main.d: Likewise.
2894 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
2895 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
2896 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
2897 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
2898 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
2900 2016-05-09 Jose E. Marchesi <jose.marchesi@oracle.com>
2902 * testsuite/gas/sparc/sparc5vis4.s: Fix mnemonic of faligndatai.
2903 * testsuite/gas/sparc/sparc5vis4.d: Likewise.
2905 2016-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2907 * config/tc-arm.c (fpu_arch_vfp_v1): Mark with ATTRIBUTE_UNUSED.
2908 (fpu_arch_vfp_v3): Likewise.
2909 (fpu_arch_neon_v1): Likewise.
2910 (arm_arch_full): Likewise.
2911 (parse_neon_el_struct_list): Initialize fields of firsttype.
2913 2016-05-03 Claudiu Zissulescu <claziss@synopsys.com>
2915 * config/tc-arc.c (syntaxclass): Add SYNTAX_NOP and SYNTAX_1OP.
2916 (arc_extinsn): Handle new introduced syntax.
2917 * testsuite/gas/arc/textinsn1op.d: New file.
2918 * testsuite/gas/arc/textinsn1op.s: Likewise.
2919 * doc/c-arc.texi: Document SYNTAX_NOP and SYNTAX_1OP.
2921 2016-05-03 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2923 * testsuite/gas/lns/lns.exp: Add avr to list of targets using
2924 DW_LNS_fixed_advance_pc.
2926 2016-04-27 Alan Modra <amodra@gmail.com>
2928 * as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define.
2929 (xmemdup0): New inline function.
2931 2016-04-22 Maciej W. Rozycki <macro@imgtec.com>
2933 * config/tc-mips.c (code_option_type): New enum.
2934 (parse_code_option): Return status indicating option type.
2935 (s_mipsset): Update `parse_code_option' call site accordingly.
2936 Always set register sizes from the ISA with ISA overrides.
2937 (s_module): Update `parse_code_option' call site.
2938 * testsuite/gas/mips/isa-override-1.d: New test.
2939 * testsuite/gas/mips/micromips@isa-override-1.d: New test.
2940 * testsuite/gas/mips/mips1@isa-override-1.d: New test.
2941 * testsuite/gas/mips/mips2@isa-override-1.d: New test.
2942 * testsuite/gas/mips/mips32@isa-override-1.d: New test.
2943 * testsuite/gas/mips/mips32r2@isa-override-1.d: New test.
2944 * testsuite/gas/mips/mips32r3@isa-override-1.d: New test.
2945 * testsuite/gas/mips/mips32r5@isa-override-1.d: New test.
2946 * testsuite/gas/mips/mips32r6@isa-override-1.d: New test.
2947 * testsuite/gas/mips/mips64r2@isa-override-1.d: New test.
2948 * testsuite/gas/mips/mips64r3@isa-override-1.d: New test.
2949 * testsuite/gas/mips/mips64r5@isa-override-1.d: New test.
2950 * testsuite/gas/mips/mips64r6@isa-override-1.d: New test.
2951 * testsuite/gas/mips/r3000@isa-override-1.d: New test.
2952 * testsuite/gas/mips/r3900@isa-override-1.d: New test.
2953 * testsuite/gas/mips/r5900@isa-override-1.d: New test.
2954 * testsuite/gas/mips/octeon@isa-override-1.d: New test.
2955 * testsuite/gas/mips/octeon3@isa-override-1.d: New test.
2956 * testsuite/gas/mips/isa-override-2.l: New list test.
2957 * testsuite/gas/mips/mips1@isa-override-2.l: New list test.
2958 * testsuite/gas/mips/mips2@isa-override-2.l: New list test.
2959 * testsuite/gas/mips/mips32@isa-override-2.l: New list test.
2960 * testsuite/gas/mips/mips32r2@isa-override-2.l: New list test.
2961 * testsuite/gas/mips/mips32r3@isa-override-2.l: New list test.
2962 * testsuite/gas/mips/mips32r5@isa-override-2.l: New list test.
2963 * testsuite/gas/mips/mips32r6@isa-override-2.l: New list test.
2964 * testsuite/gas/mips/r3000@isa-override-2.l: New list test.
2965 * testsuite/gas/mips/r3900@isa-override-2.l: New list test.
2966 * testsuite/gas/mips/octeon3@isa-override-2.l: New list test.
2967 * testsuite/gas/mips/octeon3@isa-override-1.l: New stderr
2969 * testsuite/gas/mips/isa-override-1.s: New test source.
2970 * testsuite/gas/mips/r5900@isa-override-1.s: New test source.
2971 * testsuite/gas/mips/isa-override-2.s: New test source.
2972 * testsuite/gas/mips/mips1@isa-override-2.s: New test source.
2973 * testsuite/gas/mips/mips2@isa-override-2.s: New test source.
2974 * testsuite/gas/mips/mips32@isa-override-2.s: New test source.
2975 * testsuite/gas/mips/mips32r2@isa-override-2.s: New test source.
2976 * testsuite/gas/mips/mips32r3@isa-override-2.s: New test source.
2977 * testsuite/gas/mips/mips32r5@isa-override-2.s: New test source.
2978 * testsuite/gas/mips/mips32r6@isa-override-2.s: New test source.
2979 * testsuite/gas/mips/r3000@isa-override-2.s: New test source.
2980 * testsuite/gas/mips/r3900@isa-override-2.s: New test source.
2981 * testsuite/gas/mips/octeon3@isa-override-2.s: New test source.
2982 * testsuite/gas/mips/mips.exp: Run the new tests.
2984 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2987 * config/tc-bfin.c: Likewise.
2988 * config/tc-ia64.c: Likewise.
2989 * config/tc-mep.c: Likewise.
2990 * config/tc-metag.c: Likewise.
2991 * config/tc-nios2.c: Likewise.
2992 * config/tc-rl78.c: Likewise.
2994 2016-04-20 Andrew Burgess <andrew.burgess@embecosm.com>
2996 * doc/c-arc.texi (ARC Options): Add nps400 to list of valus for
2997 -mcpu. Add cross reference to .cpu directive from -mcpu option.
2998 (ARC Directives): Add NPS400 to .cpu directive list.
3000 2016-04-20 Matthew Wahab <matthew.wahab@arm.com>
3002 * config/tc-aarch64.c (aarch64_features): Add "ras".
3003 * doc/c-aarch64.texi (AArch64 Extensions): Add "ras".
3004 * testsuite/gas/aarch64/armv8-ras-1.d: New.
3005 * testsuite/gas/aarch64/armv8-ras-1.s: New.
3006 * testsuite/gas/aarch64/illegal-ras-1.d: New.
3007 * testsuite/gas/aarch64/illegal-ras-1.s: New.
3009 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
3011 * testsuite/gas/arc/nps400-6.d: New file.
3012 * testsuite/gas/arc/nps400-6.s: New file.
3014 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
3016 * testsuite/gas/arc/nps400-4.d: New file.
3017 * testsuite/gas/arc/nps400-4.s: New file.
3018 * testsuite/gas/arc/nps400-5.d: New file.
3019 * testsuite/gas/arc/nps400-5.s: New file.
3021 2016-04-19 Martin Galvan <martin.galvan@tallertechnologies.com>
3023 * doc/as.texinfo (.cfi_remember_state, .cfi_restore_state): Improve
3026 2016-04-17 Andrew Burgess <andrew.burgess@embecosm.com>
3028 Revert prevous change.
3029 * config/tc-arc.c (arc_option): Make .cpu directive
3030 case-sensitive again.
3032 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
3034 * config/tc-arc.c (arc_option): Make .cpu directive
3037 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
3039 * config/tc-arc.c (arc_option): Allow NPS400 in .cpu directive.
3041 2016-04-15 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3043 * config/tc-mips.c (md_begin): Remove useless assignment.
3045 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
3047 * Makefile.in: Regenerated with automake 1.11.6.
3048 * aclocal.m4: Likewise.
3049 * doc/Makefile.in: Likewise.
3051 2016-04-15 Alan Modra <amodra@gmail.com>
3053 * config/tc-ppc.c (toc_reloc_types): Wrap in #ifdef OBJ_ELF
3055 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3057 * config/tc-nios2.c (nios2_as_options): Make file static.
3058 * config/tc-ppc.c (toc_reloc_ypes): Likewise.
3059 * config/tc-sparc.c (native_op_table): Likewise.
3061 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3063 * config/tc-m32c.c (M32C_Macros): Remove.
3064 * config/tc-msp430.c (option_numbers): Likewise.
3066 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3068 * testsuite/gas/arc/nps400-3.d: New file.
3069 * testsuite/gas/arc/nps400-3.s: New file.
3071 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3073 * testsuite/gas/arc/add_s-err.s: Update target pattern.
3074 * testsuite/gas/arc/warn.s: Likewise.
3075 * testsuite/gas/elf/elf.exp: Run test for arc.
3077 2016-04-14 Nick Clifton <nickc@redhat.com>
3080 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Allow for the string
3081 sections possibly having the SHF_STRINGS flag bit set.
3082 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
3084 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3086 * config/tc-arc.c (mach_type_specified_p): Change type to
3088 (arc_option): Set private flags when parsing cpu pseudo-op.
3089 (md_parse_option): Set mach_type_specified_p to TRUE.
3091 2016-04-13 Nick Clifton <nickc@redhat.com>
3094 * testsuite/gas/v850/pr19937.s: New test.
3095 * testsuite/gas/v850/pr19937.d: New test control file.
3096 * testsuite/gas/v850/basic.exp: Run the new test.
3098 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
3099 Andrew Bennett <andrew.bennett@imgtec.com>
3101 * config/tc-mips.c (relaxed_branch_length): Use the long
3102 sequence where the target is a weak symbol.
3103 (relaxed_micromips_32bit_branch_length): Likewise.
3104 (relaxed_micromips_16bit_branch_length): Likewise.
3105 * testsuite/gas/mips/branch-weak-1.d: New test.
3106 * testsuite/gas/mips/branch-weak-2.d: New test.
3107 * testsuite/gas/mips/branch-weak-3.d: New test.
3108 * testsuite/gas/mips/branch-weak-4.d: New test.
3109 * testsuite/gas/mips/branch-weak-5.d: New test.
3110 * testsuite/gas/mips/branch-weak.l: New stderr output.
3111 * testsuite/gas/mips/branch-weak.s: New test source.
3112 * testsuite/gas/mips/mips.exp: Run the new tests.
3114 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
3116 * config/tc-mips.c (relaxed_branch_length): Use the long
3117 sequence where the distance cannot be determined.
3118 (relaxed_micromips_32bit_branch_length): Likewise.
3119 * testsuite/gas/mips/branch-extern-1.d: New test.
3120 * testsuite/gas/mips/branch-extern-2.d: New test.
3121 * testsuite/gas/mips/branch-extern-3.d: New test.
3122 * testsuite/gas/mips/branch-extern-4.d: New test.
3123 * testsuite/gas/mips/branch-extern.l: New stderr output.
3124 * testsuite/gas/mips/branch-extern.s: New test source.
3125 * testsuite/gas/mips/branch-section-1.d: New test.
3126 * testsuite/gas/mips/branch-section-2.d: New test.
3127 * testsuite/gas/mips/branch-section-3.d: New test.
3128 * testsuite/gas/mips/branch-section-4.d: New test.
3129 * testsuite/gas/mips/branch-section.l: New stderr output.
3130 * testsuite/gas/mips/branch-section.s: New test source.
3131 * testsuite/gas/mips/mips.exp: Run the new tests.
3133 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3135 * testsuite/gas/arc/textauxregister.d: New file.
3136 * testsuite/gas/arc/textauxregister.s: Likewise.
3137 * testsuite/gas/arc/textcondcode.d: Likewise.
3138 * testsuite/gas/arc/textcondcode.s: Likewise.
3139 * testsuite/gas/arc/textcoreregister.d: Likewise.
3140 * testsuite/gas/arc/textcoreregister.s: Likewise.
3141 * testsuite/gas/arc/textpseudoop.d: Likewise.
3142 * testsuite/gas/arc/textpseudoop.s: Likewise.
3143 * testsuite/gas/arc/ld2.d: Update test.
3144 * testsuite/gas/arc/st.d: Likewise.
3145 * testsuite/gas/arc/taux.d: Likewise.
3146 * doc/c-arc.texi (ARC Directives): Add .extCondCode,
3147 .extCoreRegister and .extAuxRegister documentation.
3148 * config/tc-arc.c (arc_extcorereg): New function.
3149 (md_pseudo_table): Add .extCondCode, .extCoreRegister and
3150 .extAuxRegister pseudo-ops.
3151 (extRegister_t): New type.
3152 (ext_condcode, arc_aux_hash): New global variable.
3153 (find_opcode_match): Check for extensions.
3154 (preprocess_operands): Likewise.
3155 (md_begin): Add aux registers in a hash.
3156 (assemble_insn): Update use arc_flags member.
3157 (tokenize_extregister): New function.
3158 (create_extcore_section): Likewise.
3159 * config/tc-arc.h (arc_flags): Delete code, add flgp.
3161 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3163 * testsuite/gas/arc/noargs_a7.d: New file.
3164 * testsuite/gas/arc/noargs_a7.s: Likewise.
3165 * testsuite/gas/arc/noargs_hs.d: Likewise.
3166 * testsuite/gas/arc/noargs_hs.s: Likewise.
3168 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3170 * testsuite/gas/arc/textinsn-errors.d: New File.
3171 * testsuite/gas/arc/textinsn-errors.err: Likewise.
3172 * testsuite/gas/arc/textinsn-errors.s: Likewise.
3173 * testsuite/gas/arc/textinsn2op.d: Likewise.
3174 * testsuite/gas/arc/textinsn2op.s: Likewise.
3175 * testsuite/gas/arc/textinsn2op01.d: Likewise.
3176 * testsuite/gas/arc/textinsn2op01.s: Likewise.
3177 * testsuite/gas/arc/textinsn3op.d: Likewise.
3178 * testsuite/gas/arc/textinsn3op.s: Likewise.
3179 * doc/c-arc.texi (ARC Directives): Add .extInstruction
3181 * config/tc-arc.c (arcext_section): New variable.
3182 (arc_extinsn): New function.
3183 (md_pseudo_table): Add .extInstruction pseudo op.
3184 (attributes_t): New type.
3185 (suffixclass, syntaxclass, syntaxclassmod): New constant
3187 (find_opcode_match): Remove arc_num_opcodes.
3188 (md_begin): Likewise.
3189 (tokenize_extinsn): New function.
3190 (arc_set_ext_seg): Likewise.
3191 (create_extinst_section): Likewise.
3193 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3195 * config/tc-arc.c (preprocess_operands): Mark AUX symbol.
3196 (arc_adjust_symtab): New function.
3197 * config/tc-arc.h (ARC_FLAG_AUX): Define.
3198 (obj_adjust_symtab): Likewise.
3199 * testsuite/gas/arc/taux.d: New file.
3200 * testsuite/gas/arc/taux.s: Likewise.
3202 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3204 * config/tc-mips.c (s_option): Sanitize `.option picX'
3206 * testsuite/gas/mips/option-pic-1.d: New test.
3207 * testsuite/gas/mips/option-pic-2.l: New list test.
3208 * testsuite/gas/mips/option-pic-1.s: New test source.
3209 * testsuite/gas/mips/option-pic-2.s: New test source.
3210 * testsuite/gas/mips/mips.exp: Run the new tests.
3212 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3214 * config/tc-mips.c (s_option): Reject `.option picX' if VxWorks
3216 * testsuite/gas/mips/option-pic-vxworks-1.l: New list test.
3217 * testsuite/gas/mips/option-pic-vxworks-2.l: New list test.
3218 * testsuite/gas/mips/option-pic-vxworks-1.s: New test source.
3219 * testsuite/gas/mips/option-pic-vxworks-2.s: New test source.
3220 * testsuite/gas/mips/mips.exp: Run the new tests.
3222 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3224 * config/tc-mips.c (can_swap_branch_p): Correct call formatting.
3226 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3228 * messages.c (as_bad): Fix a typo in description.
3230 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3232 * config/tc-mips.c (mips_check_options): Unify messages.
3234 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3236 * config/tc-mips.c (mips_check_options): Use `opts->isa'
3239 2016-04-08 Nick Clifton <nickc@redhat.com>
3242 * testsuite/gas/sparc/pr19910-1.d: Adjust regexps to work with
3243 COFF and AOUT sparc targets.
3245 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3247 * config/tc-arc.h (MAX_FLAG_NAME_LENGTH): Increase to 7.
3248 * testsuite/gas/arc/nps400-2.d: New file.
3249 * testsuite/gas/arc/nps400-2.s: New file.
3251 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3253 * config/tc-arc.c (struct arc_opcode_hash_entry_iterator): New
3255 (arc_opcode_hash_entry_iterator_init): New function.
3256 (arc_opcode_hash_entry_iterator_next): New function.
3257 (find_opcode_match): Iterate over all arc_opcode entries
3258 referenced by the arc_opcode_hash_entry passed in as a parameter.
3260 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3262 * config/tc-arc.c (arc_find_opcode): Now returns
3263 arc_opcode_hash_entry pointer.
3264 (find_opcode_match): Update argument type, extract arc_opcode from
3265 incoming arc_opcode_hash_entry.
3266 (find_special_case_pseudo): Update return type.
3267 (find_special_case_flag): Update return type.
3268 (find_special_case): Update return type.
3269 (assemble_tokens): Lookup arc_opcode_hash_entry based on
3270 instruction mnemonic, then use find_opcode_match to identify
3271 specific arc_opcode.
3273 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3275 * config/tc-arc.c (struct arc_opcode_hash_entry): New structure.
3276 (arc_find_opcode): New function.
3277 (find_special_case_pseudo): Use arc_find_opcode.
3278 (find_special_case_flag): Likewise.
3279 (assemble_tokens): Likewise.
3280 (md_begin): Build hash using struct arc_opcode_hash_entry.
3282 2016-04-07 Claudiu Zissulescu <claziss@synopsys.com>
3284 * config/tc-arc.c (arc_option): Prepare string for automatic
3286 (declare_register): Likewise.
3288 2016-04-06 James Greenhalgh <james.greenhalgh@arm.com>
3290 * doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
3291 Correct entry for RDMA. Alpha sort entries.
3293 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3295 * config/tc-arc.c (tokenize_flags): Allow greater range of
3296 characters into flag names.
3298 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3300 * config/tc-arc.c (find_opcode_match): Handle O_symbol case, add
3302 (preprocess_operands): Delete.
3303 (assemble_tokens): Remove call to preprocess_operands.
3305 2016-04-07 Nick Clifton <nickc@redhat.com>
3308 * config/tc-sparc.c (sparc_ip): Report an error if the expression
3309 inside a %-macro could not be fully parsed.
3310 * expr.c (integer_constant): Accept and ignore U suffixes to
3312 (operand): When a missing closing parenthesis is encountered,
3313 report the character that was found instead.
3314 * testsuite/gas/mips/tls-ill.l: Update expected error message.
3315 * testsuite/gas/sparc/pr19910-1.d: New test driver.
3316 * testsuite/gas/sparc/pr19910-1.s: New test.
3317 * testsuite/gas/sparc/pr19910-2.l: Expected error output.
3318 * testsuite/gas/sparc/pr19910-2.s: New test.
3319 * testsuite/gas/sparc/sparc.exp: Run the new tests.
3321 2016-04-06 Nick Clifton <nickc@redhat.com>
3323 * config/tc-msp430.c (msp430_operands): Check for a NOP preceding
3324 an EINT instruction. Warn/fix as necessary.
3325 * testsuite/gas/msp430/bad.s: Add test of EINT without preceding NOP.
3326 * testsuite/gas/msp430/bad.l: Update expected messages.
3328 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
3330 * testsuite/gas/arc/nps400-1.d: Update expected results.
3331 * testsuite/gas/arc/nps400-1.s: Additional test cases.
3333 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
3335 * config/tc-arc.c (is_code_density_p): Compare directly the
3337 (is_spfp_p, is_dpfp_p, is_spfp_p): Define.
3338 (check_cpu_feature): New function.
3339 (find_opcode_match): Use check_cpu_feature function.
3340 (preprocess_operands): Likewise.
3341 (md_parse_option): Use mfpuda, mdpfp, mspfp options.
3342 * testsuite/gas/arc/tdpfp.d: New file.
3343 * testsuite/gas/arc/tfpuda.d: Likewise.
3344 * testsuite/gas/arc/tfpx.s: Likewise.
3346 2016-04-05 Jiong Wang <jiong.wang@arm.com>
3348 * config/tc-arm.c (do_neon_mac_maybe_scalar): Allow F16.
3349 * testsuite/gas/arm/armv8-2-fp16-simd.s: New tests.
3350 * testsuite/gas/arm/armv8-2-fp16-simd.d: New expected results.
3351 * testsuite/gas/arm/armv8-2-fp16-simd-thum.d: Likewise for Thumb.
3352 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New warning results.
3353 * testsuite/gas/arm/simd_by_scalar_low_regbank.s: New test source.
3354 * testsuite/gas/arm/simd_by_scalar_low_regbank.d: New testcase.
3355 * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d: Likewise
3357 * testsuite/gas/arm/simd_by_scalar_low_regbank.l: New warning results.
3359 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
3361 * config/tc-arc.c (assemble_insn): Prohibit pc-rel relocations for
3362 JUMP instructions type.
3363 * testsuite/gas/arc/relocs-errors.d: New file.
3364 * testsuite/gas/arc/relocs-errors.err: Likewise.
3365 * testsuite/gas/arc/relocs-errors.s: Likewise.
3367 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
3370 * config/tc-i386.c (check_VecOperands): Try vec_disp8 encoding
3371 only if i.disp_encoding != disp_encoding_32bit.
3372 * gas/testsuite/gas/i386/disp32.s: Add tests for vmovdqu64.d32.
3373 * gas/testsuite/gas/i386/x86-64-disp32.s: Likewise.
3374 * gas/testsuite/gas/i386/disp32.d: Updated.
3375 * gas/testsuite/gas/i386/x86-64-disp32.d: Likewise.
3377 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
3380 * testsuite/gas/i386/i386.exp: Run pr19498.
3381 * testsuite/gas/i386/pr19498.d: New file.
3382 * testsuite/gas/i386/pr19498.s: Likewise.
3384 2016-04-04 Andrew Burgess <andrew.burgess@embecosm.com>
3386 * config/tc-arc.h: Include 'opcode/arc.h'.
3387 (MAX_INSN_ARGS): Delete.
3388 (MAX_INSN_FLGS): Delete.
3390 2016-04-04 Alan Modra <amodra@gmail.com>
3393 * symbols.c (resolve_symbol_value): Clear sy_resolving on exit
3394 from function on all paths that set sy_resolving.
3396 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3398 * app.c (app_push): use XNEW macro.
3400 * config/obj-elf.c (obj_elf_change_section): Likewise.
3401 (elf_copy_symbol_attributes): Likewise.
3402 (obj_elf_size): Likewise.
3403 (build_group_lists): Likewise.
3404 * config/tc-aarch64.c (add_operand_error_record): Likewise.
3405 (md_assemble): Likewise.
3406 (tc_gen_reloc): Likewise.
3407 (get_upper_str): Likewise.
3408 (aarch64_parse_features): Likewise.
3409 * config/tc-arm.c (insert_reg_alias): Likewise.
3410 (insert_neon_reg_alias): Likewise.
3411 (find_or_make_literal_pool): Likewise.
3412 (s_arm_elf_cons): Likewise.
3413 (add_unwind_opcode): Likewise.
3414 (arm_parse_extension): Likewise.
3415 * config/tc-avr.c (create_record_for_frag): Likewise.
3416 * config/tc-crx.c: Likewise.
3417 * config/tc-d30v.c: Likewise.
3418 * config/tc-dlx.c (s_proc): Likewise.
3419 * config/tc-ft32.c: Likewise.
3420 * config/tc-h8300.c: Likewise.
3421 * config/tc-hppa.c (pa_proc): Likewise.
3422 (create_new_space): Likewise.
3423 (create_new_subspace): Likewise.
3424 * config/tc-i860.c: Likewise.
3425 * config/tc-i960.c: Likewise.
3426 * config/tc-ia64.c: Likewise.
3427 * config/tc-iq2000.c (iq2000_add_macro): Likewise.
3428 (iq2000_record_hi16): Likewise.
3429 * config/tc-m32c.c (m32c_indirect_operand): Likewise.
3430 * config/tc-m32r.c (debug_sym): Likewise.
3431 (m32r_record_hi16): Likewise.
3432 * config/tc-m68k.c (m68k_ip): Likewise.
3433 (md_begin): Likewise.
3434 * config/tc-mcore.c: Likewise.
3435 * config/tc-microblaze.c (check_got): Likewise.
3436 * config/tc-mips.c (append_insn): Likewise.
3437 (s_mipsset): Likewise.
3438 (mips_record_label): Likewise.
3439 (s_mips_end): Likewise.
3440 * config/tc-mmix.c (mmix_frob_file): Likewise.
3441 * config/tc-mn10200.c: Likewise.
3442 * config/tc-mn10300.c: Likewise.
3443 * config/tc-moxie.c: Likewise.
3444 * config/tc-msp430.c: Likewise.
3445 * config/tc-nds32.c (nds32_elf_save_pseudo_pattern): Likewise.
3446 * config/tc-ns32k.c: Likewise.
3447 * config/tc-or1k.c: Likewise.
3448 * config/tc-pdp11.c: Likewise.
3449 * config/tc-pj.c (fake_opcode): Likewise.
3450 * config/tc-ppc.c (ppc_apuinfo_section_add): Likewise.
3451 (ppc_macro): Likewise.
3452 (ppc_dwsect): Likewise.
3453 (ppc_machine): Likewise.
3454 * config/tc-rl78.c (rl78_frag_init): Likewise.
3455 * config/tc-rx.c (rx_frag_init): Likewise.
3456 * config/tc-s390.c (s390_lit_suffix): Likewise.
3457 (s390_machine): Likewise.
3458 (s390_machinemode): Likewise.
3459 * config/tc-score.c (s3_insert_reg): Likewise.
3460 (s3_gen_reloc): Likewise.
3461 * config/tc-score7.c (s7_insert_reg): Likewise.
3462 (s7_gen_reloc): Likewise.
3463 * config/tc-tic30.c (tic30_operand): Likewise.
3464 * config/tc-tic4x.c (tic4x_inst_make): Likewise.
3465 * config/tc-tic54x.c (stag_add_field): Likewise.
3466 (tic54x_struct): Likewise.
3467 (tic54x_space): Likewise.
3468 (tic54x_field): Likewise.
3469 (tic54x_mlib): Likewise.
3470 (subsym_substitute): Likewise.
3471 * config/tc-tic6x.c (tic6x_frob_label): Likewise.
3472 * config/tc-vax.c: Likewise.
3473 * config/tc-xc16x.c: Likewise.
3474 * config/tc-xtensa.c (xtensa_add_insn_label): Likewise.
3475 (directive_push): Likewise.
3476 (xtensa_begin_directive): Likewise.
3477 (tokenize_arguments): Likewise.
3478 (xtensa_add_literal_sym): Likewise.
3479 (new_resource_table): Likewise.
3480 (resize_resource_table): Likewise.
3481 (emit_single_op): Likewise.
3482 (xtensa_create_trampoline_frag): Likewise.
3483 (xtensa_maybe_create_literal_pool_frag): Likewise.
3484 (xtensa_add_config_info): Likewise.
3485 (xtensa_realloc_fixup_cache): Likewise.
3486 (add_subseg_info): Likewise.
3487 (cache_literal_section): Likewise.
3488 (add_xt_block_frags): Likewise.
3489 (add_xt_prop_frags): Likewise.
3490 (init_op_placement_info_table): Likewise.
3491 (build_section_rename): Likewise.
3492 * config/tc-z80.c: Likewise.
3493 * config/tc-z8k.c: Likewise.
3494 * depend.c (register_dependency): Likewise.
3495 * dwarf2dbg.c (get_line_subseg): Likewise.
3496 (dwarf2_gen_line_info_1): Likewise.
3497 (get_filenum): Likewise.
3498 * ecoff.c (allocate_scope): Likewise.
3499 (allocate_vlinks): Likewise.
3500 (allocate_shash): Likewise.
3501 (allocate_thash): Likewise.
3502 (allocate_tag): Likewise.
3503 (allocate_forward): Likewise.
3504 (allocate_thead): Likewise.
3505 (allocate_lineno_list): Likewise.
3506 * expr.c (make_expr_symbol): Likewise.
3507 * hash.c (hash_new_sized): Likewise.
3508 * input-file.c (input_file_push): Likewise.
3509 * listing.c (file_info): Likewise.
3510 (listing_newline): Likewise.
3511 * macro.c (new_formal): Likewise.
3512 (define_macro): Likewise.
3513 * remap.c (add_debug_prefix_map): Likewise.
3514 * symbols.c (symbol_find_noref): Likewise.
3515 (define_dollar_label): Likewise.
3516 (fb_label_instance_inc): Likewise.
3517 (symbol_relc_make_value): Likewise.
3519 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3521 * config/obj-elf.c (obj_elf_vendor_attribute): Use xstrdup.
3522 * config/tc-ppc.c (ppc_frob_file_before_adjust): Likewise.
3523 (ppc_znop): Likewise.
3524 (ppc_pe_section): Likewise.
3525 (ppc_frob_symbol): Likewise.
3526 * config/tc-tic30.c (tic30_operand): Likewise.
3527 * config/tc-tic4x.c (tic4x_sect): Likewise.
3528 (tic4x_usect): Likewise.
3530 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3532 * config/tc-alpha.c: Const qualify FLT_CHARS.
3533 * config/atof-ieee.c: Remove declarations of FLT_CHARS and EXP_CHARS.
3534 * config/tc-cris.h: Likewise.
3536 * config/tc-mmix.c (md_atof): Adjust comment.
3537 * config/tc-mmix.h: Stop defining FLT_CHARS and EXP_CHARS as macros.
3538 * tc.h: Declare FLT_CHARS and EXP_CHARS.
3540 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3542 * config/tc-score.c (s3_gen_reloc): Add const qualifiers.
3543 * config/tc-score7.c (s7_gen_reloc): Likewise.
3545 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3547 * config/tc-arm.c (do_t_branch): Change the type of reloc to
3548 bfd_reloc_code_real_type.
3550 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3552 * config/bfin-parse.y (current_inputline): Remove definition.
3553 * config/tc-bfin.c (md_assemble): Simplify use of current_inputline.
3555 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3557 * config/tc-avr.c (md_parse_option): Use strcasecmp () to compare
3560 2016-04-02 Alan Modra <amodra@gmail.com>
3563 * read.c (assign_symbol): Consume rest of line after an error
3564 rather than continuing to process the line.
3566 2016-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3568 * config/tc-arc.h (MAX_FLAG_NAME_LENGHT): Rename to...
3569 (MAX_FLAG_NAME_LENGTH): ...this.
3570 (struct arc_flags): Update to use MAX_FLAG_NAME_LENGTH.
3571 * config/tc-arc.c (tokenize_flags): Likewise.
3573 2016-04-01 Alan Modra <amodra@gmail.com>
3575 * cgen.c (weak_operand_overflow_check): Return const char*.
3576 * messages.c (as_internal_value_out_of_range): Formatting.
3577 (as_warn_value_out_of_range): Consify prefix param.
3578 (as_bad_value_out_of_range): Likewise.
3579 * read.c (s_errwarn): Constify msg..
3580 (s_float_space, float_cons): ..and err.
3581 * as.h (as_warn_value_out_of_range, as_bad_value_out_of_range,
3582 ieee_md_atof, vax_md_atof): Update prototypes.
3583 * tc.h (md_atof): Update prototype.
3584 * config/atof-ieee.c (ieee_md_atof): Return const char*.
3585 * config/atof-vax.c (vax_md_atof): Likewise.
3586 * config/obj-elf.c (obj_elf_parse_section_letters): Constify bad_msg.
3587 * config/tc-aarch64.c (md_atof): Return const char*.
3588 * config/tc-alpha.c (s_alpha_section_name): Likewise.
3589 (s_alpha_comm): Constify sec_name.
3590 (section_name): Constify.
3591 (s_alpha_section): Consify name..
3592 (alpha_elf_section_letter): ..and ptr_msg param..
3593 (md_atof): ..and return.
3594 * config/tc-alpha.h (alpha_elf_section_letter): Update prototype.
3595 * config/tc-arc.c (md_atof): Return const char*.
3596 * config/tc-arm.c (md_atof): Likewise.
3597 * config/tc-avr.c (md_atof): Likewise.
3598 * config/tc-bfin.c (md_atof): Likewise.
3599 * config/tc-cr16.c (md_atof): Likewise.
3600 * config/tc-cris.c (md_atof): Likewise.
3601 * config/tc-crx.c (md_atof): Likewise.
3602 * config/tc-d10v.c (md_atof): Likewise.
3603 * config/tc-d30v.c (md_atof): Likewise.
3604 * config/tc-dlx.c (md_atof): Likewise.
3605 * config/tc-epiphany.c (md_atof): Likewise.
3606 * config/tc-fr30.c (md_atof): Likewise.
3607 * config/tc-frv.c (md_atof): Likewise.
3608 * config/tc-ft32.c (md_atof): Likewise.
3609 * config/tc-h8300.c (md_atof): Likewise.
3610 * config/tc-hppa.c (struct default_subspace_dict): Constify name.
3611 (struct default_space_dict): Likewise.
3612 (create_new_space): Constify name param.
3613 (create_new_subspace): Likewise.
3614 (is_defined_space, is_defined_subspace): Likewise.
3615 (pa_parse_space_stmt): Constify space_name param.
3616 (md_atof): Return const char*.
3617 (pa_spaces_begin): Constify name.
3618 * config/tc-i370.c (md_atof): Return const char*.
3619 * config/tc-i386.c (md_atof): Likewise.
3620 (x86_64_section_letter): Constify ptr_msg param.
3621 * config/tc-i386.h (x86_64_section_letter): Update prototype.
3622 * config/tc-i860.c (struct i860_it): Constify error.
3623 (md_atof): Return const char*.
3624 * config/tc-i960.c (md_atof): Likewise.
3625 * config/tc-ia64.c (md_atof): Likewise.
3626 (ia64_elf_section_letter): Constify ptr_msg param.
3627 * config/tc-ia64.h (ia64_elf_section_letter): Update prototype.
3628 * config/tc-ip2k.c (md_atof): Return const char*.
3629 * config/tc-iq2000.c (md_atof): Likewise.
3630 * config/tc-lm32.c (md_atof): Likewise.
3631 * config/tc-m32c.c (md_atof): Likewise.
3632 * config/tc-m32r.c (md_atof): Likewise.
3633 * config/tc-m68hc11.c (md_atof): Likewise.
3634 * config/tc-m68k.c (md_atof): Likewise.
3635 * config/tc-mcore.c (md_atof): Likewise.
3636 * config/tc-mep.c (md_atof): Likewise.
3637 (mep_elf_section_letter): Constify ptr_msg param.
3638 * config/tc-mep.h (mep_elf_section_letter): Update prototype.
3639 * config/tc-metag.c (md_atof): Return const char*.
3640 * config/tc-microblaze.c (md_atof): Likewise.
3641 * config/tc-microblaze.h (md_atof): Delete prototype.
3642 * config/tc-mips.c (mips_parse_argument_token): Constify err.
3643 (md_atof): Return const char*.
3644 * config/tc-mmix.c (md_atof): Likewise.
3645 * config/tc-mn10200.c (md_atof): Likewise.
3646 * config/tc-mn10300.c (md_atof): Likewise.
3647 * config/tc-moxie.c (md_atof): Likewise.
3648 * config/tc-msp430.c (md_atof): Likewise.
3649 * config/tc-mt.c (md_atof): Likewise.
3650 * config/tc-nds32.c (md_atof): Likewise.
3651 * config/tc-nios2.c (md_atof): Likewise.
3652 (nios2_elf_section_letter): Constify ptr_msg param.
3653 * config/tc-nios2.h (nios2_elf_section_letter): Update prototype.
3654 * config/tc-ns32k.c (md_atof): Return const char*.
3655 * config/tc-or1k.c (md_atof): Likewise.
3656 * config/tc-pdp11.c (struct pdp11_code): Constify error.
3657 (md_atof): Return const char*.
3658 * config/tc-pj.c (md_atof): Likewise.
3659 * config/tc-ppc.c (md_atof): Likewise.
3660 * config/tc-rl78.c (md_atof): Likewise.
3661 * config/tc-rx.c (md_atof): Likewise.
3662 * config/tc-s390.c (md_atof): Likewise.
3663 * config/tc-score.c (s3_atof, md_atof): Likewise.
3664 * config/tc-sh.c (md_atof): Likewise.
3665 * config/tc-sparc.c (struct sparc_it): Constify error.
3666 (md_atof): Return const char*.
3667 * config/tc-spu.c (md_atof): Likewise.
3668 * config/tc-tic30.c (md_atof): Likewise.
3669 * config/tc-tic4x.c (md_atof): Likewise.
3670 * config/tc-tic54x.c (md_atof): Likewise.
3671 * config/tc-tic6x.c (md_atof): Likewise.
3672 * config/tc-tilegx.c (md_atof): Likewise.
3673 * config/tc-tilepro.c (md_atof): Likewise.
3674 * config/tc-v850.c (parse_register_list, md_atof): Likewise.
3675 * config/tc-vax.c (md_atof): Likewise.
3676 * config/tc-visium.c (md_atof): Likewise.
3677 * config/tc-xc16x.c (md_atof): Likewise.
3678 * config/tc-xgate.c (md_atof): Likewise.
3679 * config/tc-xstormy16.c (md_atof): Likewise.
3680 * config/tc-xtensa.c (md_atof): Likewise.
3681 * config/tc-z80.c (md_atof): Likewise.
3682 * config/tc-z8k.c (md_atof): Likewise.
3684 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3686 * config/tc-xtensa.c (struct rename_section_struct): Make old_name
3688 (xtensa_section_rename): Make argument type const char *.
3689 * config/tc-xtensa.h (xtensa_section_rename): Adjust.
3691 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3693 * config/tc-i960.c (parse_ldconst): Cast to char * when assigning to
3696 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3698 * config/tc-m32c.c (m32c_md_end): cast the argument to md_assemble to
3700 (m32c_indirect_operand): Likewise.
3701 * config/tc-nds32.c (do_pseudo_b): Likewise.
3702 (do_pseudo_bal): Likewise.
3703 (do_pseudo_ls_bhw): Likewise.
3705 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3707 * as.c (parse_args): Cast literal to char * when assigning to optarg.
3709 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3711 * config/tc-ia64.c (md_assemble): Add temporary variable to pass to
3713 * config/tc-sparc.c (s_register): Cast a literal to char * in
3716 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3718 * config/tc-i960.c (parse_expr): Cast to char * when assigning to
3720 * config/tc-m32r.c (expand_debug_syms): Likewise.
3721 * config/tc-msp430.c (msp430_dstoperand): Likewise.
3722 * config/tc-z80.c (md_begin): Likewise.
3723 * stabs.c (stabs_generate_asm_func): Likewise.
3725 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3727 * cgen.c: Modernize the way functions declare arguments.
3728 * config/tc-bfin.c: Likewise.
3729 * config/tc-pdp11.c: Likewise.
3730 * literal.c: Likewise.
3732 * stabs.c: Likewise.
3734 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3736 * config/tc-aarch64.c (aarch64_handle_align): Make the type of some
3737 variables unsigned char[].
3738 * config/tc-alpha.c (alpha_handle_align): Likewise.
3739 * config/tc-arm.c (arm_handle_align): Likewise.
3740 * config/tc-z80.c: Likewise.
3742 2016-03-30 Nick Clifton <nickc@redhat.com>
3745 * config/tc-arm.c (do_t_push_pop): Cast bitmask to unsigned before
3748 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
3750 * testsuite/gas/all/gas.exp: Don't xfail on ARC.
3751 * testsuite/gas/elf/elf.exp: Likewise.
3752 * testsuite/gas/all/redef3.d: Allow execution for ARC.
3754 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
3756 * testsuite/gas/arc/warn.exp: Fix matching pattern.
3758 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
3760 * testsuite/gas/arc/ext2op.d: New file.
3761 * testsuite/gas/arc/ext2op.s: Likewise.
3762 * testsuite/gas/arc/ext3op.d: Likewise.
3763 * testsuite/gas/arc/ext3op.s: Likewise.
3765 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3767 * config/tc-aarch64.c (struct aarch64_long_option_table): Ad const
3769 * config/tc-alpha.c (md_parse_option): Likewise.
3770 * config/tc-arc.c (md_parse_option): Likewise.
3771 * config/tc-arm.c (struct arm_long_option_table): Likewise.
3772 (md_parse_option): Likewise.
3773 * config/tc-avr.c (md_parse_option): Likewise.
3774 * config/tc-bfin.c (md_parse_option): Likewise.
3775 * config/tc-cr16.c (md_parse_option): Likewise.
3776 * config/tc-cris.c (s_cris_arch): Likewise.
3777 (md_parse_option): Likewise.
3778 * config/tc-crx.c (md_parse_option): Likewise.
3779 * config/tc-d10v.c (md_parse_option): Likewise.
3780 * config/tc-d30v.c (md_parse_option): Likewise.
3781 * config/tc-dlx.c (md_parse_option): Likewise.
3782 * config/tc-epiphany.c (md_parse_option): Likewise.
3783 * config/tc-fr30.c (md_parse_option): Likewise.
3784 * config/tc-frv.c (md_parse_option): Likewise.
3785 * config/tc-ft32.c (md_parse_option): Likewise.
3786 * config/tc-h8300.c (md_parse_option): Likewise.
3787 * config/tc-hppa.c (md_parse_option): Likewise.
3788 * config/tc-i370.c (md_parse_option): Likewise.
3789 * config/tc-i386.c (md_parse_option): Likewise.
3790 * config/tc-i860.c (md_parse_option): Likewise.
3791 * config/tc-i960.c (md_parse_option): Likewise.
3792 * config/tc-ia64.c (md_parse_option): Likewise.
3793 * config/tc-ip2k.c (md_parse_option): Likewise.
3794 * config/tc-iq2000.c (md_parse_option): Likewise.
3795 * config/tc-lm32.c (md_parse_option): Likewise.
3796 * config/tc-m32c.c (md_parse_option): Likewise.
3797 * config/tc-m32r.c (md_parse_option): Likewise.
3798 * config/tc-m68hc11.c (md_parse_option): Likewise.
3799 * config/tc-m68k.c (md_parse_option): Likewise.
3800 * config/tc-mcore.c (md_parse_option): Likewise.
3801 * config/tc-mep.c (md_parse_option): Likewise.
3802 * config/tc-metag.c (struct metag_long_option): Likewise.
3803 (md_parse_option): Likewise.
3804 * config/tc-microblaze.c (md_parse_option): Likewise.
3805 * config/tc-microblaze.h (md_parse_option): Remove prototype.
3806 * config/tc-mips.c (md_parse_option): Adjust.
3807 * config/tc-mmix.c (md_parse_option): Likewise.
3808 * config/tc-mn10200.c (md_parse_option): Likewise.
3809 * config/tc-mn10300.c (md_parse_option): Likewise.
3810 * config/tc-moxie.c (md_parse_option): Likewise.
3811 * config/tc-msp430.c (md_parse_option): Likewise.
3812 * config/tc-mt.c (md_parse_option): Likewise.
3813 * config/tc-nds32.c (md_parse_option): Likewise.
3814 * config/tc-nds32.h (nds32_parse_option): Likewise.
3815 * config/tc-nios2.c (md_parse_option): Likewise.
3816 * config/tc-ns32k.c (md_parse_option): Likewise.
3817 * config/tc-or1k.c (md_parse_option): Likewise.
3818 * config/tc-pdp11.c (md_parse_option): Likewise.
3819 * config/tc-pj.c (md_parse_option): Likewise.
3820 * config/tc-ppc.c (md_parse_option): Likewise.
3821 * config/tc-rl78.c (md_parse_option): Likewise.
3822 * config/tc-rx.c (md_parse_option): Likewise.
3823 * config/tc-s390.c (s390_parse_cpu): Likewise.
3824 * config/tc-score.c (md_parse_option): Likewise.
3825 * config/tc-sh.c (md_parse_option): Likewise.
3826 * config/tc-sparc.c (md_parse_option): Likewise.
3827 * config/tc-spu.c (md_parse_option): Likewise.
3828 * config/tc-tic30.c (md_parse_option): Likewise.
3829 * config/tc-tic4x.c (md_parse_option): Likewise.
3830 * config/tc-tic54x.c (md_parse_option): Likewise.
3831 * config/tc-tic6x.c (md_parse_option): Likewise.
3832 * config/tc-tilegx.c (md_parse_option): Likewise.
3833 * config/tc-tilepro.c (md_parse_option): Likewise.
3834 * config/tc-v850.c (md_parse_option): Likewise.
3835 * config/tc-vax.c (md_parse_option): Likewise.
3836 * config/tc-visium.c (struct visium_long_option_table): Likewise.
3837 * config/tc-xc16x.c (md_parse_option): Likewise.
3838 * config/tc-xgate.c (md_parse_option): Likewise.
3839 * config/tc-xstormy16.c (md_parse_option): Likewise.
3840 * config/tc-xtensa.c (md_parse_option): Likewise.
3841 * config/tc-z80.c (md_parse_option): Likewise.
3842 * config/tc-z8k.c (md_parse_option): Likewise.
3843 * tc.h (md_parse_option): Likewise.
3845 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3847 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
3848 * config/tc-hppa.c (fix_new_hppa): Likewise.
3849 (pa_vtable_entry): Likewise.
3850 (pa_vtable_inherit): Likewise.
3851 * config/tc-m68k.c (md_begin): Likewise.
3853 2016-03-28 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3855 * config/obj-elf.c (obj_elf_section_name): Return const char *.
3856 * config/obj-elf.h (obj_elf_section_name): Adjust.
3857 * config/tc-aarch64.c (aarch64_parse_features): Likewise.
3858 (aarch64_parse_cpu): Likewise.
3859 (aarch64_parse_arch): Likewise.
3860 * config/tc-arm.c (arm_parse_extension): Likewise.
3861 (arm_parse_cpu): Likewise.
3862 (arm_parse_arch): Likewise.
3863 * config/tc-nds32.c: Likewise.
3864 * config/xtensa-relax.c (parse_special_fn): Likewise.
3865 * stabs.c (generate_asm_file): Likewise.
3867 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3869 * config/tc-cr16.c (cr16_assemble): New function.
3870 (md_assemble): Call cr16_assemble.
3872 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3874 * as.c (parse_args): Adjust.
3875 * as.h (flag_size_check): Rename to flag_allow_nonconst_size.
3876 * config/obj-elf.c (elf_frob_symbol): Adjust.
3878 2016-03-24 Jose E. Marchesi <jose.marchesi@oracle.com>
3880 * config/tc-sparc.c (sparc_ip): Remove the V9 restriction on ASR
3881 registers to be in the 16..31 range.
3883 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3885 * config/tc-microblaze.c (md_assemble): Cast opc to char * when calling
3888 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3890 * config/tc-visium.c (md_atof): Localize the string returned on
3893 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3895 * config/tc-h8300.c (h8300_elf_section): Add const qualifiers.
3896 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
3897 * config/tc-m68hc11.c (md_begin): Likewise.
3898 (print_opcode_list): Likewise.
3899 * config/tc-msp430.c (msp430_section): Likewise.
3900 * config/tc-score.c (struct s3_insn_to_dependency): Likewise.
3901 (s3_build_dependency_insn_hsh): Likewise.
3902 * config/tc-score7.c (struct s7_insn_to_dependency): Likewise.
3903 (s7_build_dependency_insn_hsh): Likewise.
3904 * config/tc-tic4x.c: Likewise.
3905 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
3906 (subsym_get_arg): Likewise.
3907 * config/tc-xtensa.c (struct suffix_reloc_map): Likewise.
3908 (get_directive): Likewise.
3909 (cache_literal_section): Likewise.
3910 * config/xtensa-relax.c: Likewise.
3911 * symbols.c (symbol_create): Likewise.
3912 (local_symbol_make): Likewise.
3913 (symbol_relc_make_expr): Likewise.
3915 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3917 * config/tc-pdp11.c (md_assemble): Remove useless if and assignment to
3920 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3922 * config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
3925 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3927 * config/tc-ia64.c (ia64_do_align): Remove.
3928 (ia64_cons_align): Call do_align () directly.
3929 (dot_proc): Likewise.
3930 (stmt_float_cons): Likewise.
3932 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3934 * listing.c (listing_message): Use XNEW style allocation macros.
3935 * read.c (read_a_source_file): Likewise.
3936 (read_symbol_name): Likewise.
3937 (s_mri_common): Likewise.
3938 (assign_symbol): Likewise.
3939 (s_reloc): Likewise.
3940 (emit_expr_with_reloc): Likewise.
3941 (s_incbin): Likewise.
3942 (s_include): Likewise.
3943 * sb.c (sb_build): Likewise.
3944 (sb_check): Likewise.
3946 2016-03-22 Alan Modra <amodra@gmail.com>
3948 * write.c (record_alignment): Revert 2016-02-18 change.
3950 2016-03-22 Alan Modra <amodra@gmail.com>
3952 * config/tc-alpha.c (load_expression): Replace alloca with xmalloc.
3953 (emit_jsrjmp, tc_gen_reloc): Likewise.
3954 * config/tc-i370.c (i370_macro): Likewise.
3956 2016-03-22 Nick Clifton <nickc@redhat.com>
3958 * configure: Regenerate.
3960 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3962 * testsuite/gas/arc/nps400-0.d: New file.
3963 * testsuite/gas/arc/nps400-0.s: New file.
3964 * testsuite/gas/arc/nps400-1.d: New file.
3965 * testsuite/gas/arc/nps400-1.s: New file.
3967 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3969 * config/tc-arc.c (find_opcode_match): Move lnflg, and i
3970 declarations to start of block. Reset code on all flags before
3971 attempting to match them. Handle multiple hits on the same flag.
3973 * testsuite/gas/arc/asm-errors.d: New file.
3974 * testsuite/gas/arc/asm-errors.err: New file.
3975 * testsuite/gas/arc/asm-errors.s: New file.
3977 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3979 * config/tc-arc.c (cpu_types): Add nps400 entry.
3980 (check_zol): Handle nps400.
3982 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3984 * config/tc-arc.c (arc_select_cpu): Remove use of
3987 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3989 * config/tc-arc.c (arc_target): Delay initialisation until
3991 (arc_target_name): Likewise.
3992 (arc_features): Likewise.
3993 (arc_mach_type): Likewise.
3994 (cpu_types): Remove "all" entry.
3995 (arc_select_cpu): New function, most of the content is from...
3996 (md_parse_option): ... here. Call new arc_select_cpu.
3997 (md_begin): Call arc_select_cpu if needed, default is now arc700.
3999 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
4001 * testsuite/gas/arc/inline-data-1.d: Add target restriction.
4002 * testsuite/gas/arc/inline-data-2.d: New file.
4004 2016-03-21 Nick Clifton <nickc@redhat.com>
4006 * atof-generic.c: Replace use of alloca with call to xmalloc.
4008 * dwarf2dbg.c: Likewise.
4009 * macro.c: Likewise.
4010 * remap.c: Likewise.
4011 * stabs.c: Likewise.
4012 * symbols.c: Likewise.
4013 * config/obj-elf.c: Likewise.
4014 * config/tc-aarch64.c: Likewise.
4015 * config/tc-arc.c: Likewise.
4016 * config/tc-arm.c: Likewise.
4017 * config/tc-avr.c: Likewise.
4018 * config/tc-ia64.c: Likewise.
4019 * config/tc-mips.c: Likewise.
4020 * config/tc-msp430.c: Likewise.
4021 * config/tc-nds32.c: Likewise.
4022 * config/tc-ppc.c: Likewise.
4023 * config/tc-sh.c: Likewise.
4024 * config/tc-tic30.c: Likewise.
4025 * config/tc-tic54x.c: Likewise.
4026 * config/tc-xstormy16.c: Likewise.
4027 * config/te-vms.c: Likewise.
4028 * configure: Regenerate.
4030 2016-03-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4032 * tc-i386.c (f32_1): Change type to unsigned char[].
4052 (jump_31): Likewise.
4053 (f32_patt): Likewise.
4054 (f16_patt): Likewise.
4063 (alt_patt): Likewise.
4065 2016-03-18 Nick Clifton <nickc@redhat.com>
4067 * doc/c-aarch64.texi (AArch64 Directives): Add descriptions of
4068 .cpu, .dword, .even, .inst. .tlsdescadd, .tlsdesccall,
4069 .tlsdescldr and .xword directives.
4072 * testsuite/gas/aarch64/pr19721.s: New test source file.
4073 * testsuite/gas/aarch64/pr19721.d: New test driver file.
4075 * doc/as.texinfo: Place the target specific command line options
4076 into their own man page section.
4078 2016-03-16 Jiong Wang <jiong.wang@arm.com>
4080 * config/tc-arm.c (N_S_32): New.
4081 (N_F_16_32): Likewise.
4082 (N_SUF_32): Support N_F16.
4083 (N_IF_32): Likewise.
4084 (neon_dyadic_misc): Likewise.
4085 (do_neon_cmp): Likewise.
4086 (do_neon_cmp_inv): Likewise.
4087 (do_neon_mul): Likewise.
4088 (do_neon_fcmp_absolute): Likewise.
4089 (do_neon_step): Likewise.
4090 (do_neon_abs_neg): Likewise.
4091 (CVT_FLAVOR_VAR): Likewise.
4092 (do_neon_cvt_1): Likewise.
4093 (do_neon_recip_est): Likewise.
4094 (do_vmaxnm): Likewise.
4095 (do_vrint_1): Likewise.
4096 (neon_check_type): Check architecture support for FP16 extension.
4097 (insns): Update comments.
4098 * testsuite/gas/arm/armv8-2-fp16-simd.s: New test source.
4099 * testsuite/gas/arm/armv8-2-fp16-simd.d: New testcase for arm mode.
4100 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise for thumb mode.
4101 * testsuite/gas/arm/armv8-2-fp16-simd-warning.d: New rejection test for
4103 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d: Likewise for
4105 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New expected rejection
4108 2016-03-16 Nick Clifton <nickc@redhat.com>
4110 * read.c (emit_expr_with_reloc): Add code check a bignum with
4112 * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
4114 * testsuite/gas/elf/bignum.s: New test source file.
4115 * testsuite/gas/elf/bignum.d: New test driver file.
4116 * testsuite/gas/elf/elf.exp: Run the new test.
4118 2016-03-15 Ulrich Drepper <drepper@gmail.com>
4120 * doc/c-i386.texi (Register Naming): Update to details of the
4121 latest architecture version.
4123 2016-03-10 Mickael Guene <mickael.guene@st.com>
4126 * config/tc-arm.c (do_arit): Protect against bad relocations usage.
4128 (do_t_add_sub): Allow pcrop relocations for Thumb-2 targets.
4129 (do_t_mov_cmp): Likewise.
4130 (do_t_add_sub): Protect against bad relocations usage.
4131 (do_t_mov_cmp): Likewise.
4132 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New.
4133 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New.
4134 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New.
4135 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New.
4137 2016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4139 * config/tc-arm.c (neon_alignment_bit): Rename do_align to
4141 (do_neon_ld_st_lane): Likewise.
4142 (do_neon_ld_dup): Likewise.
4144 2016-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
4146 * testsuite/gas/arc/inline-data-1.d: New file.
4147 * testsuite/gas/arc/inline-data-1.s: New file.
4149 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
4151 * config/tc-arm.c (arm_cpus): Add cortex-r8.
4152 * doc/c-arm.texi: Add cortex-r8.
4154 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4156 * config/tc-arc.c: Add const qualifiers.
4157 * config/tc-h8300.c (md_begin): Likewise.
4158 * config/tc-ia64.c (print_prmask): Likewise.
4159 * config/tc-msp430.c (msp430_operands): Likewise.
4160 * config/tc-nds32.c (struct suffix_name): Likewise.
4161 (struct nds32_parse_option_table): Likewise.
4162 (struct nds32_set_option_table): Likewise.
4163 (do_pseudo_pushpopm): Likewise.
4164 (do_pseudo_pushpop_stack): Likewise.
4165 (nds32_relax_relocs): Likewise.
4166 (nds32_flag): Likewise.
4167 (struct nds32_hint_map): Likewise.
4168 (nds32_find_reloc_table): Likewise.
4169 (nds32_match_hint_insn): Likewise.
4170 * config/tc-s390.c: Likewise.
4171 * config/tc-sh.c (get_specific): Likewise.
4172 * config/tc-tic30.c: Likewise.
4173 * config/tc-tic4x.c (tic4x_inst_add): Likewise.
4174 (tic4x_indirect_parse): Likewise.
4175 * config/tc-vax.c (vax_cons): Likewise.
4176 * config/tc-z80.c (struct reg_entry): Likewise.
4177 * config/tc-epiphany.c (md_assemble): Adjust.
4178 (epiphany_assemble): New function.
4179 (epiphany_elf_section_rtn): Call do_align directly.
4180 (epiphany_elf_section_text): Likewise.
4181 * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise.
4182 (ip2k_elf_section_text): Likewise.
4183 * read.c (do_align): Make it not static.
4184 * read.h (do_align): New prototype.
4186 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
4188 * config/tc-arm.c (aeabi_set_public_attributes): Emit attribute
4189 for ARMv8.1 AdvSIMD use.
4190 * testsuite/gas/arm/attr-march-armv8-a+rdma.d: New.
4191 * testsuite/gas/arm/attr-march-armv8_1-a+simd.d: New.
4193 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
4195 * config/gas/tc-arm.c (fpu_neon_ext_v8_1): Restrict to the ARMv8.1 RDMA
4197 (record_feature_use): New.
4198 (mark_feature_used): Use record_feature_use.
4199 (do_neon_qrdmlah): New.
4200 (insns): Use do_neon_qrdmlah for vqrdmlah and vqrdmlsh and
4202 (arm_extensions): Put into alphabetical order. Re-indent "simd"
4203 and "rdma" entries. Fix the incorrect merge value for "+rdma".
4204 * testsuite/gas/arm/armv8-a+rdma-warning.d: New.
4205 * testsuite/gas/arm/armv8-a+rdma.d: Add assembler command line options.
4206 Make source file explicit.
4207 * testsuite/gas/arm/armv8-a+rdma.l: New.
4208 * testsuite/gas/arm/armv8-a+rdma.s: Remove .arch and .arch_extension
4209 directives. Fix white-space.
4210 * testsuite/gas/arm/armv8_1-a+simd.d: New.
4212 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
4214 * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
4216 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
4217 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
4219 * config/tc-arc.c (arc_extra_reloc): Change size to 0.
4220 (tc_arc_fix_adjustable): Changed default return value to 1.
4221 * testsuite/gas/arc/j.d: Updated expected symbol
4222 * testsuite/gas/arc/jl.d: Likewise
4223 * testsuite/gas/arc/relax-avoid1.d: Likewise
4224 * testsuite/gas/arc/st.d: Likewise
4226 2016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
4228 * config/tc-arc.c: Enable code density instructions for ARC EM.
4230 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
4233 * NEWS: Mention --enable-elf-stt-common and --elf-stt-common=
4235 * as.c (flag_use_elf_stt_common): New.
4236 (show_usage): Add --elf-stt-common=.
4237 (option_values): Add OPTION_ELF_STT_COMMON.
4238 (std_longopts): Add --elf-stt-common=.
4239 (parse_args): Handle --elf-stt-common=.
4240 * as.h (flag_use_elf_stt_common): New.
4241 * config.in: Regenerated.
4242 * configure: Likewise.
4243 * configure.ac: Add --enable-elf-stt-common and define
4244 DEFAULT_GENERATE_ELF_STT_COMMON.
4245 * gas/write.c (write_object_file): Set BFD_CONVERT_ELF_COMMON
4246 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
4247 * doc/as.texinfo: Document --elf-stt-common=.
4248 * testsuite/gas/elf/common3.s: New file.
4249 * testsuite/gas/elf/common3a.d: Likewise.
4250 * testsuite/gas/elf/common3b.d: Likewise.
4251 * testsuite/gas/elf/common4.s: Likewise.
4252 * testsuite/gas/elf/common4a.d: Likewise.
4253 * testsuite/gas/elf/common4b.d: Likewise.
4254 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
4255 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
4256 * testsuite/gas/elf/elf.exp: Run common3a, common3b, common4a
4258 * testsuite/gas/i386/dw2-compress-3.d: Renamed to ...
4259 * testsuite/gas/i386/dw2-compress-3a.d: This. Pass
4260 --elf-stt-common=no to as.
4261 * testsuite/gas/i386/dw2-compressed-3.d: Renamed to ...
4262 * testsuite/gas/i386/dw2-compressed-3a.d: This. Pass
4263 --elf-stt-common=no to as.
4264 * testsuite/gas/i386/i386.exp: Run dw2-compress-3a,
4265 dw2-compress-3b, dw2-compressed-3a and dw2-compressed-3b instead
4266 of dw2-compress-3 and dw2-compressed-3.
4268 2016-02-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4270 * as.c (select_emulation_mode): Add const qualifiers.
4272 * config/bfin-defs.h: Likewise.
4273 * config/bfin-parse.y: Likewise.
4274 * config/rx-parse.y: Likewise.
4275 * config/tc-aarch64.c (struct aarch64_option_table): Likewise.
4276 (struct aarch64_cpu_option_table): Likewise.
4277 (struct aarch64_arch_option_table): Likewise.
4278 (struct aarch64_option_cpu_value_table): Likewise.
4279 (struct aarch64_long_option_table): Likewise.
4280 (struct aarch64_option_abi_value_table): Likewise.
4281 * config/tc-arm.c (struct reloc_entry): Likewise.
4282 (tc_gen_reloc): Likewise.
4283 (struct arm_option_table): Likewise.
4284 (struct arm_legacy_option_table): Likewise.
4285 (struct arm_cpu_option_table): Likewise.
4286 (struct arm_arch_option_table): Likewise.
4287 (struct arm_option_extension_value_table): Likewise.
4288 (struct arm_option_fpu_value_table): Likewise.
4289 (struct arm_option_value_table): Likewise.
4290 (struct arm_long_option_table): Likewise.
4291 * config/tc-avr.c (struct avr_opcodes_s): Likewise.
4292 (struct mcu_type_s): Likewise.
4293 (struct exp_mod_s): Likewise.
4294 (avr_operand): Likewise.
4295 (avr_operands): Likewise.
4296 * config/tc-d10v.c (md_begin): Likewise.
4297 * config/tc-dlx.c: Likewise.
4298 * config/tc-fr30.c (fr30_is_colon_insn): Likewise.
4299 * config/tc-ft32.c (parse_condition): Likewise.
4300 * config/tc-h8300.c (do_a_fix_imm): Likewise.
4301 * config/tc-hppa.c (pa_ip): Likewise.
4302 (hppa_regname_to_dw2regnum): Likewise.
4303 * config/tc-i370.c (i370_elf_suffix): Likewise.
4304 * config/tc-i960.c (struct tabentry): Likewise.
4305 * config/tc-m32r.c: Likewise.
4306 * config/tc-m68k.c: Likewise.
4307 * config/tc-m68k.h: Likewise.
4308 * config/tc-mcore.c (parse_psrmod): Likewise.
4309 * config/tc-metag.c (struct metag_core_option): Likewise.
4310 (struct metag_long_option): Likewise.
4311 * config/tc-microblaze.c: Likewise.
4312 * config/tc-mips.c (macro): Likewise.
4313 * config/tc-mn10200.c: Likewise.
4314 * config/tc-mn10300.c: Likewise.
4315 * config/tc-msp430.c (struct rcodes_s): Likewise.
4316 (struct hcodes_s): Likewise.
4317 (md_parse_option): Likewise.
4318 * config/tc-ns32k.c (struct ns32k_option): Likewise.
4319 (optlist): Likewise.
4320 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
4321 (tc_ppc_regname_to_dw2regnum): Likewise.
4322 * config/tc-ppc.h: Likewise.
4323 * config/tc-rl78.c: Likewise.
4324 * config/tc-rx.c (struct cpu_type): Likewise.
4325 * config/tc-sh.c (sh_regname_to_dw2regnum): Likewise.
4326 * config/tc-sparc.c (struct priv_reg_entry): Likewise.
4327 (sparc_ip): Likewise.
4328 * config/tc-spu.c (insn_fmt_string): Likewise.
4329 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4330 * config/tc-v850.c: Likewise.
4331 * config/tc-visium.c (struct visium_arch_option_table): Likewise.
4332 (struct visium_long_option_table): Likewise.
4333 * config/tc-xgate.c: Likewise.
4334 * config/tc-z8k.c: Likewise.
4335 * read.c (add_include_dir): Likewise.
4338 2016-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4340 * testsuite/gas/all/gas.exp: Change target pattern to cover
4342 * testsuite/gas/all/redef3.d: Likewise.
4343 * testsuite/gas/elf/elf.exp: Likewise.
4345 2016-02-24 Renlin Li <renlin.li@arm.com>
4347 * config/tc-arm.c (BAD_FP16): New error message macro.
4348 (do_scalar_fp16_v82_encode): Change the coproc field to 9 for armv8.2
4349 fp16 scalar instructions.
4350 (neon_check_type): Allow different size from key.
4351 (do_vfp_nsyn_add_sub): Add support SE_H shape support.
4352 (try_vfp_nsyn): Likewise.
4353 (do_vfp_nsyn_mla_mls): Likewise.
4354 (do_vfp_nsyn_fma_fms): Likewise.
4355 (do_vfp_nsyn_ldm_stm): Likewise
4356 (do_vfp_nsyn_sqrt): Likewise
4357 (do_vfp_nsyn_div): Likewise
4358 (do_vfp_nsyn_nmul): Likewise.
4359 (do_vfp_nsyn_cmp): Likewise.
4360 (do_neon_shll): Likewise.
4361 (do_vfp_nsyn_cvt_fpv8): Likewise.
4362 (do_neon_cvttb_2): Likewise.
4363 (do_neon_mov): Likewise.
4364 (do_neon_rshift_round_imm): Likewise.
4365 (do_neon_ldr_str): Likewise.
4366 (do_vfp_nsyn_fpv8): Likewise.
4367 (do_vmaxnm): Likewise.
4368 (do_vrint_1): Likewise.
4369 (insns): New entry for vins, vmovx.
4370 (md_apply_fix): Left shift 1 bit for fp16 vldr/vstr.
4371 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: New.
4372 * testsuite/gas/arm/armv8-2-fp16-scalar.d: New.
4373 * testsuite/gas/arm/armv8-2-fp16-scalar.s: New.
4374 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.s: New
4375 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d: New
4376 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.l: New
4378 2016-02-24 Renlin Li <renlin.li@arm.com>
4380 * config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
4381 (neon_shape_class): New SC_HALF.
4382 (neon_shape_el): New SE_H.
4383 (neon_shape_el_size): New size for SE_H.
4384 (N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
4385 (neon_select_shape): Add SE_H support code.
4386 (el_type_of_type_chk): Use N_F_ALL.
4387 (do_vfp_nsyn_cvt): Add SE_H shape support.
4388 (do_neon_cvtz): Likewise.
4389 (do_neon_cvt_1): Likewise.
4390 (do_neon_cvttb_1): Likewise.
4392 2016-02-24 Renlin Li <renlin.li@arm.com>
4394 * testsuite/gas/arm/copro.d: Adjust output.
4395 * testsuite/gas/arm/copro.s: Adjust co-processor num.
4397 2016-02-24 Renlin Li <renlin.li@arm.com>
4399 * testsuite/gas/arm/mask_1.d: New.
4400 * testsuite/gas/arm/mask_1.s: New.
4402 2016-02-24 Renlin Li <renlin.li@arm.com>
4404 * testsuite/gas/arm/copro.s: Use coprocessor other than 10, 11.
4405 * testsuite/gas/arm/copro.d: Update.
4407 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4409 * config/tc-arm.c (arm_cpus): Add entry for cortex-a32.
4410 * doc/c-arm.texi (ARM Options): Document cortex-a32.
4412 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4414 * doc/c-arm.texi (ARM Options): Document cortex-a17.
4416 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
4418 * testsuite/gas/elf/elf.exp: Skip tests for common directive on
4421 2016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4423 * output-file.c (output_file_create): Make file name argument const.
4424 (output_file_close): Likewise.
4425 * output-file.h (output_file_create): Adjust.
4426 (output_file_close): Likewise.
4427 * depend.c (quote_string_for_make): Make src argument const char *.
4428 (register_dependency): Likewise.
4429 (wrap_output): Likewise.
4430 * as.h (register_dependency): Adjust.
4431 * config/tc-xtensa.c (finish_vinsn): Remove unnecessary calls to
4433 * symbols.c (S_SET_EXTERNAL): Likewise.
4434 * input-scrub.c (as_where): Return the file name.
4435 * as.h (as_where): Adjust prototype.
4436 * app.c (do_scrub_chars): Adjust.
4437 * cond.c (s_elseif): Likewise.
4439 (initialize_cframe): Likewise.
4440 * config/obj-coff.c (obj_coff_init_stab_section): Likewise.
4441 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
4442 * config/obj-som.c (obj_som_init_stab_section): Likewise.
4443 * config/tc-aarch64.c (output_info): Likewise.
4444 * config/tc-ia64.c (md_assemble): Likewise.
4445 (dot_alias): Likewise.
4446 * config/tc-m68k.c (m68k_frob_label): Likewise.
4447 * config/tc-mmix.c (s_bspec): Likewise.
4448 (mmix_handle_mmixal): Likewise.
4449 * config/tc-rx.c (rx_include): Likewise.
4450 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4451 (tic54x_adjust_symtab): Likewise.
4452 * config/tc-xtensa.c (directive_push): Likewise.
4453 (xtensa_sanity_check): Likewise.
4454 (xtensa_relax_frag): Likewise.
4455 (md_convert_frag): Likewise.
4456 (tinsn_to_slotbuf): Likewise.
4457 * dwarf2dbg.c (dwarf2_where): Likewise.
4458 * ecoff.c (add_file): Likewise.
4459 (ecoff_generate_asm_lineno): Likewise.
4460 * expr.c (make_expr_symbol): Likewise.
4461 * frags.c (frag_new): Likewise.
4462 (frag_var_init): Likewise.
4463 * listing.c (listing_newline): Likewise.
4464 * messages.c (identify): Likewise.
4465 (as_show_where): Likewise.
4466 (as_warn_internal): Likewise.
4467 (as_bad_internal): Likewise.
4468 * read.c (s_irp): Likewise.
4469 (s_macro): Likewise.
4470 (s_reloc): Likewise.
4471 * stabs.c (stabs_generate_asm_file): Likewise.
4472 (stabs_generate_asm_lineno): Likewise.
4473 (stabs_generate_asm_func): Likewise.
4474 * write.c (fix_new_internal): Likewise.
4475 * as.h (PRINTF_WHERE_LIKE): Make file name argument const.
4476 (as_warn_value_out_of_range): Adjust prototype.
4477 (as_bad_value_out_of_range): Adjust prototype.
4478 * messages.c (identify): Make file name argument const char *.
4479 (as_warn_internal): Likewise.
4480 (as_warn_where): Likewise.
4481 (as_bad_internal): Likewise.
4482 (as_bad_where): Likewise.
4483 (as_internal_value_out_of_range): Likewise.
4484 (as_warn_value_out_of_range): Likewise.
4485 (as_bad_value_out_of_range): Likewise.
4486 * as.h (found_comment_file): Change type to const char *.
4487 * cond.c (file_line::file): Likewise.
4488 * config/obj-coff.c (obj_coff_init_stab_section): Make variable const.
4489 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
4490 * config/obj-som.c (obj_som_init_stab_section): Likewise.
4491 * config/tc-aarch64.c (output_info): Likewise.
4492 * config/tc-alpha.c (insert_operand): Likewise.
4493 * config/tc-arc.c (insert_operand): Likewise.
4494 * config/tc-d30v.c (check_size): Likewise.
4495 * config/tc-ia64.c (struct alias): Likewise.
4496 * config/tc-m68k.c (struct label_line): Likewise.
4497 * config/tc-mcore.c (md_apply_fix): Likewise.
4498 * config/tc-microblaze.c (md_estimate_size_before_relax): Likewise.
4499 * config/tc-mips.c (mips16_immed): Likewise.
4500 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
4501 * config/tc-ppc.c (ppc_insert_operand): Likewise.
4502 * config/tc-rx.c (rx_include): Likewise.
4503 * config/tc-s390.c (s390_insert_operand): Likewise.
4504 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4505 (tic54x_adjust_symtab): Likewise.
4506 * config/tc-tilegx.c (insert_operand): Likewise.
4507 (apply_special_operator): Likewise.
4508 * config/tc-tilepro.c (insert_operand): Likewise.
4509 * config/tc-xtensa.c (directive_push): Likewise.
4510 * ecoff.c (add_file): Likewise.
4511 (ecoff_generate_asm_lineno): Likewise.
4512 * listing.c (listing_newline): Likewise.
4513 * read.c (s_irp): Likewise.
4514 * write.c (install_reloc): Likewise.
4515 * write.h (struct fix): Likewise.
4516 * input-file.c (file_name): Change type to const char *.
4517 (saved_file::file_name): Likewise.
4518 (input_file_open): Change type of argument to const char *.
4519 * input-file.h (input_file_open): Adjust.
4520 * input-scrub.c (logical_input_file): change type to const char *.
4521 (physical_input_file): Likewise.
4522 (struct input_save): Adjust.
4523 (input_scrub_push): Adjust.
4524 (input_scrub_begin): Adjust.
4526 * input-scrub.c (input_scrub_new_file): Make file name argument const.
4527 (input_scrub_include_file): Likewise.
4528 (new_logical_line_flags): Likewise.
4529 (new_logical_line): Likewise.
4531 * frags.h (struct frag): Change type of fr_file to const char *.
4532 * expr.c (expr_symbol_where): Change type of file argument to
4534 * expr.h (expr_symbol_where): Likewise.
4535 * config/tc-i370.c (md_apply_fix): adjust.
4536 * config/tc-mmix.c (mmix_md_end): Likewise.
4537 * config/tc-ppc.c (md_apply_fix): Likewise.
4538 * config/tc-s390.c (md_apply_fix): Likewise.
4539 * symbols.c (report_op_error): Likewise.
4540 (resolve_symbol_value): Likewise.
4541 * config/tc-ia64.c (slot::src_file): Change type to const char *.
4542 (rsrc::file): Likewise.
4543 * config/tc-xtensa.c (xtensa_sanity_check): Change type of variable to
4545 (xtensa_relax_frag): Likewise.
4546 (md_convert_frag): Likewise.
4547 (tinsn_to_slotbuf): Likewise.
4548 * expr.c (expr_symbol_line): Likewise.
4549 * macro.c (define_macro): Likewise.
4550 * macro.h (macro_struct): Likewise.
4551 * messages.c (as_show_where): Likewise.
4552 * read.c (s_macro): Likewise.
4553 * stabs.c (stabs_generate_asm_file): Likewise.
4554 (generate_asm_file): Likewise.
4555 (stabs_generate_asm_lineno): Likewise.
4556 * write.h (struct reloc_list): Likewise.
4557 * input-scrub.c (as_where): Change return type to const char *.
4558 * as.h (as_wheree): Adjust.
4560 2016-02-21 H.J. Lu <hongjiu.lu@intel.com>
4562 * write.c (compress_debug): Move BFD compression bits setting
4564 (write_object_file): Here.
4566 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
4568 * config/tc-i386.c (register_number): Check RegVRex.
4569 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
4570 with %zmm19 and %zmm3.
4571 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
4572 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
4574 2016-02-19 Matthew Wahab <matthew.wahab@arm.com>
4575 Jiong Wang <jiong.wang@arm.com>
4577 * config/tc-arm.c (arm_ext_fp16): New.
4578 (arm_extensions): New entry for "fp16".
4580 2016-02-19 Nick Clifton <nickc@redhat.com>
4583 * read.c (read_a_source_file): Check for assemble_one returning
4584 with input_line_pointer set to NULL.
4586 2016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4588 * listing.c (rebuffer_line): Change return type to void.
4590 * symbols.c (decode_local_label_name): Make type a const char *.
4591 * listing.c (print_source): Make type of p const char *.
4592 (print_line): Make type of string const char *.
4593 (buffer_line): Return const char *.
4594 (title): Make type const char *.
4595 (subtitle): Likewise.
4596 (listing_listing): Make type of p const char *.
4597 * messages.c (as_internal_value_out_of_range): Make type of prefix
4599 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
4600 and string const char *.
4601 * read.c (_bfd_rel): Make type of name const char *.
4602 * app.c (out_string): Change type to const char *.
4603 (struct app_save::out_string): Likewise.
4605 2016-02-18 Dan Gisselquist <dgisselq@verizon.net>
4606 Nick Clifton <nickc@redhat.com>
4608 * read.c (finish_bundle): Avoid recording a negative alignment.
4609 (do_align): Use unsigned values for n, len and max. Only create
4610 a frag if the alignment requirement is greater than the minimum
4611 byte alignment. Avoid recording a negative alignment.
4612 (s_align): Use unsigned values where appropriate.
4613 (bss_alloc): Use an unsigned value for the alignment.
4614 (sizeof_sleb128): Add a comment noting that we encode one octet
4615 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
4616 (emit_leb129_expr): Abort if the emitted encoding was longer than
4618 * read.h (output_leb128): Update prototype.
4619 (sizeof_leb128): Update prototype.
4620 (bss_alloc): Update prototype.
4621 * write.c (record_alignment): Use an unsigned value for the
4622 alignment. Do not record alignments less than the minimum
4623 alignment for a byte.
4624 * write.h (record_alignment): Update prototype.
4626 2016-02-17 Max Filippov <jcmvbkbc@gmail.com>
4628 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
4629 .init.literal/.fini.literal section name.
4630 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
4631 list of xtensa tests.
4632 * testsuite/gas/xtensa/init-fini-literals.d: New file:
4633 init-fini-literals test result patterns.
4634 * testsuite/gas/xtensa/init-fini-literals.s: New file:
4635 init-fini-literals test.
4637 2016-02-17 Nick Clifton <nickc@redhat.com>
4639 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
4640 devices.csv file as of March 2016.
4642 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
4644 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
4646 (tc_arc_regname_to_dw2regnum): Likewise.
4647 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
4648 (tc_cfi_frame_initial_instructions): Likewise.
4649 (tc_regname_to_dw2regnum): Likewise.
4650 * testsuite/gas/cfi/cfi-arc-1.d: New file.
4651 * testsuite/gas/cfi/cfi-arc-1.s: Likewise.
4652 * testsuite/gas/cfi/cfi.exp: Allow running tests for arc.
4654 2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
4656 * doc/internals.texi (S_IS_EXTERN): Remove.
4658 2016-02-16 Nick Clifton <nickc@redhat.com>
4660 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
4663 2016-02-16 Renlin Li <renlin.li@arm.com>
4666 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
4667 * testsuite/gas/aarch64/movw_label.d: New.
4668 * testsuite/gas/aarch64/movw_label.s: New.
4670 2016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
4673 * config/rx-parse.y (MOV): Opcode generation for index
4674 register addressing mode.
4675 * testsuite/gas/rx/rx.exp: Updated for new testcase.
4676 * testsuite/gas/rx/pr19665.s: New file.
4677 * testsuite/gas/rx/pr19665.s: New file.
4678 * testsuite/gas/rx/mov.d: Update expected output.
4680 2016-02-15 Nick Clifton <nickc@redhat.com>
4682 * doc/as.texinfo (.section): Document that numeric values can now
4683 be used for the flags and type fields of the ELF target's .section
4684 directive. Add notes about the restrictions on setting flags and
4686 * config/obj-elf.c (obj_elf_change_section): Allow known sections
4687 to be given processor specific section types. Allow processor and
4688 application specific flags of a section to be set after
4690 (obj_elf_parse_section_letters): Handle parsing numeric values.
4691 (obj_elf_section_type): Handle parsing numeric values.
4692 (obj_elf_section): Allow numeric type values.
4693 * config/obj-elf.h (obj_elf_change_section): Update prototype.
4694 * testsuite/gas/elf/section10.d: New test.
4695 * testsuite/gas/elf/section10.s: Source file for new test.
4696 * testsuite/gas/elf/elf.exp: Run the new test.
4697 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
4698 the description of the flags produced by readelf.
4699 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
4700 * NEWS: Mention the new feature.
4702 2016-02-11 Nick Clifton <nickc@redhat.com>
4705 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
4706 until it is actually used.
4707 (cfi_set_sections): Set cfi_sections_set to true.
4708 (dot_cfi_startproc): Likewise.
4709 (dot_cfi_endproc): Likewise.
4710 (dot_cfi_fde_data): Likewise.
4711 (cfi_finish): Likewise.
4712 (dot_cfi_sections): Do not set cfi_sections_set.
4713 * doc/as.texinfo (.cfi_sections): Note that targets can provide
4714 their own cfi section name. Also note that the directive can be
4715 reissued provided that CFI generation has not started.
4716 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
4717 .cfi_endproc directives so that the redefinition of .cfi_sections
4718 will trigger the generation of the error message.
4719 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
4720 number of error message.
4722 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
4723 Janek van Oirschot <jvanoirs@synopsys.com>
4725 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
4726 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
4728 (arc_flags, arc_relax_type): New structure.
4729 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
4730 (RELAX_TABLE_ENTRY_MAX): New define.
4731 (relaxation_state, md_relax_table, arc_relaxable_insns)
4732 (arc_num_relaxable_ins): New variable.
4733 (rlx_operand_type, arc_rlx_types): New enums.
4734 (arc_relaxable_ins): New structure.
4735 (OPTION_RELAX): New option.
4736 (arc_insn): New relax member.
4737 (arc_flags): Remove.
4738 (relax_insn_p): New function.
4739 (apply_fixups): Likewise.
4740 (relaxable_operand): Likewise.
4741 (may_relax_expr): Likewise.
4742 (relaxable_flag): Likewise.
4743 (arc_pcrel_adjust): Likewise.
4744 (md_estimate_size_before_relax): Implement.
4745 (md_convert_frag): Likewise.
4746 (md_parse_option): Handle new mrelax option.
4747 (md_show_usage): Likewise.
4748 (assemble_insn): Set relax member.
4749 (emit_insn0): New function.
4750 (emit_insn1): Likewise.
4751 (emit_insn): Handle relaxation case.
4752 * NEWS: Mention the new relaxation option.
4753 * doc/c-arc.texi (ARC Options): Document new mrelax option.
4754 * doc/as.texinfo (Target ARC Options): Likewise.
4755 * testsuite/gas/arc/relax-avoid1.d: New file.
4756 * testsuite/gas/arc/relax-avoid1.s: Likewise.
4757 * testsuite/gas/arc/relax-avoid2.d: Likewise.
4758 * testsuite/gas/arc/relax-avoid2.s: Likewise.
4759 * testsuite/gas/arc/relax-avoid3.d: Likewise.
4760 * testsuite/gas/arc/relax-avoid3.s: Likewise.
4761 * testsuite/gas/arc/relax-b.d: Likewise.
4762 * testsuite/gas/arc/relax-b.s: Likewise.
4764 2016-02-08 Nick Clifton <nickc@redhat.com>
4766 * config/tc-ia64.c (dot_prologue): Fix formatting.
4768 2016-02-04 Nick Clifton <nickc@redhat.com>
4770 * config/obj-elf.c (obj_elf_change_section): Remove support for
4771 ARM NOREAD sections.
4772 * config/tc-arm.c (arm_elf_section_letter): Delete.
4773 * config/tc-arm.h (md_elf_section_letter): Delete.
4774 * doc/c-arm.texi (ARM Section Attribute): Delete section.
4775 * testsuite/gas/arm/section-execute-only.d: Delete.
4776 * testsuite/gas/arm/section-execute-only.s: Delete.
4778 2016-02-04 Nick Clifton <nickc@redhat.com>
4781 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
4782 to handle encoding of RRUX instruction.
4783 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
4785 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
4787 2016-02-03 Max Filippov <jcmvbkbc@gmail.com>
4789 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
4790 substitutions for BFD_RELOC_* as unsigned.
4791 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
4792 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
4793 * testsuite/gas/xtensa/loc.s: New file: loc test.
4795 2016-02-03 Kevin Buettner <kevinb@redhat.com>
4797 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
4799 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
4802 * NEWS: Mention new command line option -mrelax-relocations and
4803 new configure option --enable-x86-relax-relocations for x86
4805 * config.in: Regenerated.
4806 * configure.ac: Add --enable-x86-relax-relocations.
4807 (ac_default_x86_relax_relocations): New. Default to 1 except
4808 for x86 Solaris targets older than Solaris 12.
4809 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
4810 * configure: Likewise.
4811 * config/tc-i386.c (generate_relax_relocations): New.
4812 (OPTION_MRELAX_RELOCATIONS): Likewise.
4813 (output_disp): Don't generate relax relocations if
4814 generate_relax_relocations is 0.
4815 (md_longopts): Add -mrelax-relocations.
4816 (md_show_usage): Likewise.
4817 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
4818 * doc/c-i386.texi: Document -mrelax-relocations=.
4819 * testsuite/gas/i386/got-no-relax.d: New file.
4820 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
4821 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
4822 * testsuite/gas/i386/localpic.d: Likewise.
4823 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
4824 * testsuite/gas/i386/reloc32.d: Likewise.
4825 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
4826 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
4827 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
4828 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
4829 * testsuite/gas/i386/i386.exp: Run got-no-relax and
4830 x86-64-gotpcrel-no-relax.
4832 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
4834 * NEWS: Mention new command line option -mfence-as-lock-add=yes
4837 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
4839 * NEWS: Remove duplicated marker for 2.26.
4841 2016-02-02 Renlin Li <renlin.li@arm.com>
4843 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
4845 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4847 * testsuite/gas/ip2k/allinsn.d: New file.
4848 * testsuite/gas/ip2k/allinsn.s: New file.
4849 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
4851 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4853 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
4854 some load instructions.
4855 * testsuite/gas/epiphany/allinsn.d: Likewise.
4856 * testsuite/gas/epiphany/regression.d: Likewise.
4858 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4860 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
4861 suffixes from instruction mnemonics in expected output.
4862 * testsuite/gas/epiphany/allinsn.d: Likewise.
4863 * testsuite/gas/epiphany/regression.d: Likewise.
4864 * testsuite/gas/epiphany/sample.d: Likewise.
4866 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4868 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
4870 * testsuite/gas/epiphany/allinsn.d: Likewise.
4871 * testsuite/gas/epiphany/sample.d: Likewise.
4873 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4875 * testsuite/gas/epiphany/sample.d: Update expected output.
4877 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
4879 * config/tc-arc.c (md_apply_fix): Allow addendum.
4880 (arc_reloc_op): Allow complex expressions for tpoff.
4881 (md_apply_fix): Handle resolved TLS local symbol.
4882 * testsuite/gas/arc/tls-relocs1.d: New file.
4883 * testsuite/gas/arc/tls-relocs1.s: Likewise.
4885 2016-02-01 Loria <Loria@phantasia.org>
4888 * config/tc-arm.c (encode_arm_immediate): Recode to improve
4889 efficiency and avoid an LLVM loop optimization bug.
4891 2016-02-01 Nick Clifton <nickc@redhat.com>
4893 * config/tc-microblaze.c (parse_imm): Fix compile time warning
4894 message extending a negative 32-bit value into a larger signed
4895 value on a 32-bit host.
4897 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
4900 * configure.ac (compressed_debug_sections): Replace == with =.
4901 * configure: Regenerated.
4903 2016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
4904 H.J. Lu <hongjiu.lu@intel.com>
4906 * config/tc-i386.c (avoid_fence): New.
4907 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
4909 (OPTION_FENCE_AS_LOCK_ADD): New.
4910 (md_longopts): Add -mfence-as-lock-add.
4911 (md_parse_option): Handle -mfence-as-lock-add.
4912 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
4913 * doc/c-i386.texi (-mfence-as-lock-add): Document.
4914 * testsuite/gas/i386/i386.exp: Run new tests.
4915 * testsuite/gas/i386/fence-as-lock-add.s: New.
4916 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
4917 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
4918 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
4919 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
4921 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
4923 * configure.ac (compressed_debug_sections): Remove trailing `]'.
4924 * configure: Regenerated.
4926 2016-01-25 H.J. Lu <hongjiu.lu@intel.com>
4928 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
4929 (OPTION_MOMIT_LOCK_PREFIX): This.
4930 (md_longopts): Updated.
4931 (md_parse_option): Likewise.
4933 2016-01-25 Catherine Moore <clm@codesourcery.com>
4935 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
4936 if abicalls are in effect.
4937 * testsuite/gas/mips/sdata-gp.s: New test.
4938 * testsuite/gas/mips/sdata-gp.d: New expected output
4939 * testsuite/gas/mips/mips.exp: Run new test.
4941 2016-01-25 Renlin Li <renlin.li@arm.com>
4943 * testsuite/gas/arm/thumb2_it_search.d: New.
4944 * testsuite/gas/arm/thumb2_it_search.s: New.
4946 2016-01-21 Nick Clifton <nickc@redhat.com>
4949 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
4950 with arm-netbsdelf target.
4951 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
4953 2016-01-20 Nick Clifton <nickc@redhat.com>
4956 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
4957 * testsuite/gas/arm/blx-bl-convert.d
4958 * testsuite/gas/arm/plt-1.d: Likewise.
4959 * testsuite/gas/arm/reloc-bad.d: Likewise.
4960 * testsuite/gas/arm/thumb-w-good.d: Likewise.
4961 * testsuite/gas/arm/thumb2_pool.d: Likewise.
4962 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
4963 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
4966 * doc/as.texinfo (Errors): Correct documentation describing the
4967 interaction of .file and .line with warning and error messages.
4970 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
4971 * testsuite/gas/arm/archv8m-main.d: Likewise.
4972 * testsuite/gas/arm/archv8m-base.d: Likewise.
4974 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
4976 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
4977 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
4978 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
4980 2016-01-20 Mickael Guene <mickael.guene@st.com>
4981 Terry Guo <terry.guo@arm.com>
4983 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
4984 SHF_ARM_NOREAD section flag.
4985 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
4987 (arm_elf_section_letter) : Declare it.
4988 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
4989 SHF_ARM_NOREAD section flag.
4990 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
4992 * testsuite/gas/arm/section-execute-only.s: New test case.
4993 * testsuite/gas/arm/section-execute-only.d: Expected output.
4995 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
4997 * config/tc-mips.c (micromips_insn_length): Remove the mention
4998 of 48-bit microMIPS instructions.
5000 2016-01-18 Alan Modra <amodra@gmail.com>
5002 * configure: Regenerate.
5004 2016-01-17 Alan Modra <amodra@gmail.com>
5006 * configure: Regenerate.
5008 2016-01-17 Alan Modra <amodra@gmail.com>
5010 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
5012 2016-01-14 Nick Clifton <nickc@redhat.com>
5014 * testsuite/gas/rl78/sp-relative-movw.s: New test.
5015 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
5016 * testsuite/gas/rl78/rl78.exp: Run the new test.
5018 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
5020 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
5021 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
5023 2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
5025 * config/tc-nios2.c (output_movia): Preset `code' to 0.
5027 2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
5029 * config/tc-h8300.c (get_operand): Remove spurious condition in
5030 test for closing parenthesis.
5032 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
5034 * config/tc-arm.c (arm_ext_v8_2): New.
5036 * testsuite/gas/arm/armv8_2-a.d: New.
5037 * testsuite/gas/arm/armv8_2-a.s: New.
5039 2016-01-12 Alan Modra <amodra@gmail.com>
5041 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
5043 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
5045 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
5046 xvcmpnesp, xvcmpnesp.>: Delete tests.
5047 * testsuite/gas/ppc/power9.s: Likewise.
5048 * testsuite/gas/ppc/vsx3.d: Likewise.
5049 * testsuite/gas/ppc/vsx3.s: Likewise.
5051 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
5054 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
5055 * testsuite/gas/m68k/p13050-1.s: New file.
5056 * testsuite/gas/m68k/p13050-2.d: New file.
5057 * testsuite/gas/m68k/p13050-2.s: New file.
5059 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5061 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
5062 * testsuite/gas/arc/add.d: Likewise.
5063 * testsuite/gas/arc/and.d: Likewise.
5064 * testsuite/gas/arc/asl.d: Likewise.
5065 * testsuite/gas/arc/asr.d: Likewise.
5066 * testsuite/gas/arc/bic.d: Likewise.
5067 * testsuite/gas/arc/extb.d: Likewise.
5068 * testsuite/gas/arc/extw.d: Likewise.
5069 * testsuite/gas/arc/j.d: Likewise.
5070 * testsuite/gas/arc/jl.d: Likewise.
5071 * testsuite/gas/arc/ld2.d: Likewise.
5072 * testsuite/gas/arc/lsr.d: Likewise.
5073 * testsuite/gas/arc/mov.d: Likewise.
5074 * testsuite/gas/arc/or.d: Likewise.
5075 * testsuite/gas/arc/pcl-relocs.d: Likewise.
5076 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
5077 * testsuite/gas/arc/pic-relocs.d: Likewise.
5078 * testsuite/gas/arc/plt-relocs.d: Likewise.
5079 * testsuite/gas/arc/rlc.d: Likewise.
5080 * testsuite/gas/arc/ror.d: Likewise.
5081 * testsuite/gas/arc/rrc.d: Likewise.
5082 * testsuite/gas/arc/sbc.d: Likewise.
5083 * testsuite/gas/arc/sda-relocs.d: Likewise.
5084 * testsuite/gas/arc/sda-relocs2.d: Likewise.
5085 * testsuite/gas/arc/sexb.d: Likewise.
5086 * testsuite/gas/arc/sexw.d: Likewise.
5087 * testsuite/gas/arc/st.d: Likewise.
5088 * testsuite/gas/arc/sub.d: Likewise.
5089 * testsuite/gas/arc/tls-relocs.d: Likewise.
5090 * testsuite/gas/arc/xor.d: Likewise.
5092 2016-01-01 Alan Modra <amodra@gmail.com>
5094 Update year range in copyright notice of all files.
5096 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
5098 Copyright (C) 2016 Free Software Foundation, Inc.
5100 Copying and distribution of this file, with or without modification,
5101 are permitted in any medium without royalty provided the copyright
5102 notice and this notice are preserved.
5108 version-control: never