MIPS/GAS/testsuite: Group `branch-misc' tests together
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
2
3 * testsuite/gas/mips/mips.exp: Group `branch-misc' tests
4 together.
5
6 2016-07-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
7
8 * config/tc-aarch64.c (struct aarch64_option_cpu_value_table): Add
9 require field.
10 (aarch64_features): Initialize require fields.
11 (aarch64_parse_features): Handle dependencies.
12 (aarch64_feature_enable_set, aarch64_feature_disable_set): New.
13 (md_assemble): Use AARCH64_CPU_HAS_ALL_FEATURES.
14 * testsuite/gas/aarch64/illegal-nofp16.s: New.
15 * testsuite/gas/aarch64/illegal-nofp16.l: New.
16 * testsuite/gas/aarch64/illegal-nofp16.d: New.
17
18 2016-07-01 Nick Clifton <nickc@redhat.com>
19
20 * macro.c (macro_expand_body): Use a buffer big enough to hold an
21 extremely large integer.
22
23 2016-07-01 Jan Beulich <jbeulich@suse.com>
24
25 * testsuite/gas/i386/mpx-inval-2.l: Relax for COFF targets.
26
27 2016-07-01 Tristan Gingold <gingold@adacore.com>
28
29 * NEWS: Add marker for 2.27.
30
31 2016-07-01 Jan Beulich <jbeulich@suse.com>
32
33 * tc-i386.c (i386_index_check): Add special checks for bndmk,
34 bndldx, and bndstx.
35 * testsuite/gas/i386/mpx-inval-2.s: Add %rip and %eip relative
36 as well as scaling by other than 1 tests.
37 * testsuite/gas/i386/mpx-inval-2.l: Adjust accordingly.
38
39 2016-07-01 Jan Beulich <jbeulich@suse.com>
40
41 * tc-i386.c (md_assemble): Alter address size checking for MPX
42 instructions.
43 * testsuite/gas/i386/mpx-inval-2.s: New.
44 * testsuite/gas/i386/mpx-inval-2.l: New.
45 * testsuite/gas/i386/i386.exp: Run new test.
46
47 2016-07-01 Jan Beulich <jbeulich@suse.com>
48
49 PR gas/20318
50 * config/tc-i386.c (match_template): Add char parameter,
51 consumed in Intel mode for an extra suffix check.
52 (md_assemble): New local variable mnem_suffix.
53 * testsuite/gas/i386/suffix-bad.s: New.
54 * testsuite/gas/i386/suffix-bad.l: New.
55 * testsuite/gas/i386/i386.exp: Run new test (twice).
56
57 2016-07-01 Jan Beulich <jbeulich@suse.com>
58
59 * testsuite/gas/i386/movz.s: New.
60 * testsuite/gas/i386/movz32.d: New.
61 * testsuite/gas/i386/movz64.d: New.
62 * testsuite/gas/i386/i386.exp: Run new tests.
63
64 2016-07-01 Jan Beulich <jbeulich@suse.com>
65
66 * config/tc-i386.c (struct _i386_insn): New field memop1_string.
67 (md_assemble): Free first memory operand string.
68 (i386_index_check): Use repprefixok to distingush xlat from
69 other (real) string ops.
70 (maybe_adjust_templates): New.
71 (i386_att_operand). Call it. Store first memory operand string.
72 * config/tc-i386-intel.c (i386_intel_operand): Likewise.
73 * testsuite/gas/i386/intel-movs.s: New.
74 * testsuite/gas/i386/intel-movs32.d: New.
75 * testsuite/gas/i386/intel-movs64.d: New.
76 * testsuite/gas/i386/i386.exp: Run new tests. Invoke as for
77 64-bits tests with "--defsym x86_64=1 --strip-local-absolute".
78
79 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
80
81 * config/tc-mips.c (get_append_method): Fix a comment typo.
82
83 2016-06-30 Matthew Fortune <Matthew.Fortune@imgtec.com>
84 Maciej W. Rozycki <macro@imgtec.com>
85
86 * config/tc-mips.c (append_insn) <APPEND_SWAP>: Do not special
87 case MIPS16 handling.
88 * testsuite/gas/mips/branch-swap-3.d: New test.
89 * testsuite/gas/mips/branch-swap-4.d: New test.
90 * testsuite/gas/mips/mips16@branch-swap-3.d: New test.
91 * testsuite/gas/mips/mips16@branch-swap-4.d: New test.
92 * testsuite/gas/mips/micromips@branch-swap-3.d: New test.
93 * testsuite/gas/mips/micromips@branch-swap-4.d: New test.
94 * testsuite/gas/mips/branch-swap-3.s: New test source.
95 * testsuite/gas/mips/mips.exp: Run the new tests.
96
97 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
98
99 * config/tc-mips.c (append_insn): Simplify non-MIPS16 branch
100 swapping sequence.
101
102 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
103
104 PR gas/20312
105 * write.c (subsegs_finish_section): Force no section padding to
106 alignment on failed assembly, always set last frag's alignment
107 from section.
108 * testsuite/gas/all/pr20312.l: New list test.
109 * testsuite/gas/all/pr20312.s: New test source.
110 * testsuite/gas/all/gas.exp: Run the new test
111
112 2016-06-30 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * config.in (TARGET_WITH_CPU): Undefine.
115 * configure.ac: Add --with-cpu support, and define in config.h.
116 * configure: Regenerate.
117 * config/tc-arc.c: Use TARGET_WITH_CPU to select default CPU.
118 * NEWS: Mention new configure option.
119
120 2016-06-30 Matthew Wahab <matthew.wahab@arm.com>
121
122 * testsuite/gas/arm/armv8_2+rdma.d: New.
123
124 2016-06-29 H.J. Lu <hongjiu.lu@intel.com>
125
126 * NEWS: Mention --enable-compressed-debug-sections=gas is the
127 default for Linux/x86 targets.
128 * configure.tgt (ac_default_compressed_debug_sections): Default
129 to yes for Linux/x86 targets.
130
131 2016-06-29 Maciej W. Rozycki <macro@imgtec.com>
132
133 * write.c: Remove "libbfd.h" inclusion.
134
135 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
136
137 * testsuite/gas/elf/elf.exp: Use `supports_gnu_unique' with the
138 `type' test.
139
140 2016-06-28 Alan Modra <amodra@gmail.com>
141
142 PR gas/20247
143 * testsuite/gas/elf/section11.s: Don't start directives in first column.
144
145 2016-06-28 Richard Sandiford <richard.sandiford@arm.com>
146
147 * testsuite/gas/aarch64/diagnostic.s,
148 testsuite/gas/aarch64/diagnostic.l: Add tests for out-of-range indices.
149
150 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
151
152 * config/tc-mips.c (mips16_reloc_p): Handle
153 BFD_RELOC_MIPS16_16_PCREL_S1.
154 (b_reloc_p): Likewise.
155 (limited_pcrel_reloc_p): Likewise.
156 (md_pcrel_from): Likewise.
157 (md_apply_fix): Likewise.
158 (tc_gen_reloc): Likewise.
159 (md_convert_frag): Likewise.
160 (mips_fix_adjustable): Update comment.
161 * testsuite/gas/mips/mips16-branch-reloc-2.d: Remove error
162 output, add dump patterns.
163 * testsuite/gas/mips/mips16-branch-reloc-3.d: Remove error
164 output, add dump patterns.
165 * testsuite/gas/mips/mips16-branch-addend-2.d: Remove error
166 output, add dump patterns.
167 * testsuite/gas/mips/mips16-branch-addend-3.d: Remove error
168 output, add dump patterns.
169 * testsuite/gas/mips/mips16-branch-absolute.d: Remove error
170 output, add dump patterns.
171 * testsuite/gas/mips/mips16-branch-reloc-2.l: Remove file.
172 * testsuite/gas/mips/mips16-branch-reloc-3.l: Remove file.
173 * testsuite/gas/mips/mips16-branch-addend-2.l: Remove file.
174 * testsuite/gas/mips/mips16-branch-addend-3.l: Remove file.
175 * testsuite/gas/mips/mips16-branch-absolute.l: Remove file.
176 * testsuite/gas/mips/mips16-branch-addend-2.s: Add padding.
177 * testsuite/gas/mips/branch-weak.s: Adjust alignment, avoid
178 implicit instruction padding, avoid MIPS16 JR->JRC conversion.
179 * testsuite/gas/mips/branch-weak-6.d: New test.
180 * testsuite/gas/mips/branch-weak-7.d: New test.
181 * testsuite/gas/mips/mips.exp: Run the new tests.
182
183 2016-06-27 Vineet Gupta <vgupta@synopsys.com>
184
185 * config//tc-arc.c (tc_arc_frame_initial_instructions): Use
186 cfi_add_CFA_def_cfa to generate default CFA with offset
187 * testsuite/gas/cfi/cfi-arc-1.d: Update expected output.
188
189 2016-06-27 Nick Clifton <nickc@redhat.com>
190
191 PR gas/20247
192 * as.h (do_not_pad_sections_to_alignment): New global variable.
193 * as.c (show_usage): Add --no-pad-sections.
194 (parse_args): Likewise.
195 * write.c (size_seg): Skip padding the end of the section if
196 requested from the command line.
197 (SUB_SEGMENT_ALIGN): Likewise.
198 * doc/as.texinfo: Document the new option.
199 * NEWS: Mention the new feature.
200 * testsuite/gas/elf/section11.s: New test.
201 * testsuite/gas/elf/section11.d: New test driver.
202 * testsuite/gas/elf/elf.exp: Run the new test.
203
204 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
205
206 * config/tc-dlx.c: Include bfd/elf32-dlx.h.
207 * config/tc-dlx.h: Remove prototype of dlx_set_skip_hi16.
208
209 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
210
211 * config/tc-xtensa.c (xtensa_elf_suffix): Use ARRAY_SIZE instead of a
212 sentinal element.
213 (map_suffix_reloc_to_operator): Likewise.
214 (map_operator_to_reloc): Likewise.
215
216 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
217
218 * config/tc-nds32.c (md_begin): Use ARRAY_SIZE instead of a sentinal
219 element in relax_table.
220
221 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
222
223 * config/tc-aarch64.c: Make the type of reg_entry::type
224 aarch_reg_type.
225
226 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
227
228 * config/tc-bfin.c (bfin_cpus): Remove sentinal.
229 (md_parse_option): Adjust.
230 * config/tc-aarch64.c (aarch64_parse_abi): Replace use of a sentinal
231 with iteration from 0 to ARRAY_SIZE.
232 * config/tc-mcore.c (md_begin): Likewise.
233 * config/tc-visium.c (visium_parse_arch): Likewise.
234
235 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
236
237 * config/tc-tic54x.c (tic54x_set_default_include): remove argument
238 and simplify accordingly.
239 (tic54x_include): Adjust.
240 (tic54x_mlib): Likewise.
241
242 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
243
244 * config/tc-xtensa.c (xtensa_make_property_section): Remove prototype.
245
246 2016-06-24 Maciej W. Rozycki <macro@imgtec.com>
247
248 * config/tc-mips.c (append_insn): Use any `O_symbol' expression
249 unchanged with relaxed MIPS16 instructions.
250 (mips16_extended_frag): Adjust accordingly. Return 1 right
251 away if a relocation will be required for the symbol requested.
252 Remove dead first relaxation pass code.
253 (mips_relax_frag): Pass `sec' down to `mips16_extended_frag'.
254 (md_convert_frag): Adjust symbol value calculation. Raise an
255 error if a relocation is required for the symbol requested.
256 * testsuite/gas/mips/mips16@relax-swap3.d: Remove dump patterns,
257 add error output.
258 * testsuite/gas/mips/mips16@relax-swap3.l: New error output.
259 * testsuite/gas/mips/mips16-pcrel-relax-0.d: New test.
260 * testsuite/gas/mips/mips16-pcrel-relax-1.d: New test.
261 * testsuite/gas/mips/mips16-pcrel-relax-2.d: New test.
262 * testsuite/gas/mips/mips16-pcrel-relax-3.d: New test.
263 * testsuite/gas/mips/mips16-pcrel-reloc-0.d: New test.
264 * testsuite/gas/mips/mips16-pcrel-reloc-1.d: New test.
265 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: New test.
266 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: New test.
267 * testsuite/gas/mips/mips16-pcrel-reloc-4.d: New test.
268 * testsuite/gas/mips/mips16-pcrel-reloc-5.d: New test.
269 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: New test.
270 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: New test.
271 * testsuite/gas/mips/mips16-pcrel-addend-0.d: New test.
272 * testsuite/gas/mips/mips16-pcrel-addend-1.d: New test.
273 * testsuite/gas/mips/mips16-pcrel-addend-2.d: New test.
274 * testsuite/gas/mips/mips16-pcrel-addend-3.d: New test.
275 * testsuite/gas/mips/mips16-pcrel-absolute.d: New test.
276 * testsuite/gas/mips/mips16-branch-reloc-0.d: New test.
277 * testsuite/gas/mips/mips16-branch-reloc-1.d: New test.
278 * testsuite/gas/mips/mips16-branch-reloc-2.d: New test.
279 * testsuite/gas/mips/mips16-branch-reloc-3.d: New test.
280 * testsuite/gas/mips/mips16-branch-addend-0.d: New test.
281 * testsuite/gas/mips/mips16-branch-addend-1.d: New test.
282 * testsuite/gas/mips/mips16-branch-addend-2.d: New test.
283 * testsuite/gas/mips/mips16-branch-addend-3.d: New test.
284 * testsuite/gas/mips/mips16-branch-absolute.d: New test.
285 * testsuite/gas/mips/mips16-absolute-reloc-0.d: New test.
286 * testsuite/gas/mips/mips16-absolute-reloc-1.d: New test.
287 * testsuite/gas/mips/mips16-absolute-reloc-2.d: New test.
288 * testsuite/gas/mips/mips16-absolute-reloc-3.d: New test.
289 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: New error output.
290 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: New error output.
291 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: New error output.
292 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: New error output.
293 * testsuite/gas/mips/mips16-pcrel-addend-2.l: New error output.
294 * testsuite/gas/mips/mips16-pcrel-addend-3.l: New error output.
295 * testsuite/gas/mips/mips16-pcrel-absolute.l: New error output.
296 * testsuite/gas/mips/mips16-branch-reloc-2.l: New error output.
297 * testsuite/gas/mips/mips16-branch-reloc-3.l: New error output.
298 * testsuite/gas/mips/mips16-branch-addend-2.l: New error output.
299 * testsuite/gas/mips/mips16-branch-addend-3.l: New error output.
300 * testsuite/gas/mips/mips16-branch-absolute.l: New error output.
301 * testsuite/gas/mips/mips16-absolute-reloc-2.l: New error output.
302 * testsuite/gas/mips/mips16-absolute-reloc-3.l: New error output.
303 * testsuite/gas/mips/mips16-pcrel-relax-0.s: New test source.
304 * testsuite/gas/mips/mips16-pcrel-relax-2.s: New test source.
305 * testsuite/gas/mips/mips16-pcrel-reloc-0.s: New test source.
306 * testsuite/gas/mips/mips16-pcrel-reloc-1.s: New test source.
307 * testsuite/gas/mips/mips16-pcrel-reloc-2.s: New test source.
308 * testsuite/gas/mips/mips16-pcrel-reloc-3.s: New test source.
309 * testsuite/gas/mips/mips16-pcrel-reloc-4.s: New test source.
310 * testsuite/gas/mips/mips16-pcrel-reloc-5.s: New test source.
311 * testsuite/gas/mips/mips16-pcrel-reloc-6.s: New test source.
312 * testsuite/gas/mips/mips16-pcrel-reloc-7.s: New test source.
313 * testsuite/gas/mips/mips16-pcrel-addend-0.s: New test source.
314 * testsuite/gas/mips/mips16-pcrel-addend-1.s: New test source.
315 * testsuite/gas/mips/mips16-pcrel-addend-2.s: New test source.
316 * testsuite/gas/mips/mips16-pcrel-addend-3.s: New test source.
317 * testsuite/gas/mips/mips16-pcrel-absolute.s: New test source.
318 * testsuite/gas/mips/mips16-branch-reloc-0.s: New test source.
319 * testsuite/gas/mips/mips16-branch-reloc-1.s: New test source.
320 * testsuite/gas/mips/mips16-branch-reloc-2.s: New test source.
321 * testsuite/gas/mips/mips16-branch-reloc-3.s: New test source.
322 * testsuite/gas/mips/mips16-branch-addend-0.s: New test source.
323 * testsuite/gas/mips/mips16-branch-addend-1.s: New test source.
324 * testsuite/gas/mips/mips16-branch-addend-2.s: New test source.
325 * testsuite/gas/mips/mips16-branch-addend-3.s: New test source.
326 * testsuite/gas/mips/mips16-branch-absolute.s: New test source.
327 * testsuite/gas/mips/mips16-absolute-reloc-0.s: New test source.
328 * testsuite/gas/mips/mips16-absolute-reloc-1.s: New test source.
329 * testsuite/gas/mips/mips16-absolute-reloc-2.s: New test source.
330 * testsuite/gas/mips/mips16-absolute-reloc-3.s: New test source.
331 * testsuite/gas/mips/mips.exp: Run the new tests.
332
333 2016-06-24 Alan Modra <amodra@gmail.com>
334
335 * configure.tgt (alpha-*-openbsd*): Use em=nbsd.
336
337 2016-06-23 Maciej W. Rozycki <macro@imgtec.com>
338
339 * config/tc-mips.c (b_reloc_p): New function.
340 (mips_fix_adjustable): Also keep the original microMIPS symbol
341 referred from branch relocations.
342 * testsuite/gas/mips/branch-local-1.d: New test.
343 * testsuite/gas/mips/branch-local-n32-1.d: New test.
344 * testsuite/gas/mips/branch-local-n64-1.d: New test.
345 * testsuite/gas/mips/micromips@branch-misc-4-64.d: Update
346 relocations.
347 * testsuite/gas/mips/branch-local-1.s: New test source.
348 * testsuite/gas/mips/mips.exp: Run the new cases.
349
350 2016-06-23 Graham Markall <graham.markall@embecosm.com>
351
352 * config/tc-arc.c (options, md_longopts, md_parse_option): Move
353 -mspfp, -mdpfp and -mfpuda out of the sections for dummy
354 options. Correct erroneous enabling of SPFP instructions when
355 using -mnps400.
356
357 2016-06-22 Peter Bergner <bergner@vnet.ibm.com>
358
359 * testsuite/gas/ppc/power9.d <brd, brh, brw, mffs, mffs., mffsce,
360 mffscdrn, mffscdrni, mffscrn, mffscrni, mffsl, nandxor, rldixor,
361 setbool, xor3>: New tests.
362 * testsuite/gas/ppc/power9.s: Likewise.
363
364 2016-06-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
365
366 * config/tc-xtensa.c: Include elf/xtensa.h.
367
368 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
369
370 * config/tc-mips.c (calculate_reloc) <BFD_RELOC_HI16_S_PCREL>
371 <BFD_RELOC_LO16_PCREL>: New switch cases.
372 (md_apply_fix) <BFD_RELOC_HI16_S_PCREL, BFD_RELOC_LO16_PCREL>:
373 Move switch cases along `BFD_RELOC_MIPS_JMP'.
374 <BFD_RELOC_MIPS_21_PCREL_S2, BFD_RELOC_MIPS_26_PCREL_S2>
375 <BFD_RELOC_MIPS_18_PCREL_S3, BFD_RELOC_MIPS_19_PCREL_S2>: Handle
376 the resolved case.
377 * testsuite/gas/mips/pcrel-reloc-4.d: New test.
378 * testsuite/gas/mips/pcrel-reloc-4-r6.d: New test.
379 * testsuite/gas/mips/pcrel-reloc-5.d: New test.
380 * testsuite/gas/mips/pcrel-reloc-5-r6.d: New test.
381 * testsuite/gas/mips/pcrel-reloc-6.d: New test.
382 * testsuite/gas/mips/pcrel-reloc-6.l: New list test.
383 * testsuite/gas/mips/pcrel-reloc-4.s: New test source.
384 * testsuite/gas/mips/pcrel-reloc-6.s: New test source.
385 * testsuite/gas/mips/mips.exp: Run the new tests.
386
387 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
388
389 * config/tc-mips.c (md_apply_fix) <BFD_RELOC_MIPS_18_PCREL_S3>
390 <BFD_RELOC_MIPS_19_PCREL_S2>: Avoid null pointer dereferences
391 via `fixP->fx_addsy'.
392
393 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
394
395 * config/tc-mips.c (md_pcrel_from) <BFD_RELOC_MIPS_18_PCREL_S3>:
396 Calculate relocation from the containing aligned doubleword.
397 (tc_gen_reloc) <BFD_RELOC_MIPS_18_PCREL_S3>: Calculate the
398 addend from the containing aligned doubleword.
399
400 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
401
402 * config/tc-mips.c (mips_force_relocation): Use `file_mips_opts'
403 rather than `mips_opts' for the R6 ISA check.
404 (mips_fix_adjustable): Likewise.
405 * testsuite/gas/mips/pcrel-reloc-1.d: New test.
406 * testsuite/gas/mips/pcrel-reloc-1-r6.d: New test.
407 * testsuite/gas/mips/pcrel-reloc-2.d: New test.
408 * testsuite/gas/mips/pcrel-reloc-2-r6.d: New test.
409 * testsuite/gas/mips/pcrel-reloc-3.d: New test.
410 * testsuite/gas/mips/pcrel-reloc-3-r6.d: New test.
411 * testsuite/gas/mips/pcrel-reloc-1.s: New test source.
412 * testsuite/gas/mips/mips.exp: Run the new tests.
413
414 2016-06-21 Graham Markall <graham.markall@embecosm.com>
415
416 * config/tc-arc.c (check_cpu_feature, md_parse_option):
417 Add nps400 option and feature. Add check for nps400
418 feature. Refactor existing checks to check subclass before
419 feature enablement.
420 (md_show_usage): Document flags for NPS-400 and add some other
421 undocumented flags.
422 (cpu_type): Remove nps400 CPU type entry
423 (check_zol): Remove bfd_mach_arc_nps400 case.
424 (md_show_usage): Add help on -mcpu=nps400.
425 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
426 set.
427 * doc/c-arc.texi: Document the -mnps400, -mspfp, -mdpfp, and
428 -fpuda flags. Document -mcpu=nps400.
429 * testsuite/gas/arc/nps-400-0.d: Use -mcpu=arc700 -mnps400. Change
430 expected flags to match ARC700 instead of NPS400.
431 * testsuite/gas/arc/nps-400-1.d: Use -mcpu=arc700 -mnps400.
432 * testsuite/gas/arc/nps-400-2.d: Likewise.
433 * testsuite/gas/arc/nps-400-3.d: Likewise.
434 * testsuite/gas/arc/nps-400-4.d: Likewise.
435 * testsuite/gas/arc/nps-400-5.d: Likewise.
436 * testsuite/gas/arc/nps-400-6.d: Likewise.
437 * testsuite/gas/arc/nps-400-7.d: Likewise.
438 * testsuite/gas/arc/textinsn2op01.s: Change opcode of myinsn to
439 avoid clash with cbba instruction.
440 * testsuite/gas/arc/textinsn2op01.d: Likewise.
441 * testsuite/gas/arc/textinsn3op.d: Likewise.
442 * testsuite/gas/arc/textinsn3op.s: Likewise.
443 * testsuite/gas/arc/nps-400-0.d: Test using NPS-400 using
444 -mcpu=nps400 as an alternative to -mcpu=arc700 -mnps400 flags.
445
446 2016-06-20 Maciej W. Rozycki <macro@imgtec.com>
447
448 * testsuite/gas/mips/r6-64-n32.d: Change the `name' tag.
449 * testsuite/gas/mips/r6-64-n64.d: Likewise.
450
451 2016-06-20 Maciej W. Rozycki <macro@imgtec.com>
452
453 * config/tc-mips.c (mips_fix_adjustable): Update comment on jump
454 reloc conversion.
455
456 2016-06-20 Virendra Pathak <virendra.pathak@broadcom.com>
457
458 * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.
459
460 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
461
462 * config/tc-sparc.c (hpriv_reg_table): Add registers %hmcdper,
463 %hmcddfr and %hva_mask_nz.
464 (sparc_ip): New handling of asr/privileged/hyperprivileged
465 registers, adapted to the new form of the sparc opcodes table.
466 * testsuite/gas/sparc/rdasr.s: New file.
467 * testsuite/gas/sparc/rdasr.d: Likewise.
468 * testsuite/gas/sparc/wrasr.s: Likewise.
469 * testsuite/gas/sparc/wrasr.d: Likewise.
470 * testsuite/gas/sparc/sparc.exp (sparc_elf_setup): Add rdasr and
471 wrasr tests.
472 * testsuite/gas/sparc/rdpr.d: Use -Av9m, as some privileged
473 registers require it.
474 * testsuite/gas/sparc/wrpr.s: Complete to cover all privileged
475 registers and write instruction modalities.
476 * testsuite/gas/sparc/wrpr.d: Likewise.
477 * testsuite/gas/sparc/rdhpr.s: Likewise for hyperprivileged
478 registers.
479 * testsuite/gas/sparc/rdhpr.d: Likewise.
480 * testsuite/gas/sparc/wrhpr.s: Likewise.
481 * testsuite/gas/sparc/wrhpr.d: Likewise.
482
483 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
484
485 * config/tc-sparc.c (sparc_arch_table): adjust the GAS
486 architectures to use the right opcode architecture.
487 (sparc_md_end): Handle v9{c,d,e,v,m}.
488 (sparc_ip): Fix some comments.
489 * testsuite/gas/sparc/ldx_efsr.d: Fix the architecture of this
490 instruction, which is v9d.
491 * testsuite/gas/sparc/mwait.s: Remove the `rd %mwait,%g1'
492 instruction from the test, as %mwait is not readable.
493 * testsuite/gas/sparc/mwait.d: Likewise.
494 * testsuite/gas/sparc/mism-1.s: Expand to check v9b and v9e
495 mismatch architecture errors.
496 * testsuite/gas/sparc/mism-2.s: New file.
497
498 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
499
500 * config/tc-sparc.c (priv_reg_table): Use NULL instead of the
501 empty string to mark the end of the array.
502 (hpriv_reg_table): Likewise.
503 (v9a_asr_table): Likewise.
504 (cmp_reg_entry): Handle entries with NULL names.
505 (F_POP_V9): Define.
506 (F_POP_PCREL): Likewise.
507 (F_POP_TLS_CALL): Likewise.
508 (F_POP_POSTFIX): Likewise.
509 (struct pop_entry): New type.
510 (pop_table): New variable.
511 (enum pop_entry_type): New type.
512 (struct perc_entry): Likewise.
513 (NUM_PERC_ENTRIES): Define.
514 (perc_table): New variable.
515 (cmp_perc_entry): New function.
516 (md_begin): Sort hpriv_reg_table and v9a_asr_table, and initialize
517 perc_table.
518 (sparc_ip): Handle entries with NULL names in priv_reg_table,
519 hpriv_reg_table and v9a_asr_table. Use perc_table to handle
520 %-pseudo-ops.
521
522 2016-06-15 Nick Clifton <nickc@redhat.com>
523
524 * config/tc-ft32.c (md_assemble): Call dwarf2_emit_insn with the
525 instruction size.
526 * config/tc-mcore.c (md_assemble): Likewise.
527 * config/tc-mn10200.c (md_assemble): Likewise.
528 * config/tc-moxie.c (md_assemble): Likewise.
529 * config/tc-pj.c (md_apply_fix): Handle BFD_RELOC_PJ_CODE_REL32.
530 * testsuite/gas/all/gas.exp (diff1 test): Alpha sort list of
531 exception targets. Add alpha, hppa, microblaze and rl78 to list
532 of exceptions.
533 (forward): Add microblaze to list of exceptions.
534 (fwdexp): Add alpha to list of exceptions.
535 (redef2): Add arm-epoc-pe and rl78 to list of exceptions.
536 (redef3): Add rl78 and x86_64 cygwin to list of exceptions.
537 (do_930509a): Alpha sort list of exception targets. Add h8300 and
538 mn10200 to list of exceptions.
539 (align2): Expect to fail for nds32.
540 (cond): Add alpha and rl78 to list of exceptions.
541 * testsuite/gas/all/none.d: Skip for ft32 and hppa.
542 * testsuite/gas/all/string.d: Skip for tic4x.
543 * testsuite/gas/alpha/alpha.exp: Note that the alpha-linuxecoff
544 target does not support ELF.
545 * testsuite/gas/arm/blx-bl-convert.dL Skip for the nto target.
546 * testsuite/gas/cfi/cfi-alpha-2.d: All extended format names.
547 * testsuite/gas/cfi/cfi.exp: Alpha sort list of targets. Skip SH
548 tests for sh-pe and sh-rtemscoff targets.
549 * testsuite/gas/elf/elf.exp (redef): Add rl78, xgate and vax to
550 list of exceptions.
551 (type): Run the noifunc version for alpha-freebsd and visium.
552 * testsuite/gas/elf/warn-2.s: Do not expect to fail on the mcore,
553 mn10200 or moxie targets.
554 * testsuite/gas/ft32/insn.d: Update expected disassembly.
555 * testsuite/gas/i386/i386.exp (x86-64-pcrel): Skip for cygwin
556 targets.
557 * testsuite/gas/lns/lns.exp (lns-common-1): No longer skip for
558 mcore and rx targets.
559 * testsuite/gas/macros/macros.exp (dot): Add exceptions for ns32k,
560 rl78 and vax.
561 (purge): Expect to fail on the ns32k and vax.
562 * testsuite/gas/nds32/alu-2.d: Update expected disassembly.
563 * testsuite/gas/nds32/ls.d: Likewise.
564 * testsuite/gas/nds32/sys-reg.d: Likewise.
565 * testsuite/gas/nds32/usr-spe-reg.d: Likewise.
566 * testsuite/gas/pe/aligncomm-d.d: Skip for the sh.
567 * testsuite/gas/pe/section-align-3.d: Likewise.
568 * testsuite/gas/pe/section-exclude.d: Likewise.
569 * testsuite/gas/ppc/test2xcoff32.d: Pass once all the required
570 data has been seen.
571 * testsuite/gas/ppc/textalign-xcoff-001.d: Fix up regexp to allow
572 for variations in whitespace.
573 * testsuite/gas/tilepro/t_constants.d: Pass once all the required
574 data has been seen.
575 * testsuite/gas/tilepro/t_constants.s (.safe_word): New macro.
576 Installs a 32-bit value without generating warnings on 64-bit
577 hosts.
578 Use the new macro to replace the .word directives.
579
580 2016-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * testsuite/gas/arc/add_s.d: New file.
583 * testsuite/gas/arc/add_s.s: New file.
584
585 2016-06-14 Graham Markall <graham.markall@embecosm.com>
586
587 * testsuite/gas/arc/nps400-6.s: Add tests of ldbit.
588 * testsuite/gas/arc/nps400-6.d: Likewise.
589
590 2016-06-14 Graham Markall <graham.markall@embecosm.com>
591
592 * testsuite/gas/arc/nps400-6.s: Add tests of hash, tr, utf8, e4by, and
593 addf.
594 * testsuite/gas/arc/nps400-6.d: Likewise.
595
596 2016-06-14 Graham Markall <graham.markall@embecosm.com>
597
598 * testsuite/gas/arc/nps400-6.s: Add tests of calcbsd, calcbxd,
599 calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab,
600 lbdsize, bdlen, csms, csma, cbba, zncv, and hofs.
601 * testsuite/gas/arc/nps400-6.d: Likewise.
602
603 2016-06-14 Nick Clifton <nickc@redhat.com>
604
605 * config/tc-nds32.c (nds32_get_align): Avoid left shifting a
606 signed constant.
607
608 2016-06-13 Maciej W. Rozycki <macro@imgtec.com>
609
610 * config/tc-mips.c (mips_fix_adjustable): Don't convert RELA
611 JALR relocations on R6.
612 * testsuite/gas/mips/jal-svr4pic-local.d: New test.
613 * testsuite/gas/mips/mips1@jal-svr4pic-local.d: New test.
614 * testsuite/gas/mips/r3000@jal-svr4pic-local.d: New test.
615 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: New test.
616 * testsuite/gas/mips/jal-svr4pic-local-n32.d: New test.
617 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d: New
618 test.
619 * testsuite/gas/mips/jal-svr4pic-local-n64.d: New test.
620 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d: New
621 test.
622 * testsuite/gas/mips/jal-svr4pic-local.s: New test source.
623 * testsuite/gas/mips/jal-svr4pic-local-newabi.s: New test
624 source.
625 * testsuite/gas/mips/mips.exp: Run the new tests.
626
627 2016-06-13 Virendra Pathak <virendra.pathak@broadcom.com>
628
629 * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
630 * doc/c-aarch64.texi: Document that vulcan is a valid processor
631 name.
632
633 2016-06-13 Nick Clifton <nickc@redhat.com>
634
635 * config/tc-arm.c: For non-ELF based targets skip ARM feature sets
636 that are not supported.
637
638 * config/tc-arc.c (md_apply_fix): Avoid left shifting a signed
639 constant.
640 * config/tc-cr16.c (check_range): Likewise.
641 * config/tc-nios2.c (nios2_check_overflow): Likewise.
642
643 2016-06-08 Renlin Li <renlin.li@arm.com>
644
645 * config/tc-aarch64.c (print_operands): Substitute size.
646 (output_operand_error_record): Likewise.
647
648 2016-06-07 Alan Modra <amodra@gmail.com>
649
650 * config/tc-ppc.c (PPC_APUINFO_ISEL, PPC_APUINFO_PMR,
651 PPC_APUINFO_RFMCI, PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE,
652 PPC_APUINFO_EFS, PPC_APUINFO_BRLOCK, PPC_APUINFO_VLE): Don't define.
653 (ppc_setup_opcodes): Check vle disables powerpc_opcodes overridden
654 by vle_opcodes, and that vle flag doesn't enable opcodes. Don't
655 add vle_opcodes twice.
656 (ppc_cleanup): Use APUINFO_SECTION_NAME and APUINFO_LABEL.
657
658 2016-06-07 Matthew Wahab <matthew.wahab@arm.com>
659
660 * config/tc-arm.c (arm_ext_v8_2): Rename to arm_ext_ras.
661 (arm_ext_ras): Renamed from arm_ext_v8_2.
662 (insns): Update for arm_ext_v8_2 renaming.
663 (arm_extensions): Add "ras".
664 * doc/c-arm.texi (ARM Options): Add an entry for "ras".
665 * testsuite/gas/arm/armv8-a+ras.d: New.
666 * testsuite/gas/arm/armv8_2-a.d: Add explicit command line
667 options.
668
669 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
670
671 * itbl-parse.y (yyerror): Use modern argument declaration style.
672
673 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
674
675 * config/tc-sh.c (parse_reg): Change type of mode argument to
676 sh_arg_type.
677 (get_operand): Adjust.
678 (insert): Change type of how to bfd_reloc_code_real_type.
679 (insert4): Likewise.
680 * config/tc-sh64.c (shmedia_get_operand): Adjust.
681 (shmedia_parse_reg): Change type of mode to shmedia_arg_type.
682
683 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
684
685 * config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg
686 const char *.
687
688 2016-06-03 Peter Bergner <bergner@vnet.ibm.com>
689
690 PR binutils/20196
691 * gas/testsuite/gas/ppc/e6500.s <lbarx, lharx, lwarx, ldarx,
692 stbcx., sthcx., stwcx., stdcx.>: Add tests.
693 * gas/testsuite/gas/ppc/e6500.d: Likewise.
694 * gas/testsuite/gas/ppc/power8.s: Likewise.
695 * gas/testsuite/gas/ppc/power8.d: Likewise.
696 * gas/testsuite/gas/ppc/power4.s <lwarx, ldarx, stwcx.,
697 stdcx.>: Add tests.
698 * gas/testsuite/gas/ppc/power4.d: Likewise.
699
700 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
701
702 PR binutis/18386
703 * testsuite/gas/i386/i386.exp: Run x86-64-branch-4.
704 * testsuite/gas/i386/x86-64-branch.d: Updated.
705 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
706 * testsuite/gas/i386/x86-64-branch-4.l: New file.
707 * testsuite/gas/i386/x86-64-branch-4.s: Likewise.
708
709 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
710
711 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a73 entry.
712 * doc/c-aarch64.texi (-mcpu): Document cortex-a73 value.
713
714 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
715
716 * config/tc-arm.c (arm_cpus): Add cortex-a73 entry.
717 * doc/c-arm.texi (-mcpu=): Document cortex-a73 value.
718
719 2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
720
721 * configure.tgt: Replace -uclibc with *.
722
723 2016-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
724
725 * config/tc-arc.c (parse_opcode_flags): New function.
726 (find_opcode_match): Move flag parsing code out to new function.
727 Ignore operands marked IGNORE.
728 (build_fake_opcode_hash_entry): New function.
729 (find_special_case_long_opcode): New function.
730 (find_special_case): Lookup long opcodes.
731 * testsuite/gas/arc/nps400-7.d: New file.
732 * testsuite/gas/arc/nps400-7.s: New file.
733
734 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
735
736 * config/tc-ns32k.c: Remove definition of input_line_pointer.
737
738 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
739
740 * config/tc-avr.c (avr_parse_cons_expression): Replace iteration to
741 sentinal with iteration to array size.
742
743 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
744
745 * config/xtensa-relax.h: Move typedefs of enums to the enums
746 definition.
747
748 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
749
750 * config/tc-ns32k.c (bit_fix_new): Replace obstack-alloc with XOBNEW
751 macro.
752
753 2016-06-01 Graham Markall <graham.markall@embecosm.com>
754
755 * testsuite/gas/arc/nps-400-1.s: Add rflt variants with
756 operands of types a,b,u6, 0,b,u6, and 0,b,limm.
757 * testsuite/gas/arc/nps-400-1.d: Likewise.
758
759 2016-05-29 H.J. Lu <hongjiu.lu@intel.com>
760
761 PR gas/20145
762 * config/tc-i386.c (cpu_noarch): Add noavx512f, noavx512cd,
763 noavx512er, noavx512pf, noavx512dq, noavx512bw, noavx512vl,
764 noavx512ifma and noavx512vbmi.
765 * doc/c-i386.texi: Mention noavx512f, noavx512cd, noavx512er,
766 noavx512pf, noavx512dq, noavx512bw, noavx512vl, noavx512ifma
767 and noavx512vbmi.
768 * testsuite/gas/i386/i386.exp: Run noavx512-1 and noavx512-2.
769 * testsuite/gas/i386/noavx512-1.l: New file.
770 * testsuite/gas/i386/noavx512-1.s: Likewise.
771 * testsuite/gas/i386/noavx512-2.l: Likewise.
772 * testsuite/gas/i386/noavx512-2.s: Likewise.
773
774 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
775
776 PR gas/20145
777 * config/tc-i386.c (cpu_arch): Add 687.
778 (cpu_noarch): Add no287, no387, no687, nosse2, nosse3, nossse3,
779 nosse4.1, nosse4.2, nosse4 and noavx2.
780 (parse_real_register): Check cpuregmmx instead of cpummx for MMX
781 register. Check cpuregxmm instead of cpusse for XMM register.
782 Check cpuregymm instead of cpuavx for YMM register. Check
783 cpuregzmm/cpuregmask instead of cpuavx512f for ZMMM/mask register.
784 * doc/c-i386.texi: Mention 687, no287, no387, no687, nosse2,
785 nosse3, nossse3, nosse4.1, nosse4.2, nosse4 and noavx2.
786 * testsuite/gas/i386/arch-10-prefetchw.d (as): Add mmx.
787 * testsuite/gas/i386/arch-10.d (as): Likewise.
788 * testsuite/gas/i386/arch-11.s: Add ".arch .mmx".
789 * testsuite/gas/i386/i386.exp: Pass mmx to assembler for
790 arch-10-3 and arch-10-4. Run no87-3, nosse-4, nosse-5, noavx-3
791 and noavx-4.
792 * testsuite/gas/i386/no87-3.l: New file.
793 * testsuite/gas/i386/no87-3.s: Likewise.
794 * testsuite/gas/i386/noavx-3.l: Likewise.
795 * testsuite/gas/i386/noavx-3.s: Likewise.
796 * testsuite/gas/i386/noavx-4.d: Likewise.
797 * testsuite/gas/i386/noavx-4.s: Likewise.
798 * testsuite/gas/i386/nosse-4.l: Likewise.
799 * testsuite/gas/i386/nosse-4.s: Likewise.
800 * testsuite/gas/i386/nosse-5.d: Likewise.
801 * testsuite/gas/i386/nosse-5.s: Likewise.
802
803 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
804
805 PR gas/20154
806 * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor
807 cpuintel64.
808 (match_template): Check Intel64/AMD64 ISA.
809
810 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
811
812 PR gas/20154
813 * config/tc-i386.c (intel64): New.
814 (cpu_flags_match): Set cpuamd64 and cpuintel64.
815 (md_parse_option): Set intel64 instead of cpuamd64 and
816 cpuintel64.
817
818 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
819
820 * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor
821 cpuno64.
822
823 2016-05-26 Peter Bergner <bergner@vnet.ibm.com>
824
825 * testsuite/gas/ppc/altivec3.d <vmsumudm>: Add test.
826 * testsuite/gas/ppc/altivec3.s: Likewise.
827 * testsuite/gas/ppc/power9.d <addex[.], lwzmx, vmsumudm>: Add tests.
828 * testsuite/gas/ppc/power9.s: Likewise.
829
830 2016-05-26 H.J. Lu <hongjiu.lu@intel.com>
831
832 * testsuite/gas/i386/avx512vl-2.l: Append "#pass".
833 * testsuite/gas/i386/noavx-1.l: Likewise.
834 * testsuite/gas/i386/nommx-1.l: Likewise.
835 * testsuite/gas/i386/nosse-1.l: Likewise.
836 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
837 * testsuite/gas/i386/avx512vl-2.s: Append ".p2align 4".
838 * testsuite/gas/i386/noavx-1.s: Likewise.
839 * testsuite/gas/i386/nommx-1.s: Likewise.
840 * testsuite/gas/i386/nosse-1.s: Likewise.
841 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
842
843 2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
844
845 * config/tc-metag.c (metag_handle_align): Make the type of noop
846 unsigned char.
847
848 2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
849
850 * config/tc-rx.c (md_convert_frag): Make the type of reloc_type
851 bfd_reloc_code_real_type.
852
853 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
854
855 PR gas/20140
856 * config/tc-i386.c (cpu_flags_match): Require another match
857 for AVX512VL.
858 * testsuite/gas/i386/i386.exp: Run avx512vl-1, avx512vl-2,
859 x86-64-avx512vl-1 and x86-64-avx512vl-2.
860 * testsuite/gas/i386/avx512vl-1.l: New file.
861 * testsuite/gas/i386/avx512vl-1.s: Likewise.
862 * testsuite/gas/i386/avx512vl-2.l: Likewise.
863 * testsuite/gas/i386/avx512vl-2.s: Likewise.
864 * testsuite/gas/i386/x86-64-avx512vl-1.l: Likewise.
865 * testsuite/gas/i386/x86-64-avx512vl-1.s: Likewise.
866 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
867 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
868
869 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
870
871 PR gas/20141
872 * testsuite/gas/i386/i386.exp: Run x86-64-pr20141.
873 * testsuite/gas/i386/x86-64-pr20141.d: New file.
874 * testsuite/gas/i386/x86-64-pr20141.s: Likewise.
875
876 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
877
878 * config/tc-i386.c (arch_entry): Remove negated.
879 (noarch_entry): New struct.
880 (cpu_arch): Updated. Remove .no87, .nommx, .nosse and .noavx.
881 (cpu_noarch): New.
882 (set_cpu_arch): Check cpu_noarch after cpu_arch.
883 (md_parse_option): Allow -march=+nosse. Check cpu_noarch after
884 cpu_arch.
885 (output_message): New function.
886 (show_arch): Use it. Handle cpu_noarch.
887 * testsuite/gas/i386/i386.exp: Run nommx-1, nommx-2, nommx-3,
888 nosse-1, nosse-2, nosse-3, noavx-1 and noavx-2.
889 * testsuite/gas/i386/noavx-1.l: New file.
890 * testsuite/gas/i386/noavx-1.s: Likewise.
891 * testsuite/gas/i386/noavx-2.s: Likewise.
892 * testsuite/gas/i386/noavx-2.l: Likewise.
893 * testsuite/gas/i386/nommx-1.s: Likewise.
894 * testsuite/gas/i386/nommx-1.l: Likewise.
895 * testsuite/gas/i386/nommx-2.s: Likewise.
896 * testsuite/gas/i386/nommx-2.l: Likewise.
897 * testsuite/gas/i386/nommx-3.s: Likewise.
898 * testsuite/gas/i386/nommx-3.l: Likewise.
899 * testsuite/gas/i386/nosse-1.s: Likewise.
900 * testsuite/gas/i386/nosse-1.l: Likewise.
901 * testsuite/gas/i386/nosse-2.s: Likewise.
902 * testsuite/gas/i386/nosse-2.l: Likewise.
903 * testsuite/gas/i386/nosse-3.s: Likewise.
904 * testsuite/gas/i386/nosse-3.l: Likewise.
905
906 2016-05-25 Chua Zheng Leong <chuazl@comp.nus.edu.sg>
907
908 PR target/20067
909 * config/tc-arm.c (move_or_literal_pool): Only generate a VMOV.I64
910 instruction if supported by the currently selected fpu variant.
911 * testsuite/gas/arm/vfpv3-ldr_immediate.s: Add test of this PR.
912 * testsuite/gas/arm/vfpv3-ldr_immediate.d: Update expected disassembly.
913
914 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
915
916 * config/tc-mips.c (mips_fix_adjustable): Also return 0 for
917 jump relocations against MIPS16 or microMIPS symbols on RELA
918 targets.
919 * testsuite/gas/mips/jalx-local.d: New test.
920 * testsuite/gas/mips/jalx-local-n32.d: New test.
921 * testsuite/gas/mips/jalx-local-n64.d: New test.
922 * testsuite/gas/mips/jalx-local.s: New test source.
923 * testsuite/gas/mips/mips.exp: Run the new tests.
924
925 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
926
927 * config/tc-mips.c (md_apply_fix)
928 <BFD_RELOC_MIPS16_TLS_TPREL_LO16>: Remove fall-through, adjust
929 code accordingly.
930
931 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
932
933 * config/tc-xtensa.c (struct suffix_reloc_map): Change type of field
934 operator to operatorT.
935 (map_suffix_reloc_to_operator): Change return type to operatorT.
936
937 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
938
939 * config/tc-d30v.c (find_format): Change type of X_op to operatorT.
940
941 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
942
943 * config/tc-mmix.c (mmix_parse_predefined_name): Change type of
944 handler_charp to const char *.
945
946 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
947
948 * config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
949 (ft32_target_format): Likewise.
950 (TARGET_FORMAT): Adjust.
951
952 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
953
954 * config/tc-ia64.c (dot_rot): simplify allocations from obstacks.
955 (ia64_frob_label): Likewise.
956
957 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
958
959 * config/tc-cr16.c (check_range): Make type of retval op_err.
960 * config/tc-crx.c: Likewise.
961
962 2016-05-23 Claudiu Zissulescu <claziss@synopsys.com>
963
964 * config/tc-arc.c (md_begin): Add XY registers.
965 (cpu_types): Code density is default off for ARC EM.
966
967 2016-05-23 Cupertino Miranda <cmiranda@synopsys.com>
968
969 * config/tc-arc.c (attributes_t): Renamed attribute class to
970 attr_class.
971 (find_opcode_match, assemble_insn, tokenize_extinsn): Changed.
972
973 2016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
974
975 * configuse.tgt: Add entry for arm-phoenix.
976
977 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
978
979 * config/tc-tic54x.c (tic54x_sect): simplify string creation.
980
981 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
982
983 * config/tc-spu.c (APUOP): Use OPCODE as an unsigned constant.
984
985 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
986
987 * config/tc-tic54x.c (tic54x_mmregs): Adjust.
988 (md_begin): Likewise.
989 (encode_condition): Likewise.
990 (encode_cc3): Likewise.
991 (encode_cc2): Likewise.
992 (encode_operand): Likewise.
993 (tic54x_undefined_symbol): Likewise.
994
995 2016-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
996
997 * config/tc-mips.c (mips_cpu_info_table): Update comment. Add
998 p6600 entry.
999 * doc/c-mips.texi: Document p6600 -march option.
1000
1001 2016-05-20 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 PR gas/19600
1004 * config/tc-i386.c (md_apply_fix): Preserve addend for
1005 BFD_RELOC_386_GOT32 and BFD_RELOC_X86_64_GOT32.
1006 * testsuite/gas/i386/addend.d: New file.
1007 * testsuite/gas/i386/addend.s: Likewise.
1008 * testsuite/gas/i386/x86-64-addend.d: Likewise.
1009 * testsuite/gas/i386/x86-64-addend.s: Likewise.
1010 * testsuite/gas/i386/i386.exp: Run addend and x86-64-addend.
1011 * testsuite/gas/i386/reloc32.d: Updated.
1012
1013 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
1014
1015 * config/tc-mips.c (append_insn): Correct the encoding of a
1016 constant argument for microMIPS JALX.
1017 (tc_gen_reloc): Correct the encoding of an in-place addend for
1018 microMIPS JALX.
1019 * testsuite/gas/mips/jalx-addend.d: New test.
1020 * testsuite/gas/mips/jalx-addend-n32.d: New test.
1021 * testsuite/gas/mips/jalx-addend-n64.d: New test.
1022 * testsuite/gas/mips/jalx-imm.d: New test.
1023 * testsuite/gas/mips/jalx-imm-n32.d: New test.
1024 * testsuite/gas/mips/jalx-imm-n64.d: New test.
1025 * testsuite/gas/mips/jalx-addend.s: New test source.
1026 * testsuite/gas/mips/jalx-imm.s: New test source.
1027 * testsuite/gas/mips/mips.exp: Run the new tests.
1028
1029 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
1030
1031 * config/tc-mips.c: Correct tab-after-space formatting mistakes
1032 throughout.
1033
1034 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * config/tc-arc.c (find_opcode_match): Remove casting away of
1037 const.
1038 * config/tc-arc.h (struct arc_flags): Make flgp field const.
1039
1040 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * config/tc-arc.c (md_pcrel_from_section): Use BFD_VMA_FMT where
1043 appropriate.
1044 (md_convert_frag): Likewise.
1045
1046 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * config/tc-arc.c (arc_opcode_hash_entry_iterator_next): Set
1049 cached opcode to NULL when we reach a non-matching opcode.
1050 * testsuite/gas/arc/asm-errors-2.d: New file.
1051 * testsuite/gas/arc/asm-errors-2.err: New file.
1052 * testsuite/gas/arc/asm-errors-2.s: New file.
1053
1054 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1055
1056 * config/tc-arc.c (tokenize_arguments): Add checks for array
1057 overflow.
1058 * testsuite/gas/arc/asm-errors.s: Addition test line added.
1059 * testsuite/gas/arc/asm-errors.err: Update expected results.
1060
1061 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1062
1063 * config/tc-rx.c (struct cpu_type): Change the type of a field from
1064 int to enum rx_cpu_types.
1065
1066 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1067
1068 * config/tc-dlx.c (struct machine_it): change the type of a field from
1069 int to bfd_reloc_code_real_type.
1070 * config/tc-tic4x.c: Likewise.
1071
1072 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1073
1074 * config/tc-v850.c (v850_target_arch): change type to enum
1075 bfd_architecture.
1076 * config/tc-v850.h (v850_target_arch): Likewise.
1077
1078 2016-05-18 Alan Modra <amodra@gmail.com>
1079
1080 * config/tc-ppc.c (ppc_insert_operand): Trim PPC_OPERAND_SIGNOPT
1081 allowed negative range.
1082 * testsuite/gas/ppc/power9.s: Test xxspltib of -128, not -256.
1083 * testsuite/gas/ppc/power9.d: Update.
1084
1085 2016-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
1086
1087 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Force Thumb when
1088 disassembling and stop skipping targets.
1089 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
1090 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
1091 * testsuite/gas/arm/archv8m-base.d: Also allow nops after the last
1092 instruction for targets that have stronger alignment requirement.
1093 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
1094 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
1095 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
1096 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
1097 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
1098 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
1099 * testsuite/gas/arm/archv8m-main.d: Likewise.
1100 * testsuite/gas/arm/archv8m.s: Add label.
1101 * testsuite/gas/arm/archv8m-cmse.s: Likewise.
1102 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
1103 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise.
1104
1105 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1106
1107 * config/tc-m32r.c (mach_table): Make static and const.
1108
1109 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1110
1111 * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
1112 definition.
1113
1114 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1115
1116 * config/tc-mn10300.c (md_begin): set linkrelax here instead of
1117 defining it.
1118 * config/tc-msp430.c (md_begin): Likewise.
1119
1120 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1121
1122 * config/tc-m68hc11.c (fixup8): Change variables type from int to
1123 bfd_reloc_code_real_type where appropriate.
1124 (fixup16): Likewise.
1125 (fixup8_xg): Likewise.
1126
1127 2016-05-15 Maciej W. Rozycki <macro@imgtec.com>
1128
1129 * config/tc-sh64.c (shmedia_check_limits): Constify `msg'.
1130
1131 2016-05-13 Peter Bergner <bergner@vnet.ibm.com>
1132
1133 * testsuite/gas/ppc/power9.d <xxspltib>: Add additional operand tests.
1134 * testsuite/gas/ppc/power9.s: Likewise.
1135
1136 2016-05-13 Alan Modra <amodra@gmail.com>
1137
1138 * config/obj-coff.c (weak_uniquify): Delete unused var.
1139
1140 2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1141
1142 * app.c (app_push): Use XNEW and related macros.
1143 * as.c (parse_args): Likewise.
1144 * cgen.c (make_right_shifted_expr): Likewise.
1145 (gas_cgen_tc_gen_reloc): Likewise.
1146 * config/bfin-defs.h: Likewise.
1147 * config/bfin-parse.y: Likewise.
1148 * config/obj-coff.c (stack_init): Likewise.
1149 (stack_push): Likewise.
1150 (coff_obj_symbol_new_hook): Likewise.
1151 (coff_obj_symbol_clone_hook): Likewise.
1152 (add_lineno): Likewise.
1153 (coff_frob_symbol): Likewise.
1154 * config/obj-elf.c (obj_elf_section_name): Likewise.
1155 (build_group_lists): Likewise.
1156 * config/obj-evax.c (evax_symbol_new_hook): Likewise.
1157 * config/obj-macho.c (obj_mach_o_indirect_symbol): Likewise.
1158 * config/tc-aarch64.c (insert_reg_alias): Likewise.
1159 (find_or_make_literal_pool): Likewise.
1160 (add_to_lit_pool): Likewise.
1161 (fill_instruction_hash_table): Likewise.
1162 * config/tc-alpha.c (load_expression): Likewise.
1163 (emit_jsrjmp): Likewise.
1164 (s_alpha_ent): Likewise.
1165 (s_alpha_end): Likewise.
1166 (s_alpha_linkage): Likewise.
1167 (md_begin): Likewise.
1168 (tc_gen_reloc): Likewise.
1169 * config/tc-arc.c (arc_insert_opcode): Likewise.
1170 (arc_extcorereg): Likewise.
1171 * config/tc-bfin.c: Likewise.
1172 * config/tc-cr16.c: Likewise.
1173 * config/tc-cris.c: Likewise.
1174 * config/tc-crx.c (preprocess_reglist): Likewise.
1175 * config/tc-d10v.c: Likewise.
1176 * config/tc-frv.c (frv_insert_vliw_insn): Likewise.
1177 (frv_tomcat_shuffle): Likewise.
1178 * config/tc-h8300.c: Likewise.
1179 * config/tc-i370.c (i370_macro): Likewise.
1180 * config/tc-i386.c (lex_got): Likewise.
1181 (md_parse_option): Likewise.
1182 * config/tc-ia64.c (alloc_record): Likewise.
1183 (set_imask): Likewise.
1184 (save_prologue_count): Likewise.
1185 (dot_proc): Likewise.
1186 (dot_endp): Likewise.
1187 (ia64_frob_label): Likewise.
1188 (add_qp_imply): Likewise.
1189 (add_qp_mutex): Likewise.
1190 (mark_resource): Likewise.
1191 (dot_alias): Likewise.
1192 * config/tc-m68hc11.c: Likewise.
1193 * config/tc-m68k.c (m68k_frob_label): Likewise.
1194 (s_save): Likewise.
1195 (mri_control_label): Likewise.
1196 (push_mri_control): Likewise.
1197 (build_mri_control_operand): Likewise.
1198 (s_mri_else): Likewise.
1199 (s_mri_break): Likewise.
1200 (s_mri_next): Likewise.
1201 (s_mri_for): Likewise.
1202 (s_mri_endw): Likewise.
1203 * config/tc-metag.c (create_mnemonic_htab): Likewise.
1204 * config/tc-microblaze.c: Likewise.
1205 * config/tc-mmix.c (s_loc): Likewise.
1206 * config/tc-nds32.c (nds32_relax_hint): Likewise.
1207 * config/tc-nios2.c (nios2_insn_reloc_new): Likewise.
1208 * config/tc-rl78.c: Likewise.
1209 * config/tc-rx.c (rx_include): Likewise.
1210 * config/tc-sh.c: Likewise.
1211 * config/tc-sh64.c (shmedia_frob_section_type): Likewise.
1212 * config/tc-sparc.c: Likewise.
1213 * config/tc-spu.c: Likewise.
1214 * config/tc-tic6x.c (static tic6x_unwind_info *tic6x_get_unwind): Likewise.
1215 (tic6x_start_unwind_section): Likewise.
1216 * config/tc-tilegx.c: Likewise.
1217 * config/tc-tilepro.c: Likewise.
1218 * config/tc-v850.c: Likewise.
1219 * config/tc-visium.c: Likewise.
1220 * config/tc-xgate.c: Likewise.
1221 * config/tc-xtensa.c (xtensa_translate_old_userreg_ops): Likewise.
1222 (new_resource_table): Likewise.
1223 (resize_resource_table): Likewise.
1224 (xtensa_create_trampoline_frag): Likewise.
1225 (xtensa_maybe_create_literal_pool_frag): Likewise.
1226 (cache_literal_section): Likewise.
1227 * config/xtensa-relax.c (append_transition): Likewise.
1228 (append_condition): Likewise.
1229 (append_value_condition): Likewise.
1230 (append_constant_value_condition): Likewise.
1231 (append_literal_op): Likewise.
1232 (append_label_op): Likewise.
1233 (append_constant_op): Likewise.
1234 (append_field_op): Likewise.
1235 (append_user_fn_field_op): Likewise.
1236 (enter_opname_n): Likewise.
1237 (enter_opname): Likewise.
1238 (split_string): Likewise.
1239 (parse_insn_templ): Likewise.
1240 (clone_req_or_option_list): Likewise.
1241 (clone_req_option_list): Likewise.
1242 (parse_option_cond): Likewise.
1243 (parse_insn_pattern): Likewise.
1244 (parse_insn_repl): Likewise.
1245 (build_transition): Likewise.
1246 (build_transition_table): Likewise.
1247 * dw2gencfi.c (alloc_fde_entry): Likewise.
1248 (alloc_cfi_insn_data): Likewise.
1249 (cfi_add_CFA_remember_state): Likewise.
1250 (dot_cfi_escape): Likewise.
1251 (dot_cfi_fde_data): Likewise.
1252 (select_cie_for_fde): Likewise.
1253 * dwarf2dbg.c (dwarf2_directive_loc): Likewise.
1254 * ecoff.c (ecoff_add_bytes): Likewise.
1255 (ecoff_build_debug): Likewise.
1256 * input-scrub.c (input_scrub_push): Likewise.
1257 (input_scrub_begin): Likewise.
1258 (input_scrub_next_buffer): Likewise.
1259 * itbl-ops.c (append_insns_as_macros): Likewise.
1260 (alloc_entry): Likewise.
1261 (alloc_field): Likewise.
1262 * listing.c (listing_newline): Likewise.
1263 (listing_listing): Likewise.
1264 * macro.c (get_any_string): Likewise.
1265 (delete_macro): Likewise.
1266 * stabs.c (generate_asm_file): Likewise.
1267 (stabs_generate_asm_lineno): Likewise.
1268 * subsegs.c (subseg_change): Likewise.
1269 (subseg_get): Likewise.
1270 * symbols.c (define_dollar_label): Likewise.
1271 (symbol_relc_make_sym): Likewise.
1272 * write.c (write_relocs): Likewise.
1273
1274 2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1275
1276 * config/obj-coff.c (obj_coff_def): Simplify string copying.
1277 (weak_name2altname): Likewise.
1278 (weak_uniquify): Likewise.
1279 (obj_coff_section): Likewise.
1280 (obj_coff_init_stab_section): Likewise.
1281 * config/obj-elf.c (obj_elf_section_name): Likewise.
1282 (obj_elf_init_stab_section): Likewise.
1283 * config/obj-evax.c (evax_shorten_name): Likewise.
1284 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Likewise.
1285 * config/tc-aarch64.c (create_register_alias): Likewise.
1286 * config/tc-alpha.c (load_expression): Likewise.
1287 (s_alpha_file): Likewise.
1288 (s_alpha_section_name): Likewise.
1289 (tc_gen_reloc): Likewise.
1290 * config/tc-arc.c (md_assemble): Likewise.
1291 * config/tc-arm.c (create_neon_reg_alias): Likewise.
1292 (start_unwind_section): Likewise.
1293 * config/tc-hppa.c (pa_build_unwind_subspace): Likewise.
1294 (hppa_elf_mark_end_of_function): Likewise.
1295 * config/tc-nios2.c (nios2_modify_arg): Likewise.
1296 (nios2_negate_arg): Likewise.
1297 * config/tc-rx.c (rx_section): Likewise.
1298 * config/tc-sh64.c (sh64_consume_datalabel): Likewise.
1299 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
1300 * config/tc-tic54x.c (tic54x_include): Likewise.
1301 (tic54x_macro_info): Likewise.
1302 (subsym_get_arg): Likewise.
1303 (subsym_substitute): Likewise.
1304 (tic54x_start_line_hook): Likewise.
1305 * config/tc-xtensa.c (xtensa_literal_prefix): Likewise.
1306 (xg_reverse_shift_count): Likewise.
1307 * config/xtensa-relax.c (enter_opname_n): Likewise.
1308 (split_string): Likewise.
1309 * dwarf2dbg.c (get_filenum): Likewise.
1310 (process_entries): Likewise.
1311 * expr.c (operand): Likewise.
1312 * itbl-ops.c (alloc_entry): Likewise.
1313 * listing.c (listing_message): Likewise.
1314 (listing_title): Likewise.
1315 * macro.c (check_macro): Likewise.
1316 * stabs.c (s_xstab): Likewise.
1317 * symbols.c (symbol_relc_make_expr): Likewise.
1318 * write.c (compress_debug): Likewise.
1319
1320 2016-05-12 Nick Clifton <nickc@redhat.com>
1321
1322 PR target/20068
1323 * testsuite/gas/arm/pr20068.d: Use correct regexp syntax.
1324
1325 2016-05-11 Nick Clifton <nickc@redhat.com>
1326
1327 PR target/20068
1328 * testsuite/gas/arm/pr20068.d: Adjust expected output to allow for
1329 big endian ARM configurations.
1330
1331 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
1332 Matthew Fortune <matthew.fortune@imgtec.com>
1333
1334 * config/tc-mips.c (options): Add OPTION_DSPR3 and
1335 OPTION_NO_DSPR3.
1336 (md_longopts): Likewise.
1337 (md_show_usage): Add help for -mdspr3 and -mno-dspr3.
1338 (mips_ases): Define availability for DSPr3.
1339 (mips_ase_groups): Add ASE_DSPR3 to the DSP group.
1340 (mips_convert_ase_flags): Map ASE_DSPR3 to AFL_ASE_DSPR3.
1341 * doc/as.texinfo: Document -mdspr3, -mno-dspr3. Fix -mdspr2
1342 formatting.
1343 * doc/c-mips.texi: Document -mdspr3, -mno-dspr3, .set dspr3 and
1344 .set nodspr3. Fix -mdspr2 formatting.
1345 * testsuite/gas/mips/mips32-dspr3.d: New file.
1346 * testsuite/gas/mips/mips32-dspr3.s: Likewise.
1347 * testsuite/gas/mips/mips.exp: Run mips32-dspr3 test.
1348
1349 2016-05-11 Nick Clifton <nickc@redhat.com>
1350
1351 PR target/20068
1352 * config/tc-arm.c (add_to_lit_pool): Ensure that the padding added
1353 to the pool uses O_constant.
1354 * testsuite/gas/arm/pr20068.s: New test.
1355 * testsuite/gas/arm/pr20068.d: Test driver.
1356
1357 2016-05-11 Nick Clifton <nickc@redhat.com>
1358
1359 * testsuite/gas/arm/archv8m-cmse-base.d: Skip for non-ELF ARM targets.
1360 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
1361 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
1362 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
1363 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
1364 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
1365 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
1366 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
1367 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
1368
1369 2016-05-10 Alexander Fomin <alexander.fomin@intel.com>
1370
1371 * testsuite/gas/i386/i386.exp: Run RDPID tests.
1372 * testsuite/gas/i386/prefix.d: Adjust.
1373 * testsuite/gas/i386/rdpid.s: New test.
1374 * testsuite/gas/i386/rdpid.d: Ditto.
1375 * testsuite/gas/i386/rdpid-intel.d: Ditto.
1376 * testsuite/gas/i386/x86-64-rdpid.s: Ditto.
1377 * testsuite/gas/i386/x86-64-rdpid.d: Ditto.
1378 * testsuite/gas/i386/x86-64-rdpid-intel.d: Ditto.
1379
1380 2016-05-10 Alexander Fomin <alexander.fomin@intel.com>
1381
1382 * config/tc-i386.c (cpu_arch): Add RDPID.
1383 * doc/c-i386.texi: Document RDPID.
1384
1385 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1386
1387 * config/tc-arm.c (arm_adjust_symtab): Use ARM_SET_SYM_BRANCH_TYPE to
1388 set branch type of a symbol.
1389
1390 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1391
1392 * NEWS: Document ARMv8-M and ARMv8-M Security and DSP Extensions.
1393 * config/tc-arm.c (arm_ext_dsp): New feature for Thumb DSP
1394 instructions.
1395 (arm_extensions): Add dsp extension for ARMv8-M Mainline.
1396 (aeabi_set_public_attributes): Memorize the feature bits of the
1397 architecture selected for Tag_CPU_arch. Use it to set
1398 Tag_DSP_extension to 1 for ARMv8-M Mainline with DSP extension.
1399 (arm_convert_symbolic_attribute): Define Tag_DSP_extension.
1400 * testsuite/gas/arm/arch7em-bad.d: Rename to ...
1401 * testsuite/gas/arm/arch7em-bad-1.d: This.
1402 * testsuite/gas/arm/arch7em-bad-2.d: New file.
1403 * testsuite/gas/arm/arch7em-bad-3.d: Likewise.
1404 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
1405 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
1406 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
1407 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
1408 * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
1409 * testsuite/gas/arm/attr-march-armv8m.main.dsp.d: Likewise.
1410
1411 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1412
1413 * config/tc-arm.c (struct arm_option_extension_value_table): Make
1414 allowed_archs an array with 2 entries.
1415 (ARM_EXT_OPT): Adapt to only fill the first entry of allowed_archs.
1416 (ARM_EXT_OPT2): New macro filling the two entries of allowed_archs.
1417 (arm_extensions): Use separate entries in allowed_archs when several
1418 archs are allowed to use an extension and change ARCH_ANY in
1419 ARM_ARCH_NONE in allowed_archs.
1420 (arm_parse_extension): Check that, for each allowed_archs entry, all
1421 bits are set in the current architecture, ignoring ARM_ANY entries.
1422 (s_arm_arch_extension): Likewise.
1423
1424 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1425
1426 * config/tc-arm.c (arm_ext_m): Add feature bit ARM_EXT2_V8M_MAIN.
1427 (arm_ext_v8m_main): New feature set for bit ARM_EXT2_V8M_MAIN.
1428 (arm_ext_v8m_m_only): New feature set for instructions in ARMv8-M not
1429 shared with a non M profile architecture.
1430 (do_rn): New function.
1431 (known_t32_only_insn): Check opcode against arm_ext_v8m_m_only rather
1432 than arm_ext_v8m.
1433 (v7m_psrs): Add ARMv8-M security extensions new special registers.
1434 (insns): Add ARMv8-M Security Extensions instructions.
1435 (aeabi_set_public_attributes): Use arm_ext_v8m_m_only instead of
1436 arm_ext_v8m_m to decide the profile and the Thumb ISA.
1437 * testsuite/gas/arm/archv8m-cmse.s: New file.
1438 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise..
1439 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
1440 * testsuite/gas/arm/any-cmse.d: Likewise.
1441 * testsuite/gas/arm/any-cmse-main.d: Likewise.
1442 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
1443 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
1444 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
1445 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
1446 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
1447
1448 2016-05-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1449
1450 * testsuite/gas/sparc/sparc5vis4.s: Fix mnemonic of faligndatai.
1451 * testsuite/gas/sparc/sparc5vis4.d: Likewise.
1452
1453 2016-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1454
1455 * config/tc-arm.c (fpu_arch_vfp_v1): Mark with ATTRIBUTE_UNUSED.
1456 (fpu_arch_vfp_v3): Likewise.
1457 (fpu_arch_neon_v1): Likewise.
1458 (arm_arch_full): Likewise.
1459 (parse_neon_el_struct_list): Initialize fields of firsttype.
1460
1461 2016-05-03 Claudiu Zissulescu <claziss@synopsys.com>
1462
1463 * config/tc-arc.c (syntaxclass): Add SYNTAX_NOP and SYNTAX_1OP.
1464 (arc_extinsn): Handle new introduced syntax.
1465 * testsuite/gas/arc/textinsn1op.d: New file.
1466 * testsuite/gas/arc/textinsn1op.s: Likewise.
1467 * doc/c-arc.texi: Document SYNTAX_NOP and SYNTAX_1OP.
1468
1469 2016-05-03 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1470
1471 * testsuite/gas/lns/lns.exp: Add avr to list of targets using
1472 DW_LNS_fixed_advance_pc.
1473
1474 2016-04-27 Alan Modra <amodra@gmail.com>
1475
1476 * as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define.
1477 (xmemdup0): New inline function.
1478
1479 2016-04-22 Maciej W. Rozycki <macro@imgtec.com>
1480
1481 * config/tc-mips.c (code_option_type): New enum.
1482 (parse_code_option): Return status indicating option type.
1483 (s_mipsset): Update `parse_code_option' call site accordingly.
1484 Always set register sizes from the ISA with ISA overrides.
1485 (s_module): Update `parse_code_option' call site.
1486 * testsuite/gas/mips/isa-override-1.d: New test.
1487 * testsuite/gas/mips/micromips@isa-override-1.d: New test.
1488 * testsuite/gas/mips/mips1@isa-override-1.d: New test.
1489 * testsuite/gas/mips/mips2@isa-override-1.d: New test.
1490 * testsuite/gas/mips/mips32@isa-override-1.d: New test.
1491 * testsuite/gas/mips/mips32r2@isa-override-1.d: New test.
1492 * testsuite/gas/mips/mips32r3@isa-override-1.d: New test.
1493 * testsuite/gas/mips/mips32r5@isa-override-1.d: New test.
1494 * testsuite/gas/mips/mips32r6@isa-override-1.d: New test.
1495 * testsuite/gas/mips/mips64r2@isa-override-1.d: New test.
1496 * testsuite/gas/mips/mips64r3@isa-override-1.d: New test.
1497 * testsuite/gas/mips/mips64r5@isa-override-1.d: New test.
1498 * testsuite/gas/mips/mips64r6@isa-override-1.d: New test.
1499 * testsuite/gas/mips/r3000@isa-override-1.d: New test.
1500 * testsuite/gas/mips/r3900@isa-override-1.d: New test.
1501 * testsuite/gas/mips/r5900@isa-override-1.d: New test.
1502 * testsuite/gas/mips/octeon@isa-override-1.d: New test.
1503 * testsuite/gas/mips/octeon3@isa-override-1.d: New test.
1504 * testsuite/gas/mips/isa-override-2.l: New list test.
1505 * testsuite/gas/mips/mips1@isa-override-2.l: New list test.
1506 * testsuite/gas/mips/mips2@isa-override-2.l: New list test.
1507 * testsuite/gas/mips/mips32@isa-override-2.l: New list test.
1508 * testsuite/gas/mips/mips32r2@isa-override-2.l: New list test.
1509 * testsuite/gas/mips/mips32r3@isa-override-2.l: New list test.
1510 * testsuite/gas/mips/mips32r5@isa-override-2.l: New list test.
1511 * testsuite/gas/mips/mips32r6@isa-override-2.l: New list test.
1512 * testsuite/gas/mips/r3000@isa-override-2.l: New list test.
1513 * testsuite/gas/mips/r3900@isa-override-2.l: New list test.
1514 * testsuite/gas/mips/octeon3@isa-override-2.l: New list test.
1515 * testsuite/gas/mips/octeon3@isa-override-1.l: New stderr
1516 output.
1517 * testsuite/gas/mips/isa-override-1.s: New test source.
1518 * testsuite/gas/mips/r5900@isa-override-1.s: New test source.
1519 * testsuite/gas/mips/isa-override-2.s: New test source.
1520 * testsuite/gas/mips/mips1@isa-override-2.s: New test source.
1521 * testsuite/gas/mips/mips2@isa-override-2.s: New test source.
1522 * testsuite/gas/mips/mips32@isa-override-2.s: New test source.
1523 * testsuite/gas/mips/mips32r2@isa-override-2.s: New test source.
1524 * testsuite/gas/mips/mips32r3@isa-override-2.s: New test source.
1525 * testsuite/gas/mips/mips32r5@isa-override-2.s: New test source.
1526 * testsuite/gas/mips/mips32r6@isa-override-2.s: New test source.
1527 * testsuite/gas/mips/r3000@isa-override-2.s: New test source.
1528 * testsuite/gas/mips/r3900@isa-override-2.s: New test source.
1529 * testsuite/gas/mips/octeon3@isa-override-2.s: New test source.
1530 * testsuite/gas/mips/mips.exp: Run the new tests.
1531
1532 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1533
1534 * cgen.c: Likewise.
1535 * config/tc-bfin.c: Likewise.
1536 * config/tc-ia64.c: Likewise.
1537 * config/tc-mep.c: Likewise.
1538 * config/tc-metag.c: Likewise.
1539 * config/tc-nios2.c: Likewise.
1540 * config/tc-rl78.c: Likewise.
1541
1542 2016-04-20 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * doc/c-arc.texi (ARC Options): Add nps400 to list of valus for
1545 -mcpu. Add cross reference to .cpu directive from -mcpu option.
1546 (ARC Directives): Add NPS400 to .cpu directive list.
1547
1548 2016-04-20 Matthew Wahab <matthew.wahab@arm.com>
1549
1550 * config/tc-aarch64.c (aarch64_features): Add "ras".
1551 * doc/c-aarch64.texi (AArch64 Extensions): Add "ras".
1552 * testsuite/gas/aarch64/armv8-ras-1.d: New.
1553 * testsuite/gas/aarch64/armv8-ras-1.s: New.
1554 * testsuite/gas/aarch64/illegal-ras-1.d: New.
1555 * testsuite/gas/aarch64/illegal-ras-1.s: New.
1556
1557 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * testsuite/gas/arc/nps400-6.d: New file.
1560 * testsuite/gas/arc/nps400-6.s: New file.
1561
1562 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * testsuite/gas/arc/nps400-4.d: New file.
1565 * testsuite/gas/arc/nps400-4.s: New file.
1566 * testsuite/gas/arc/nps400-5.d: New file.
1567 * testsuite/gas/arc/nps400-5.s: New file.
1568
1569 2016-04-19 Martin Galvan <martin.galvan@tallertechnologies.com>
1570
1571 * doc/as.texinfo (.cfi_remember_state, .cfi_restore_state): Improve
1572 documentation.
1573
1574 2016-04-17 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 Revert prevous change.
1577 * config/tc-arc.c (arc_option): Make .cpu directive
1578 case-sensitive again.
1579
1580 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * config/tc-arc.c (arc_option): Make .cpu directive
1583 case-insensitive.
1584
1585 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * config/tc-arc.c (arc_option): Allow NPS400 in .cpu directive.
1588
1589 2016-04-15 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1590
1591 * config/tc-mips.c (md_begin): Remove useless assignment.
1592
1593 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
1594
1595 * Makefile.in: Regenerated with automake 1.11.6.
1596 * aclocal.m4: Likewise.
1597 * doc/Makefile.in: Likewise.
1598
1599 2016-04-15 Alan Modra <amodra@gmail.com>
1600
1601 * config/tc-ppc.c (toc_reloc_types): Wrap in #ifdef OBJ_ELF
1602
1603 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1604
1605 * config/tc-nios2.c (nios2_as_options): Make file static.
1606 * config/tc-ppc.c (toc_reloc_ypes): Likewise.
1607 * config/tc-sparc.c (native_op_table): Likewise.
1608
1609 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1610
1611 * config/tc-m32c.c (M32C_Macros): Remove.
1612 * config/tc-msp430.c (option_numbers): Likewise.
1613
1614 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1615
1616 * testsuite/gas/arc/nps400-3.d: New file.
1617 * testsuite/gas/arc/nps400-3.s: New file.
1618
1619 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * testsuite/gas/arc/add_s-err.s: Update target pattern.
1622 * testsuite/gas/arc/warn.s: Likewise.
1623 * testsuite/gas/elf/elf.exp: Run test for arc.
1624
1625 2016-04-14 Nick Clifton <nickc@redhat.com>
1626
1627 PR target/19938
1628 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Allow for the string
1629 sections possibly having the SHF_STRINGS flag bit set.
1630 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
1631
1632 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1633
1634 * config/tc-arc.c (mach_type_specified_p): Change type to
1635 bfd_boolean.
1636 (arc_option): Set private flags when parsing cpu pseudo-op.
1637 (md_parse_option): Set mach_type_specified_p to TRUE.
1638
1639 2016-04-13 Nick Clifton <nickc@redhat.com>
1640
1641 PR target/19937
1642 * testsuite/gas/v850/pr19937.s: New test.
1643 * testsuite/gas/v850/pr19937.d: New test control file.
1644 * testsuite/gas/v850/basic.exp: Run the new test.
1645
1646 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
1647 Andrew Bennett <andrew.bennett@imgtec.com>
1648
1649 * config/tc-mips.c (relaxed_branch_length): Use the long
1650 sequence where the target is a weak symbol.
1651 (relaxed_micromips_32bit_branch_length): Likewise.
1652 (relaxed_micromips_16bit_branch_length): Likewise.
1653 * testsuite/gas/mips/branch-weak-1.d: New test.
1654 * testsuite/gas/mips/branch-weak-2.d: New test.
1655 * testsuite/gas/mips/branch-weak-3.d: New test.
1656 * testsuite/gas/mips/branch-weak-4.d: New test.
1657 * testsuite/gas/mips/branch-weak-5.d: New test.
1658 * testsuite/gas/mips/branch-weak.l: New stderr output.
1659 * testsuite/gas/mips/branch-weak.s: New test source.
1660 * testsuite/gas/mips/mips.exp: Run the new tests.
1661
1662 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
1663
1664 * config/tc-mips.c (relaxed_branch_length): Use the long
1665 sequence where the distance cannot be determined.
1666 (relaxed_micromips_32bit_branch_length): Likewise.
1667 * testsuite/gas/mips/branch-extern-1.d: New test.
1668 * testsuite/gas/mips/branch-extern-2.d: New test.
1669 * testsuite/gas/mips/branch-extern-3.d: New test.
1670 * testsuite/gas/mips/branch-extern-4.d: New test.
1671 * testsuite/gas/mips/branch-extern.l: New stderr output.
1672 * testsuite/gas/mips/branch-extern.s: New test source.
1673 * testsuite/gas/mips/branch-section-1.d: New test.
1674 * testsuite/gas/mips/branch-section-2.d: New test.
1675 * testsuite/gas/mips/branch-section-3.d: New test.
1676 * testsuite/gas/mips/branch-section-4.d: New test.
1677 * testsuite/gas/mips/branch-section.l: New stderr output.
1678 * testsuite/gas/mips/branch-section.s: New test source.
1679 * testsuite/gas/mips/mips.exp: Run the new tests.
1680
1681 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1682
1683 * testsuite/gas/arc/textauxregister.d: New file.
1684 * testsuite/gas/arc/textauxregister.s: Likewise.
1685 * testsuite/gas/arc/textcondcode.d: Likewise.
1686 * testsuite/gas/arc/textcondcode.s: Likewise.
1687 * testsuite/gas/arc/textcoreregister.d: Likewise.
1688 * testsuite/gas/arc/textcoreregister.s: Likewise.
1689 * testsuite/gas/arc/textpseudoop.d: Likewise.
1690 * testsuite/gas/arc/textpseudoop.s: Likewise.
1691 * testsuite/gas/arc/ld2.d: Update test.
1692 * testsuite/gas/arc/st.d: Likewise.
1693 * testsuite/gas/arc/taux.d: Likewise.
1694 * doc/c-arc.texi (ARC Directives): Add .extCondCode,
1695 .extCoreRegister and .extAuxRegister documentation.
1696 * config/tc-arc.c (arc_extcorereg): New function.
1697 (md_pseudo_table): Add .extCondCode, .extCoreRegister and
1698 .extAuxRegister pseudo-ops.
1699 (extRegister_t): New type.
1700 (ext_condcode, arc_aux_hash): New global variable.
1701 (find_opcode_match): Check for extensions.
1702 (preprocess_operands): Likewise.
1703 (md_begin): Add aux registers in a hash.
1704 (assemble_insn): Update use arc_flags member.
1705 (tokenize_extregister): New function.
1706 (create_extcore_section): Likewise.
1707 * config/tc-arc.h (arc_flags): Delete code, add flgp.
1708
1709 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1710
1711 * testsuite/gas/arc/noargs_a7.d: New file.
1712 * testsuite/gas/arc/noargs_a7.s: Likewise.
1713 * testsuite/gas/arc/noargs_hs.d: Likewise.
1714 * testsuite/gas/arc/noargs_hs.s: Likewise.
1715
1716 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1717
1718 * testsuite/gas/arc/textinsn-errors.d: New File.
1719 * testsuite/gas/arc/textinsn-errors.err: Likewise.
1720 * testsuite/gas/arc/textinsn-errors.s: Likewise.
1721 * testsuite/gas/arc/textinsn2op.d: Likewise.
1722 * testsuite/gas/arc/textinsn2op.s: Likewise.
1723 * testsuite/gas/arc/textinsn2op01.d: Likewise.
1724 * testsuite/gas/arc/textinsn2op01.s: Likewise.
1725 * testsuite/gas/arc/textinsn3op.d: Likewise.
1726 * testsuite/gas/arc/textinsn3op.s: Likewise.
1727 * doc/c-arc.texi (ARC Directives): Add .extInstruction
1728 documentation.
1729 * config/tc-arc.c (arcext_section): New variable.
1730 (arc_extinsn): New function.
1731 (md_pseudo_table): Add .extInstruction pseudo op.
1732 (attributes_t): New type.
1733 (suffixclass, syntaxclass, syntaxclassmod): New constant
1734 structures.
1735 (find_opcode_match): Remove arc_num_opcodes.
1736 (md_begin): Likewise.
1737 (tokenize_extinsn): New function.
1738 (arc_set_ext_seg): Likewise.
1739 (create_extinst_section): Likewise.
1740
1741 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1742
1743 * config/tc-arc.c (preprocess_operands): Mark AUX symbol.
1744 (arc_adjust_symtab): New function.
1745 * config/tc-arc.h (ARC_FLAG_AUX): Define.
1746 (obj_adjust_symtab): Likewise.
1747 * testsuite/gas/arc/taux.d: New file.
1748 * testsuite/gas/arc/taux.s: Likewise.
1749
1750 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1751
1752 * config/tc-mips.c (s_option): Sanitize `.option picX'
1753 pseudo-op.
1754 * testsuite/gas/mips/option-pic-1.d: New test.
1755 * testsuite/gas/mips/option-pic-2.l: New list test.
1756 * testsuite/gas/mips/option-pic-1.s: New test source.
1757 * testsuite/gas/mips/option-pic-2.s: New test source.
1758 * testsuite/gas/mips/mips.exp: Run the new tests.
1759
1760 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1761
1762 * config/tc-mips.c (s_option): Reject `.option picX' if VxWorks
1763 PIC.
1764 * testsuite/gas/mips/option-pic-vxworks-1.l: New list test.
1765 * testsuite/gas/mips/option-pic-vxworks-2.l: New list test.
1766 * testsuite/gas/mips/option-pic-vxworks-1.s: New test source.
1767 * testsuite/gas/mips/option-pic-vxworks-2.s: New test source.
1768 * testsuite/gas/mips/mips.exp: Run the new tests.
1769
1770 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1771
1772 * config/tc-mips.c (can_swap_branch_p): Correct call formatting.
1773
1774 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1775
1776 * messages.c (as_bad): Fix a typo in description.
1777
1778 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1779
1780 * config/tc-mips.c (mips_check_options): Unify messages.
1781
1782 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1783
1784 * config/tc-mips.c (mips_check_options): Use `opts->isa'
1785 consistently.
1786
1787 2016-04-08 Nick Clifton <nickc@redhat.com>
1788
1789 PR target/19910
1790 * testsuite/gas/sparc/pr19910-1.d: Adjust regexps to work with
1791 COFF and AOUT sparc targets.
1792
1793 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1794
1795 * config/tc-arc.h (MAX_FLAG_NAME_LENGTH): Increase to 7.
1796 * testsuite/gas/arc/nps400-2.d: New file.
1797 * testsuite/gas/arc/nps400-2.s: New file.
1798
1799 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1800
1801 * config/tc-arc.c (struct arc_opcode_hash_entry_iterator): New
1802 structure.
1803 (arc_opcode_hash_entry_iterator_init): New function.
1804 (arc_opcode_hash_entry_iterator_next): New function.
1805 (find_opcode_match): Iterate over all arc_opcode entries
1806 referenced by the arc_opcode_hash_entry passed in as a parameter.
1807
1808 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1809
1810 * config/tc-arc.c (arc_find_opcode): Now returns
1811 arc_opcode_hash_entry pointer.
1812 (find_opcode_match): Update argument type, extract arc_opcode from
1813 incoming arc_opcode_hash_entry.
1814 (find_special_case_pseudo): Update return type.
1815 (find_special_case_flag): Update return type.
1816 (find_special_case): Update return type.
1817 (assemble_tokens): Lookup arc_opcode_hash_entry based on
1818 instruction mnemonic, then use find_opcode_match to identify
1819 specific arc_opcode.
1820
1821 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1822
1823 * config/tc-arc.c (struct arc_opcode_hash_entry): New structure.
1824 (arc_find_opcode): New function.
1825 (find_special_case_pseudo): Use arc_find_opcode.
1826 (find_special_case_flag): Likewise.
1827 (assemble_tokens): Likewise.
1828 (md_begin): Build hash using struct arc_opcode_hash_entry.
1829
1830 2016-04-07 Claudiu Zissulescu <claziss@synopsys.com>
1831
1832 * config/tc-arc.c (arc_option): Prepare string for automatic
1833 translation.
1834 (declare_register): Likewise.
1835
1836 2016-04-06 James Greenhalgh <james.greenhalgh@arm.com>
1837
1838 * doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
1839 Correct entry for RDMA. Alpha sort entries.
1840
1841 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * config/tc-arc.c (tokenize_flags): Allow greater range of
1844 characters into flag names.
1845
1846 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * config/tc-arc.c (find_opcode_match): Handle O_symbol case, add
1849 new de_fault label.
1850 (preprocess_operands): Delete.
1851 (assemble_tokens): Remove call to preprocess_operands.
1852
1853 2016-04-07 Nick Clifton <nickc@redhat.com>
1854
1855 PR gas/19910
1856 * config/tc-sparc.c (sparc_ip): Report an error if the expression
1857 inside a %-macro could not be fully parsed.
1858 * expr.c (integer_constant): Accept and ignore U suffixes to
1859 integers.
1860 (operand): When a missing closing parenthesis is encountered,
1861 report the character that was found instead.
1862 * testsuite/gas/mips/tls-ill.l: Update expected error message.
1863 * testsuite/gas/sparc/pr19910-1.d: New test driver.
1864 * testsuite/gas/sparc/pr19910-1.s: New test.
1865 * testsuite/gas/sparc/pr19910-2.l: Expected error output.
1866 * testsuite/gas/sparc/pr19910-2.s: New test.
1867 * testsuite/gas/sparc/sparc.exp: Run the new tests.
1868
1869 2016-04-06 Nick Clifton <nickc@redhat.com>
1870
1871 * config/tc-msp430.c (msp430_operands): Check for a NOP preceding
1872 an EINT instruction. Warn/fix as necessary.
1873 * testsuite/gas/msp430/bad.s: Add test of EINT without preceding NOP.
1874 * testsuite/gas/msp430/bad.l: Update expected messages.
1875
1876 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
1877
1878 * testsuite/gas/arc/nps400-1.d: Update expected results.
1879 * testsuite/gas/arc/nps400-1.s: Additional test cases.
1880
1881 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
1882
1883 * config/tc-arc.c (is_code_density_p): Compare directly the
1884 subclass field.
1885 (is_spfp_p, is_dpfp_p, is_spfp_p): Define.
1886 (check_cpu_feature): New function.
1887 (find_opcode_match): Use check_cpu_feature function.
1888 (preprocess_operands): Likewise.
1889 (md_parse_option): Use mfpuda, mdpfp, mspfp options.
1890 * testsuite/gas/arc/tdpfp.d: New file.
1891 * testsuite/gas/arc/tfpuda.d: Likewise.
1892 * testsuite/gas/arc/tfpx.s: Likewise.
1893
1894 2016-04-05 Jiong Wang <jiong.wang@arm.com>
1895
1896 * config/tc-arm.c (do_neon_mac_maybe_scalar): Allow F16.
1897 * testsuite/gas/arm/armv8-2-fp16-simd.s: New tests.
1898 * testsuite/gas/arm/armv8-2-fp16-simd.d: New expected results.
1899 * testsuite/gas/arm/armv8-2-fp16-simd-thum.d: Likewise for Thumb.
1900 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New warning results.
1901 * testsuite/gas/arm/simd_by_scalar_low_regbank.s: New test source.
1902 * testsuite/gas/arm/simd_by_scalar_low_regbank.d: New testcase.
1903 * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d: Likewise
1904 for Thumb.
1905 * testsuite/gas/arm/simd_by_scalar_low_regbank.l: New warning results.
1906
1907 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
1908
1909 * config/tc-arc.c (assemble_insn): Prohibit pc-rel relocations for
1910 JUMP instructions type.
1911 * testsuite/gas/arc/relocs-errors.d: New file.
1912 * testsuite/gas/arc/relocs-errors.err: Likewise.
1913 * testsuite/gas/arc/relocs-errors.s: Likewise.
1914
1915 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
1916
1917 PR gas/19909
1918 * config/tc-i386.c (check_VecOperands): Try vec_disp8 encoding
1919 only if i.disp_encoding != disp_encoding_32bit.
1920 * gas/testsuite/gas/i386/disp32.s: Add tests for vmovdqu64.d32.
1921 * gas/testsuite/gas/i386/x86-64-disp32.s: Likewise.
1922 * gas/testsuite/gas/i386/disp32.d: Updated.
1923 * gas/testsuite/gas/i386/x86-64-disp32.d: Likewise.
1924
1925 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
1926
1927 PR gas/19498
1928 * testsuite/gas/i386/i386.exp: Run pr19498.
1929 * testsuite/gas/i386/pr19498.d: New file.
1930 * testsuite/gas/i386/pr19498.s: Likewise.
1931
1932 2016-04-04 Andrew Burgess <andrew.burgess@embecosm.com>
1933
1934 * config/tc-arc.h: Include 'opcode/arc.h'.
1935 (MAX_INSN_ARGS): Delete.
1936 (MAX_INSN_FLGS): Delete.
1937
1938 2016-04-04 Alan Modra <amodra@gmail.com>
1939
1940 PR 19498
1941 * symbols.c (resolve_symbol_value): Clear sy_resolving on exit
1942 from function on all paths that set sy_resolving.
1943
1944 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1945
1946 * app.c (app_push): use XNEW macro.
1947 * as.c: Likewise.
1948 * config/obj-elf.c (obj_elf_change_section): Likewise.
1949 (elf_copy_symbol_attributes): Likewise.
1950 (obj_elf_size): Likewise.
1951 (build_group_lists): Likewise.
1952 * config/tc-aarch64.c (add_operand_error_record): Likewise.
1953 (md_assemble): Likewise.
1954 (tc_gen_reloc): Likewise.
1955 (get_upper_str): Likewise.
1956 (aarch64_parse_features): Likewise.
1957 * config/tc-arm.c (insert_reg_alias): Likewise.
1958 (insert_neon_reg_alias): Likewise.
1959 (find_or_make_literal_pool): Likewise.
1960 (s_arm_elf_cons): Likewise.
1961 (add_unwind_opcode): Likewise.
1962 (arm_parse_extension): Likewise.
1963 * config/tc-avr.c (create_record_for_frag): Likewise.
1964 * config/tc-crx.c: Likewise.
1965 * config/tc-d30v.c: Likewise.
1966 * config/tc-dlx.c (s_proc): Likewise.
1967 * config/tc-ft32.c: Likewise.
1968 * config/tc-h8300.c: Likewise.
1969 * config/tc-hppa.c (pa_proc): Likewise.
1970 (create_new_space): Likewise.
1971 (create_new_subspace): Likewise.
1972 * config/tc-i860.c: Likewise.
1973 * config/tc-i960.c: Likewise.
1974 * config/tc-ia64.c: Likewise.
1975 * config/tc-iq2000.c (iq2000_add_macro): Likewise.
1976 (iq2000_record_hi16): Likewise.
1977 * config/tc-m32c.c (m32c_indirect_operand): Likewise.
1978 * config/tc-m32r.c (debug_sym): Likewise.
1979 (m32r_record_hi16): Likewise.
1980 * config/tc-m68k.c (m68k_ip): Likewise.
1981 (md_begin): Likewise.
1982 * config/tc-mcore.c: Likewise.
1983 * config/tc-microblaze.c (check_got): Likewise.
1984 * config/tc-mips.c (append_insn): Likewise.
1985 (s_mipsset): Likewise.
1986 (mips_record_label): Likewise.
1987 (s_mips_end): Likewise.
1988 * config/tc-mmix.c (mmix_frob_file): Likewise.
1989 * config/tc-mn10200.c: Likewise.
1990 * config/tc-mn10300.c: Likewise.
1991 * config/tc-moxie.c: Likewise.
1992 * config/tc-msp430.c: Likewise.
1993 * config/tc-nds32.c (nds32_elf_save_pseudo_pattern): Likewise.
1994 * config/tc-ns32k.c: Likewise.
1995 * config/tc-or1k.c: Likewise.
1996 * config/tc-pdp11.c: Likewise.
1997 * config/tc-pj.c (fake_opcode): Likewise.
1998 * config/tc-ppc.c (ppc_apuinfo_section_add): Likewise.
1999 (ppc_macro): Likewise.
2000 (ppc_dwsect): Likewise.
2001 (ppc_machine): Likewise.
2002 * config/tc-rl78.c (rl78_frag_init): Likewise.
2003 * config/tc-rx.c (rx_frag_init): Likewise.
2004 * config/tc-s390.c (s390_lit_suffix): Likewise.
2005 (s390_machine): Likewise.
2006 (s390_machinemode): Likewise.
2007 * config/tc-score.c (s3_insert_reg): Likewise.
2008 (s3_gen_reloc): Likewise.
2009 * config/tc-score7.c (s7_insert_reg): Likewise.
2010 (s7_gen_reloc): Likewise.
2011 * config/tc-tic30.c (tic30_operand): Likewise.
2012 * config/tc-tic4x.c (tic4x_inst_make): Likewise.
2013 * config/tc-tic54x.c (stag_add_field): Likewise.
2014 (tic54x_struct): Likewise.
2015 (tic54x_space): Likewise.
2016 (tic54x_field): Likewise.
2017 (tic54x_mlib): Likewise.
2018 (subsym_substitute): Likewise.
2019 * config/tc-tic6x.c (tic6x_frob_label): Likewise.
2020 * config/tc-vax.c: Likewise.
2021 * config/tc-xc16x.c: Likewise.
2022 * config/tc-xtensa.c (xtensa_add_insn_label): Likewise.
2023 (directive_push): Likewise.
2024 (xtensa_begin_directive): Likewise.
2025 (tokenize_arguments): Likewise.
2026 (xtensa_add_literal_sym): Likewise.
2027 (new_resource_table): Likewise.
2028 (resize_resource_table): Likewise.
2029 (emit_single_op): Likewise.
2030 (xtensa_create_trampoline_frag): Likewise.
2031 (xtensa_maybe_create_literal_pool_frag): Likewise.
2032 (xtensa_add_config_info): Likewise.
2033 (xtensa_realloc_fixup_cache): Likewise.
2034 (add_subseg_info): Likewise.
2035 (cache_literal_section): Likewise.
2036 (add_xt_block_frags): Likewise.
2037 (add_xt_prop_frags): Likewise.
2038 (init_op_placement_info_table): Likewise.
2039 (build_section_rename): Likewise.
2040 * config/tc-z80.c: Likewise.
2041 * config/tc-z8k.c: Likewise.
2042 * depend.c (register_dependency): Likewise.
2043 * dwarf2dbg.c (get_line_subseg): Likewise.
2044 (dwarf2_gen_line_info_1): Likewise.
2045 (get_filenum): Likewise.
2046 * ecoff.c (allocate_scope): Likewise.
2047 (allocate_vlinks): Likewise.
2048 (allocate_shash): Likewise.
2049 (allocate_thash): Likewise.
2050 (allocate_tag): Likewise.
2051 (allocate_forward): Likewise.
2052 (allocate_thead): Likewise.
2053 (allocate_lineno_list): Likewise.
2054 * expr.c (make_expr_symbol): Likewise.
2055 * hash.c (hash_new_sized): Likewise.
2056 * input-file.c (input_file_push): Likewise.
2057 * listing.c (file_info): Likewise.
2058 (listing_newline): Likewise.
2059 * macro.c (new_formal): Likewise.
2060 (define_macro): Likewise.
2061 * remap.c (add_debug_prefix_map): Likewise.
2062 * symbols.c (symbol_find_noref): Likewise.
2063 (define_dollar_label): Likewise.
2064 (fb_label_instance_inc): Likewise.
2065 (symbol_relc_make_value): Likewise.
2066
2067 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2068
2069 * config/obj-elf.c (obj_elf_vendor_attribute): Use xstrdup.
2070 * config/tc-ppc.c (ppc_frob_file_before_adjust): Likewise.
2071 (ppc_znop): Likewise.
2072 (ppc_pe_section): Likewise.
2073 (ppc_frob_symbol): Likewise.
2074 * config/tc-tic30.c (tic30_operand): Likewise.
2075 * config/tc-tic4x.c (tic4x_sect): Likewise.
2076 (tic4x_usect): Likewise.
2077
2078 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2079
2080 * config/tc-alpha.c: Const qualify FLT_CHARS.
2081 * config/atof-ieee.c: Remove declarations of FLT_CHARS and EXP_CHARS.
2082 * config/tc-cris.h: Likewise.
2083 * expr.c: Likewise.
2084 * config/tc-mmix.c (md_atof): Adjust comment.
2085 * config/tc-mmix.h: Stop defining FLT_CHARS and EXP_CHARS as macros.
2086 * tc.h: Declare FLT_CHARS and EXP_CHARS.
2087
2088 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2089
2090 * config/tc-score.c (s3_gen_reloc): Add const qualifiers.
2091 * config/tc-score7.c (s7_gen_reloc): Likewise.
2092
2093 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2094
2095 * config/tc-arm.c (do_t_branch): Change the type of reloc to
2096 bfd_reloc_code_real_type.
2097
2098 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2099
2100 * config/bfin-parse.y (current_inputline): Remove definition.
2101 * config/tc-bfin.c (md_assemble): Simplify use of current_inputline.
2102
2103 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2104
2105 * config/tc-avr.c (md_parse_option): Use strcasecmp () to compare
2106 strings.
2107
2108 2016-04-02 Alan Modra <amodra@gmail.com>
2109
2110 PR 19896
2111 * read.c (assign_symbol): Consume rest of line after an error
2112 rather than continuing to process the line.
2113
2114 2016-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2115
2116 * config/tc-arc.h (MAX_FLAG_NAME_LENGHT): Rename to...
2117 (MAX_FLAG_NAME_LENGTH): ...this.
2118 (struct arc_flags): Update to use MAX_FLAG_NAME_LENGTH.
2119 * config/tc-arc.c (tokenize_flags): Likewise.
2120
2121 2016-04-01 Alan Modra <amodra@gmail.com>
2122
2123 * cgen.c (weak_operand_overflow_check): Return const char*.
2124 * messages.c (as_internal_value_out_of_range): Formatting.
2125 (as_warn_value_out_of_range): Consify prefix param.
2126 (as_bad_value_out_of_range): Likewise.
2127 * read.c (s_errwarn): Constify msg..
2128 (s_float_space, float_cons): ..and err.
2129 * as.h (as_warn_value_out_of_range, as_bad_value_out_of_range,
2130 ieee_md_atof, vax_md_atof): Update prototypes.
2131 * tc.h (md_atof): Update prototype.
2132 * config/atof-ieee.c (ieee_md_atof): Return const char*.
2133 * config/atof-vax.c (vax_md_atof): Likewise.
2134 * config/obj-elf.c (obj_elf_parse_section_letters): Constify bad_msg.
2135 * config/tc-aarch64.c (md_atof): Return const char*.
2136 * config/tc-alpha.c (s_alpha_section_name): Likewise.
2137 (s_alpha_comm): Constify sec_name.
2138 (section_name): Constify.
2139 (s_alpha_section): Consify name..
2140 (alpha_elf_section_letter): ..and ptr_msg param..
2141 (md_atof): ..and return.
2142 * config/tc-alpha.h (alpha_elf_section_letter): Update prototype.
2143 * config/tc-arc.c (md_atof): Return const char*.
2144 * config/tc-arm.c (md_atof): Likewise.
2145 * config/tc-avr.c (md_atof): Likewise.
2146 * config/tc-bfin.c (md_atof): Likewise.
2147 * config/tc-cr16.c (md_atof): Likewise.
2148 * config/tc-cris.c (md_atof): Likewise.
2149 * config/tc-crx.c (md_atof): Likewise.
2150 * config/tc-d10v.c (md_atof): Likewise.
2151 * config/tc-d30v.c (md_atof): Likewise.
2152 * config/tc-dlx.c (md_atof): Likewise.
2153 * config/tc-epiphany.c (md_atof): Likewise.
2154 * config/tc-fr30.c (md_atof): Likewise.
2155 * config/tc-frv.c (md_atof): Likewise.
2156 * config/tc-ft32.c (md_atof): Likewise.
2157 * config/tc-h8300.c (md_atof): Likewise.
2158 * config/tc-hppa.c (struct default_subspace_dict): Constify name.
2159 (struct default_space_dict): Likewise.
2160 (create_new_space): Constify name param.
2161 (create_new_subspace): Likewise.
2162 (is_defined_space, is_defined_subspace): Likewise.
2163 (pa_parse_space_stmt): Constify space_name param.
2164 (md_atof): Return const char*.
2165 (pa_spaces_begin): Constify name.
2166 * config/tc-i370.c (md_atof): Return const char*.
2167 * config/tc-i386.c (md_atof): Likewise.
2168 (x86_64_section_letter): Constify ptr_msg param.
2169 * config/tc-i386.h (x86_64_section_letter): Update prototype.
2170 * config/tc-i860.c (struct i860_it): Constify error.
2171 (md_atof): Return const char*.
2172 * config/tc-i960.c (md_atof): Likewise.
2173 * config/tc-ia64.c (md_atof): Likewise.
2174 (ia64_elf_section_letter): Constify ptr_msg param.
2175 * config/tc-ia64.h (ia64_elf_section_letter): Update prototype.
2176 * config/tc-ip2k.c (md_atof): Return const char*.
2177 * config/tc-iq2000.c (md_atof): Likewise.
2178 * config/tc-lm32.c (md_atof): Likewise.
2179 * config/tc-m32c.c (md_atof): Likewise.
2180 * config/tc-m32r.c (md_atof): Likewise.
2181 * config/tc-m68hc11.c (md_atof): Likewise.
2182 * config/tc-m68k.c (md_atof): Likewise.
2183 * config/tc-mcore.c (md_atof): Likewise.
2184 * config/tc-mep.c (md_atof): Likewise.
2185 (mep_elf_section_letter): Constify ptr_msg param.
2186 * config/tc-mep.h (mep_elf_section_letter): Update prototype.
2187 * config/tc-metag.c (md_atof): Return const char*.
2188 * config/tc-microblaze.c (md_atof): Likewise.
2189 * config/tc-microblaze.h (md_atof): Delete prototype.
2190 * config/tc-mips.c (mips_parse_argument_token): Constify err.
2191 (md_atof): Return const char*.
2192 * config/tc-mmix.c (md_atof): Likewise.
2193 * config/tc-mn10200.c (md_atof): Likewise.
2194 * config/tc-mn10300.c (md_atof): Likewise.
2195 * config/tc-moxie.c (md_atof): Likewise.
2196 * config/tc-msp430.c (md_atof): Likewise.
2197 * config/tc-mt.c (md_atof): Likewise.
2198 * config/tc-nds32.c (md_atof): Likewise.
2199 * config/tc-nios2.c (md_atof): Likewise.
2200 (nios2_elf_section_letter): Constify ptr_msg param.
2201 * config/tc-nios2.h (nios2_elf_section_letter): Update prototype.
2202 * config/tc-ns32k.c (md_atof): Return const char*.
2203 * config/tc-or1k.c (md_atof): Likewise.
2204 * config/tc-pdp11.c (struct pdp11_code): Constify error.
2205 (md_atof): Return const char*.
2206 * config/tc-pj.c (md_atof): Likewise.
2207 * config/tc-ppc.c (md_atof): Likewise.
2208 * config/tc-rl78.c (md_atof): Likewise.
2209 * config/tc-rx.c (md_atof): Likewise.
2210 * config/tc-s390.c (md_atof): Likewise.
2211 * config/tc-score.c (s3_atof, md_atof): Likewise.
2212 * config/tc-sh.c (md_atof): Likewise.
2213 * config/tc-sparc.c (struct sparc_it): Constify error.
2214 (md_atof): Return const char*.
2215 * config/tc-spu.c (md_atof): Likewise.
2216 * config/tc-tic30.c (md_atof): Likewise.
2217 * config/tc-tic4x.c (md_atof): Likewise.
2218 * config/tc-tic54x.c (md_atof): Likewise.
2219 * config/tc-tic6x.c (md_atof): Likewise.
2220 * config/tc-tilegx.c (md_atof): Likewise.
2221 * config/tc-tilepro.c (md_atof): Likewise.
2222 * config/tc-v850.c (parse_register_list, md_atof): Likewise.
2223 * config/tc-vax.c (md_atof): Likewise.
2224 * config/tc-visium.c (md_atof): Likewise.
2225 * config/tc-xc16x.c (md_atof): Likewise.
2226 * config/tc-xgate.c (md_atof): Likewise.
2227 * config/tc-xstormy16.c (md_atof): Likewise.
2228 * config/tc-xtensa.c (md_atof): Likewise.
2229 * config/tc-z80.c (md_atof): Likewise.
2230 * config/tc-z8k.c (md_atof): Likewise.
2231
2232 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2233
2234 * config/tc-xtensa.c (struct rename_section_struct): Make old_name
2235 const.
2236 (xtensa_section_rename): Make argument type const char *.
2237 * config/tc-xtensa.h (xtensa_section_rename): Adjust.
2238
2239 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2240
2241 * config/tc-i960.c (parse_ldconst): Cast to char * when assigning to
2242 args[0].
2243
2244 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2245
2246 * config/tc-m32c.c (m32c_md_end): cast the argument to md_assemble to
2247 char *.
2248 (m32c_indirect_operand): Likewise.
2249 * config/tc-nds32.c (do_pseudo_b): Likewise.
2250 (do_pseudo_bal): Likewise.
2251 (do_pseudo_ls_bhw): Likewise.
2252
2253 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2254
2255 * as.c (parse_args): Cast literal to char * when assigning to optarg.
2256
2257 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2258
2259 * config/tc-ia64.c (md_assemble): Add temporary variable to pass to
2260 get_symbol_name ().
2261 * config/tc-sparc.c (s_register): Cast a literal to char * in
2262 assignment.
2263
2264 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2265
2266 * config/tc-i960.c (parse_expr): Cast to char * when assigning to
2267 input_line_pointer.
2268 * config/tc-m32r.c (expand_debug_syms): Likewise.
2269 * config/tc-msp430.c (msp430_dstoperand): Likewise.
2270 * config/tc-z80.c (md_begin): Likewise.
2271 * stabs.c (stabs_generate_asm_func): Likewise.
2272
2273 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2274
2275 * cgen.c: Modernize the way functions declare arguments.
2276 * config/tc-bfin.c: Likewise.
2277 * config/tc-pdp11.c: Likewise.
2278 * literal.c: Likewise.
2279 * read.c: Likewise.
2280 * stabs.c: Likewise.
2281
2282 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2283
2284 * config/tc-aarch64.c (aarch64_handle_align): Make the type of some
2285 variables unsigned char[].
2286 * config/tc-alpha.c (alpha_handle_align): Likewise.
2287 * config/tc-arm.c (arm_handle_align): Likewise.
2288 * config/tc-z80.c: Likewise.
2289
2290 2016-03-30 Nick Clifton <nickc@redhat.com>
2291
2292 PR target/19880
2293 * config/tc-arm.c (do_t_push_pop): Cast bitmask to unsigned before
2294 shifting.
2295
2296 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
2297
2298 * testsuite/gas/all/gas.exp: Don't xfail on ARC.
2299 * testsuite/gas/elf/elf.exp: Likewise.
2300 * testsuite/gas/all/redef3.d: Allow execution for ARC.
2301
2302 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
2303
2304 * testsuite/gas/arc/warn.exp: Fix matching pattern.
2305
2306 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
2307
2308 * testsuite/gas/arc/ext2op.d: New file.
2309 * testsuite/gas/arc/ext2op.s: Likewise.
2310 * testsuite/gas/arc/ext3op.d: Likewise.
2311 * testsuite/gas/arc/ext3op.s: Likewise.
2312
2313 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2314
2315 * config/tc-aarch64.c (struct aarch64_long_option_table): Ad const
2316 qualifier.
2317 * config/tc-alpha.c (md_parse_option): Likewise.
2318 * config/tc-arc.c (md_parse_option): Likewise.
2319 * config/tc-arm.c (struct arm_long_option_table): Likewise.
2320 (md_parse_option): Likewise.
2321 * config/tc-avr.c (md_parse_option): Likewise.
2322 * config/tc-bfin.c (md_parse_option): Likewise.
2323 * config/tc-cr16.c (md_parse_option): Likewise.
2324 * config/tc-cris.c (s_cris_arch): Likewise.
2325 (md_parse_option): Likewise.
2326 * config/tc-crx.c (md_parse_option): Likewise.
2327 * config/tc-d10v.c (md_parse_option): Likewise.
2328 * config/tc-d30v.c (md_parse_option): Likewise.
2329 * config/tc-dlx.c (md_parse_option): Likewise.
2330 * config/tc-epiphany.c (md_parse_option): Likewise.
2331 * config/tc-fr30.c (md_parse_option): Likewise.
2332 * config/tc-frv.c (md_parse_option): Likewise.
2333 * config/tc-ft32.c (md_parse_option): Likewise.
2334 * config/tc-h8300.c (md_parse_option): Likewise.
2335 * config/tc-hppa.c (md_parse_option): Likewise.
2336 * config/tc-i370.c (md_parse_option): Likewise.
2337 * config/tc-i386.c (md_parse_option): Likewise.
2338 * config/tc-i860.c (md_parse_option): Likewise.
2339 * config/tc-i960.c (md_parse_option): Likewise.
2340 * config/tc-ia64.c (md_parse_option): Likewise.
2341 * config/tc-ip2k.c (md_parse_option): Likewise.
2342 * config/tc-iq2000.c (md_parse_option): Likewise.
2343 * config/tc-lm32.c (md_parse_option): Likewise.
2344 * config/tc-m32c.c (md_parse_option): Likewise.
2345 * config/tc-m32r.c (md_parse_option): Likewise.
2346 * config/tc-m68hc11.c (md_parse_option): Likewise.
2347 * config/tc-m68k.c (md_parse_option): Likewise.
2348 * config/tc-mcore.c (md_parse_option): Likewise.
2349 * config/tc-mep.c (md_parse_option): Likewise.
2350 * config/tc-metag.c (struct metag_long_option): Likewise.
2351 (md_parse_option): Likewise.
2352 * config/tc-microblaze.c (md_parse_option): Likewise.
2353 * config/tc-microblaze.h (md_parse_option): Remove prototype.
2354 * config/tc-mips.c (md_parse_option): Adjust.
2355 * config/tc-mmix.c (md_parse_option): Likewise.
2356 * config/tc-mn10200.c (md_parse_option): Likewise.
2357 * config/tc-mn10300.c (md_parse_option): Likewise.
2358 * config/tc-moxie.c (md_parse_option): Likewise.
2359 * config/tc-msp430.c (md_parse_option): Likewise.
2360 * config/tc-mt.c (md_parse_option): Likewise.
2361 * config/tc-nds32.c (md_parse_option): Likewise.
2362 * config/tc-nds32.h (nds32_parse_option): Likewise.
2363 * config/tc-nios2.c (md_parse_option): Likewise.
2364 * config/tc-ns32k.c (md_parse_option): Likewise.
2365 * config/tc-or1k.c (md_parse_option): Likewise.
2366 * config/tc-pdp11.c (md_parse_option): Likewise.
2367 * config/tc-pj.c (md_parse_option): Likewise.
2368 * config/tc-ppc.c (md_parse_option): Likewise.
2369 * config/tc-rl78.c (md_parse_option): Likewise.
2370 * config/tc-rx.c (md_parse_option): Likewise.
2371 * config/tc-s390.c (s390_parse_cpu): Likewise.
2372 * config/tc-score.c (md_parse_option): Likewise.
2373 * config/tc-sh.c (md_parse_option): Likewise.
2374 * config/tc-sparc.c (md_parse_option): Likewise.
2375 * config/tc-spu.c (md_parse_option): Likewise.
2376 * config/tc-tic30.c (md_parse_option): Likewise.
2377 * config/tc-tic4x.c (md_parse_option): Likewise.
2378 * config/tc-tic54x.c (md_parse_option): Likewise.
2379 * config/tc-tic6x.c (md_parse_option): Likewise.
2380 * config/tc-tilegx.c (md_parse_option): Likewise.
2381 * config/tc-tilepro.c (md_parse_option): Likewise.
2382 * config/tc-v850.c (md_parse_option): Likewise.
2383 * config/tc-vax.c (md_parse_option): Likewise.
2384 * config/tc-visium.c (struct visium_long_option_table): Likewise.
2385 * config/tc-xc16x.c (md_parse_option): Likewise.
2386 * config/tc-xgate.c (md_parse_option): Likewise.
2387 * config/tc-xstormy16.c (md_parse_option): Likewise.
2388 * config/tc-xtensa.c (md_parse_option): Likewise.
2389 * config/tc-z80.c (md_parse_option): Likewise.
2390 * config/tc-z8k.c (md_parse_option): Likewise.
2391 * tc.h (md_parse_option): Likewise.
2392
2393 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2394
2395 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
2396 * config/tc-hppa.c (fix_new_hppa): Likewise.
2397 (pa_vtable_entry): Likewise.
2398 (pa_vtable_inherit): Likewise.
2399 * config/tc-m68k.c (md_begin): Likewise.
2400
2401 2016-03-28 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2402
2403 * config/obj-elf.c (obj_elf_section_name): Return const char *.
2404 * config/obj-elf.h (obj_elf_section_name): Adjust.
2405 * config/tc-aarch64.c (aarch64_parse_features): Likewise.
2406 (aarch64_parse_cpu): Likewise.
2407 (aarch64_parse_arch): Likewise.
2408 * config/tc-arm.c (arm_parse_extension): Likewise.
2409 (arm_parse_cpu): Likewise.
2410 (arm_parse_arch): Likewise.
2411 * config/tc-nds32.c: Likewise.
2412 * config/xtensa-relax.c (parse_special_fn): Likewise.
2413 * stabs.c (generate_asm_file): Likewise.
2414
2415 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2416
2417 * config/tc-cr16.c (cr16_assemble): New function.
2418 (md_assemble): Call cr16_assemble.
2419
2420 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2421
2422 * as.c (parse_args): Adjust.
2423 * as.h (flag_size_check): Rename to flag_allow_nonconst_size.
2424 * config/obj-elf.c (elf_frob_symbol): Adjust.
2425
2426 2016-03-24 Jose E. Marchesi <jose.marchesi@oracle.com>
2427
2428 * config/tc-sparc.c (sparc_ip): Remove the V9 restriction on ASR
2429 registers to be in the 16..31 range.
2430
2431 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2432
2433 * config/tc-microblaze.c (md_assemble): Cast opc to char * when calling
2434 frag_var ().
2435
2436 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2437
2438 * config/tc-visium.c (md_atof): Localize the string returned on
2439 failure.
2440
2441 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2442
2443 * config/tc-h8300.c (h8300_elf_section): Add const qualifiers.
2444 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
2445 * config/tc-m68hc11.c (md_begin): Likewise.
2446 (print_opcode_list): Likewise.
2447 * config/tc-msp430.c (msp430_section): Likewise.
2448 * config/tc-score.c (struct s3_insn_to_dependency): Likewise.
2449 (s3_build_dependency_insn_hsh): Likewise.
2450 * config/tc-score7.c (struct s7_insn_to_dependency): Likewise.
2451 (s7_build_dependency_insn_hsh): Likewise.
2452 * config/tc-tic4x.c: Likewise.
2453 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
2454 (subsym_get_arg): Likewise.
2455 * config/tc-xtensa.c (struct suffix_reloc_map): Likewise.
2456 (get_directive): Likewise.
2457 (cache_literal_section): Likewise.
2458 * config/xtensa-relax.c: Likewise.
2459 * symbols.c (symbol_create): Likewise.
2460 (local_symbol_make): Likewise.
2461 (symbol_relc_make_expr): Likewise.
2462
2463 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2464
2465 * config/tc-pdp11.c (md_assemble): Remove useless if and assignment to
2466 str.
2467
2468 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2469
2470 * config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
2471 call with a switch.
2472
2473 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2474
2475 * config/tc-ia64.c (ia64_do_align): Remove.
2476 (ia64_cons_align): Call do_align () directly.
2477 (dot_proc): Likewise.
2478 (stmt_float_cons): Likewise.
2479
2480 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2481
2482 * listing.c (listing_message): Use XNEW style allocation macros.
2483 * read.c (read_a_source_file): Likewise.
2484 (read_symbol_name): Likewise.
2485 (s_mri_common): Likewise.
2486 (assign_symbol): Likewise.
2487 (s_reloc): Likewise.
2488 (emit_expr_with_reloc): Likewise.
2489 (s_incbin): Likewise.
2490 (s_include): Likewise.
2491 * sb.c (sb_build): Likewise.
2492 (sb_check): Likewise.
2493
2494 2016-03-22 Alan Modra <amodra@gmail.com>
2495
2496 * write.c (record_alignment): Revert 2016-02-18 change.
2497
2498 2016-03-22 Alan Modra <amodra@gmail.com>
2499
2500 * config/tc-alpha.c (load_expression): Replace alloca with xmalloc.
2501 (emit_jsrjmp, tc_gen_reloc): Likewise.
2502 * config/tc-i370.c (i370_macro): Likewise.
2503
2504 2016-03-22 Nick Clifton <nickc@redhat.com>
2505
2506 * configure: Regenerate.
2507
2508 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * testsuite/gas/arc/nps400-0.d: New file.
2511 * testsuite/gas/arc/nps400-0.s: New file.
2512 * testsuite/gas/arc/nps400-1.d: New file.
2513 * testsuite/gas/arc/nps400-1.s: New file.
2514
2515 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2516
2517 * config/tc-arc.c (find_opcode_match): Move lnflg, and i
2518 declarations to start of block. Reset code on all flags before
2519 attempting to match them. Handle multiple hits on the same flag.
2520 Handle flag class.
2521 * testsuite/gas/arc/asm-errors.d: New file.
2522 * testsuite/gas/arc/asm-errors.err: New file.
2523 * testsuite/gas/arc/asm-errors.s: New file.
2524
2525 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2526
2527 * config/tc-arc.c (cpu_types): Add nps400 entry.
2528 (check_zol): Handle nps400.
2529
2530 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2531
2532 * config/tc-arc.c (arc_select_cpu): Remove use of
2533 EF_ARC_CPU_GENERIC.
2534
2535 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2536
2537 * config/tc-arc.c (arc_target): Delay initialisation until
2538 arc_select_cpu.
2539 (arc_target_name): Likewise.
2540 (arc_features): Likewise.
2541 (arc_mach_type): Likewise.
2542 (cpu_types): Remove "all" entry.
2543 (arc_select_cpu): New function, most of the content is from...
2544 (md_parse_option): ... here. Call new arc_select_cpu.
2545 (md_begin): Call arc_select_cpu if needed, default is now arc700.
2546
2547 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 * testsuite/gas/arc/inline-data-1.d: Add target restriction.
2550 * testsuite/gas/arc/inline-data-2.d: New file.
2551
2552 2016-03-21 Nick Clifton <nickc@redhat.com>
2553
2554 * atof-generic.c: Replace use of alloca with call to xmalloc.
2555 * cgen.c: Likewise.
2556 * dwarf2dbg.c: Likewise.
2557 * macro.c: Likewise.
2558 * remap.c: Likewise.
2559 * stabs.c: Likewise.
2560 * symbols.c: Likewise.
2561 * config/obj-elf.c: Likewise.
2562 * config/tc-aarch64.c: Likewise.
2563 * config/tc-arc.c: Likewise.
2564 * config/tc-arm.c: Likewise.
2565 * config/tc-avr.c: Likewise.
2566 * config/tc-ia64.c: Likewise.
2567 * config/tc-mips.c: Likewise.
2568 * config/tc-msp430.c: Likewise.
2569 * config/tc-nds32.c: Likewise.
2570 * config/tc-ppc.c: Likewise.
2571 * config/tc-sh.c: Likewise.
2572 * config/tc-tic30.c: Likewise.
2573 * config/tc-tic54x.c: Likewise.
2574 * config/tc-xstormy16.c: Likewise.
2575 * config/te-vms.c: Likewise.
2576 * configure: Regenerate.
2577
2578 2016-03-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2579
2580 * tc-i386.c (f32_1): Change type to unsigned char[].
2581 (f32_2): Likewise.
2582 (f32_3): Likewise.
2583 (f32_4): Likewise.
2584 (f32_5): Likewise.
2585 (f32_6): Likewise.
2586 (f32_7): Likewise.
2587 (f32_8): Likewise.
2588 (f32_9): Likewise.
2589 (f32_10): Likewise.
2590 (f32_11): Likewise.
2591 (f32_12): Likewise.
2592 (f32_13): Likewise.
2593 (f32_14): Likewise.
2594 (f16_3): Likewise.
2595 (f16_4): Likewise.
2596 (f16_5): Likewise.
2597 (f16_6): Likewise.
2598 (f16_7): Likewise.
2599 (f16_8): Likewise.
2600 (jump_31): Likewise.
2601 (f32_patt): Likewise.
2602 (f16_patt): Likewise.
2603 (alt_3): Likewise.
2604 (alt_4): Likewise.
2605 (alt_5): Likewise.
2606 (alt_6): Likewise.
2607 (alt_7): Likewise.
2608 (alt_8): Likewise.
2609 (alt_9): Likewise.
2610 (alt_10): Likewise.
2611 (alt_patt): Likewise.
2612
2613 2016-03-18 Nick Clifton <nickc@redhat.com>
2614
2615 * doc/c-aarch64.texi (AArch64 Directives): Add descriptions of
2616 .cpu, .dword, .even, .inst. .tlsdescadd, .tlsdesccall,
2617 .tlsdescldr and .xword directives.
2618
2619 PR target/19721
2620 * testsuite/gas/aarch64/pr19721.s: New test source file.
2621 * testsuite/gas/aarch64/pr19721.d: New test driver file.
2622
2623 * doc/as.texinfo: Place the target specific command line options
2624 into their own man page section.
2625
2626 2016-03-16 Jiong Wang <jiong.wang@arm.com>
2627
2628 * config/tc-arm.c (N_S_32): New.
2629 (N_F_16_32): Likewise.
2630 (N_SUF_32): Support N_F16.
2631 (N_IF_32): Likewise.
2632 (neon_dyadic_misc): Likewise.
2633 (do_neon_cmp): Likewise.
2634 (do_neon_cmp_inv): Likewise.
2635 (do_neon_mul): Likewise.
2636 (do_neon_fcmp_absolute): Likewise.
2637 (do_neon_step): Likewise.
2638 (do_neon_abs_neg): Likewise.
2639 (CVT_FLAVOR_VAR): Likewise.
2640 (do_neon_cvt_1): Likewise.
2641 (do_neon_recip_est): Likewise.
2642 (do_vmaxnm): Likewise.
2643 (do_vrint_1): Likewise.
2644 (neon_check_type): Check architecture support for FP16 extension.
2645 (insns): Update comments.
2646 * testsuite/gas/arm/armv8-2-fp16-simd.s: New test source.
2647 * testsuite/gas/arm/armv8-2-fp16-simd.d: New testcase for arm mode.
2648 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise for thumb mode.
2649 * testsuite/gas/arm/armv8-2-fp16-simd-warning.d: New rejection test for
2650 arm mode.
2651 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d: Likewise for
2652 thumb mode.
2653 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New expected rejection
2654 error file.
2655
2656 2016-03-16 Nick Clifton <nickc@redhat.com>
2657
2658 * read.c (emit_expr_with_reloc): Add code check a bignum with
2659 nbytes == 1.
2660 * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
2661 other than 32-bits.
2662 * testsuite/gas/elf/bignum.s: New test source file.
2663 * testsuite/gas/elf/bignum.d: New test driver file.
2664 * testsuite/gas/elf/elf.exp: Run the new test.
2665
2666 2016-03-15 Ulrich Drepper <drepper@gmail.com>
2667
2668 * doc/c-i386.texi (Register Naming): Update to details of the
2669 latest architecture version.
2670
2671 2016-03-10 Mickael Guene <mickael.guene@st.com>
2672
2673 PR gas/19744
2674 * config/tc-arm.c (do_arit): Protect against bad relocations usage.
2675 (do_mov): Likewise.
2676 (do_t_add_sub): Allow pcrop relocations for Thumb-2 targets.
2677 (do_t_mov_cmp): Likewise.
2678 (do_t_add_sub): Protect against bad relocations usage.
2679 (do_t_mov_cmp): Likewise.
2680 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New.
2681 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New.
2682 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New.
2683 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New.
2684
2685 2016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2686
2687 * config/tc-arm.c (neon_alignment_bit): Rename do_align to
2688 do_alignment.
2689 (do_neon_ld_st_lane): Likewise.
2690 (do_neon_ld_dup): Likewise.
2691
2692 2016-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * testsuite/gas/arc/inline-data-1.d: New file.
2695 * testsuite/gas/arc/inline-data-1.s: New file.
2696
2697 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
2698
2699 * config/tc-arm.c (arm_cpus): Add cortex-r8.
2700 * doc/c-arm.texi: Add cortex-r8.
2701
2702 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2703
2704 * config/tc-arc.c: Add const qualifiers.
2705 * config/tc-h8300.c (md_begin): Likewise.
2706 * config/tc-ia64.c (print_prmask): Likewise.
2707 * config/tc-msp430.c (msp430_operands): Likewise.
2708 * config/tc-nds32.c (struct suffix_name): Likewise.
2709 (struct nds32_parse_option_table): Likewise.
2710 (struct nds32_set_option_table): Likewise.
2711 (do_pseudo_pushpopm): Likewise.
2712 (do_pseudo_pushpop_stack): Likewise.
2713 (nds32_relax_relocs): Likewise.
2714 (nds32_flag): Likewise.
2715 (struct nds32_hint_map): Likewise.
2716 (nds32_find_reloc_table): Likewise.
2717 (nds32_match_hint_insn): Likewise.
2718 * config/tc-s390.c: Likewise.
2719 * config/tc-sh.c (get_specific): Likewise.
2720 * config/tc-tic30.c: Likewise.
2721 * config/tc-tic4x.c (tic4x_inst_add): Likewise.
2722 (tic4x_indirect_parse): Likewise.
2723 * config/tc-vax.c (vax_cons): Likewise.
2724 * config/tc-z80.c (struct reg_entry): Likewise.
2725 * config/tc-epiphany.c (md_assemble): Adjust.
2726 (epiphany_assemble): New function.
2727 (epiphany_elf_section_rtn): Call do_align directly.
2728 (epiphany_elf_section_text): Likewise.
2729 * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise.
2730 (ip2k_elf_section_text): Likewise.
2731 * read.c (do_align): Make it not static.
2732 * read.h (do_align): New prototype.
2733
2734 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
2735
2736 * config/tc-arm.c (aeabi_set_public_attributes): Emit attribute
2737 for ARMv8.1 AdvSIMD use.
2738 * testsuite/gas/arm/attr-march-armv8-a+rdma.d: New.
2739 * testsuite/gas/arm/attr-march-armv8_1-a+simd.d: New.
2740
2741 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
2742
2743 * config/gas/tc-arm.c (fpu_neon_ext_v8_1): Restrict to the ARMv8.1 RDMA
2744 feature.
2745 (record_feature_use): New.
2746 (mark_feature_used): Use record_feature_use.
2747 (do_neon_qrdmlah): New.
2748 (insns): Use do_neon_qrdmlah for vqrdmlah and vqrdmlsh and
2749 variants.
2750 (arm_extensions): Put into alphabetical order. Re-indent "simd"
2751 and "rdma" entries. Fix the incorrect merge value for "+rdma".
2752 * testsuite/gas/arm/armv8-a+rdma-warning.d: New.
2753 * testsuite/gas/arm/armv8-a+rdma.d: Add assembler command line options.
2754 Make source file explicit.
2755 * testsuite/gas/arm/armv8-a+rdma.l: New.
2756 * testsuite/gas/arm/armv8-a+rdma.s: Remove .arch and .arch_extension
2757 directives. Fix white-space.
2758 * testsuite/gas/arm/armv8_1-a+simd.d: New.
2759
2760 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
2761
2762 * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
2763
2764 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
2765 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
2766
2767 * config/tc-arc.c (arc_extra_reloc): Change size to 0.
2768 (tc_arc_fix_adjustable): Changed default return value to 1.
2769 * testsuite/gas/arc/j.d: Updated expected symbol
2770 * testsuite/gas/arc/jl.d: Likewise
2771 * testsuite/gas/arc/relax-avoid1.d: Likewise
2772 * testsuite/gas/arc/st.d: Likewise
2773
2774 2016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
2775
2776 * config/tc-arc.c: Enable code density instructions for ARC EM.
2777
2778 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
2779
2780 PR ld/19645
2781 * NEWS: Mention --enable-elf-stt-common and --elf-stt-common=
2782 for ELF assemblers.
2783 * as.c (flag_use_elf_stt_common): New.
2784 (show_usage): Add --elf-stt-common=.
2785 (option_values): Add OPTION_ELF_STT_COMMON.
2786 (std_longopts): Add --elf-stt-common=.
2787 (parse_args): Handle --elf-stt-common=.
2788 * as.h (flag_use_elf_stt_common): New.
2789 * config.in: Regenerated.
2790 * configure: Likewise.
2791 * configure.ac: Add --enable-elf-stt-common and define
2792 DEFAULT_GENERATE_ELF_STT_COMMON.
2793 * gas/write.c (write_object_file): Set BFD_CONVERT_ELF_COMMON
2794 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
2795 * doc/as.texinfo: Document --elf-stt-common=.
2796 * testsuite/gas/elf/common3.s: New file.
2797 * testsuite/gas/elf/common3a.d: Likewise.
2798 * testsuite/gas/elf/common3b.d: Likewise.
2799 * testsuite/gas/elf/common4.s: Likewise.
2800 * testsuite/gas/elf/common4a.d: Likewise.
2801 * testsuite/gas/elf/common4b.d: Likewise.
2802 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
2803 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
2804 * testsuite/gas/elf/elf.exp: Run common3a, common3b, common4a
2805 and common4b.
2806 * testsuite/gas/i386/dw2-compress-3.d: Renamed to ...
2807 * testsuite/gas/i386/dw2-compress-3a.d: This. Pass
2808 --elf-stt-common=no to as.
2809 * testsuite/gas/i386/dw2-compressed-3.d: Renamed to ...
2810 * testsuite/gas/i386/dw2-compressed-3a.d: This. Pass
2811 --elf-stt-common=no to as.
2812 * testsuite/gas/i386/i386.exp: Run dw2-compress-3a,
2813 dw2-compress-3b, dw2-compressed-3a and dw2-compressed-3b instead
2814 of dw2-compress-3 and dw2-compressed-3.
2815
2816 2016-02-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2817
2818 * as.c (select_emulation_mode): Add const qualifiers.
2819 * as.h: Likewise.
2820 * config/bfin-defs.h: Likewise.
2821 * config/bfin-parse.y: Likewise.
2822 * config/rx-parse.y: Likewise.
2823 * config/tc-aarch64.c (struct aarch64_option_table): Likewise.
2824 (struct aarch64_cpu_option_table): Likewise.
2825 (struct aarch64_arch_option_table): Likewise.
2826 (struct aarch64_option_cpu_value_table): Likewise.
2827 (struct aarch64_long_option_table): Likewise.
2828 (struct aarch64_option_abi_value_table): Likewise.
2829 * config/tc-arm.c (struct reloc_entry): Likewise.
2830 (tc_gen_reloc): Likewise.
2831 (struct arm_option_table): Likewise.
2832 (struct arm_legacy_option_table): Likewise.
2833 (struct arm_cpu_option_table): Likewise.
2834 (struct arm_arch_option_table): Likewise.
2835 (struct arm_option_extension_value_table): Likewise.
2836 (struct arm_option_fpu_value_table): Likewise.
2837 (struct arm_option_value_table): Likewise.
2838 (struct arm_long_option_table): Likewise.
2839 * config/tc-avr.c (struct avr_opcodes_s): Likewise.
2840 (struct mcu_type_s): Likewise.
2841 (struct exp_mod_s): Likewise.
2842 (avr_operand): Likewise.
2843 (avr_operands): Likewise.
2844 * config/tc-d10v.c (md_begin): Likewise.
2845 * config/tc-dlx.c: Likewise.
2846 * config/tc-fr30.c (fr30_is_colon_insn): Likewise.
2847 * config/tc-ft32.c (parse_condition): Likewise.
2848 * config/tc-h8300.c (do_a_fix_imm): Likewise.
2849 * config/tc-hppa.c (pa_ip): Likewise.
2850 (hppa_regname_to_dw2regnum): Likewise.
2851 * config/tc-i370.c (i370_elf_suffix): Likewise.
2852 * config/tc-i960.c (struct tabentry): Likewise.
2853 * config/tc-m32r.c: Likewise.
2854 * config/tc-m68k.c: Likewise.
2855 * config/tc-m68k.h: Likewise.
2856 * config/tc-mcore.c (parse_psrmod): Likewise.
2857 * config/tc-metag.c (struct metag_core_option): Likewise.
2858 (struct metag_long_option): Likewise.
2859 * config/tc-microblaze.c: Likewise.
2860 * config/tc-mips.c (macro): Likewise.
2861 * config/tc-mn10200.c: Likewise.
2862 * config/tc-mn10300.c: Likewise.
2863 * config/tc-msp430.c (struct rcodes_s): Likewise.
2864 (struct hcodes_s): Likewise.
2865 (md_parse_option): Likewise.
2866 * config/tc-ns32k.c (struct ns32k_option): Likewise.
2867 (optlist): Likewise.
2868 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
2869 (tc_ppc_regname_to_dw2regnum): Likewise.
2870 * config/tc-ppc.h: Likewise.
2871 * config/tc-rl78.c: Likewise.
2872 * config/tc-rx.c (struct cpu_type): Likewise.
2873 * config/tc-sh.c (sh_regname_to_dw2regnum): Likewise.
2874 * config/tc-sparc.c (struct priv_reg_entry): Likewise.
2875 (sparc_ip): Likewise.
2876 * config/tc-spu.c (insn_fmt_string): Likewise.
2877 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
2878 * config/tc-v850.c: Likewise.
2879 * config/tc-visium.c (struct visium_arch_option_table): Likewise.
2880 (struct visium_long_option_table): Likewise.
2881 * config/tc-xgate.c: Likewise.
2882 * config/tc-z8k.c: Likewise.
2883 * read.c (add_include_dir): Likewise.
2884 * read.h: Likewise.
2885
2886 2016-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * testsuite/gas/all/gas.exp: Change target pattern to cover
2889 arceb-*.
2890 * testsuite/gas/all/redef3.d: Likewise.
2891 * testsuite/gas/elf/elf.exp: Likewise.
2892
2893 2016-02-24 Renlin Li <renlin.li@arm.com>
2894
2895 * config/tc-arm.c (BAD_FP16): New error message macro.
2896 (do_scalar_fp16_v82_encode): Change the coproc field to 9 for armv8.2
2897 fp16 scalar instructions.
2898 (neon_check_type): Allow different size from key.
2899 (do_vfp_nsyn_add_sub): Add support SE_H shape support.
2900 (try_vfp_nsyn): Likewise.
2901 (do_vfp_nsyn_mla_mls): Likewise.
2902 (do_vfp_nsyn_fma_fms): Likewise.
2903 (do_vfp_nsyn_ldm_stm): Likewise
2904 (do_vfp_nsyn_sqrt): Likewise
2905 (do_vfp_nsyn_div): Likewise
2906 (do_vfp_nsyn_nmul): Likewise.
2907 (do_vfp_nsyn_cmp): Likewise.
2908 (do_neon_shll): Likewise.
2909 (do_vfp_nsyn_cvt_fpv8): Likewise.
2910 (do_neon_cvttb_2): Likewise.
2911 (do_neon_mov): Likewise.
2912 (do_neon_rshift_round_imm): Likewise.
2913 (do_neon_ldr_str): Likewise.
2914 (do_vfp_nsyn_fpv8): Likewise.
2915 (do_vmaxnm): Likewise.
2916 (do_vrint_1): Likewise.
2917 (insns): New entry for vins, vmovx.
2918 (md_apply_fix): Left shift 1 bit for fp16 vldr/vstr.
2919 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: New.
2920 * testsuite/gas/arm/armv8-2-fp16-scalar.d: New.
2921 * testsuite/gas/arm/armv8-2-fp16-scalar.s: New.
2922 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.s: New
2923 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d: New
2924 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.l: New
2925
2926 2016-02-24 Renlin Li <renlin.li@arm.com>
2927
2928 * config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
2929 (neon_shape_class): New SC_HALF.
2930 (neon_shape_el): New SE_H.
2931 (neon_shape_el_size): New size for SE_H.
2932 (N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
2933 (neon_select_shape): Add SE_H support code.
2934 (el_type_of_type_chk): Use N_F_ALL.
2935 (do_vfp_nsyn_cvt): Add SE_H shape support.
2936 (do_neon_cvtz): Likewise.
2937 (do_neon_cvt_1): Likewise.
2938 (do_neon_cvttb_1): Likewise.
2939
2940 2016-02-24 Renlin Li <renlin.li@arm.com>
2941
2942 * testsuite/gas/arm/copro.d: Adjust output.
2943 * testsuite/gas/arm/copro.s: Adjust co-processor num.
2944
2945 2016-02-24 Renlin Li <renlin.li@arm.com>
2946
2947 * testsuite/gas/arm/mask_1.d: New.
2948 * testsuite/gas/arm/mask_1.s: New.
2949
2950 2016-02-24 Renlin Li <renlin.li@arm.com>
2951
2952 * testsuite/gas/arm/copro.s: Use coprocessor other than 10, 11.
2953 * testsuite/gas/arm/copro.d: Update.
2954
2955 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2956
2957 * config/tc-arm.c (arm_cpus): Add entry for cortex-a32.
2958 * doc/c-arm.texi (ARM Options): Document cortex-a32.
2959
2960 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2961
2962 * doc/c-arm.texi (ARM Options): Document cortex-a17.
2963
2964 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
2965
2966 * testsuite/gas/elf/elf.exp: Skip tests for common directive on
2967 hpux.
2968
2969 2016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2970
2971 * output-file.c (output_file_create): Make file name argument const.
2972 (output_file_close): Likewise.
2973 * output-file.h (output_file_create): Adjust.
2974 (output_file_close): Likewise.
2975 * depend.c (quote_string_for_make): Make src argument const char *.
2976 (register_dependency): Likewise.
2977 (wrap_output): Likewise.
2978 * as.h (register_dependency): Adjust.
2979 * config/tc-xtensa.c (finish_vinsn): Remove unnecessary calls to
2980 as_where ();
2981 * symbols.c (S_SET_EXTERNAL): Likewise.
2982 * input-scrub.c (as_where): Return the file name.
2983 * as.h (as_where): Adjust prototype.
2984 * app.c (do_scrub_chars): Adjust.
2985 * cond.c (s_elseif): Likewise.
2986 (s_else): Likewise.
2987 (initialize_cframe): Likewise.
2988 * config/obj-coff.c (obj_coff_init_stab_section): Likewise.
2989 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
2990 * config/obj-som.c (obj_som_init_stab_section): Likewise.
2991 * config/tc-aarch64.c (output_info): Likewise.
2992 * config/tc-ia64.c (md_assemble): Likewise.
2993 (dot_alias): Likewise.
2994 * config/tc-m68k.c (m68k_frob_label): Likewise.
2995 * config/tc-mmix.c (s_bspec): Likewise.
2996 (mmix_handle_mmixal): Likewise.
2997 * config/tc-rx.c (rx_include): Likewise.
2998 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
2999 (tic54x_adjust_symtab): Likewise.
3000 * config/tc-xtensa.c (directive_push): Likewise.
3001 (xtensa_sanity_check): Likewise.
3002 (xtensa_relax_frag): Likewise.
3003 (md_convert_frag): Likewise.
3004 (tinsn_to_slotbuf): Likewise.
3005 * dwarf2dbg.c (dwarf2_where): Likewise.
3006 * ecoff.c (add_file): Likewise.
3007 (ecoff_generate_asm_lineno): Likewise.
3008 * expr.c (make_expr_symbol): Likewise.
3009 * frags.c (frag_new): Likewise.
3010 (frag_var_init): Likewise.
3011 * listing.c (listing_newline): Likewise.
3012 * messages.c (identify): Likewise.
3013 (as_show_where): Likewise.
3014 (as_warn_internal): Likewise.
3015 (as_bad_internal): Likewise.
3016 * read.c (s_irp): Likewise.
3017 (s_macro): Likewise.
3018 (s_reloc): Likewise.
3019 * stabs.c (stabs_generate_asm_file): Likewise.
3020 (stabs_generate_asm_lineno): Likewise.
3021 (stabs_generate_asm_func): Likewise.
3022 * write.c (fix_new_internal): Likewise.
3023 * as.h (PRINTF_WHERE_LIKE): Make file name argument const.
3024 (as_warn_value_out_of_range): Adjust prototype.
3025 (as_bad_value_out_of_range): Adjust prototype.
3026 * messages.c (identify): Make file name argument const char *.
3027 (as_warn_internal): Likewise.
3028 (as_warn_where): Likewise.
3029 (as_bad_internal): Likewise.
3030 (as_bad_where): Likewise.
3031 (as_internal_value_out_of_range): Likewise.
3032 (as_warn_value_out_of_range): Likewise.
3033 (as_bad_value_out_of_range): Likewise.
3034 * as.h (found_comment_file): Change type to const char *.
3035 * cond.c (file_line::file): Likewise.
3036 * config/obj-coff.c (obj_coff_init_stab_section): Make variable const.
3037 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
3038 * config/obj-som.c (obj_som_init_stab_section): Likewise.
3039 * config/tc-aarch64.c (output_info): Likewise.
3040 * config/tc-alpha.c (insert_operand): Likewise.
3041 * config/tc-arc.c (insert_operand): Likewise.
3042 * config/tc-d30v.c (check_size): Likewise.
3043 * config/tc-ia64.c (struct alias): Likewise.
3044 * config/tc-m68k.c (struct label_line): Likewise.
3045 * config/tc-mcore.c (md_apply_fix): Likewise.
3046 * config/tc-microblaze.c (md_estimate_size_before_relax): Likewise.
3047 * config/tc-mips.c (mips16_immed): Likewise.
3048 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
3049 * config/tc-ppc.c (ppc_insert_operand): Likewise.
3050 * config/tc-rx.c (rx_include): Likewise.
3051 * config/tc-s390.c (s390_insert_operand): Likewise.
3052 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
3053 (tic54x_adjust_symtab): Likewise.
3054 * config/tc-tilegx.c (insert_operand): Likewise.
3055 (apply_special_operator): Likewise.
3056 * config/tc-tilepro.c (insert_operand): Likewise.
3057 * config/tc-xtensa.c (directive_push): Likewise.
3058 * ecoff.c (add_file): Likewise.
3059 (ecoff_generate_asm_lineno): Likewise.
3060 * listing.c (listing_newline): Likewise.
3061 * read.c (s_irp): Likewise.
3062 * write.c (install_reloc): Likewise.
3063 * write.h (struct fix): Likewise.
3064 * input-file.c (file_name): Change type to const char *.
3065 (saved_file::file_name): Likewise.
3066 (input_file_open): Change type of argument to const char *.
3067 * input-file.h (input_file_open): Adjust.
3068 * input-scrub.c (logical_input_file): change type to const char *.
3069 (physical_input_file): Likewise.
3070 (struct input_save): Adjust.
3071 (input_scrub_push): Adjust.
3072 (input_scrub_begin): Adjust.
3073 (as_where): Adjust.
3074 * input-scrub.c (input_scrub_new_file): Make file name argument const.
3075 (input_scrub_include_file): Likewise.
3076 (new_logical_line_flags): Likewise.
3077 (new_logical_line): Likewise.
3078 * as.h: Adjust.
3079 * frags.h (struct frag): Change type of fr_file to const char *.
3080 * expr.c (expr_symbol_where): Change type of file argument to
3081 const char **.
3082 * expr.h (expr_symbol_where): Likewise.
3083 * config/tc-i370.c (md_apply_fix): adjust.
3084 * config/tc-mmix.c (mmix_md_end): Likewise.
3085 * config/tc-ppc.c (md_apply_fix): Likewise.
3086 * config/tc-s390.c (md_apply_fix): Likewise.
3087 * symbols.c (report_op_error): Likewise.
3088 (resolve_symbol_value): Likewise.
3089 * config/tc-ia64.c (slot::src_file): Change type to const char *.
3090 (rsrc::file): Likewise.
3091 * config/tc-xtensa.c (xtensa_sanity_check): Change type of variable to
3092 const char *.
3093 (xtensa_relax_frag): Likewise.
3094 (md_convert_frag): Likewise.
3095 (tinsn_to_slotbuf): Likewise.
3096 * expr.c (expr_symbol_line): Likewise.
3097 * macro.c (define_macro): Likewise.
3098 * macro.h (macro_struct): Likewise.
3099 * messages.c (as_show_where): Likewise.
3100 * read.c (s_macro): Likewise.
3101 * stabs.c (stabs_generate_asm_file): Likewise.
3102 (generate_asm_file): Likewise.
3103 (stabs_generate_asm_lineno): Likewise.
3104 * write.h (struct reloc_list): Likewise.
3105 * input-scrub.c (as_where): Change return type to const char *.
3106 * as.h (as_wheree): Adjust.
3107
3108 2016-02-21 H.J. Lu <hongjiu.lu@intel.com>
3109
3110 * write.c (compress_debug): Move BFD compression bits setting
3111 to ...
3112 (write_object_file): Here.
3113
3114 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
3115
3116 * config/tc-i386.c (register_number): Check RegVRex.
3117 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
3118 with %zmm19 and %zmm3.
3119 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
3120 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
3121
3122 2016-02-19 Matthew Wahab <matthew.wahab@arm.com>
3123 Jiong Wang <jiong.wang@arm.com>
3124
3125 * config/tc-arm.c (arm_ext_fp16): New.
3126 (arm_extensions): New entry for "fp16".
3127
3128 2016-02-19 Nick Clifton <nickc@redhat.com>
3129
3130 PR 19630
3131 * read.c (read_a_source_file): Check for assemble_one returning
3132 with input_line_pointer set to NULL.
3133
3134 2016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3135
3136 * listing.c (rebuffer_line): Change return type to void.
3137
3138 * symbols.c (decode_local_label_name): Make type a const char *.
3139 * listing.c (print_source): Make type of p const char *.
3140 (print_line): Make type of string const char *.
3141 (buffer_line): Return const char *.
3142 (title): Make type const char *.
3143 (subtitle): Likewise.
3144 (listing_listing): Make type of p const char *.
3145 * messages.c (as_internal_value_out_of_range): Make type of prefix
3146 const char *.
3147 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
3148 and string const char *.
3149 * read.c (_bfd_rel): Make type of name const char *.
3150 * app.c (out_string): Change type to const char *.
3151 (struct app_save::out_string): Likewise.
3152
3153 2016-02-18 Dan Gisselquist <dgisselq@verizon.net>
3154 Nick Clifton <nickc@redhat.com>
3155
3156 * read.c (finish_bundle): Avoid recording a negative alignment.
3157 (do_align): Use unsigned values for n, len and max. Only create
3158 a frag if the alignment requirement is greater than the minimum
3159 byte alignment. Avoid recording a negative alignment.
3160 (s_align): Use unsigned values where appropriate.
3161 (bss_alloc): Use an unsigned value for the alignment.
3162 (sizeof_sleb128): Add a comment noting that we encode one octet
3163 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
3164 (emit_leb129_expr): Abort if the emitted encoding was longer than
3165 expected.
3166 * read.h (output_leb128): Update prototype.
3167 (sizeof_leb128): Update prototype.
3168 (bss_alloc): Update prototype.
3169 * write.c (record_alignment): Use an unsigned value for the
3170 alignment. Do not record alignments less than the minimum
3171 alignment for a byte.
3172 * write.h (record_alignment): Update prototype.
3173
3174 2016-02-17 Max Filippov <jcmvbkbc@gmail.com>
3175
3176 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
3177 .init.literal/.fini.literal section name.
3178 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
3179 list of xtensa tests.
3180 * testsuite/gas/xtensa/init-fini-literals.d: New file:
3181 init-fini-literals test result patterns.
3182 * testsuite/gas/xtensa/init-fini-literals.s: New file:
3183 init-fini-literals test.
3184
3185 2016-02-17 Nick Clifton <nickc@redhat.com>
3186
3187 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
3188 devices.csv file as of March 2016.
3189
3190 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
3191
3192 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
3193 function.
3194 (tc_arc_regname_to_dw2regnum): Likewise.
3195 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
3196 (tc_cfi_frame_initial_instructions): Likewise.
3197 (tc_regname_to_dw2regnum): Likewise.
3198 * testsuite/gas/cfi/cfi-arc-1.d: New file.
3199 * testsuite/gas/cfi/cfi-arc-1.s: Likewise.
3200 * testsuite/gas/cfi/cfi.exp: Allow running tests for arc.
3201
3202 2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
3203
3204 * doc/internals.texi (S_IS_EXTERN): Remove.
3205
3206 2016-02-16 Nick Clifton <nickc@redhat.com>
3207
3208 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
3209 update.
3210
3211 2016-02-16 Renlin Li <renlin.li@arm.com>
3212
3213 PR gas/19620
3214 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
3215 * testsuite/gas/aarch64/movw_label.d: New.
3216 * testsuite/gas/aarch64/movw_label.s: New.
3217
3218 2016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
3219
3220 PR gas/19556
3221 * config/rx-parse.y (MOV): Opcode generation for index
3222 register addressing mode.
3223 * testsuite/gas/rx/rx.exp: Updated for new testcase.
3224 * testsuite/gas/rx/pr19665.s: New file.
3225 * testsuite/gas/rx/pr19665.s: New file.
3226 * testsuite/gas/rx/mov.d: Update expected output.
3227
3228 2016-02-15 Nick Clifton <nickc@redhat.com>
3229
3230 * doc/as.texinfo (.section): Document that numeric values can now
3231 be used for the flags and type fields of the ELF target's .section
3232 directive. Add notes about the restrictions on setting flags and
3233 types.
3234 * config/obj-elf.c (obj_elf_change_section): Allow known sections
3235 to be given processor specific section types. Allow processor and
3236 application specific flags of a section to be set after
3237 definition.
3238 (obj_elf_parse_section_letters): Handle parsing numeric values.
3239 (obj_elf_section_type): Handle parsing numeric values.
3240 (obj_elf_section): Allow numeric type values.
3241 * config/obj-elf.h (obj_elf_change_section): Update prototype.
3242 * testsuite/gas/elf/section10.d: New test.
3243 * testsuite/gas/elf/section10.s: Source file for new test.
3244 * testsuite/gas/elf/elf.exp: Run the new test.
3245 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
3246 the description of the flags produced by readelf.
3247 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
3248 * NEWS: Mention the new feature.
3249
3250 2016-02-11 Nick Clifton <nickc@redhat.com>
3251
3252 PR gas/19614
3253 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
3254 until it is actually used.
3255 (cfi_set_sections): Set cfi_sections_set to true.
3256 (dot_cfi_startproc): Likewise.
3257 (dot_cfi_endproc): Likewise.
3258 (dot_cfi_fde_data): Likewise.
3259 (cfi_finish): Likewise.
3260 (dot_cfi_sections): Do not set cfi_sections_set.
3261 * doc/as.texinfo (.cfi_sections): Note that targets can provide
3262 their own cfi section name. Also note that the directive can be
3263 reissued provided that CFI generation has not started.
3264 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
3265 .cfi_endproc directives so that the redefinition of .cfi_sections
3266 will trigger the generation of the error message.
3267 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
3268 number of error message.
3269
3270 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
3271 Janek van Oirschot <jvanoirs@synopsys.com>
3272
3273 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
3274 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
3275 Define.
3276 (arc_flags, arc_relax_type): New structure.
3277 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
3278 (RELAX_TABLE_ENTRY_MAX): New define.
3279 (relaxation_state, md_relax_table, arc_relaxable_insns)
3280 (arc_num_relaxable_ins): New variable.
3281 (rlx_operand_type, arc_rlx_types): New enums.
3282 (arc_relaxable_ins): New structure.
3283 (OPTION_RELAX): New option.
3284 (arc_insn): New relax member.
3285 (arc_flags): Remove.
3286 (relax_insn_p): New function.
3287 (apply_fixups): Likewise.
3288 (relaxable_operand): Likewise.
3289 (may_relax_expr): Likewise.
3290 (relaxable_flag): Likewise.
3291 (arc_pcrel_adjust): Likewise.
3292 (md_estimate_size_before_relax): Implement.
3293 (md_convert_frag): Likewise.
3294 (md_parse_option): Handle new mrelax option.
3295 (md_show_usage): Likewise.
3296 (assemble_insn): Set relax member.
3297 (emit_insn0): New function.
3298 (emit_insn1): Likewise.
3299 (emit_insn): Handle relaxation case.
3300 * NEWS: Mention the new relaxation option.
3301 * doc/c-arc.texi (ARC Options): Document new mrelax option.
3302 * doc/as.texinfo (Target ARC Options): Likewise.
3303 * testsuite/gas/arc/relax-avoid1.d: New file.
3304 * testsuite/gas/arc/relax-avoid1.s: Likewise.
3305 * testsuite/gas/arc/relax-avoid2.d: Likewise.
3306 * testsuite/gas/arc/relax-avoid2.s: Likewise.
3307 * testsuite/gas/arc/relax-avoid3.d: Likewise.
3308 * testsuite/gas/arc/relax-avoid3.s: Likewise.
3309 * testsuite/gas/arc/relax-b.d: Likewise.
3310 * testsuite/gas/arc/relax-b.s: Likewise.
3311
3312 2016-02-08 Nick Clifton <nickc@redhat.com>
3313
3314 * config/tc-ia64.c (dot_prologue): Fix formatting.
3315
3316 2016-02-04 Nick Clifton <nickc@redhat.com>
3317
3318 * config/obj-elf.c (obj_elf_change_section): Remove support for
3319 ARM NOREAD sections.
3320 * config/tc-arm.c (arm_elf_section_letter): Delete.
3321 * config/tc-arm.h (md_elf_section_letter): Delete.
3322 * doc/c-arm.texi (ARM Section Attribute): Delete section.
3323 * testsuite/gas/arm/section-execute-only.d: Delete.
3324 * testsuite/gas/arm/section-execute-only.s: Delete.
3325
3326 2016-02-04 Nick Clifton <nickc@redhat.com>
3327
3328 PR target/19561
3329 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
3330 to handle encoding of RRUX instruction.
3331 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
3332 shift instructions.
3333 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
3334
3335 2016-02-03 Max Filippov <jcmvbkbc@gmail.com>
3336
3337 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
3338 substitutions for BFD_RELOC_* as unsigned.
3339 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
3340 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
3341 * testsuite/gas/xtensa/loc.s: New file: loc test.
3342
3343 2016-02-03 Kevin Buettner <kevinb@redhat.com>
3344
3345 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
3346
3347 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
3348
3349 PR gas/19520
3350 * NEWS: Mention new command line option -mrelax-relocations and
3351 new configure option --enable-x86-relax-relocations for x86
3352 target.
3353 * config.in: Regenerated.
3354 * configure.ac: Add --enable-x86-relax-relocations.
3355 (ac_default_x86_relax_relocations): New. Default to 1 except
3356 for x86 Solaris targets older than Solaris 12.
3357 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
3358 * configure: Likewise.
3359 * config/tc-i386.c (generate_relax_relocations): New.
3360 (OPTION_MRELAX_RELOCATIONS): Likewise.
3361 (output_disp): Don't generate relax relocations if
3362 generate_relax_relocations is 0.
3363 (md_longopts): Add -mrelax-relocations.
3364 (md_show_usage): Likewise.
3365 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
3366 * doc/c-i386.texi: Document -mrelax-relocations=.
3367 * testsuite/gas/i386/got-no-relax.d: New file.
3368 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
3369 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
3370 * testsuite/gas/i386/localpic.d: Likewise.
3371 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
3372 * testsuite/gas/i386/reloc32.d: Likewise.
3373 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
3374 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
3375 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
3376 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
3377 * testsuite/gas/i386/i386.exp: Run got-no-relax and
3378 x86-64-gotpcrel-no-relax.
3379
3380 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
3381
3382 * NEWS: Mention new command line option -mfence-as-lock-add=yes
3383 for x86 target.
3384
3385 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
3386
3387 * NEWS: Remove duplicated marker for 2.26.
3388
3389 2016-02-02 Renlin Li <renlin.li@arm.com>
3390
3391 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
3392
3393 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * testsuite/gas/ip2k/allinsn.d: New file.
3396 * testsuite/gas/ip2k/allinsn.s: New file.
3397 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
3398
3399 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
3402 some load instructions.
3403 * testsuite/gas/epiphany/allinsn.d: Likewise.
3404 * testsuite/gas/epiphany/regression.d: Likewise.
3405
3406 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
3409 suffixes from instruction mnemonics in expected output.
3410 * testsuite/gas/epiphany/allinsn.d: Likewise.
3411 * testsuite/gas/epiphany/regression.d: Likewise.
3412 * testsuite/gas/epiphany/sample.d: Likewise.
3413
3414 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
3415
3416 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
3417 names.
3418 * testsuite/gas/epiphany/allinsn.d: Likewise.
3419 * testsuite/gas/epiphany/sample.d: Likewise.
3420
3421 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
3422
3423 * testsuite/gas/epiphany/sample.d: Update expected output.
3424
3425 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
3426
3427 * config/tc-arc.c (md_apply_fix): Allow addendum.
3428 (arc_reloc_op): Allow complex expressions for tpoff.
3429 (md_apply_fix): Handle resolved TLS local symbol.
3430 * testsuite/gas/arc/tls-relocs1.d: New file.
3431 * testsuite/gas/arc/tls-relocs1.s: Likewise.
3432
3433 2016-02-01 Loria <Loria@phantasia.org>
3434
3435 PR target/19311
3436 * config/tc-arm.c (encode_arm_immediate): Recode to improve
3437 efficiency and avoid an LLVM loop optimization bug.
3438
3439 2016-02-01 Nick Clifton <nickc@redhat.com>
3440
3441 * config/tc-microblaze.c (parse_imm): Fix compile time warning
3442 message extending a negative 32-bit value into a larger signed
3443 value on a 32-bit host.
3444
3445 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
3446
3447 PR gas/19532
3448 * configure.ac (compressed_debug_sections): Replace == with =.
3449 * configure: Regenerated.
3450
3451 2016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
3452 H.J. Lu <hongjiu.lu@intel.com>
3453
3454 * config/tc-i386.c (avoid_fence): New.
3455 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
3456 is true.
3457 (OPTION_FENCE_AS_LOCK_ADD): New.
3458 (md_longopts): Add -mfence-as-lock-add.
3459 (md_parse_option): Handle -mfence-as-lock-add.
3460 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
3461 * doc/c-i386.texi (-mfence-as-lock-add): Document.
3462 * testsuite/gas/i386/i386.exp: Run new tests.
3463 * testsuite/gas/i386/fence-as-lock-add.s: New.
3464 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
3465 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
3466 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
3467 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
3468
3469 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
3470
3471 * configure.ac (compressed_debug_sections): Remove trailing `]'.
3472 * configure: Regenerated.
3473
3474 2016-01-25 H.J. Lu <hongjiu.lu@intel.com>
3475
3476 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
3477 (OPTION_MOMIT_LOCK_PREFIX): This.
3478 (md_longopts): Updated.
3479 (md_parse_option): Likewise.
3480
3481 2016-01-25 Catherine Moore <clm@codesourcery.com>
3482
3483 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
3484 if abicalls are in effect.
3485 * testsuite/gas/mips/sdata-gp.s: New test.
3486 * testsuite/gas/mips/sdata-gp.d: New expected output
3487 * testsuite/gas/mips/mips.exp: Run new test.
3488
3489 2016-01-25 Renlin Li <renlin.li@arm.com>
3490
3491 * testsuite/gas/arm/thumb2_it_search.d: New.
3492 * testsuite/gas/arm/thumb2_it_search.s: New.
3493
3494 2016-01-21 Nick Clifton <nickc@redhat.com>
3495
3496 PR gas/19454
3497 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
3498 with arm-netbsdelf target.
3499 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
3500
3501 2016-01-20 Nick Clifton <nickc@redhat.com>
3502
3503 PR 19456
3504 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
3505 * testsuite/gas/arm/blx-bl-convert.d
3506 * testsuite/gas/arm/plt-1.d: Likewise.
3507 * testsuite/gas/arm/reloc-bad.d: Likewise.
3508 * testsuite/gas/arm/thumb-w-good.d: Likewise.
3509 * testsuite/gas/arm/thumb2_pool.d: Likewise.
3510 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
3511 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
3512
3513 PR 19499
3514 * doc/as.texinfo (Errors): Correct documentation describing the
3515 interaction of .file and .line with warning and error messages.
3516
3517 PR 19458
3518 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
3519 * testsuite/gas/arm/archv8m-main.d: Likewise.
3520 * testsuite/gas/arm/archv8m-base.d: Likewise.
3521
3522 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
3523
3524 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
3525 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
3526 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
3527
3528 2016-01-20 Mickael Guene <mickael.guene@st.com>
3529 Terry Guo <terry.guo@arm.com>
3530
3531 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
3532 SHF_ARM_NOREAD section flag.
3533 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
3534 handle letter 'y'.
3535 (arm_elf_section_letter) : Declare it.
3536 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
3537 SHF_ARM_NOREAD section flag.
3538 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
3539
3540 * testsuite/gas/arm/section-execute-only.s: New test case.
3541 * testsuite/gas/arm/section-execute-only.d: Expected output.
3542
3543 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
3544
3545 * config/tc-mips.c (micromips_insn_length): Remove the mention
3546 of 48-bit microMIPS instructions.
3547
3548 2016-01-18 Alan Modra <amodra@gmail.com>
3549
3550 * configure: Regenerate.
3551
3552 2016-01-17 Alan Modra <amodra@gmail.com>
3553
3554 * configure: Regenerate.
3555
3556 2016-01-17 Alan Modra <amodra@gmail.com>
3557
3558 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
3559
3560 2016-01-14 Nick Clifton <nickc@redhat.com>
3561
3562 * testsuite/gas/rl78/sp-relative-movw.s: New test.
3563 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
3564 * testsuite/gas/rl78/rl78.exp: Run the new test.
3565
3566 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
3567
3568 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
3569 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
3570
3571 2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
3572
3573 * config/tc-nios2.c (output_movia): Preset `code' to 0.
3574
3575 2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
3576
3577 * config/tc-h8300.c (get_operand): Remove spurious condition in
3578 test for closing parenthesis.
3579
3580 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
3581
3582 * config/tc-arm.c (arm_ext_v8_2): New.
3583 (insns): Add "esb".
3584 * testsuite/gas/arm/armv8_2-a.d: New.
3585 * testsuite/gas/arm/armv8_2-a.s: New.
3586
3587 2016-01-12 Alan Modra <amodra@gmail.com>
3588
3589 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
3590
3591 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
3592
3593 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
3594 xvcmpnesp, xvcmpnesp.>: Delete tests.
3595 * testsuite/gas/ppc/power9.s: Likewise.
3596 * testsuite/gas/ppc/vsx3.d: Likewise.
3597 * testsuite/gas/ppc/vsx3.s: Likewise.
3598
3599 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
3600
3601 PR gas/13050
3602 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
3603 * testsuite/gas/m68k/p13050-1.s: New file.
3604 * testsuite/gas/m68k/p13050-2.d: New file.
3605 * testsuite/gas/m68k/p13050-2.s: New file.
3606
3607 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
3610 * testsuite/gas/arc/add.d: Likewise.
3611 * testsuite/gas/arc/and.d: Likewise.
3612 * testsuite/gas/arc/asl.d: Likewise.
3613 * testsuite/gas/arc/asr.d: Likewise.
3614 * testsuite/gas/arc/bic.d: Likewise.
3615 * testsuite/gas/arc/extb.d: Likewise.
3616 * testsuite/gas/arc/extw.d: Likewise.
3617 * testsuite/gas/arc/j.d: Likewise.
3618 * testsuite/gas/arc/jl.d: Likewise.
3619 * testsuite/gas/arc/ld2.d: Likewise.
3620 * testsuite/gas/arc/lsr.d: Likewise.
3621 * testsuite/gas/arc/mov.d: Likewise.
3622 * testsuite/gas/arc/or.d: Likewise.
3623 * testsuite/gas/arc/pcl-relocs.d: Likewise.
3624 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
3625 * testsuite/gas/arc/pic-relocs.d: Likewise.
3626 * testsuite/gas/arc/plt-relocs.d: Likewise.
3627 * testsuite/gas/arc/rlc.d: Likewise.
3628 * testsuite/gas/arc/ror.d: Likewise.
3629 * testsuite/gas/arc/rrc.d: Likewise.
3630 * testsuite/gas/arc/sbc.d: Likewise.
3631 * testsuite/gas/arc/sda-relocs.d: Likewise.
3632 * testsuite/gas/arc/sda-relocs2.d: Likewise.
3633 * testsuite/gas/arc/sexb.d: Likewise.
3634 * testsuite/gas/arc/sexw.d: Likewise.
3635 * testsuite/gas/arc/st.d: Likewise.
3636 * testsuite/gas/arc/sub.d: Likewise.
3637 * testsuite/gas/arc/tls-relocs.d: Likewise.
3638 * testsuite/gas/arc/xor.d: Likewise.
3639
3640 2016-01-01 Alan Modra <amodra@gmail.com>
3641
3642 Update year range in copyright notice of all files.
3643
3644 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
3645 \f
3646 Copyright (C) 2016 Free Software Foundation, Inc.
3647
3648 Copying and distribution of this file, with or without modification,
3649 are permitted in any medium without royalty provided the copyright
3650 notice and this notice are preserved.
3651
3652 Local Variables:
3653 mode: change-log
3654 left-margin: 8
3655 fill-column: 74
3656 version-control: never
3657 End:
This page took 0.133217 seconds and 5 git commands to generate.