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