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