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