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