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