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