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