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