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