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