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