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