Revert "gas/arc: Make .cpu directive case-insensitive"
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2016-04-17 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 Revert prevous change.
4 * config/tc-arc.c (arc_option): Make .cpu directive
5 case-sensitive again.
6
7 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * config/tc-arc.c (arc_option): Make .cpu directive
10 case-insensitive.
11
12 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * config/tc-arc.c (arc_option): Allow NPS400 in .cpu directive.
15
16 2016-04-15 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
17
18 * config/tc-mips.c (md_begin): Remove useless assignment.
19
20 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
21
22 * Makefile.in: Regenerated with automake 1.11.6.
23 * aclocal.m4: Likewise.
24 * doc/Makefile.in: Likewise.
25
26 2016-04-15 Alan Modra <amodra@gmail.com>
27
28 * config/tc-ppc.c (toc_reloc_types): Wrap in #ifdef OBJ_ELF
29
30 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
31
32 * config/tc-nios2.c (nios2_as_options): Make file static.
33 * config/tc-ppc.c (toc_reloc_ypes): Likewise.
34 * config/tc-sparc.c (native_op_table): Likewise.
35
36 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
37
38 * config/tc-m32c.c (M32C_Macros): Remove.
39 * config/tc-msp430.c (option_numbers): Likewise.
40
41 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * testsuite/gas/arc/nps400-3.d: New file.
44 * testsuite/gas/arc/nps400-3.s: New file.
45
46 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * testsuite/gas/arc/add_s-err.s: Update target pattern.
49 * testsuite/gas/arc/warn.s: Likewise.
50 * testsuite/gas/elf/elf.exp: Run test for arc.
51
52 2016-04-14 Nick Clifton <nickc@redhat.com>
53
54 PR target/19938
55 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Allow for the string
56 sections possibly having the SHF_STRINGS flag bit set.
57 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
58
59 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
60
61 * config/tc-arc.c (mach_type_specified_p): Change type to
62 bfd_boolean.
63 (arc_option): Set private flags when parsing cpu pseudo-op.
64 (md_parse_option): Set mach_type_specified_p to TRUE.
65
66 2016-04-13 Nick Clifton <nickc@redhat.com>
67
68 PR target/19937
69 * testsuite/gas/v850/pr19937.s: New test.
70 * testsuite/gas/v850/pr19937.d: New test control file.
71 * testsuite/gas/v850/basic.exp: Run the new test.
72
73 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
74 Andrew Bennett <andrew.bennett@imgtec.com>
75
76 * config/tc-mips.c (relaxed_branch_length): Use the long
77 sequence where the target is a weak symbol.
78 (relaxed_micromips_32bit_branch_length): Likewise.
79 (relaxed_micromips_16bit_branch_length): Likewise.
80 * testsuite/gas/mips/branch-weak-1.d: New test.
81 * testsuite/gas/mips/branch-weak-2.d: New test.
82 * testsuite/gas/mips/branch-weak-3.d: New test.
83 * testsuite/gas/mips/branch-weak-4.d: New test.
84 * testsuite/gas/mips/branch-weak-5.d: New test.
85 * testsuite/gas/mips/branch-weak.l: New stderr output.
86 * testsuite/gas/mips/branch-weak.s: New test source.
87 * testsuite/gas/mips/mips.exp: Run the new tests.
88
89 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
90
91 * config/tc-mips.c (relaxed_branch_length): Use the long
92 sequence where the distance cannot be determined.
93 (relaxed_micromips_32bit_branch_length): Likewise.
94 * testsuite/gas/mips/branch-extern-1.d: New test.
95 * testsuite/gas/mips/branch-extern-2.d: New test.
96 * testsuite/gas/mips/branch-extern-3.d: New test.
97 * testsuite/gas/mips/branch-extern-4.d: New test.
98 * testsuite/gas/mips/branch-extern.l: New stderr output.
99 * testsuite/gas/mips/branch-extern.s: New test source.
100 * testsuite/gas/mips/branch-section-1.d: New test.
101 * testsuite/gas/mips/branch-section-2.d: New test.
102 * testsuite/gas/mips/branch-section-3.d: New test.
103 * testsuite/gas/mips/branch-section-4.d: New test.
104 * testsuite/gas/mips/branch-section.l: New stderr output.
105 * testsuite/gas/mips/branch-section.s: New test source.
106 * testsuite/gas/mips/mips.exp: Run the new tests.
107
108 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
109
110 * testsuite/gas/arc/textauxregister.d: New file.
111 * testsuite/gas/arc/textauxregister.s: Likewise.
112 * testsuite/gas/arc/textcondcode.d: Likewise.
113 * testsuite/gas/arc/textcondcode.s: Likewise.
114 * testsuite/gas/arc/textcoreregister.d: Likewise.
115 * testsuite/gas/arc/textcoreregister.s: Likewise.
116 * testsuite/gas/arc/textpseudoop.d: Likewise.
117 * testsuite/gas/arc/textpseudoop.s: Likewise.
118 * testsuite/gas/arc/ld2.d: Update test.
119 * testsuite/gas/arc/st.d: Likewise.
120 * testsuite/gas/arc/taux.d: Likewise.
121 * doc/c-arc.texi (ARC Directives): Add .extCondCode,
122 .extCoreRegister and .extAuxRegister documentation.
123 * config/tc-arc.c (arc_extcorereg): New function.
124 (md_pseudo_table): Add .extCondCode, .extCoreRegister and
125 .extAuxRegister pseudo-ops.
126 (extRegister_t): New type.
127 (ext_condcode, arc_aux_hash): New global variable.
128 (find_opcode_match): Check for extensions.
129 (preprocess_operands): Likewise.
130 (md_begin): Add aux registers in a hash.
131 (assemble_insn): Update use arc_flags member.
132 (tokenize_extregister): New function.
133 (create_extcore_section): Likewise.
134 * config/tc-arc.h (arc_flags): Delete code, add flgp.
135
136 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
137
138 * testsuite/gas/arc/noargs_a7.d: New file.
139 * testsuite/gas/arc/noargs_a7.s: Likewise.
140 * testsuite/gas/arc/noargs_hs.d: Likewise.
141 * testsuite/gas/arc/noargs_hs.s: Likewise.
142
143 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
144
145 * testsuite/gas/arc/textinsn-errors.d: New File.
146 * testsuite/gas/arc/textinsn-errors.err: Likewise.
147 * testsuite/gas/arc/textinsn-errors.s: Likewise.
148 * testsuite/gas/arc/textinsn2op.d: Likewise.
149 * testsuite/gas/arc/textinsn2op.s: Likewise.
150 * testsuite/gas/arc/textinsn2op01.d: Likewise.
151 * testsuite/gas/arc/textinsn2op01.s: Likewise.
152 * testsuite/gas/arc/textinsn3op.d: Likewise.
153 * testsuite/gas/arc/textinsn3op.s: Likewise.
154 * doc/c-arc.texi (ARC Directives): Add .extInstruction
155 documentation.
156 * config/tc-arc.c (arcext_section): New variable.
157 (arc_extinsn): New function.
158 (md_pseudo_table): Add .extInstruction pseudo op.
159 (attributes_t): New type.
160 (suffixclass, syntaxclass, syntaxclassmod): New constant
161 structures.
162 (find_opcode_match): Remove arc_num_opcodes.
163 (md_begin): Likewise.
164 (tokenize_extinsn): New function.
165 (arc_set_ext_seg): Likewise.
166 (create_extinst_section): Likewise.
167
168 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
169
170 * config/tc-arc.c (preprocess_operands): Mark AUX symbol.
171 (arc_adjust_symtab): New function.
172 * config/tc-arc.h (ARC_FLAG_AUX): Define.
173 (obj_adjust_symtab): Likewise.
174 * testsuite/gas/arc/taux.d: New file.
175 * testsuite/gas/arc/taux.s: Likewise.
176
177 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
178
179 * config/tc-mips.c (s_option): Sanitize `.option picX'
180 pseudo-op.
181 * testsuite/gas/mips/option-pic-1.d: New test.
182 * testsuite/gas/mips/option-pic-2.l: New list test.
183 * testsuite/gas/mips/option-pic-1.s: New test source.
184 * testsuite/gas/mips/option-pic-2.s: New test source.
185 * testsuite/gas/mips/mips.exp: Run the new tests.
186
187 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
188
189 * config/tc-mips.c (s_option): Reject `.option picX' if VxWorks
190 PIC.
191 * testsuite/gas/mips/option-pic-vxworks-1.l: New list test.
192 * testsuite/gas/mips/option-pic-vxworks-2.l: New list test.
193 * testsuite/gas/mips/option-pic-vxworks-1.s: New test source.
194 * testsuite/gas/mips/option-pic-vxworks-2.s: New test source.
195 * testsuite/gas/mips/mips.exp: Run the new tests.
196
197 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
198
199 * config/tc-mips.c (can_swap_branch_p): Correct call formatting.
200
201 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
202
203 * messages.c (as_bad): Fix a typo in description.
204
205 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
206
207 * config/tc-mips.c (mips_check_options): Unify messages.
208
209 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
210
211 * config/tc-mips.c (mips_check_options): Use `opts->isa'
212 consistently.
213
214 2016-04-08 Nick Clifton <nickc@redhat.com>
215
216 PR target/19910
217 * testsuite/gas/sparc/pr19910-1.d: Adjust regexps to work with
218 COFF and AOUT sparc targets.
219
220 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * config/tc-arc.h (MAX_FLAG_NAME_LENGTH): Increase to 7.
223 * testsuite/gas/arc/nps400-2.d: New file.
224 * testsuite/gas/arc/nps400-2.s: New file.
225
226 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
227
228 * config/tc-arc.c (struct arc_opcode_hash_entry_iterator): New
229 structure.
230 (arc_opcode_hash_entry_iterator_init): New function.
231 (arc_opcode_hash_entry_iterator_next): New function.
232 (find_opcode_match): Iterate over all arc_opcode entries
233 referenced by the arc_opcode_hash_entry passed in as a parameter.
234
235 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * config/tc-arc.c (arc_find_opcode): Now returns
238 arc_opcode_hash_entry pointer.
239 (find_opcode_match): Update argument type, extract arc_opcode from
240 incoming arc_opcode_hash_entry.
241 (find_special_case_pseudo): Update return type.
242 (find_special_case_flag): Update return type.
243 (find_special_case): Update return type.
244 (assemble_tokens): Lookup arc_opcode_hash_entry based on
245 instruction mnemonic, then use find_opcode_match to identify
246 specific arc_opcode.
247
248 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * config/tc-arc.c (struct arc_opcode_hash_entry): New structure.
251 (arc_find_opcode): New function.
252 (find_special_case_pseudo): Use arc_find_opcode.
253 (find_special_case_flag): Likewise.
254 (assemble_tokens): Likewise.
255 (md_begin): Build hash using struct arc_opcode_hash_entry.
256
257 2016-04-07 Claudiu Zissulescu <claziss@synopsys.com>
258
259 * config/tc-arc.c (arc_option): Prepare string for automatic
260 translation.
261 (declare_register): Likewise.
262
263 2016-04-06 James Greenhalgh <james.greenhalgh@arm.com>
264
265 * doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
266 Correct entry for RDMA. Alpha sort entries.
267
268 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * config/tc-arc.c (tokenize_flags): Allow greater range of
271 characters into flag names.
272
273 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * config/tc-arc.c (find_opcode_match): Handle O_symbol case, add
276 new de_fault label.
277 (preprocess_operands): Delete.
278 (assemble_tokens): Remove call to preprocess_operands.
279
280 2016-04-07 Nick Clifton <nickc@redhat.com>
281
282 PR gas/19910
283 * config/tc-sparc.c (sparc_ip): Report an error if the expression
284 inside a %-macro could not be fully parsed.
285 * expr.c (integer_constant): Accept and ignore U suffixes to
286 integers.
287 (operand): When a missing closing parenthesis is encountered,
288 report the character that was found instead.
289 * testsuite/gas/mips/tls-ill.l: Update expected error message.
290 * testsuite/gas/sparc/pr19910-1.d: New test driver.
291 * testsuite/gas/sparc/pr19910-1.s: New test.
292 * testsuite/gas/sparc/pr19910-2.l: Expected error output.
293 * testsuite/gas/sparc/pr19910-2.s: New test.
294 * testsuite/gas/sparc/sparc.exp: Run the new tests.
295
296 2016-04-06 Nick Clifton <nickc@redhat.com>
297
298 * config/tc-msp430.c (msp430_operands): Check for a NOP preceding
299 an EINT instruction. Warn/fix as necessary.
300 * testsuite/gas/msp430/bad.s: Add test of EINT without preceding NOP.
301 * testsuite/gas/msp430/bad.l: Update expected messages.
302
303 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
304
305 * testsuite/gas/arc/nps400-1.d: Update expected results.
306 * testsuite/gas/arc/nps400-1.s: Additional test cases.
307
308 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
309
310 * config/tc-arc.c (is_code_density_p): Compare directly the
311 subclass field.
312 (is_spfp_p, is_dpfp_p, is_spfp_p): Define.
313 (check_cpu_feature): New function.
314 (find_opcode_match): Use check_cpu_feature function.
315 (preprocess_operands): Likewise.
316 (md_parse_option): Use mfpuda, mdpfp, mspfp options.
317 * testsuite/gas/arc/tdpfp.d: New file.
318 * testsuite/gas/arc/tfpuda.d: Likewise.
319 * testsuite/gas/arc/tfpx.s: Likewise.
320
321 2016-04-05 Jiong Wang <jiong.wang@arm.com>
322
323 * config/tc-arm.c (do_neon_mac_maybe_scalar): Allow F16.
324 * testsuite/gas/arm/armv8-2-fp16-simd.s: New tests.
325 * testsuite/gas/arm/armv8-2-fp16-simd.d: New expected results.
326 * testsuite/gas/arm/armv8-2-fp16-simd-thum.d: Likewise for Thumb.
327 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New warning results.
328 * testsuite/gas/arm/simd_by_scalar_low_regbank.s: New test source.
329 * testsuite/gas/arm/simd_by_scalar_low_regbank.d: New testcase.
330 * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d: Likewise
331 for Thumb.
332 * testsuite/gas/arm/simd_by_scalar_low_regbank.l: New warning results.
333
334 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
335
336 * config/tc-arc.c (assemble_insn): Prohibit pc-rel relocations for
337 JUMP instructions type.
338 * testsuite/gas/arc/relocs-errors.d: New file.
339 * testsuite/gas/arc/relocs-errors.err: Likewise.
340 * testsuite/gas/arc/relocs-errors.s: Likewise.
341
342 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
343
344 PR gas/19909
345 * config/tc-i386.c (check_VecOperands): Try vec_disp8 encoding
346 only if i.disp_encoding != disp_encoding_32bit.
347 * gas/testsuite/gas/i386/disp32.s: Add tests for vmovdqu64.d32.
348 * gas/testsuite/gas/i386/x86-64-disp32.s: Likewise.
349 * gas/testsuite/gas/i386/disp32.d: Updated.
350 * gas/testsuite/gas/i386/x86-64-disp32.d: Likewise.
351
352 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
353
354 PR gas/19498
355 * testsuite/gas/i386/i386.exp: Run pr19498.
356 * testsuite/gas/i386/pr19498.d: New file.
357 * testsuite/gas/i386/pr19498.s: Likewise.
358
359 2016-04-04 Andrew Burgess <andrew.burgess@embecosm.com>
360
361 * config/tc-arc.h: Include 'opcode/arc.h'.
362 (MAX_INSN_ARGS): Delete.
363 (MAX_INSN_FLGS): Delete.
364
365 2016-04-04 Alan Modra <amodra@gmail.com>
366
367 PR 19498
368 * symbols.c (resolve_symbol_value): Clear sy_resolving on exit
369 from function on all paths that set sy_resolving.
370
371 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
372
373 * app.c (app_push): use XNEW macro.
374 * as.c: Likewise.
375 * config/obj-elf.c (obj_elf_change_section): Likewise.
376 (elf_copy_symbol_attributes): Likewise.
377 (obj_elf_size): Likewise.
378 (build_group_lists): Likewise.
379 * config/tc-aarch64.c (add_operand_error_record): Likewise.
380 (md_assemble): Likewise.
381 (tc_gen_reloc): Likewise.
382 (get_upper_str): Likewise.
383 (aarch64_parse_features): Likewise.
384 * config/tc-arm.c (insert_reg_alias): Likewise.
385 (insert_neon_reg_alias): Likewise.
386 (find_or_make_literal_pool): Likewise.
387 (s_arm_elf_cons): Likewise.
388 (add_unwind_opcode): Likewise.
389 (arm_parse_extension): Likewise.
390 * config/tc-avr.c (create_record_for_frag): Likewise.
391 * config/tc-crx.c: Likewise.
392 * config/tc-d30v.c: Likewise.
393 * config/tc-dlx.c (s_proc): Likewise.
394 * config/tc-ft32.c: Likewise.
395 * config/tc-h8300.c: Likewise.
396 * config/tc-hppa.c (pa_proc): Likewise.
397 (create_new_space): Likewise.
398 (create_new_subspace): Likewise.
399 * config/tc-i860.c: Likewise.
400 * config/tc-i960.c: Likewise.
401 * config/tc-ia64.c: Likewise.
402 * config/tc-iq2000.c (iq2000_add_macro): Likewise.
403 (iq2000_record_hi16): Likewise.
404 * config/tc-m32c.c (m32c_indirect_operand): Likewise.
405 * config/tc-m32r.c (debug_sym): Likewise.
406 (m32r_record_hi16): Likewise.
407 * config/tc-m68k.c (m68k_ip): Likewise.
408 (md_begin): Likewise.
409 * config/tc-mcore.c: Likewise.
410 * config/tc-microblaze.c (check_got): Likewise.
411 * config/tc-mips.c (append_insn): Likewise.
412 (s_mipsset): Likewise.
413 (mips_record_label): Likewise.
414 (s_mips_end): Likewise.
415 * config/tc-mmix.c (mmix_frob_file): Likewise.
416 * config/tc-mn10200.c: Likewise.
417 * config/tc-mn10300.c: Likewise.
418 * config/tc-moxie.c: Likewise.
419 * config/tc-msp430.c: Likewise.
420 * config/tc-nds32.c (nds32_elf_save_pseudo_pattern): Likewise.
421 * config/tc-ns32k.c: Likewise.
422 * config/tc-or1k.c: Likewise.
423 * config/tc-pdp11.c: Likewise.
424 * config/tc-pj.c (fake_opcode): Likewise.
425 * config/tc-ppc.c (ppc_apuinfo_section_add): Likewise.
426 (ppc_macro): Likewise.
427 (ppc_dwsect): Likewise.
428 (ppc_machine): Likewise.
429 * config/tc-rl78.c (rl78_frag_init): Likewise.
430 * config/tc-rx.c (rx_frag_init): Likewise.
431 * config/tc-s390.c (s390_lit_suffix): Likewise.
432 (s390_machine): Likewise.
433 (s390_machinemode): Likewise.
434 * config/tc-score.c (s3_insert_reg): Likewise.
435 (s3_gen_reloc): Likewise.
436 * config/tc-score7.c (s7_insert_reg): Likewise.
437 (s7_gen_reloc): Likewise.
438 * config/tc-tic30.c (tic30_operand): Likewise.
439 * config/tc-tic4x.c (tic4x_inst_make): Likewise.
440 * config/tc-tic54x.c (stag_add_field): Likewise.
441 (tic54x_struct): Likewise.
442 (tic54x_space): Likewise.
443 (tic54x_field): Likewise.
444 (tic54x_mlib): Likewise.
445 (subsym_substitute): Likewise.
446 * config/tc-tic6x.c (tic6x_frob_label): Likewise.
447 * config/tc-vax.c: Likewise.
448 * config/tc-xc16x.c: Likewise.
449 * config/tc-xtensa.c (xtensa_add_insn_label): Likewise.
450 (directive_push): Likewise.
451 (xtensa_begin_directive): Likewise.
452 (tokenize_arguments): Likewise.
453 (xtensa_add_literal_sym): Likewise.
454 (new_resource_table): Likewise.
455 (resize_resource_table): Likewise.
456 (emit_single_op): Likewise.
457 (xtensa_create_trampoline_frag): Likewise.
458 (xtensa_maybe_create_literal_pool_frag): Likewise.
459 (xtensa_add_config_info): Likewise.
460 (xtensa_realloc_fixup_cache): Likewise.
461 (add_subseg_info): Likewise.
462 (cache_literal_section): Likewise.
463 (add_xt_block_frags): Likewise.
464 (add_xt_prop_frags): Likewise.
465 (init_op_placement_info_table): Likewise.
466 (build_section_rename): Likewise.
467 * config/tc-z80.c: Likewise.
468 * config/tc-z8k.c: Likewise.
469 * depend.c (register_dependency): Likewise.
470 * dwarf2dbg.c (get_line_subseg): Likewise.
471 (dwarf2_gen_line_info_1): Likewise.
472 (get_filenum): Likewise.
473 * ecoff.c (allocate_scope): Likewise.
474 (allocate_vlinks): Likewise.
475 (allocate_shash): Likewise.
476 (allocate_thash): Likewise.
477 (allocate_tag): Likewise.
478 (allocate_forward): Likewise.
479 (allocate_thead): Likewise.
480 (allocate_lineno_list): Likewise.
481 * expr.c (make_expr_symbol): Likewise.
482 * hash.c (hash_new_sized): Likewise.
483 * input-file.c (input_file_push): Likewise.
484 * listing.c (file_info): Likewise.
485 (listing_newline): Likewise.
486 * macro.c (new_formal): Likewise.
487 (define_macro): Likewise.
488 * remap.c (add_debug_prefix_map): Likewise.
489 * symbols.c (symbol_find_noref): Likewise.
490 (define_dollar_label): Likewise.
491 (fb_label_instance_inc): Likewise.
492 (symbol_relc_make_value): Likewise.
493
494 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
495
496 * config/obj-elf.c (obj_elf_vendor_attribute): Use xstrdup.
497 * config/tc-ppc.c (ppc_frob_file_before_adjust): Likewise.
498 (ppc_znop): Likewise.
499 (ppc_pe_section): Likewise.
500 (ppc_frob_symbol): Likewise.
501 * config/tc-tic30.c (tic30_operand): Likewise.
502 * config/tc-tic4x.c (tic4x_sect): Likewise.
503 (tic4x_usect): Likewise.
504
505 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
506
507 * config/tc-alpha.c: Const qualify FLT_CHARS.
508 * config/atof-ieee.c: Remove declarations of FLT_CHARS and EXP_CHARS.
509 * config/tc-cris.h: Likewise.
510 * expr.c: Likewise.
511 * config/tc-mmix.c (md_atof): Adjust comment.
512 * config/tc-mmix.h: Stop defining FLT_CHARS and EXP_CHARS as macros.
513 * tc.h: Declare FLT_CHARS and EXP_CHARS.
514
515 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
516
517 * config/tc-score.c (s3_gen_reloc): Add const qualifiers.
518 * config/tc-score7.c (s7_gen_reloc): Likewise.
519
520 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
521
522 * config/tc-arm.c (do_t_branch): Change the type of reloc to
523 bfd_reloc_code_real_type.
524
525 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
526
527 * config/bfin-parse.y (current_inputline): Remove definition.
528 * config/tc-bfin.c (md_assemble): Simplify use of current_inputline.
529
530 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
531
532 * config/tc-avr.c (md_parse_option): Use strcasecmp () to compare
533 strings.
534
535 2016-04-02 Alan Modra <amodra@gmail.com>
536
537 PR 19896
538 * read.c (assign_symbol): Consume rest of line after an error
539 rather than continuing to process the line.
540
541 2016-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * config/tc-arc.h (MAX_FLAG_NAME_LENGHT): Rename to...
544 (MAX_FLAG_NAME_LENGTH): ...this.
545 (struct arc_flags): Update to use MAX_FLAG_NAME_LENGTH.
546 * config/tc-arc.c (tokenize_flags): Likewise.
547
548 2016-04-01 Alan Modra <amodra@gmail.com>
549
550 * cgen.c (weak_operand_overflow_check): Return const char*.
551 * messages.c (as_internal_value_out_of_range): Formatting.
552 (as_warn_value_out_of_range): Consify prefix param.
553 (as_bad_value_out_of_range): Likewise.
554 * read.c (s_errwarn): Constify msg..
555 (s_float_space, float_cons): ..and err.
556 * as.h (as_warn_value_out_of_range, as_bad_value_out_of_range,
557 ieee_md_atof, vax_md_atof): Update prototypes.
558 * tc.h (md_atof): Update prototype.
559 * config/atof-ieee.c (ieee_md_atof): Return const char*.
560 * config/atof-vax.c (vax_md_atof): Likewise.
561 * config/obj-elf.c (obj_elf_parse_section_letters): Constify bad_msg.
562 * config/tc-aarch64.c (md_atof): Return const char*.
563 * config/tc-alpha.c (s_alpha_section_name): Likewise.
564 (s_alpha_comm): Constify sec_name.
565 (section_name): Constify.
566 (s_alpha_section): Consify name..
567 (alpha_elf_section_letter): ..and ptr_msg param..
568 (md_atof): ..and return.
569 * config/tc-alpha.h (alpha_elf_section_letter): Update prototype.
570 * config/tc-arc.c (md_atof): Return const char*.
571 * config/tc-arm.c (md_atof): Likewise.
572 * config/tc-avr.c (md_atof): Likewise.
573 * config/tc-bfin.c (md_atof): Likewise.
574 * config/tc-cr16.c (md_atof): Likewise.
575 * config/tc-cris.c (md_atof): Likewise.
576 * config/tc-crx.c (md_atof): Likewise.
577 * config/tc-d10v.c (md_atof): Likewise.
578 * config/tc-d30v.c (md_atof): Likewise.
579 * config/tc-dlx.c (md_atof): Likewise.
580 * config/tc-epiphany.c (md_atof): Likewise.
581 * config/tc-fr30.c (md_atof): Likewise.
582 * config/tc-frv.c (md_atof): Likewise.
583 * config/tc-ft32.c (md_atof): Likewise.
584 * config/tc-h8300.c (md_atof): Likewise.
585 * config/tc-hppa.c (struct default_subspace_dict): Constify name.
586 (struct default_space_dict): Likewise.
587 (create_new_space): Constify name param.
588 (create_new_subspace): Likewise.
589 (is_defined_space, is_defined_subspace): Likewise.
590 (pa_parse_space_stmt): Constify space_name param.
591 (md_atof): Return const char*.
592 (pa_spaces_begin): Constify name.
593 * config/tc-i370.c (md_atof): Return const char*.
594 * config/tc-i386.c (md_atof): Likewise.
595 (x86_64_section_letter): Constify ptr_msg param.
596 * config/tc-i386.h (x86_64_section_letter): Update prototype.
597 * config/tc-i860.c (struct i860_it): Constify error.
598 (md_atof): Return const char*.
599 * config/tc-i960.c (md_atof): Likewise.
600 * config/tc-ia64.c (md_atof): Likewise.
601 (ia64_elf_section_letter): Constify ptr_msg param.
602 * config/tc-ia64.h (ia64_elf_section_letter): Update prototype.
603 * config/tc-ip2k.c (md_atof): Return const char*.
604 * config/tc-iq2000.c (md_atof): Likewise.
605 * config/tc-lm32.c (md_atof): Likewise.
606 * config/tc-m32c.c (md_atof): Likewise.
607 * config/tc-m32r.c (md_atof): Likewise.
608 * config/tc-m68hc11.c (md_atof): Likewise.
609 * config/tc-m68k.c (md_atof): Likewise.
610 * config/tc-mcore.c (md_atof): Likewise.
611 * config/tc-mep.c (md_atof): Likewise.
612 (mep_elf_section_letter): Constify ptr_msg param.
613 * config/tc-mep.h (mep_elf_section_letter): Update prototype.
614 * config/tc-metag.c (md_atof): Return const char*.
615 * config/tc-microblaze.c (md_atof): Likewise.
616 * config/tc-microblaze.h (md_atof): Delete prototype.
617 * config/tc-mips.c (mips_parse_argument_token): Constify err.
618 (md_atof): Return const char*.
619 * config/tc-mmix.c (md_atof): Likewise.
620 * config/tc-mn10200.c (md_atof): Likewise.
621 * config/tc-mn10300.c (md_atof): Likewise.
622 * config/tc-moxie.c (md_atof): Likewise.
623 * config/tc-msp430.c (md_atof): Likewise.
624 * config/tc-mt.c (md_atof): Likewise.
625 * config/tc-nds32.c (md_atof): Likewise.
626 * config/tc-nios2.c (md_atof): Likewise.
627 (nios2_elf_section_letter): Constify ptr_msg param.
628 * config/tc-nios2.h (nios2_elf_section_letter): Update prototype.
629 * config/tc-ns32k.c (md_atof): Return const char*.
630 * config/tc-or1k.c (md_atof): Likewise.
631 * config/tc-pdp11.c (struct pdp11_code): Constify error.
632 (md_atof): Return const char*.
633 * config/tc-pj.c (md_atof): Likewise.
634 * config/tc-ppc.c (md_atof): Likewise.
635 * config/tc-rl78.c (md_atof): Likewise.
636 * config/tc-rx.c (md_atof): Likewise.
637 * config/tc-s390.c (md_atof): Likewise.
638 * config/tc-score.c (s3_atof, md_atof): Likewise.
639 * config/tc-sh.c (md_atof): Likewise.
640 * config/tc-sparc.c (struct sparc_it): Constify error.
641 (md_atof): Return const char*.
642 * config/tc-spu.c (md_atof): Likewise.
643 * config/tc-tic30.c (md_atof): Likewise.
644 * config/tc-tic4x.c (md_atof): Likewise.
645 * config/tc-tic54x.c (md_atof): Likewise.
646 * config/tc-tic6x.c (md_atof): Likewise.
647 * config/tc-tilegx.c (md_atof): Likewise.
648 * config/tc-tilepro.c (md_atof): Likewise.
649 * config/tc-v850.c (parse_register_list, md_atof): Likewise.
650 * config/tc-vax.c (md_atof): Likewise.
651 * config/tc-visium.c (md_atof): Likewise.
652 * config/tc-xc16x.c (md_atof): Likewise.
653 * config/tc-xgate.c (md_atof): Likewise.
654 * config/tc-xstormy16.c (md_atof): Likewise.
655 * config/tc-xtensa.c (md_atof): Likewise.
656 * config/tc-z80.c (md_atof): Likewise.
657 * config/tc-z8k.c (md_atof): Likewise.
658
659 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
660
661 * config/tc-xtensa.c (struct rename_section_struct): Make old_name
662 const.
663 (xtensa_section_rename): Make argument type const char *.
664 * config/tc-xtensa.h (xtensa_section_rename): Adjust.
665
666 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
667
668 * config/tc-i960.c (parse_ldconst): Cast to char * when assigning to
669 args[0].
670
671 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
672
673 * config/tc-m32c.c (m32c_md_end): cast the argument to md_assemble to
674 char *.
675 (m32c_indirect_operand): Likewise.
676 * config/tc-nds32.c (do_pseudo_b): Likewise.
677 (do_pseudo_bal): Likewise.
678 (do_pseudo_ls_bhw): Likewise.
679
680 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
681
682 * as.c (parse_args): Cast literal to char * when assigning to optarg.
683
684 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
685
686 * config/tc-ia64.c (md_assemble): Add temporary variable to pass to
687 get_symbol_name ().
688 * config/tc-sparc.c (s_register): Cast a literal to char * in
689 assignment.
690
691 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
692
693 * config/tc-i960.c (parse_expr): Cast to char * when assigning to
694 input_line_pointer.
695 * config/tc-m32r.c (expand_debug_syms): Likewise.
696 * config/tc-msp430.c (msp430_dstoperand): Likewise.
697 * config/tc-z80.c (md_begin): Likewise.
698 * stabs.c (stabs_generate_asm_func): Likewise.
699
700 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
701
702 * cgen.c: Modernize the way functions declare arguments.
703 * config/tc-bfin.c: Likewise.
704 * config/tc-pdp11.c: Likewise.
705 * literal.c: Likewise.
706 * read.c: Likewise.
707 * stabs.c: Likewise.
708
709 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
710
711 * config/tc-aarch64.c (aarch64_handle_align): Make the type of some
712 variables unsigned char[].
713 * config/tc-alpha.c (alpha_handle_align): Likewise.
714 * config/tc-arm.c (arm_handle_align): Likewise.
715 * config/tc-z80.c: Likewise.
716
717 2016-03-30 Nick Clifton <nickc@redhat.com>
718
719 PR target/19880
720 * config/tc-arm.c (do_t_push_pop): Cast bitmask to unsigned before
721 shifting.
722
723 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
724
725 * testsuite/gas/all/gas.exp: Don't xfail on ARC.
726 * testsuite/gas/elf/elf.exp: Likewise.
727 * testsuite/gas/all/redef3.d: Allow execution for ARC.
728
729 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
730
731 * testsuite/gas/arc/warn.exp: Fix matching pattern.
732
733 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
734
735 * testsuite/gas/arc/ext2op.d: New file.
736 * testsuite/gas/arc/ext2op.s: Likewise.
737 * testsuite/gas/arc/ext3op.d: Likewise.
738 * testsuite/gas/arc/ext3op.s: Likewise.
739
740 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
741
742 * config/tc-aarch64.c (struct aarch64_long_option_table): Ad const
743 qualifier.
744 * config/tc-alpha.c (md_parse_option): Likewise.
745 * config/tc-arc.c (md_parse_option): Likewise.
746 * config/tc-arm.c (struct arm_long_option_table): Likewise.
747 (md_parse_option): Likewise.
748 * config/tc-avr.c (md_parse_option): Likewise.
749 * config/tc-bfin.c (md_parse_option): Likewise.
750 * config/tc-cr16.c (md_parse_option): Likewise.
751 * config/tc-cris.c (s_cris_arch): Likewise.
752 (md_parse_option): Likewise.
753 * config/tc-crx.c (md_parse_option): Likewise.
754 * config/tc-d10v.c (md_parse_option): Likewise.
755 * config/tc-d30v.c (md_parse_option): Likewise.
756 * config/tc-dlx.c (md_parse_option): Likewise.
757 * config/tc-epiphany.c (md_parse_option): Likewise.
758 * config/tc-fr30.c (md_parse_option): Likewise.
759 * config/tc-frv.c (md_parse_option): Likewise.
760 * config/tc-ft32.c (md_parse_option): Likewise.
761 * config/tc-h8300.c (md_parse_option): Likewise.
762 * config/tc-hppa.c (md_parse_option): Likewise.
763 * config/tc-i370.c (md_parse_option): Likewise.
764 * config/tc-i386.c (md_parse_option): Likewise.
765 * config/tc-i860.c (md_parse_option): Likewise.
766 * config/tc-i960.c (md_parse_option): Likewise.
767 * config/tc-ia64.c (md_parse_option): Likewise.
768 * config/tc-ip2k.c (md_parse_option): Likewise.
769 * config/tc-iq2000.c (md_parse_option): Likewise.
770 * config/tc-lm32.c (md_parse_option): Likewise.
771 * config/tc-m32c.c (md_parse_option): Likewise.
772 * config/tc-m32r.c (md_parse_option): Likewise.
773 * config/tc-m68hc11.c (md_parse_option): Likewise.
774 * config/tc-m68k.c (md_parse_option): Likewise.
775 * config/tc-mcore.c (md_parse_option): Likewise.
776 * config/tc-mep.c (md_parse_option): Likewise.
777 * config/tc-metag.c (struct metag_long_option): Likewise.
778 (md_parse_option): Likewise.
779 * config/tc-microblaze.c (md_parse_option): Likewise.
780 * config/tc-microblaze.h (md_parse_option): Remove prototype.
781 * config/tc-mips.c (md_parse_option): Adjust.
782 * config/tc-mmix.c (md_parse_option): Likewise.
783 * config/tc-mn10200.c (md_parse_option): Likewise.
784 * config/tc-mn10300.c (md_parse_option): Likewise.
785 * config/tc-moxie.c (md_parse_option): Likewise.
786 * config/tc-msp430.c (md_parse_option): Likewise.
787 * config/tc-mt.c (md_parse_option): Likewise.
788 * config/tc-nds32.c (md_parse_option): Likewise.
789 * config/tc-nds32.h (nds32_parse_option): Likewise.
790 * config/tc-nios2.c (md_parse_option): Likewise.
791 * config/tc-ns32k.c (md_parse_option): Likewise.
792 * config/tc-or1k.c (md_parse_option): Likewise.
793 * config/tc-pdp11.c (md_parse_option): Likewise.
794 * config/tc-pj.c (md_parse_option): Likewise.
795 * config/tc-ppc.c (md_parse_option): Likewise.
796 * config/tc-rl78.c (md_parse_option): Likewise.
797 * config/tc-rx.c (md_parse_option): Likewise.
798 * config/tc-s390.c (s390_parse_cpu): Likewise.
799 * config/tc-score.c (md_parse_option): Likewise.
800 * config/tc-sh.c (md_parse_option): Likewise.
801 * config/tc-sparc.c (md_parse_option): Likewise.
802 * config/tc-spu.c (md_parse_option): Likewise.
803 * config/tc-tic30.c (md_parse_option): Likewise.
804 * config/tc-tic4x.c (md_parse_option): Likewise.
805 * config/tc-tic54x.c (md_parse_option): Likewise.
806 * config/tc-tic6x.c (md_parse_option): Likewise.
807 * config/tc-tilegx.c (md_parse_option): Likewise.
808 * config/tc-tilepro.c (md_parse_option): Likewise.
809 * config/tc-v850.c (md_parse_option): Likewise.
810 * config/tc-vax.c (md_parse_option): Likewise.
811 * config/tc-visium.c (struct visium_long_option_table): Likewise.
812 * config/tc-xc16x.c (md_parse_option): Likewise.
813 * config/tc-xgate.c (md_parse_option): Likewise.
814 * config/tc-xstormy16.c (md_parse_option): Likewise.
815 * config/tc-xtensa.c (md_parse_option): Likewise.
816 * config/tc-z80.c (md_parse_option): Likewise.
817 * config/tc-z8k.c (md_parse_option): Likewise.
818 * tc.h (md_parse_option): Likewise.
819
820 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
821
822 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
823 * config/tc-hppa.c (fix_new_hppa): Likewise.
824 (pa_vtable_entry): Likewise.
825 (pa_vtable_inherit): Likewise.
826 * config/tc-m68k.c (md_begin): Likewise.
827
828 2016-03-28 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
829
830 * config/obj-elf.c (obj_elf_section_name): Return const char *.
831 * config/obj-elf.h (obj_elf_section_name): Adjust.
832 * config/tc-aarch64.c (aarch64_parse_features): Likewise.
833 (aarch64_parse_cpu): Likewise.
834 (aarch64_parse_arch): Likewise.
835 * config/tc-arm.c (arm_parse_extension): Likewise.
836 (arm_parse_cpu): Likewise.
837 (arm_parse_arch): Likewise.
838 * config/tc-nds32.c: Likewise.
839 * config/xtensa-relax.c (parse_special_fn): Likewise.
840 * stabs.c (generate_asm_file): Likewise.
841
842 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
843
844 * config/tc-cr16.c (cr16_assemble): New function.
845 (md_assemble): Call cr16_assemble.
846
847 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
848
849 * as.c (parse_args): Adjust.
850 * as.h (flag_size_check): Rename to flag_allow_nonconst_size.
851 * config/obj-elf.c (elf_frob_symbol): Adjust.
852
853 2016-03-24 Jose E. Marchesi <jose.marchesi@oracle.com>
854
855 * config/tc-sparc.c (sparc_ip): Remove the V9 restriction on ASR
856 registers to be in the 16..31 range.
857
858 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
859
860 * config/tc-microblaze.c (md_assemble): Cast opc to char * when calling
861 frag_var ().
862
863 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
864
865 * config/tc-visium.c (md_atof): Localize the string returned on
866 failure.
867
868 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
869
870 * config/tc-h8300.c (h8300_elf_section): Add const qualifiers.
871 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
872 * config/tc-m68hc11.c (md_begin): Likewise.
873 (print_opcode_list): Likewise.
874 * config/tc-msp430.c (msp430_section): Likewise.
875 * config/tc-score.c (struct s3_insn_to_dependency): Likewise.
876 (s3_build_dependency_insn_hsh): Likewise.
877 * config/tc-score7.c (struct s7_insn_to_dependency): Likewise.
878 (s7_build_dependency_insn_hsh): Likewise.
879 * config/tc-tic4x.c: Likewise.
880 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
881 (subsym_get_arg): Likewise.
882 * config/tc-xtensa.c (struct suffix_reloc_map): Likewise.
883 (get_directive): Likewise.
884 (cache_literal_section): Likewise.
885 * config/xtensa-relax.c: Likewise.
886 * symbols.c (symbol_create): Likewise.
887 (local_symbol_make): Likewise.
888 (symbol_relc_make_expr): Likewise.
889
890 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
891
892 * config/tc-pdp11.c (md_assemble): Remove useless if and assignment to
893 str.
894
895 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
896
897 * config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
898 call with a switch.
899
900 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
901
902 * config/tc-ia64.c (ia64_do_align): Remove.
903 (ia64_cons_align): Call do_align () directly.
904 (dot_proc): Likewise.
905 (stmt_float_cons): Likewise.
906
907 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
908
909 * listing.c (listing_message): Use XNEW style allocation macros.
910 * read.c (read_a_source_file): Likewise.
911 (read_symbol_name): Likewise.
912 (s_mri_common): Likewise.
913 (assign_symbol): Likewise.
914 (s_reloc): Likewise.
915 (emit_expr_with_reloc): Likewise.
916 (s_incbin): Likewise.
917 (s_include): Likewise.
918 * sb.c (sb_build): Likewise.
919 (sb_check): Likewise.
920
921 2016-03-22 Alan Modra <amodra@gmail.com>
922
923 * write.c (record_alignment): Revert 2016-02-18 change.
924
925 2016-03-22 Alan Modra <amodra@gmail.com>
926
927 * config/tc-alpha.c (load_expression): Replace alloca with xmalloc.
928 (emit_jsrjmp, tc_gen_reloc): Likewise.
929 * config/tc-i370.c (i370_macro): Likewise.
930
931 2016-03-22 Nick Clifton <nickc@redhat.com>
932
933 * configure: Regenerate.
934
935 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * testsuite/gas/arc/nps400-0.d: New file.
938 * testsuite/gas/arc/nps400-0.s: New file.
939 * testsuite/gas/arc/nps400-1.d: New file.
940 * testsuite/gas/arc/nps400-1.s: New file.
941
942 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
943
944 * config/tc-arc.c (find_opcode_match): Move lnflg, and i
945 declarations to start of block. Reset code on all flags before
946 attempting to match them. Handle multiple hits on the same flag.
947 Handle flag class.
948 * testsuite/gas/arc/asm-errors.d: New file.
949 * testsuite/gas/arc/asm-errors.err: New file.
950 * testsuite/gas/arc/asm-errors.s: New file.
951
952 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * config/tc-arc.c (cpu_types): Add nps400 entry.
955 (check_zol): Handle nps400.
956
957 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * config/tc-arc.c (arc_select_cpu): Remove use of
960 EF_ARC_CPU_GENERIC.
961
962 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * config/tc-arc.c (arc_target): Delay initialisation until
965 arc_select_cpu.
966 (arc_target_name): Likewise.
967 (arc_features): Likewise.
968 (arc_mach_type): Likewise.
969 (cpu_types): Remove "all" entry.
970 (arc_select_cpu): New function, most of the content is from...
971 (md_parse_option): ... here. Call new arc_select_cpu.
972 (md_begin): Call arc_select_cpu if needed, default is now arc700.
973
974 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * testsuite/gas/arc/inline-data-1.d: Add target restriction.
977 * testsuite/gas/arc/inline-data-2.d: New file.
978
979 2016-03-21 Nick Clifton <nickc@redhat.com>
980
981 * atof-generic.c: Replace use of alloca with call to xmalloc.
982 * cgen.c: Likewise.
983 * dwarf2dbg.c: Likewise.
984 * macro.c: Likewise.
985 * remap.c: Likewise.
986 * stabs.c: Likewise.
987 * symbols.c: Likewise.
988 * config/obj-elf.c: Likewise.
989 * config/tc-aarch64.c: Likewise.
990 * config/tc-arc.c: Likewise.
991 * config/tc-arm.c: Likewise.
992 * config/tc-avr.c: Likewise.
993 * config/tc-ia64.c: Likewise.
994 * config/tc-mips.c: Likewise.
995 * config/tc-msp430.c: Likewise.
996 * config/tc-nds32.c: Likewise.
997 * config/tc-ppc.c: Likewise.
998 * config/tc-sh.c: Likewise.
999 * config/tc-tic30.c: Likewise.
1000 * config/tc-tic54x.c: Likewise.
1001 * config/tc-xstormy16.c: Likewise.
1002 * config/te-vms.c: Likewise.
1003 * configure: Regenerate.
1004
1005 2016-03-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1006
1007 * tc-i386.c (f32_1): Change type to unsigned char[].
1008 (f32_2): Likewise.
1009 (f32_3): Likewise.
1010 (f32_4): Likewise.
1011 (f32_5): Likewise.
1012 (f32_6): Likewise.
1013 (f32_7): Likewise.
1014 (f32_8): Likewise.
1015 (f32_9): Likewise.
1016 (f32_10): Likewise.
1017 (f32_11): Likewise.
1018 (f32_12): Likewise.
1019 (f32_13): Likewise.
1020 (f32_14): Likewise.
1021 (f16_3): Likewise.
1022 (f16_4): Likewise.
1023 (f16_5): Likewise.
1024 (f16_6): Likewise.
1025 (f16_7): Likewise.
1026 (f16_8): Likewise.
1027 (jump_31): Likewise.
1028 (f32_patt): Likewise.
1029 (f16_patt): Likewise.
1030 (alt_3): Likewise.
1031 (alt_4): Likewise.
1032 (alt_5): Likewise.
1033 (alt_6): Likewise.
1034 (alt_7): Likewise.
1035 (alt_8): Likewise.
1036 (alt_9): Likewise.
1037 (alt_10): Likewise.
1038 (alt_patt): Likewise.
1039
1040 2016-03-18 Nick Clifton <nickc@redhat.com>
1041
1042 * doc/c-aarch64.texi (AArch64 Directives): Add descriptions of
1043 .cpu, .dword, .even, .inst. .tlsdescadd, .tlsdesccall,
1044 .tlsdescldr and .xword directives.
1045
1046 PR target/19721
1047 * testsuite/gas/aarch64/pr19721.s: New test source file.
1048 * testsuite/gas/aarch64/pr19721.d: New test driver file.
1049
1050 * doc/as.texinfo: Place the target specific command line options
1051 into their own man page section.
1052
1053 2016-03-16 Jiong Wang <jiong.wang@arm.com>
1054
1055 * config/tc-arm.c (N_S_32): New.
1056 (N_F_16_32): Likewise.
1057 (N_SUF_32): Support N_F16.
1058 (N_IF_32): Likewise.
1059 (neon_dyadic_misc): Likewise.
1060 (do_neon_cmp): Likewise.
1061 (do_neon_cmp_inv): Likewise.
1062 (do_neon_mul): Likewise.
1063 (do_neon_fcmp_absolute): Likewise.
1064 (do_neon_step): Likewise.
1065 (do_neon_abs_neg): Likewise.
1066 (CVT_FLAVOR_VAR): Likewise.
1067 (do_neon_cvt_1): Likewise.
1068 (do_neon_recip_est): Likewise.
1069 (do_vmaxnm): Likewise.
1070 (do_vrint_1): Likewise.
1071 (neon_check_type): Check architecture support for FP16 extension.
1072 (insns): Update comments.
1073 * testsuite/gas/arm/armv8-2-fp16-simd.s: New test source.
1074 * testsuite/gas/arm/armv8-2-fp16-simd.d: New testcase for arm mode.
1075 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise for thumb mode.
1076 * testsuite/gas/arm/armv8-2-fp16-simd-warning.d: New rejection test for
1077 arm mode.
1078 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d: Likewise for
1079 thumb mode.
1080 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New expected rejection
1081 error file.
1082
1083 2016-03-16 Nick Clifton <nickc@redhat.com>
1084
1085 * read.c (emit_expr_with_reloc): Add code check a bignum with
1086 nbytes == 1.
1087 * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
1088 other than 32-bits.
1089 * testsuite/gas/elf/bignum.s: New test source file.
1090 * testsuite/gas/elf/bignum.d: New test driver file.
1091 * testsuite/gas/elf/elf.exp: Run the new test.
1092
1093 2016-03-15 Ulrich Drepper <drepper@gmail.com>
1094
1095 * doc/c-i386.texi (Register Naming): Update to details of the
1096 latest architecture version.
1097
1098 2016-03-10 Mickael Guene <mickael.guene@st.com>
1099
1100 PR gas/19744
1101 * config/tc-arm.c (do_arit): Protect against bad relocations usage.
1102 (do_mov): Likewise.
1103 (do_t_add_sub): Allow pcrop relocations for Thumb-2 targets.
1104 (do_t_mov_cmp): Likewise.
1105 (do_t_add_sub): Protect against bad relocations usage.
1106 (do_t_mov_cmp): Likewise.
1107 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New.
1108 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New.
1109 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New.
1110 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New.
1111
1112 2016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1113
1114 * config/tc-arm.c (neon_alignment_bit): Rename do_align to
1115 do_alignment.
1116 (do_neon_ld_st_lane): Likewise.
1117 (do_neon_ld_dup): Likewise.
1118
1119 2016-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
1120
1121 * testsuite/gas/arc/inline-data-1.d: New file.
1122 * testsuite/gas/arc/inline-data-1.s: New file.
1123
1124 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
1125
1126 * config/tc-arm.c (arm_cpus): Add cortex-r8.
1127 * doc/c-arm.texi: Add cortex-r8.
1128
1129 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1130
1131 * config/tc-arc.c: Add const qualifiers.
1132 * config/tc-h8300.c (md_begin): Likewise.
1133 * config/tc-ia64.c (print_prmask): Likewise.
1134 * config/tc-msp430.c (msp430_operands): Likewise.
1135 * config/tc-nds32.c (struct suffix_name): Likewise.
1136 (struct nds32_parse_option_table): Likewise.
1137 (struct nds32_set_option_table): Likewise.
1138 (do_pseudo_pushpopm): Likewise.
1139 (do_pseudo_pushpop_stack): Likewise.
1140 (nds32_relax_relocs): Likewise.
1141 (nds32_flag): Likewise.
1142 (struct nds32_hint_map): Likewise.
1143 (nds32_find_reloc_table): Likewise.
1144 (nds32_match_hint_insn): Likewise.
1145 * config/tc-s390.c: Likewise.
1146 * config/tc-sh.c (get_specific): Likewise.
1147 * config/tc-tic30.c: Likewise.
1148 * config/tc-tic4x.c (tic4x_inst_add): Likewise.
1149 (tic4x_indirect_parse): Likewise.
1150 * config/tc-vax.c (vax_cons): Likewise.
1151 * config/tc-z80.c (struct reg_entry): Likewise.
1152 * config/tc-epiphany.c (md_assemble): Adjust.
1153 (epiphany_assemble): New function.
1154 (epiphany_elf_section_rtn): Call do_align directly.
1155 (epiphany_elf_section_text): Likewise.
1156 * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise.
1157 (ip2k_elf_section_text): Likewise.
1158 * read.c (do_align): Make it not static.
1159 * read.h (do_align): New prototype.
1160
1161 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
1162
1163 * config/tc-arm.c (aeabi_set_public_attributes): Emit attribute
1164 for ARMv8.1 AdvSIMD use.
1165 * testsuite/gas/arm/attr-march-armv8-a+rdma.d: New.
1166 * testsuite/gas/arm/attr-march-armv8_1-a+simd.d: New.
1167
1168 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
1169
1170 * config/gas/tc-arm.c (fpu_neon_ext_v8_1): Restrict to the ARMv8.1 RDMA
1171 feature.
1172 (record_feature_use): New.
1173 (mark_feature_used): Use record_feature_use.
1174 (do_neon_qrdmlah): New.
1175 (insns): Use do_neon_qrdmlah for vqrdmlah and vqrdmlsh and
1176 variants.
1177 (arm_extensions): Put into alphabetical order. Re-indent "simd"
1178 and "rdma" entries. Fix the incorrect merge value for "+rdma".
1179 * testsuite/gas/arm/armv8-a+rdma-warning.d: New.
1180 * testsuite/gas/arm/armv8-a+rdma.d: Add assembler command line options.
1181 Make source file explicit.
1182 * testsuite/gas/arm/armv8-a+rdma.l: New.
1183 * testsuite/gas/arm/armv8-a+rdma.s: Remove .arch and .arch_extension
1184 directives. Fix white-space.
1185 * testsuite/gas/arm/armv8_1-a+simd.d: New.
1186
1187 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
1188
1189 * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
1190
1191 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
1192 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
1193
1194 * config/tc-arc.c (arc_extra_reloc): Change size to 0.
1195 (tc_arc_fix_adjustable): Changed default return value to 1.
1196 * testsuite/gas/arc/j.d: Updated expected symbol
1197 * testsuite/gas/arc/jl.d: Likewise
1198 * testsuite/gas/arc/relax-avoid1.d: Likewise
1199 * testsuite/gas/arc/st.d: Likewise
1200
1201 2016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
1202
1203 * config/tc-arc.c: Enable code density instructions for ARC EM.
1204
1205 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
1206
1207 PR ld/19645
1208 * NEWS: Mention --enable-elf-stt-common and --elf-stt-common=
1209 for ELF assemblers.
1210 * as.c (flag_use_elf_stt_common): New.
1211 (show_usage): Add --elf-stt-common=.
1212 (option_values): Add OPTION_ELF_STT_COMMON.
1213 (std_longopts): Add --elf-stt-common=.
1214 (parse_args): Handle --elf-stt-common=.
1215 * as.h (flag_use_elf_stt_common): New.
1216 * config.in: Regenerated.
1217 * configure: Likewise.
1218 * configure.ac: Add --enable-elf-stt-common and define
1219 DEFAULT_GENERATE_ELF_STT_COMMON.
1220 * gas/write.c (write_object_file): Set BFD_CONVERT_ELF_COMMON
1221 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
1222 * doc/as.texinfo: Document --elf-stt-common=.
1223 * testsuite/gas/elf/common3.s: New file.
1224 * testsuite/gas/elf/common3a.d: Likewise.
1225 * testsuite/gas/elf/common3b.d: Likewise.
1226 * testsuite/gas/elf/common4.s: Likewise.
1227 * testsuite/gas/elf/common4a.d: Likewise.
1228 * testsuite/gas/elf/common4b.d: Likewise.
1229 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
1230 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
1231 * testsuite/gas/elf/elf.exp: Run common3a, common3b, common4a
1232 and common4b.
1233 * testsuite/gas/i386/dw2-compress-3.d: Renamed to ...
1234 * testsuite/gas/i386/dw2-compress-3a.d: This. Pass
1235 --elf-stt-common=no to as.
1236 * testsuite/gas/i386/dw2-compressed-3.d: Renamed to ...
1237 * testsuite/gas/i386/dw2-compressed-3a.d: This. Pass
1238 --elf-stt-common=no to as.
1239 * testsuite/gas/i386/i386.exp: Run dw2-compress-3a,
1240 dw2-compress-3b, dw2-compressed-3a and dw2-compressed-3b instead
1241 of dw2-compress-3 and dw2-compressed-3.
1242
1243 2016-02-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1244
1245 * as.c (select_emulation_mode): Add const qualifiers.
1246 * as.h: Likewise.
1247 * config/bfin-defs.h: Likewise.
1248 * config/bfin-parse.y: Likewise.
1249 * config/rx-parse.y: Likewise.
1250 * config/tc-aarch64.c (struct aarch64_option_table): Likewise.
1251 (struct aarch64_cpu_option_table): Likewise.
1252 (struct aarch64_arch_option_table): Likewise.
1253 (struct aarch64_option_cpu_value_table): Likewise.
1254 (struct aarch64_long_option_table): Likewise.
1255 (struct aarch64_option_abi_value_table): Likewise.
1256 * config/tc-arm.c (struct reloc_entry): Likewise.
1257 (tc_gen_reloc): Likewise.
1258 (struct arm_option_table): Likewise.
1259 (struct arm_legacy_option_table): Likewise.
1260 (struct arm_cpu_option_table): Likewise.
1261 (struct arm_arch_option_table): Likewise.
1262 (struct arm_option_extension_value_table): Likewise.
1263 (struct arm_option_fpu_value_table): Likewise.
1264 (struct arm_option_value_table): Likewise.
1265 (struct arm_long_option_table): Likewise.
1266 * config/tc-avr.c (struct avr_opcodes_s): Likewise.
1267 (struct mcu_type_s): Likewise.
1268 (struct exp_mod_s): Likewise.
1269 (avr_operand): Likewise.
1270 (avr_operands): Likewise.
1271 * config/tc-d10v.c (md_begin): Likewise.
1272 * config/tc-dlx.c: Likewise.
1273 * config/tc-fr30.c (fr30_is_colon_insn): Likewise.
1274 * config/tc-ft32.c (parse_condition): Likewise.
1275 * config/tc-h8300.c (do_a_fix_imm): Likewise.
1276 * config/tc-hppa.c (pa_ip): Likewise.
1277 (hppa_regname_to_dw2regnum): Likewise.
1278 * config/tc-i370.c (i370_elf_suffix): Likewise.
1279 * config/tc-i960.c (struct tabentry): Likewise.
1280 * config/tc-m32r.c: Likewise.
1281 * config/tc-m68k.c: Likewise.
1282 * config/tc-m68k.h: Likewise.
1283 * config/tc-mcore.c (parse_psrmod): Likewise.
1284 * config/tc-metag.c (struct metag_core_option): Likewise.
1285 (struct metag_long_option): Likewise.
1286 * config/tc-microblaze.c: Likewise.
1287 * config/tc-mips.c (macro): Likewise.
1288 * config/tc-mn10200.c: Likewise.
1289 * config/tc-mn10300.c: Likewise.
1290 * config/tc-msp430.c (struct rcodes_s): Likewise.
1291 (struct hcodes_s): Likewise.
1292 (md_parse_option): Likewise.
1293 * config/tc-ns32k.c (struct ns32k_option): Likewise.
1294 (optlist): Likewise.
1295 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
1296 (tc_ppc_regname_to_dw2regnum): Likewise.
1297 * config/tc-ppc.h: Likewise.
1298 * config/tc-rl78.c: Likewise.
1299 * config/tc-rx.c (struct cpu_type): Likewise.
1300 * config/tc-sh.c (sh_regname_to_dw2regnum): Likewise.
1301 * config/tc-sparc.c (struct priv_reg_entry): Likewise.
1302 (sparc_ip): Likewise.
1303 * config/tc-spu.c (insn_fmt_string): Likewise.
1304 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
1305 * config/tc-v850.c: Likewise.
1306 * config/tc-visium.c (struct visium_arch_option_table): Likewise.
1307 (struct visium_long_option_table): Likewise.
1308 * config/tc-xgate.c: Likewise.
1309 * config/tc-z8k.c: Likewise.
1310 * read.c (add_include_dir): Likewise.
1311 * read.h: Likewise.
1312
1313 2016-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * testsuite/gas/all/gas.exp: Change target pattern to cover
1316 arceb-*.
1317 * testsuite/gas/all/redef3.d: Likewise.
1318 * testsuite/gas/elf/elf.exp: Likewise.
1319
1320 2016-02-24 Renlin Li <renlin.li@arm.com>
1321
1322 * config/tc-arm.c (BAD_FP16): New error message macro.
1323 (do_scalar_fp16_v82_encode): Change the coproc field to 9 for armv8.2
1324 fp16 scalar instructions.
1325 (neon_check_type): Allow different size from key.
1326 (do_vfp_nsyn_add_sub): Add support SE_H shape support.
1327 (try_vfp_nsyn): Likewise.
1328 (do_vfp_nsyn_mla_mls): Likewise.
1329 (do_vfp_nsyn_fma_fms): Likewise.
1330 (do_vfp_nsyn_ldm_stm): Likewise
1331 (do_vfp_nsyn_sqrt): Likewise
1332 (do_vfp_nsyn_div): Likewise
1333 (do_vfp_nsyn_nmul): Likewise.
1334 (do_vfp_nsyn_cmp): Likewise.
1335 (do_neon_shll): Likewise.
1336 (do_vfp_nsyn_cvt_fpv8): Likewise.
1337 (do_neon_cvttb_2): Likewise.
1338 (do_neon_mov): Likewise.
1339 (do_neon_rshift_round_imm): Likewise.
1340 (do_neon_ldr_str): Likewise.
1341 (do_vfp_nsyn_fpv8): Likewise.
1342 (do_vmaxnm): Likewise.
1343 (do_vrint_1): Likewise.
1344 (insns): New entry for vins, vmovx.
1345 (md_apply_fix): Left shift 1 bit for fp16 vldr/vstr.
1346 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: New.
1347 * testsuite/gas/arm/armv8-2-fp16-scalar.d: New.
1348 * testsuite/gas/arm/armv8-2-fp16-scalar.s: New.
1349 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.s: New
1350 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d: New
1351 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.l: New
1352
1353 2016-02-24 Renlin Li <renlin.li@arm.com>
1354
1355 * config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
1356 (neon_shape_class): New SC_HALF.
1357 (neon_shape_el): New SE_H.
1358 (neon_shape_el_size): New size for SE_H.
1359 (N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
1360 (neon_select_shape): Add SE_H support code.
1361 (el_type_of_type_chk): Use N_F_ALL.
1362 (do_vfp_nsyn_cvt): Add SE_H shape support.
1363 (do_neon_cvtz): Likewise.
1364 (do_neon_cvt_1): Likewise.
1365 (do_neon_cvttb_1): Likewise.
1366
1367 2016-02-24 Renlin Li <renlin.li@arm.com>
1368
1369 * testsuite/gas/arm/copro.d: Adjust output.
1370 * testsuite/gas/arm/copro.s: Adjust co-processor num.
1371
1372 2016-02-24 Renlin Li <renlin.li@arm.com>
1373
1374 * testsuite/gas/arm/mask_1.d: New.
1375 * testsuite/gas/arm/mask_1.s: New.
1376
1377 2016-02-24 Renlin Li <renlin.li@arm.com>
1378
1379 * testsuite/gas/arm/copro.s: Use coprocessor other than 10, 11.
1380 * testsuite/gas/arm/copro.d: Update.
1381
1382 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1383
1384 * config/tc-arm.c (arm_cpus): Add entry for cortex-a32.
1385 * doc/c-arm.texi (ARM Options): Document cortex-a32.
1386
1387 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1388
1389 * doc/c-arm.texi (ARM Options): Document cortex-a17.
1390
1391 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
1392
1393 * testsuite/gas/elf/elf.exp: Skip tests for common directive on
1394 hpux.
1395
1396 2016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1397
1398 * output-file.c (output_file_create): Make file name argument const.
1399 (output_file_close): Likewise.
1400 * output-file.h (output_file_create): Adjust.
1401 (output_file_close): Likewise.
1402 * depend.c (quote_string_for_make): Make src argument const char *.
1403 (register_dependency): Likewise.
1404 (wrap_output): Likewise.
1405 * as.h (register_dependency): Adjust.
1406 * config/tc-xtensa.c (finish_vinsn): Remove unnecessary calls to
1407 as_where ();
1408 * symbols.c (S_SET_EXTERNAL): Likewise.
1409 * input-scrub.c (as_where): Return the file name.
1410 * as.h (as_where): Adjust prototype.
1411 * app.c (do_scrub_chars): Adjust.
1412 * cond.c (s_elseif): Likewise.
1413 (s_else): Likewise.
1414 (initialize_cframe): Likewise.
1415 * config/obj-coff.c (obj_coff_init_stab_section): Likewise.
1416 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
1417 * config/obj-som.c (obj_som_init_stab_section): Likewise.
1418 * config/tc-aarch64.c (output_info): Likewise.
1419 * config/tc-ia64.c (md_assemble): Likewise.
1420 (dot_alias): Likewise.
1421 * config/tc-m68k.c (m68k_frob_label): Likewise.
1422 * config/tc-mmix.c (s_bspec): Likewise.
1423 (mmix_handle_mmixal): Likewise.
1424 * config/tc-rx.c (rx_include): Likewise.
1425 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
1426 (tic54x_adjust_symtab): Likewise.
1427 * config/tc-xtensa.c (directive_push): Likewise.
1428 (xtensa_sanity_check): Likewise.
1429 (xtensa_relax_frag): Likewise.
1430 (md_convert_frag): Likewise.
1431 (tinsn_to_slotbuf): Likewise.
1432 * dwarf2dbg.c (dwarf2_where): Likewise.
1433 * ecoff.c (add_file): Likewise.
1434 (ecoff_generate_asm_lineno): Likewise.
1435 * expr.c (make_expr_symbol): Likewise.
1436 * frags.c (frag_new): Likewise.
1437 (frag_var_init): Likewise.
1438 * listing.c (listing_newline): Likewise.
1439 * messages.c (identify): Likewise.
1440 (as_show_where): Likewise.
1441 (as_warn_internal): Likewise.
1442 (as_bad_internal): Likewise.
1443 * read.c (s_irp): Likewise.
1444 (s_macro): Likewise.
1445 (s_reloc): Likewise.
1446 * stabs.c (stabs_generate_asm_file): Likewise.
1447 (stabs_generate_asm_lineno): Likewise.
1448 (stabs_generate_asm_func): Likewise.
1449 * write.c (fix_new_internal): Likewise.
1450 * as.h (PRINTF_WHERE_LIKE): Make file name argument const.
1451 (as_warn_value_out_of_range): Adjust prototype.
1452 (as_bad_value_out_of_range): Adjust prototype.
1453 * messages.c (identify): Make file name argument const char *.
1454 (as_warn_internal): Likewise.
1455 (as_warn_where): Likewise.
1456 (as_bad_internal): Likewise.
1457 (as_bad_where): Likewise.
1458 (as_internal_value_out_of_range): Likewise.
1459 (as_warn_value_out_of_range): Likewise.
1460 (as_bad_value_out_of_range): Likewise.
1461 * as.h (found_comment_file): Change type to const char *.
1462 * cond.c (file_line::file): Likewise.
1463 * config/obj-coff.c (obj_coff_init_stab_section): Make variable const.
1464 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
1465 * config/obj-som.c (obj_som_init_stab_section): Likewise.
1466 * config/tc-aarch64.c (output_info): Likewise.
1467 * config/tc-alpha.c (insert_operand): Likewise.
1468 * config/tc-arc.c (insert_operand): Likewise.
1469 * config/tc-d30v.c (check_size): Likewise.
1470 * config/tc-ia64.c (struct alias): Likewise.
1471 * config/tc-m68k.c (struct label_line): Likewise.
1472 * config/tc-mcore.c (md_apply_fix): Likewise.
1473 * config/tc-microblaze.c (md_estimate_size_before_relax): Likewise.
1474 * config/tc-mips.c (mips16_immed): Likewise.
1475 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
1476 * config/tc-ppc.c (ppc_insert_operand): Likewise.
1477 * config/tc-rx.c (rx_include): Likewise.
1478 * config/tc-s390.c (s390_insert_operand): Likewise.
1479 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
1480 (tic54x_adjust_symtab): Likewise.
1481 * config/tc-tilegx.c (insert_operand): Likewise.
1482 (apply_special_operator): Likewise.
1483 * config/tc-tilepro.c (insert_operand): Likewise.
1484 * config/tc-xtensa.c (directive_push): Likewise.
1485 * ecoff.c (add_file): Likewise.
1486 (ecoff_generate_asm_lineno): Likewise.
1487 * listing.c (listing_newline): Likewise.
1488 * read.c (s_irp): Likewise.
1489 * write.c (install_reloc): Likewise.
1490 * write.h (struct fix): Likewise.
1491 * input-file.c (file_name): Change type to const char *.
1492 (saved_file::file_name): Likewise.
1493 (input_file_open): Change type of argument to const char *.
1494 * input-file.h (input_file_open): Adjust.
1495 * input-scrub.c (logical_input_file): change type to const char *.
1496 (physical_input_file): Likewise.
1497 (struct input_save): Adjust.
1498 (input_scrub_push): Adjust.
1499 (input_scrub_begin): Adjust.
1500 (as_where): Adjust.
1501 * input-scrub.c (input_scrub_new_file): Make file name argument const.
1502 (input_scrub_include_file): Likewise.
1503 (new_logical_line_flags): Likewise.
1504 (new_logical_line): Likewise.
1505 * as.h: Adjust.
1506 * frags.h (struct frag): Change type of fr_file to const char *.
1507 * expr.c (expr_symbol_where): Change type of file argument to
1508 const char **.
1509 * expr.h (expr_symbol_where): Likewise.
1510 * config/tc-i370.c (md_apply_fix): adjust.
1511 * config/tc-mmix.c (mmix_md_end): Likewise.
1512 * config/tc-ppc.c (md_apply_fix): Likewise.
1513 * config/tc-s390.c (md_apply_fix): Likewise.
1514 * symbols.c (report_op_error): Likewise.
1515 (resolve_symbol_value): Likewise.
1516 * config/tc-ia64.c (slot::src_file): Change type to const char *.
1517 (rsrc::file): Likewise.
1518 * config/tc-xtensa.c (xtensa_sanity_check): Change type of variable to
1519 const char *.
1520 (xtensa_relax_frag): Likewise.
1521 (md_convert_frag): Likewise.
1522 (tinsn_to_slotbuf): Likewise.
1523 * expr.c (expr_symbol_line): Likewise.
1524 * macro.c (define_macro): Likewise.
1525 * macro.h (macro_struct): Likewise.
1526 * messages.c (as_show_where): Likewise.
1527 * read.c (s_macro): Likewise.
1528 * stabs.c (stabs_generate_asm_file): Likewise.
1529 (generate_asm_file): Likewise.
1530 (stabs_generate_asm_lineno): Likewise.
1531 * write.h (struct reloc_list): Likewise.
1532 * input-scrub.c (as_where): Change return type to const char *.
1533 * as.h (as_wheree): Adjust.
1534
1535 2016-02-21 H.J. Lu <hongjiu.lu@intel.com>
1536
1537 * write.c (compress_debug): Move BFD compression bits setting
1538 to ...
1539 (write_object_file): Here.
1540
1541 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
1542
1543 * config/tc-i386.c (register_number): Check RegVRex.
1544 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
1545 with %zmm19 and %zmm3.
1546 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
1547 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
1548
1549 2016-02-19 Matthew Wahab <matthew.wahab@arm.com>
1550 Jiong Wang <jiong.wang@arm.com>
1551
1552 * config/tc-arm.c (arm_ext_fp16): New.
1553 (arm_extensions): New entry for "fp16".
1554
1555 2016-02-19 Nick Clifton <nickc@redhat.com>
1556
1557 PR 19630
1558 * read.c (read_a_source_file): Check for assemble_one returning
1559 with input_line_pointer set to NULL.
1560
1561 2016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1562
1563 * listing.c (rebuffer_line): Change return type to void.
1564
1565 * symbols.c (decode_local_label_name): Make type a const char *.
1566 * listing.c (print_source): Make type of p const char *.
1567 (print_line): Make type of string const char *.
1568 (buffer_line): Return const char *.
1569 (title): Make type const char *.
1570 (subtitle): Likewise.
1571 (listing_listing): Make type of p const char *.
1572 * messages.c (as_internal_value_out_of_range): Make type of prefix
1573 const char *.
1574 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
1575 and string const char *.
1576 * read.c (_bfd_rel): Make type of name const char *.
1577 * app.c (out_string): Change type to const char *.
1578 (struct app_save::out_string): Likewise.
1579
1580 2016-02-18 Dan Gisselquist <dgisselq@verizon.net>
1581 Nick Clifton <nickc@redhat.com>
1582
1583 * read.c (finish_bundle): Avoid recording a negative alignment.
1584 (do_align): Use unsigned values for n, len and max. Only create
1585 a frag if the alignment requirement is greater than the minimum
1586 byte alignment. Avoid recording a negative alignment.
1587 (s_align): Use unsigned values where appropriate.
1588 (bss_alloc): Use an unsigned value for the alignment.
1589 (sizeof_sleb128): Add a comment noting that we encode one octet
1590 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
1591 (emit_leb129_expr): Abort if the emitted encoding was longer than
1592 expected.
1593 * read.h (output_leb128): Update prototype.
1594 (sizeof_leb128): Update prototype.
1595 (bss_alloc): Update prototype.
1596 * write.c (record_alignment): Use an unsigned value for the
1597 alignment. Do not record alignments less than the minimum
1598 alignment for a byte.
1599 * write.h (record_alignment): Update prototype.
1600
1601 2016-02-17 Max Filippov <jcmvbkbc@gmail.com>
1602
1603 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
1604 .init.literal/.fini.literal section name.
1605 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
1606 list of xtensa tests.
1607 * testsuite/gas/xtensa/init-fini-literals.d: New file:
1608 init-fini-literals test result patterns.
1609 * testsuite/gas/xtensa/init-fini-literals.s: New file:
1610 init-fini-literals test.
1611
1612 2016-02-17 Nick Clifton <nickc@redhat.com>
1613
1614 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
1615 devices.csv file as of March 2016.
1616
1617 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
1618
1619 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
1620 function.
1621 (tc_arc_regname_to_dw2regnum): Likewise.
1622 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
1623 (tc_cfi_frame_initial_instructions): Likewise.
1624 (tc_regname_to_dw2regnum): Likewise.
1625 * testsuite/gas/cfi/cfi-arc-1.d: New file.
1626 * testsuite/gas/cfi/cfi-arc-1.s: Likewise.
1627 * testsuite/gas/cfi/cfi.exp: Allow running tests for arc.
1628
1629 2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
1630
1631 * doc/internals.texi (S_IS_EXTERN): Remove.
1632
1633 2016-02-16 Nick Clifton <nickc@redhat.com>
1634
1635 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
1636 update.
1637
1638 2016-02-16 Renlin Li <renlin.li@arm.com>
1639
1640 PR gas/19620
1641 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
1642 * testsuite/gas/aarch64/movw_label.d: New.
1643 * testsuite/gas/aarch64/movw_label.s: New.
1644
1645 2016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
1646
1647 PR gas/19556
1648 * config/rx-parse.y (MOV): Opcode generation for index
1649 register addressing mode.
1650 * testsuite/gas/rx/rx.exp: Updated for new testcase.
1651 * testsuite/gas/rx/pr19665.s: New file.
1652 * testsuite/gas/rx/pr19665.s: New file.
1653 * testsuite/gas/rx/mov.d: Update expected output.
1654
1655 2016-02-15 Nick Clifton <nickc@redhat.com>
1656
1657 * doc/as.texinfo (.section): Document that numeric values can now
1658 be used for the flags and type fields of the ELF target's .section
1659 directive. Add notes about the restrictions on setting flags and
1660 types.
1661 * config/obj-elf.c (obj_elf_change_section): Allow known sections
1662 to be given processor specific section types. Allow processor and
1663 application specific flags of a section to be set after
1664 definition.
1665 (obj_elf_parse_section_letters): Handle parsing numeric values.
1666 (obj_elf_section_type): Handle parsing numeric values.
1667 (obj_elf_section): Allow numeric type values.
1668 * config/obj-elf.h (obj_elf_change_section): Update prototype.
1669 * testsuite/gas/elf/section10.d: New test.
1670 * testsuite/gas/elf/section10.s: Source file for new test.
1671 * testsuite/gas/elf/elf.exp: Run the new test.
1672 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
1673 the description of the flags produced by readelf.
1674 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
1675 * NEWS: Mention the new feature.
1676
1677 2016-02-11 Nick Clifton <nickc@redhat.com>
1678
1679 PR gas/19614
1680 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
1681 until it is actually used.
1682 (cfi_set_sections): Set cfi_sections_set to true.
1683 (dot_cfi_startproc): Likewise.
1684 (dot_cfi_endproc): Likewise.
1685 (dot_cfi_fde_data): Likewise.
1686 (cfi_finish): Likewise.
1687 (dot_cfi_sections): Do not set cfi_sections_set.
1688 * doc/as.texinfo (.cfi_sections): Note that targets can provide
1689 their own cfi section name. Also note that the directive can be
1690 reissued provided that CFI generation has not started.
1691 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
1692 .cfi_endproc directives so that the redefinition of .cfi_sections
1693 will trigger the generation of the error message.
1694 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
1695 number of error message.
1696
1697 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
1698 Janek van Oirschot <jvanoirs@synopsys.com>
1699
1700 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
1701 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
1702 Define.
1703 (arc_flags, arc_relax_type): New structure.
1704 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
1705 (RELAX_TABLE_ENTRY_MAX): New define.
1706 (relaxation_state, md_relax_table, arc_relaxable_insns)
1707 (arc_num_relaxable_ins): New variable.
1708 (rlx_operand_type, arc_rlx_types): New enums.
1709 (arc_relaxable_ins): New structure.
1710 (OPTION_RELAX): New option.
1711 (arc_insn): New relax member.
1712 (arc_flags): Remove.
1713 (relax_insn_p): New function.
1714 (apply_fixups): Likewise.
1715 (relaxable_operand): Likewise.
1716 (may_relax_expr): Likewise.
1717 (relaxable_flag): Likewise.
1718 (arc_pcrel_adjust): Likewise.
1719 (md_estimate_size_before_relax): Implement.
1720 (md_convert_frag): Likewise.
1721 (md_parse_option): Handle new mrelax option.
1722 (md_show_usage): Likewise.
1723 (assemble_insn): Set relax member.
1724 (emit_insn0): New function.
1725 (emit_insn1): Likewise.
1726 (emit_insn): Handle relaxation case.
1727 * NEWS: Mention the new relaxation option.
1728 * doc/c-arc.texi (ARC Options): Document new mrelax option.
1729 * doc/as.texinfo (Target ARC Options): Likewise.
1730 * testsuite/gas/arc/relax-avoid1.d: New file.
1731 * testsuite/gas/arc/relax-avoid1.s: Likewise.
1732 * testsuite/gas/arc/relax-avoid2.d: Likewise.
1733 * testsuite/gas/arc/relax-avoid2.s: Likewise.
1734 * testsuite/gas/arc/relax-avoid3.d: Likewise.
1735 * testsuite/gas/arc/relax-avoid3.s: Likewise.
1736 * testsuite/gas/arc/relax-b.d: Likewise.
1737 * testsuite/gas/arc/relax-b.s: Likewise.
1738
1739 2016-02-08 Nick Clifton <nickc@redhat.com>
1740
1741 * config/tc-ia64.c (dot_prologue): Fix formatting.
1742
1743 2016-02-04 Nick Clifton <nickc@redhat.com>
1744
1745 * config/obj-elf.c (obj_elf_change_section): Remove support for
1746 ARM NOREAD sections.
1747 * config/tc-arm.c (arm_elf_section_letter): Delete.
1748 * config/tc-arm.h (md_elf_section_letter): Delete.
1749 * doc/c-arm.texi (ARM Section Attribute): Delete section.
1750 * testsuite/gas/arm/section-execute-only.d: Delete.
1751 * testsuite/gas/arm/section-execute-only.s: Delete.
1752
1753 2016-02-04 Nick Clifton <nickc@redhat.com>
1754
1755 PR target/19561
1756 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
1757 to handle encoding of RRUX instruction.
1758 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
1759 shift instructions.
1760 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
1761
1762 2016-02-03 Max Filippov <jcmvbkbc@gmail.com>
1763
1764 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
1765 substitutions for BFD_RELOC_* as unsigned.
1766 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
1767 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
1768 * testsuite/gas/xtensa/loc.s: New file: loc test.
1769
1770 2016-02-03 Kevin Buettner <kevinb@redhat.com>
1771
1772 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
1773
1774 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
1775
1776 PR gas/19520
1777 * NEWS: Mention new command line option -mrelax-relocations and
1778 new configure option --enable-x86-relax-relocations for x86
1779 target.
1780 * config.in: Regenerated.
1781 * configure.ac: Add --enable-x86-relax-relocations.
1782 (ac_default_x86_relax_relocations): New. Default to 1 except
1783 for x86 Solaris targets older than Solaris 12.
1784 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
1785 * configure: Likewise.
1786 * config/tc-i386.c (generate_relax_relocations): New.
1787 (OPTION_MRELAX_RELOCATIONS): Likewise.
1788 (output_disp): Don't generate relax relocations if
1789 generate_relax_relocations is 0.
1790 (md_longopts): Add -mrelax-relocations.
1791 (md_show_usage): Likewise.
1792 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
1793 * doc/c-i386.texi: Document -mrelax-relocations=.
1794 * testsuite/gas/i386/got-no-relax.d: New file.
1795 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
1796 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
1797 * testsuite/gas/i386/localpic.d: Likewise.
1798 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
1799 * testsuite/gas/i386/reloc32.d: Likewise.
1800 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
1801 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
1802 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
1803 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
1804 * testsuite/gas/i386/i386.exp: Run got-no-relax and
1805 x86-64-gotpcrel-no-relax.
1806
1807 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
1808
1809 * NEWS: Mention new command line option -mfence-as-lock-add=yes
1810 for x86 target.
1811
1812 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
1813
1814 * NEWS: Remove duplicated marker for 2.26.
1815
1816 2016-02-02 Renlin Li <renlin.li@arm.com>
1817
1818 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
1819
1820 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1821
1822 * testsuite/gas/ip2k/allinsn.d: New file.
1823 * testsuite/gas/ip2k/allinsn.s: New file.
1824 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
1825
1826 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
1829 some load instructions.
1830 * testsuite/gas/epiphany/allinsn.d: Likewise.
1831 * testsuite/gas/epiphany/regression.d: Likewise.
1832
1833 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
1836 suffixes from instruction mnemonics in expected output.
1837 * testsuite/gas/epiphany/allinsn.d: Likewise.
1838 * testsuite/gas/epiphany/regression.d: Likewise.
1839 * testsuite/gas/epiphany/sample.d: Likewise.
1840
1841 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
1844 names.
1845 * testsuite/gas/epiphany/allinsn.d: Likewise.
1846 * testsuite/gas/epiphany/sample.d: Likewise.
1847
1848 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1849
1850 * testsuite/gas/epiphany/sample.d: Update expected output.
1851
1852 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
1853
1854 * config/tc-arc.c (md_apply_fix): Allow addendum.
1855 (arc_reloc_op): Allow complex expressions for tpoff.
1856 (md_apply_fix): Handle resolved TLS local symbol.
1857 * testsuite/gas/arc/tls-relocs1.d: New file.
1858 * testsuite/gas/arc/tls-relocs1.s: Likewise.
1859
1860 2016-02-01 Loria <Loria@phantasia.org>
1861
1862 PR target/19311
1863 * config/tc-arm.c (encode_arm_immediate): Recode to improve
1864 efficiency and avoid an LLVM loop optimization bug.
1865
1866 2016-02-01 Nick Clifton <nickc@redhat.com>
1867
1868 * config/tc-microblaze.c (parse_imm): Fix compile time warning
1869 message extending a negative 32-bit value into a larger signed
1870 value on a 32-bit host.
1871
1872 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
1873
1874 PR gas/19532
1875 * configure.ac (compressed_debug_sections): Replace == with =.
1876 * configure: Regenerated.
1877
1878 2016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
1879 H.J. Lu <hongjiu.lu@intel.com>
1880
1881 * config/tc-i386.c (avoid_fence): New.
1882 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
1883 is true.
1884 (OPTION_FENCE_AS_LOCK_ADD): New.
1885 (md_longopts): Add -mfence-as-lock-add.
1886 (md_parse_option): Handle -mfence-as-lock-add.
1887 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
1888 * doc/c-i386.texi (-mfence-as-lock-add): Document.
1889 * testsuite/gas/i386/i386.exp: Run new tests.
1890 * testsuite/gas/i386/fence-as-lock-add.s: New.
1891 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
1892 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
1893 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
1894 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
1895
1896 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
1897
1898 * configure.ac (compressed_debug_sections): Remove trailing `]'.
1899 * configure: Regenerated.
1900
1901 2016-01-25 H.J. Lu <hongjiu.lu@intel.com>
1902
1903 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
1904 (OPTION_MOMIT_LOCK_PREFIX): This.
1905 (md_longopts): Updated.
1906 (md_parse_option): Likewise.
1907
1908 2016-01-25 Catherine Moore <clm@codesourcery.com>
1909
1910 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
1911 if abicalls are in effect.
1912 * testsuite/gas/mips/sdata-gp.s: New test.
1913 * testsuite/gas/mips/sdata-gp.d: New expected output
1914 * testsuite/gas/mips/mips.exp: Run new test.
1915
1916 2016-01-25 Renlin Li <renlin.li@arm.com>
1917
1918 * testsuite/gas/arm/thumb2_it_search.d: New.
1919 * testsuite/gas/arm/thumb2_it_search.s: New.
1920
1921 2016-01-21 Nick Clifton <nickc@redhat.com>
1922
1923 PR gas/19454
1924 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
1925 with arm-netbsdelf target.
1926 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
1927
1928 2016-01-20 Nick Clifton <nickc@redhat.com>
1929
1930 PR 19456
1931 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
1932 * testsuite/gas/arm/blx-bl-convert.d
1933 * testsuite/gas/arm/plt-1.d: Likewise.
1934 * testsuite/gas/arm/reloc-bad.d: Likewise.
1935 * testsuite/gas/arm/thumb-w-good.d: Likewise.
1936 * testsuite/gas/arm/thumb2_pool.d: Likewise.
1937 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
1938 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
1939
1940 PR 19499
1941 * doc/as.texinfo (Errors): Correct documentation describing the
1942 interaction of .file and .line with warning and error messages.
1943
1944 PR 19458
1945 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
1946 * testsuite/gas/arm/archv8m-main.d: Likewise.
1947 * testsuite/gas/arm/archv8m-base.d: Likewise.
1948
1949 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
1950
1951 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
1952 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
1953 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
1954
1955 2016-01-20 Mickael Guene <mickael.guene@st.com>
1956 Terry Guo <terry.guo@arm.com>
1957
1958 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
1959 SHF_ARM_NOREAD section flag.
1960 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
1961 handle letter 'y'.
1962 (arm_elf_section_letter) : Declare it.
1963 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
1964 SHF_ARM_NOREAD section flag.
1965 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
1966
1967 * testsuite/gas/arm/section-execute-only.s: New test case.
1968 * testsuite/gas/arm/section-execute-only.d: Expected output.
1969
1970 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
1971
1972 * config/tc-mips.c (micromips_insn_length): Remove the mention
1973 of 48-bit microMIPS instructions.
1974
1975 2016-01-18 Alan Modra <amodra@gmail.com>
1976
1977 * configure: Regenerate.
1978
1979 2016-01-17 Alan Modra <amodra@gmail.com>
1980
1981 * configure: Regenerate.
1982
1983 2016-01-17 Alan Modra <amodra@gmail.com>
1984
1985 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
1986
1987 2016-01-14 Nick Clifton <nickc@redhat.com>
1988
1989 * testsuite/gas/rl78/sp-relative-movw.s: New test.
1990 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
1991 * testsuite/gas/rl78/rl78.exp: Run the new test.
1992
1993 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
1994
1995 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
1996 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
1997
1998 2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
1999
2000 * config/tc-nios2.c (output_movia): Preset `code' to 0.
2001
2002 2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
2003
2004 * config/tc-h8300.c (get_operand): Remove spurious condition in
2005 test for closing parenthesis.
2006
2007 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
2008
2009 * config/tc-arm.c (arm_ext_v8_2): New.
2010 (insns): Add "esb".
2011 * testsuite/gas/arm/armv8_2-a.d: New.
2012 * testsuite/gas/arm/armv8_2-a.s: New.
2013
2014 2016-01-12 Alan Modra <amodra@gmail.com>
2015
2016 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
2017
2018 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
2019
2020 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
2021 xvcmpnesp, xvcmpnesp.>: Delete tests.
2022 * testsuite/gas/ppc/power9.s: Likewise.
2023 * testsuite/gas/ppc/vsx3.d: Likewise.
2024 * testsuite/gas/ppc/vsx3.s: Likewise.
2025
2026 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
2027
2028 PR gas/13050
2029 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
2030 * testsuite/gas/m68k/p13050-1.s: New file.
2031 * testsuite/gas/m68k/p13050-2.d: New file.
2032 * testsuite/gas/m68k/p13050-2.s: New file.
2033
2034 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2035
2036 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
2037 * testsuite/gas/arc/add.d: Likewise.
2038 * testsuite/gas/arc/and.d: Likewise.
2039 * testsuite/gas/arc/asl.d: Likewise.
2040 * testsuite/gas/arc/asr.d: Likewise.
2041 * testsuite/gas/arc/bic.d: Likewise.
2042 * testsuite/gas/arc/extb.d: Likewise.
2043 * testsuite/gas/arc/extw.d: Likewise.
2044 * testsuite/gas/arc/j.d: Likewise.
2045 * testsuite/gas/arc/jl.d: Likewise.
2046 * testsuite/gas/arc/ld2.d: Likewise.
2047 * testsuite/gas/arc/lsr.d: Likewise.
2048 * testsuite/gas/arc/mov.d: Likewise.
2049 * testsuite/gas/arc/or.d: Likewise.
2050 * testsuite/gas/arc/pcl-relocs.d: Likewise.
2051 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
2052 * testsuite/gas/arc/pic-relocs.d: Likewise.
2053 * testsuite/gas/arc/plt-relocs.d: Likewise.
2054 * testsuite/gas/arc/rlc.d: Likewise.
2055 * testsuite/gas/arc/ror.d: Likewise.
2056 * testsuite/gas/arc/rrc.d: Likewise.
2057 * testsuite/gas/arc/sbc.d: Likewise.
2058 * testsuite/gas/arc/sda-relocs.d: Likewise.
2059 * testsuite/gas/arc/sda-relocs2.d: Likewise.
2060 * testsuite/gas/arc/sexb.d: Likewise.
2061 * testsuite/gas/arc/sexw.d: Likewise.
2062 * testsuite/gas/arc/st.d: Likewise.
2063 * testsuite/gas/arc/sub.d: Likewise.
2064 * testsuite/gas/arc/tls-relocs.d: Likewise.
2065 * testsuite/gas/arc/xor.d: Likewise.
2066
2067 2016-01-01 Alan Modra <amodra@gmail.com>
2068
2069 Update year range in copyright notice of all files.
2070
2071 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
2072 \f
2073 Copyright (C) 2016 Free Software Foundation, Inc.
2074
2075 Copying and distribution of this file, with or without modification,
2076 are permitted in any medium without royalty provided the copyright
2077 notice and this notice are preserved.
2078
2079 Local Variables:
2080 mode: change-log
2081 left-margin: 8
2082 fill-column: 74
2083 version-control: never
2084 End:
This page took 0.070681 seconds and 5 git commands to generate.