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