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