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