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