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