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