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