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