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