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