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