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