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