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