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