ef7febf9885f432daf493849ca56c1213c1d3a64
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2014-12-25 Yaakov Selkowitz <yselkowi@redhat.com>
2
3 PR gas/17753
4 * config/tc-mep.c (md_begin): Specify types of vararg literals.
5
6 2014-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * doc/c-avr.texi: Document -mlink-relax and -mno-link-relax.
9
10 2014-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * config/tc-avr.c (struct avr_opt_s): Change link_relax to
13 no_link_relax, extend comment.
14 (enum options): Add new OPTION_NO_LINK_RELAX.
15 (md_longopts): Add entry for -mno-link-relax.
16 (md_parse_option): Handle OPTION_NO_LINK_RELAX, and update
17 OPTION_LINK_RELAX.
18 (md_begin): Initialise linkrelax from no_link_relax.
19 (md_show_usage): Include -mno-link-relax option.
20 (relaxable_section): Only allocatable code sections can be
21 relaxed.
22
23 2014-12-23 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * config/tc-avr.c: Add include for elf/avr.h.
26 (avr_elf_final_processing): New function.
27 * config/tc-avr.h (elf_tc_final_processing): Define.
28 (avr_elf_final_processing): Declare
29
30 2014-12-18 Xingxing Pan <xxingpan@marvell.com>
31
32 * gas/config/tc-arm.c (arm_cpus): Add core marvell-whitney.
33
34 2014-12-23 Nick Clifton <nickc@redhat.com>
35
36 * po/fr.po: Updated French translation.
37 * po/uk.po: Updated Ukrainian translation.
38
39 2014-12-19 Matthew Fortune <matthew.fortune@imgtec.com>
40
41 * config/tc-mips.c (md_apply_fix): Apply alignment check
42 to the symbol and offset rather than *valP for
43 BFD_RELOC_MIPS_18_PCREL_S3. Also update the error message
44 for BFD_RELOC_MIPS_19_PCREL_S2.
45
46 2014-12-14 H.J. Lu <hongjiu.lu@intel.com>
47
48 * config/tc-i386.c (flag_compress_debug): Default to compress
49 debug sections for Linux.
50 * NEWS: Mention it.
51
52 2014-12-12 Alan Modra <amodra@gmail.com>
53
54 * config/tc-ppc.h (md_reg_eh_frame_to_debug_frame): Match current
55 gcc behaviour.
56 * config/te-aix.h: New file.
57 * configure.tgt: Use em=aix for powerpc-aix.
58
59 2014-12-09 Chen Gang <gang.chen.5i5j@gmail.com>
60
61 * config/tc-tic4x.c (md_assemble): Ensure insn->name is zero
62 terminated. Simplify concatenation of parallel insn.
63
64 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
65
66 * configure.tgt: Add Visium support.
67 * Makefile.am (TARGET_CPU_CFILES): Move config/tc-vax.c around
68 and add config/tc-visium.c.
69 (TARGET_CPU_HFILES): Move config/tc-vax.h around and add
70 config/tc-visium.h.
71 * Makefile.in: Regenerate.
72 * config/tc-visium.c: New file.
73 * config/tc-visium.h: Likewise.
74 * po/POTFILES.in: Regenerate.
75
76 2014-11-28 Sandra Loosemore <sandra@codesourcery.com>
77
78 * config/tc-nios2.c (can_evaluate_expr, get_expr_value): Delete.
79 (output_addi, output_andi, output_ori, output_xori): Delete.
80 (md_assemble): Remove calls to deleted functions.
81
82 2014-11-25 Max Filippov <jcmvbkbc@gmail.com>
83
84 * config/tc-xtensa.c (search_trampolines): Move post-loop
85 condition check outside the search loop.
86
87 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
88
89 * configure: Regenerated.
90
91 2014-11-21 Terry Guo <terry.guo@arm.com>
92
93 * config/tc-arm.c (md_assemble): Do not consider relaxation.
94 (md_convert_frag): Test and set target arch attribute accordingly.
95 (aeabi_set_attribute_string): Turn it into a global function.
96 * config/tc-arm.h (md_post_relax_hook): Enable it for ARM target.
97 (aeabi_set_public_attributes): Declare it.
98
99 2014-11-21 Terry Guo <terry.guo@arm.com>
100
101 * config/tc-arm.c (fpu_vfp_ext_armv8xd): New.
102 (arm_cpus): Support cortex-m7.
103 (arm_fpus): Support fpv5-sp-d16 and fpv5-d16.
104 (do_vfp_nsyn_cvt_fpv8): Generate error when use D register for S
105 register only target like FPv5-SP-D16.
106 (do_neon_cvttb_1): Likewise.
107 (do_vfp_nsyn_fpv8): Likewise.
108 (do_vrint_1): Likewise.
109 (aeabi_set_public_attributes): Set proper FP arch for FPv5.
110 * doc/c-arm.texi: Document new cpu and fpu names for cortex-m7.
111
112 2014-11-20 Richard Earnshaw <rearnsha@arm.com>
113
114 * config/tc-arm.c (rotate_left): Avoid undefined behaviour when
115 N = 0.
116
117 2014-11-20 Richard Earnshaw <rearnsha@arm.com>
118
119 * config/tc-aarch64.c (warn_unpredictable_ldst): Check that transfer
120 registers are in the GP register set. Adjust warnings. Use correct
121 field member for address register.
122 * testsuite/gas/aarch64/diagnostic.l: Update.
123
124 2014-11-19 Ryan Mansfield <rmansfield@qnx.com>
125
126 * config/tc-aarch64.c (md_assemble): Call warn_unpredictable_ldst.
127 (warn_unpredictable_ldst): New.
128
129 2014-11-18 Igor Zamyatin <igor.zamyatin@intel.com>
130
131 * config/tc-i386-intel.c (i386_operator): Remove last argument
132 from lex_got call.
133 * config/tc-i386.c (reloc): Remove bnd_prefix from parameters'
134 list. Return always BFD_RELOC_32_PCREL.
135 * (output_branch): Remove condition for BFD_RELOC_X86_64_PC32_BND.
136 * (output_jump): Update call to reloc accordingly.
137 * (output_interseg_jump): Likewise.
138 * (output_disp): Likewise.
139 * (output_imm): Likewise.
140 * (x86_cons_fix_new): Likewise.
141 * (lex_got): Remove bnd_prefix from parameters' list in macro and
142 declarations. Don't use BFD_RELOC_X86_64_PLT32_BND.
143 * (x86_cons): Update call to lex_got accordingly.
144 * (i386_immediate): Likewise.
145 * (i386_displacement): Likewise.
146 * (md_apply_fix): Don't use BFD_RELOC_X86_64_PLT32_BND nor
147 BFD_RELOC_X86_64_PC32_BND.
148 * (tc_gen_reloc): Likewise.
149
150 2014-11-18 Jan Beulich <jbeulich@suse.com>
151
152 * config/tc-aarch64.c (s_aarch64_arch_extension): New.
153 (md_pseudo_table): Add arch_extension.
154 (aarch64_parse_features): New parameter "ext_only". Handle it.
155 (aarch64_parse_cpu, aarch64_parse_arch, s_aarch64_cpu,
156 s_aarch64_arch): Pass FALSE as new third argument of
157 aarch64_parse_features().
158
159 2014-11-17 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
160
161 * config/tc-aarch64.c (aarch64_cpus): Add "xgene2".
162 * doc/c-aarch64.texi: Document it.
163
164 2014-11-17 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
165
166 * config/tc-aarch64.c (aarch64_cpus): Add "xgene1".
167 * doc/c-aarch64.texi: Rename xgene-1 to xgene1.
168
169 2014-11-17 Ilya Tocar <ilya.tocar@intel.com>
170
171 * config/tc-i386.c (cpu_arch): Add .avx512vbmi.
172 * doc/c-i386.texi: Document it.
173
174 2014-11-17 Ilya Tocar <ilya.tocar@intel.com>
175
176 * config/tc-i386.c (cpu_arch): Add .avx512ifma.
177 * doc/c-i386.texi: Document it.
178
179 2014-11-17 Ilya Tocar <ilya.tocar@intel.com>
180
181 * config/tc-i386.c (cpu_arch): Add .pcommit.
182 * doc/c-i386.texi: Document it.
183
184 2014-11-17 Ilya Tocar <ilya.tocar@intel.com>
185
186 * config/tc-i386.c (cpu_arch): Add .clwb.
187 * doc/c-i386.texi: Document it.
188
189 2014-11-14 H.J. Lu <hongjiu.lu@intel.com>
190
191 * config/tc-i386.c (cpu_arch): Re-arrange avx512* and xsave*
192 items.
193
194 * doc/c-i386.texi: Re-arrange avx512* and xsave*. Add
195 clflushopt and se1. Remove duplicated entries.
196
197 2014-11-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
198
199 * config/tc-aarch64.c (aarch64_cpus): Add CRC feature for
200 cortex-A53 and cortex-A57.
201
202 2014-11-13 H.J. Lu <hongjiu.lu@intel.com>
203
204 PR gas/17598
205 * config/tc-i386.c (reloc): Support BFD_RELOC_X86_64_GOTPLT64.
206
207 2014-11-13 Nick Clifton <nickc@redhat.com>
208
209 PR binutils/17512
210 * config/obj-coff.c (coff_obj_symbol_new_hook): Set the is_sym
211 field.
212
213 2014-11-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
214
215 * config/tc-aarch64.c (aarch64_cpus): Remove example-1 and example-2.
216
217 2014-11-12 Alan Modra <amodra@gmail.com>
218
219 * config/tc-z80.c (parse_exp_not_indexed, parse_exp): Warning fixes.
220
221 2014-11-12 Alan Modra <amodra@gmail.com>
222
223 PR ld/17482
224 * config/tc-i386.c (output_insn): Don't test x86_elf_abi when
225 not ELF.
226
227 2014-11-11 Nick Clifton <nickc@redhat.com>
228
229 * po/uk.po: Updated Ukranian translation.
230
231 2014-11-07 H.J. Lu <hongjiu.lu@intel.com>
232
233 PR ld/17482
234 * config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
235 for instructions with R_X86_64_GOTTPOFF relocation for x32 if
236 needed.
237
238 2014-11-06 Sandra Loosemore <sandra@codesourcery.com>
239
240 * config/tc-nios2.c (nios2_diagnose_overflow): Adjust call to
241 nios2_find_opcode_hash.
242
243 2014-11-05 Matthew Fortune <matthew.fortune@imgtec.com>
244
245 * config/tc-mips.c (mips_elf_final_processing): Add INSN_ISA32R6
246 and INSN_ISA64R6 support.
247
248 2014-11-04 Alan Modra <amodra@gmail.com>
249
250 * expr.c (expr_symbol_where): Don't use register keyword.
251 * app.c (app_push, app_pop, do_scrub_chars): Likewise.
252 * ecoff.c (add_string, add_ecoff_symbol, add_aux_sym_symint,
253 add_aux_sym_rndx, add_aux_sym_tir, add_procedure, add_file,
254 ecoff_build_lineno, ecoff_setup_ext, allocate_cluster.
255 allocate_scope, allocate_vlinks, allocate_shash,
256 allocate_thash, allocate_tag, allocate_forward, allocate_thead,
257 allocate_lineno_list): Likewise.
258 * frags.c (frag_more, frag_var, frag_variant, frag_wane): Likewise.
259 * input-file.c (input_file_push, input_file_pop): Likewise.
260 * input-scrub.c (input_scrub_push, input_scrub_next_buffer): Likewise.
261 * subsegs.c (subseg_change): Likewise.
262 * symbols.c (colon, symbol_table_insert, symbol_find_or_make)
263 (dollar_label_name, fb_label_name): Likewise.
264 * write.c (relax_align): Likewise.
265 * config/tc-alpha.c (s_alpha_pdesc): Likewise.
266 * config/tc-bfin.c (bfin_s_bss): Likewise.
267 * config/tc-i860.c (md_estimate_size_before_relax): Likewise.
268 * config/tc-m68hc11.c (md_convert_frag): Likewise.
269 * config/tc-m68k.c (m68k_ip, crack_operand): Likewise.
270 (md_convert_frag_1, s_even): Likewise.
271 * config/tc-mips.c (mips_clear_insn_labels): Likewise.
272 * config/tc-mn10200.c (md_begin): Likewise.
273 * config/tc-s390.c (s390_setup_opcodes, md_begin): Likewise.
274 * config/tc-sh.c (sh_elf_cons): Likewise.
275 * config/tc-tic4x.c (tic4x_cons, tic4x_stringer): Likewise.
276 * config/m68k-parse.y (m68k_reg_parse): Likewise. Convert from K&R.
277 (yylex, m68k_ip_op, yyerror): Convert from K&R.
278
279 2014-11-04 Alan Modra <amodra@gmail.com>
280
281 * config/tc-d10v.c (find_opcode): Call frag_now_fix_octets rather
282 than equivalent obstack_next_free expression.
283 * config/tc-d30v.c (find_format): Likewise.
284
285 2014-11-03 Nick Clifton <nickc@redhat.com>
286
287 * config/tc-msp430.c (msp430_srcoperand): Fix range test for
288 20-bit values.
289
290 2014-10-31 Andrew Pinski <apinski@cavium.com>
291 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
292
293 * config/tc-mips.c (CPU_IS_OCTEON): Handle CPU_OCTEON3.
294 (mips_cpu_info_table): Octeon3 enables virt ase.
295 * doc/c-mips.texi: Document octeon3 as an acceptable value for
296 -march=.
297
298 2014-10-30 Dr Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
299
300 * config/tc-aarch64.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define to 7.
301 * config/tc-aarch64.c (aarch64_handle_align): Rewrite to handle
302 large alignments with a constant fragment size of
303 MAX_MEM_FOR_RS_ALIGN_CODE.
304
305 2014-10-29 Nick Clifton <nickc@redhat.com>
306
307 * po/uk.po: New Ukranian translation.
308
309 2014-10-23 Sandra Loosemore <sandra@codesourcery.com>
310
311 * config/tc-nios2.c (nios2_insn_infoS): Add constant_bits field.
312 (nios2_arg_infoS, nios2_arg_hash, nios2_arg_lookup): Delete.
313 (nios2_control_register_arg_p): Delete.
314 (nios2_coproc_reg): Delete.
315 (nios2_relax_frag): Remove hard-coded instruction size.
316 (md_convert_frag): Use new insn accessor macros.
317 (nios2_diagnose_overflow): Remove hard-coded instruction size.
318 (md_apply_fix): Likewise.
319 (bad_opcode): New.
320 (nios2_parse_reg): New.
321 (nios2_assemble_expression): Remove prev_reloc parameter. Adjust
322 uses and callers.
323 (nios2_assemble_arg_c): New.
324 (nios2_assemble_arg_d): New.
325 (nios2_assemble_arg_s): New.
326 (nios2_assemble_arg_t): New.
327 (nios2_assemble_arg_i): New.
328 (nios2_assemble_arg_u): New.
329 (nios2_assemble_arg_o): New.
330 (nios2_assemble_arg_j): New.
331 (nios2_assemble_arg_l): New.
332 (nios2_assemble_arg_m): New.
333 (nios2_assemble_args): New.
334 (nios2_assemble_args_dst): Delete.
335 (nios2_assemble_args_tsi): Delete.
336 (nios2_assemble_args_tsu): Delete.
337 (nios2_assemble_args_sto): Delete.
338 (nios2_assemble_args_o): Delete.
339 (nios2_assemble_args_is): Delete.
340 (nios2_assemble_args_m): Delete.
341 (nios2_assemble_args_s): Delete.
342 (nios2_assemble_args_tis): Delete.
343 (nios2_assemble_args_dc): Delete.
344 (nios2_assemble_args_cs): Delete.
345 (nios2_assemble_args_ds): Delete.
346 (nios2_assemble_args_ldst): Delete.
347 (nios2_assemble_args_none): Delete.
348 (nios2_assemble_args_dsj): Delete.
349 (nios2_assemble_args_d): Delete.
350 (nios2_assemble_args_b): Delete.
351 (nios2_arg_info_structs): Delete.
352 (NIOS2_NUM_ARGS): Delete.
353 (nios2_consume_arg): Remove insn parameter. Use new macros.
354 Don't check register arguments here. Remove 'b' case.
355 (nios2_consume_separator): Move check for missing separators to...
356 (nios2_parse_args): ...here. Remove special case for optional
357 arguments.
358 (output_insn): Avoid using hard-coded insn size.
359 (output_ubranch): Likewise.
360 (output_cbranch): Likewise.
361 (output_call): Use new macros.
362 (output_addi): Likewise.
363 (output_ori): Likewise.
364 (output_xori): Likewise.
365 (output_movia): Likewise.
366 (md_begin): Remove nios2_arg_info_structs initialization.
367 (md_assemble): Initialize constant_bits field. Use
368 nios2_parse_args instead of looking up parse function in hash table.
369
370 2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
371
372 * doc/as.texinfo: Update the MIPS FP ABI descriptions.
373 * doc/c-mips.texi: Spell check and correct throughout.
374
375 2014-10-21 Maciej W. Rozycki <macro@codesourcery.com>
376
377 * config/tc-mips.c (s_insn): Set file options.
378
379 2014-10-21 Andrew Pinski <apinski@cavium.com>
380
381 * config/tc-aarch64.c (aarch64_cpus):
382 Add thunderx.
383 * doc/c-aarch64.texi: Document that thunderx
384 is a valid processor name.
385
386 2014-10-21 Jan Beulich <jbeulich@suse.com>
387
388 * read.c (HANDLE_CONDITIONAL_ASSEMBLY): New parameter "num_read".
389 (read_a_source_file): Adjust HANDLE_CONDITIONAL_ASSEMBLY
390 invocations.
391 (_find_end_of_line): Don't issue "stray '\\'" warning when in
392 false branch of conditional.
393
394 2014-10-21 Jan Beulich <jbeulich@suse.com>
395
396 * config/tc-aarch64.c (output_operand_error_record): Move down
397 assertion of idx being non-negative. Use local variables when
398 available.
399
400 2014-10-18 Alan Modra <amodra@gmail.com>
401
402 PR 17493
403 * write.c (adjust_reloc_syms): Don't allow symbols in reg_section
404 to be reduced to reg_section section symbol.
405 * gas/config/tc-i386.c (i386_finalize_immediate): Reject all
406 reg_section immediates.
407
408 2014-10-17 Matthew Fortune <matthew.fortune@imgtec.com>
409
410 * doc/c-mips.texi: Fix bad @value references.
411
412 2014-10-15 Tristan Gingold <gingold@adacore.com>
413
414 * configure: Regenerate.
415
416 2014-10-15 Chen Gang <gang.chen.5i5j@gmail.com>
417
418 * config/tc-tic4x.c (md_assemble): Correct strncat size.
419
420 2014-10-14 Tristan Gingold <gingold@adacore.com>
421
422 * NEWS: Add marker for 2.25.
423
424 2014-10-14 Alan Modra <amodra@gmail.com>
425
426 PR 17453
427 * config/tc-i386.c (fits_in_signed_long): Use unsigned param and
428 expression to avoid signed overflow.
429 (fits_in_signed_byte, fits_in_unsigned_byte, fits_in_unsigned_word,
430 fits_in_signed_word, fits_in_unsigned_long): Similarly.
431 * expr.c (operand <'-'>): Avoid signed overflow.
432 * read.c (s_comm_internal): Likewise.
433
434 2014-10-14 Alan Modra <amodra@gmail.com>
435
436 * config/tc-sparc.c (sparc_md_end): Fix unused variable warnings.
437
438 2014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
439
440 * config/tc-sparc.c (v9a_asr_table): Entry for %cps removed.
441 (sparc_arch_table): Remove the HWCAP_RANDOM, HWCAP_TRANS and
442 HWCAP_ASI_CACHE_SPARING from the architectures using them.
443 (HWS_V8): New define.
444 (HWS_V9): Likewise.
445 (HWS_VA): Likewise.
446 (HWS_VB): Likewise.
447 (HWS_VC): Likewise.
448 (HWS_VD): Likewise.
449 (HWS_VE): Likewise.
450 (HWS_VV): Likewise.
451 (sparc_arch): Use the HWS_* macros. Fix the `sparc4' architecture
452 to cover the HWCAP_ASI_BLK_INIT and HWCAP_IMA capabilities.
453 (hwcap_seen): Variable widened to 64 bits.
454 (hwcap_allowed): Likewise.
455 (sparc_arch): new field `hwcap2_allowed'.
456 (sparc_arch_table): provide hwcap2_allowed values for existing
457 archs.
458 (sparc_md_end): Add a HWCAPS2 object attribute to the elf object
459 in case any of the HWCAP2_* caps are used.
460 (sparc_ip): Take into account the new hwcaps2 bitmap to build the
461 list of seen/allowed hwcaps.
462 (get_hwcap_name): Argument widened to 64 bits to handle HWCAP2
463 bits.
464 (HWS_VM): New define.
465 (HWS2_VM): Likewise.
466 (sparc_arch): New architectures `sparc5', `v9m' and `v8plusm'.
467 (v9a_asr_table): Add the %mwait (%asr28) ancillary state register
468 to the table.
469 (sparc_ip): Handle the %mcdper ancillary state register as an
470 operand.
471 (sparc_ip): Handle } arguments as fdrd floating point registers
472 (double) that are the same than frs1.
473 * doc/c-sparc.texi (Sparc-Opts): Document the -Av9e, -Av8pluse and
474 -xarch=v9e command line options. Also fix the description of the
475 -Av9v and -Av8plusv command line options.
476 Document the -Av9m, -Av8plusm,-Asparc5, -xarch=v9m and
477 -xarch=sparc5 command line options.
478
479 2014-09-29 Terry Guo <terry.guo@arm.com>
480
481 * as.c (create_obj_attrs_section): Move it and call it from ...
482 * write.c (create_obj_attrs_section): ... here.
483 (subsegs_finish_section): Refactored.
484
485 2014-09-27 Alan Modra <amodra@gmail.com>
486
487 * dwarf2dbg.c (all_segs_hash): Delete.
488 (get_line_subseg): Delete last_seg, last_subseg, last_line_subseg.
489 Retrieve line_seg for section via seg_info.
490 * subsegs.h (segment_info_typet): Add dwarf2_line_seg.
491
492 2014-09-23 H.J. Lu <hongjiu.lu@intel.com>
493
494 PR gas/17421
495 * config/tc-i386.c (md_assemble): Disallow VEX/EVEX encoded
496 instructions in 16-bit mode.
497
498 2014-09-22 Alan Modra <amodra@gmail.com>
499
500 * config/tc-m68k.c (md_assemble): Add assert to work around
501 bogus trunk gcc warning.
502 * config/tc-pj.h (md_convert_frag): Warning fix.
503 * config/tc-xtensa.c (xg_assemble_vliw_tokens): Warning fix.
504
505 2014-09-17 Tristan Gingold <gingold@adacore.com>
506
507 * config/tc-arm.c (move_or_literal_pool, add_to_lit_pool): Use
508 bfd_int64_t instead of int64_t.
509
510 2014-09-16 Ilya Tocar <ilya.tocar@intel.com>
511
512 * config/tc-i386.c (evexrcig): New.
513 (build_evex_prefix): Force rounding bits.
514 (OPTION_MEVEXRCIG): New.
515 (md_longopts): Add mevexrcig.
516 (md_parse_option): Handle OPTION_MEVEXRCIG.
517 (md_show_usage): Document mevexrcig.
518 * doc/c-i386.texi (mevexrcig): Document new option.
519
520 2014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
521
522 * config/tc-nds32.c (nds32_fsrs, nds32_fdrs, nds32_gprs): Remove.
523 (relax_table): Add new relaxation pattern.
524 (do_pseudo_la_internal, do_pseudo_ls_bhw): Expand for PIC suffix.
525 (do_pseudo_move, do_pseudo_neg, do_pseudo_pushpopm): Fix.
526 (get_range_type, nds32_elf_record_fixup_exp, nds32_get_align,
527 nds32_elf_build_relax_relation, md_assemble, invalid_prev_frag,
528 nds32_relax_frag, md_estimate_size_before_relax): Adjust relaxation.
529 (relocation_table): Remove.
530 (relax_ls_table): Load-store relaxation pattern.
531 (hint_map): Define-use chain pattern.
532 (nds32_find_reloc_table, nds32_match_hint_insn): Analysis
533 relaxation pattern.
534 (nds32_parse_name): Parse PIC suffix.
535 * config/tc-nds32.h: Declare.
536
537 2014-09-15 H.J. Lu <hongjiu.lu@intel.com>
538
539 * config/tc-i386.c (OPTION_omit_lock_prefix): Renamed to ...
540 (OPTION_OMIT_LOCK_PREFIX): This.
541 (md_longopts): Updated.
542 (md_parse_option): Likewise.
543
544 2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
545 Matthew Fortune <matthew.fortune@imgtec.com>
546
547 * config/tc-mips.c (mips_nan2008): New static global.
548 (mips_flag_nan2008): Removed.
549 (LL_SC_FMT): New define.
550 (COP12_FMT): Updated.
551 (ISA_IS_R6): New define.
552 (ISA_HAS_64BIT_REGS): Add mips64r6.
553 (ISA_HAS_DROR): Likewise.
554 (ISA_HAS_64BIT_FPRS): Add mips32r6 and mips64r6.
555 (ISA_HAS_ROR): Likewise.
556 (ISA_HAS_ODD_SINGLE_FPR): Likewise.
557 (ISA_HAS_MXHC1): Likewise.
558 (hilo_interlocks): Likewise.
559 (md_longopts): Likewise.
560 (ISA_HAS_LEGACY_NAN): New define.
561 (options): Add OPTION_MIPS32R6 and OPTION_MIPS64R6.
562 (mips_ase): Add field rem_rev.
563 (mips_ases): Updated to add which ISA an ASE was removed in.
564 (mips_isa_rev): Add support for mips32r6 and mips64r6.
565 (mips_check_isa_supports_ase): Add support to check if an ASE
566 has been removed in the specified MIPS ISA revision.
567 (validate_mips_insn): Skip '-' character.
568 (macro_build): Likewise.
569 (mips_check_options): Prevent R6 working with fp32, mips16,
570 micromips, or branch relaxation.
571 (file_mips_check_options): Set R6 floating point registers to
572 64 bit. Also deal with the nan2008 option.
573 (limited_pcrel_reloc_p): Add relocs: BFD_RELOC_MIPS_21_PCREL_S2,
574 BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3,
575 BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and
576 BFD_RELOC_LO16_PCREL.
577 (operand_reg_mask): Add support for OP_SAME_RS_RT, OP_CHECK_PREV
578 and OP_NON_ZERO_REG.
579 (match_check_prev_operand): New static function.
580 (match_same_rs_rt_operand): New static function.
581 (match_non_zero_reg_operand): New static function.
582 (match_operand): Added entries for: OP_SAME_RS_RT, OP_CHECK_PREV
583 and OP_NON_ZERO_REG.
584 (insns_between): Added case to deal with forbidden slots.
585 (append_insn): Added support for relocs: BFD_RELOC_MIPS_21_PCREL_S2
586 and BFD_RELOC_MIPS_26_PCREL_S2.
587 (match_insn): Add support for operands -A, -B, +' and +". Also
588 skip '-' character.
589 (mips_percent_op): Add entries for %pcrel_hi and %pcrel_lo.
590 (md_parse_option): Add support for mips32r6 and mips64r6. Also
591 update the nan option handling.
592 (md_pcrel_from): Add cases for relocs: BFD_RELOC_MIPS_21_PCREL_S2,
593 BFD_RELOC_MIPS_26_PCREL_S2.
594 (mips_force_relocation): Prevent forced relaxation for MIPS r6.
595 (md_apply_fix): Add support for relocs: BFD_RELOC_MIPS_21_PCREL_S2,
596 BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3,
597 BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and
598 BFD_RELOC_LO16_PCREL.
599 (s_mipsset): Add support for mips32r6 and mips64r6.
600 (s_nan): Update to support the new nan2008 framework.
601 (tc_gen_reloc): Add relocs: BFD_RELOC_MIPS_21_PCREL_S2,
602 BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3,
603 BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and
604 BFD_RELOC_LO16_PCREL.
605 (mips_elf_final_processing): Updated to use the mips_nan2008.
606 (mips_cpu_info_table): Add entries for mips32r6 and mips64r6.
607 (macro): Enable ldc2, sdc2, ll, lld, swc2, sc, scd, cache, pref
608 macros for R6.
609 (mips_fix_adjustable): Make PC relative R6 relocations relative
610 to the symbol and not the section.
611 * configure.ac: Add support for mips32r6 and mips64r6.
612 * configure: Regenerate.
613 * doc/c-mips.texi: Document the -mips32r6 and -mips64r6 command line
614 options.
615 * doc/as.texinfo: Likewise.
616
617 2014-09-15 Matthew Fortune <matthew.fortune@imgtec.com>
618
619 * tc-mips.c (check_fpabi): Move softfloat and singlefloat
620 checks higher.
621
622 2014-09-12 Jose E. Marchesi <jose.marchesi@oracle.com>
623
624 * config/tc-sparc.c (sparc_ip): Update the set of allowed hwcaps
625 when bumping the current architecture.
626 (md_begin): Adjust the highetst architecture level also when a
627 specific architecture is not requested.
628
629 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
630
631 * configure.tgt: Add mips*-img-elf* target triple.
632
633 2014-09-12 Alan Modra <amodra@gmail.com>
634
635 * config/tc-i386.c (match_template): Remove redundant "!!" testing
636 single-bit bitfields.
637 (build_modrm_byte): Don't compare single-bit bitfields to "1".
638
639 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
640
641 * config/tc-arm.c (arm_cpus): Add cortex-a17.
642
643 2014-09-03 Jiong Wang <jiong.wang@arm.com>
644
645 * config/tc-aarch64.c (parse_sys_reg): Remove the restriction on op0
646 field.
647
648 2014-09-03 Jiong Wang <jiong.wang@arm.com>
649
650 * config/tc-aarch64.c (parse_operands): Recognize PAIRREG.
651 (aarch64_features): Add entry for lse extension.
652
653 2014-08-26 Jiong Wang <jiong.wang@arm.com>
654
655 * config/tc-arm.c (aeabi_set_public_attributes): Update selected_cpu
656 based on the info we got during parsing.
657 (arm_handle_align): Make sure the p2align expanding logic under thumb
658 unchanged.
659
660 2014-08-26 Maciej W. Rozycki <macro@codesourcery.com>
661
662 * config/tc-mips.c (macro) <M_SAA_AB>: Remove duplicate code and
663 jump to...
664 <M_SAAD_AB>: ... here. Assert that !microMIPS.
665
666 2014-08-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
667
668 * config/tc-moxie.h (md_convert_frag): Silence warning.
669
670 2014-08-22 Richard Henderson <rth@redhat.com>
671
672 * config/tc-aarch64.c (tc_aarch64_regname_to_dw2regnum): Fix
673 register number for vector register types.
674 * config/tc-aarch64.h (DWARF2_LINE_MIN_INSN_LENGTH): Set to 4.
675 (DWARF2_CIE_DATA_ALIGNMENT): Set to -8.
676
677 2014-08-22 Maciej W. Rozycki <macro@codesourcery.com>
678
679 * config/tc-ppc.c (md_assemble): Only set the PPC_APUINFO_VLE
680 flag if both the processor and opcode flags match.
681
682 2014-08-22 Maciej W. Rozycki <macro@codesourcery.com>
683
684 * config/tc-arm.c (add_to_lit_pool): Preinitialize `imm1'.
685
686 2014-08-20 Maciej W. Rozycki <macro@codesourcery.com>
687
688 * dw2gencfi.c (make_debug_seg): Replace leading spaces with tabs.
689 (dot_cfi_val_encoded_addr, output_cfi_insn): Likewise.
690 (output_cie, cfi_change_reg_numbers, cfi_finish): Likewise.
691
692 2014-08-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
693
694 * config/tc-arm.c (parse_ifimm_zero): New function.
695 (enum operand_parse_code): Add OP_RSVD_FI0 value.
696 (parse_operands): Handle OP_RSVD_FI0.
697 (asm_opcode_insns): Use RSVD_FI0 for second operand of vcmp, vcmpe.
698
699 2014-08-20 Alan Modra <amodra@gmail.com>
700
701 * Makefile.am: Typo fix.
702 * Makefile.in: Regenerate.
703 * po/POTFILES.in: Regenerate.
704
705 2014-08-19 Andreas Tobler <andreast@fgznet.ch>
706
707 * Makefile.am: Add FreeBSD ARM support.
708 * Mafefile.in: Regenerate.
709 * configure.tgt: Add FreeBSD ARM support.
710 * config/te-armfbsdeabi.h: New file.
711 * config/te-armfbsdvfp.h: Likewise.
712
713 2014-08-19 Alan Modra <amodra@gmail.com>
714
715 * configure: Regenerate.
716
717 2014-08-18 Nick Clifton <nickc@redhat.com>
718
719 * config/tc-rl78.c (md_apply_fix): Correct handling of small sized
720 RELOC_RL78_DIFF fixups.
721
722 2014-08-18 Alan Modra <amodra@gmail.com>
723
724 * read.c (parse_mri_cons): Warning fix.
725
726 2014-08-14 Alan Modra <amodra@gmail.com>
727
728 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
729 * config.in: Regenerate.
730 * configure: Regenerate.
731
732 2014-08-06 Ilya Tocar <ilya.tocar@intel.com>
733
734 * config/tc-i386.c (omit_lock_prefix): New.
735 (output_insn): Omit lock prefix if omit_lock_prefix is true.
736 (OPTION_omit_lock_prefix): New.
737 (md_longopts): Add momit-lock-prefix.
738 (md_parse_option): Handle momit-lock-prefix.
739 (md_show_usage): Add momit-lock-prefix=[no|yes].
740 * doc/c-i386.texi (momit-lock-prefix): Document.
741
742 2014-08-01 Takashi Yoshii <yoshii.takashi@renesas.com>
743
744 PR 10378
745 * config/tc-sh.c (tc_gen_reloc): Fix initialization of addend in
746 SWITCH_TABLE case.
747
748 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
749
750 * config/tc-mips.c: Rename INSN_LOAD_COPROC_DELAY to INSN_LOAD_COPROC
751 and INSN_COPROC_MOVE_DELAY to INSN_COPROC_MOVE throughout.
752
753 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
754
755 * config/tc-mips.c (mips_flags_frag): New static global.
756 (struct mips_set_options): Add oddspreg field.
757 (file_mips_opts, mips_opts): Initialize oddspreg.
758 (ISA_HAS_ODD_SINGLE_FPR): Add CPU argument and update for R5900 and
759 Loongson-3a.
760 (enum options, md_longopts, md_parse_option): Add -mfpxx, -modd-spreg
761 and -mno-odd-spreg options.
762 (md_begin): Create .MIPS.abiflags section.
763 (fpabi_incompatible_with, fpabi_requires): New static function.
764 (check_fpabi): Likewise.
765 (mips_check_options): Handle fp=xx and oddspreg restrictions.
766 (file_mips_check_options): Set oddspreg by default for fp=xx.
767 (mips_oddfpreg_ok): Re-write function.
768 (check_regno): Check odd numbered registers regardless of FPR size.
769 For fp != 32 use as_bad instead of as_warn.
770 (match_float_constant): Rewrite check regarding FP register width. Add
771 support for generating constants when MXHC1 is present. Handle fp=xx
772 to comply with the ABI.
773 (macro): Update M_LI_DD similarly to match_float_constant. Generate
774 MTHC1 when available. Check that correct code can be generated for
775 fp=xx and fp=64 ABIs.
776 (parse_code_option, s_mipsset): Add fp=xx, oddspreg and nooddspreg
777 options.
778 (mips_convert_ase_flags): New static function.
779 (mips_elf_final_processing): Use fpabi == Val_GNU_MIPS_ABI_FP_OLD_64
780 to determine when to add the EF_MIPS_FP64 flag. Populate the
781 .MIPS.abiflags section.
782 (md_mips_end): Update .gnu_attribute based on command line and .module
783 as applicable. Use check_fpabi to ensure .gnu.attribute and command
784 line/.module options are consistent.
785 * doc/as.texinfo: Add missing -mgp64/-mfp64 options and document new
786 -mfpxx, -modd-spreg and -mno-odd-spreg options.
787 * doc/c-mips.texi: Document -mfpxx, -modd-spreg, -mno-odd-spreg,
788 gnu_attribute values and FP ABIs.
789
790 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
791
792 Add RTEMS target support and simplify matching
793
794 * gas/configure.tgt (or1k*-*-rtems*): Ensure a match.
795 (or1k*-*-*): Use or1k* to match or1knd and or1kZ.
796
797 2014-07-27 Anthony Green <green@moxielogic.com>
798
799 * configure.tgt (generic_target): Add moxie-*-moxiebox*
800 * config/tc-moxie.c: Remove moxie_target_format.
801 (md_begin): Set default target_big_endian.
802 * config/tc-moxie.h: Only set TARGET_BYTES_BIG_ENDIAN if unset.
803 (TARGET_FORMAT): Set based on target_big_endian.
804
805 2014-07-26 Alan Modra <amodra@gmail.com>
806
807 * config/bfin-parse.y: Don't include obstack.h.
808 * config/obj-aout.c: Likewise.
809 * config/obj-coff.c: Likewise.
810 * config/obj-som.c: Likewise.
811 * config/tc-bfin.c: Likewise.
812 * config/tc-i960.c: Likewise.
813 * config/tc-rl78.c: Likewise.
814 * config/tc-rx.c: Likewise.
815 * config/tc-tic4x.c: Likewise.
816 * expr.c: Likewise.
817 * listing.c: Likewise.
818 * config/obj-elf.c (elf_file_symbol): Make name_length a size_t.
819 * config/tc-aarch64.c (symbol_locate): Likewise.
820 * config/tc-arm.c (symbol_locate): Likewise.
821 * config/tc-mmix.c (mmix_handle_mmixal): Make len_0 a size_t.
822 * config/tc-score.c (s3_build_score_ops_hsh): Make len a size_t.
823 (s3_build_dependency_insn_hsh): Likewise.
824 * config/tc-score7.c (s7_build_score_ops_hsh): Likewise.
825 (s7_build_dependency_insn_hsh): Likewise.
826 * frags.c (frag_grow): Make parameter a size_t, and use size_t locals.
827 (frag_new): Make parameter a size_t.
828 (frag_var_init): Make max_chars and var parameters size_t.
829 (frag_var, frag_variant): Likewise.
830 (frag_room): Return a size_t.
831 (frag_align_pattern): Make n_fill parameter a size_t.
832 * frags.h: Update function prototypes.
833 * symbols.c (save_symbol_name): Make name_length a size_t.
834
835 2014-07-22 Sergey Guriev <sergey.s.guriev@intel.com>
836 Alexander Ivchenko <alexander.ivchenko@intel.com>
837 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
838 Sergey Lega <sergey.s.lega@intel.com>
839 Anna Tikhonova <anna.tikhonova@intel.com>
840 Ilya Tocar <ilya.tocar@intel.com>
841 Andrey Turetskiy <andrey.turetskiy@intel.com>
842 Ilya Verbin <ilya.verbin@intel.com>
843 Kirill Yukhin <kirill.yukhin@intel.com>
844 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
845
846 * config/tc-i386.c (cpu_arch): Add .avx512dq, CPU_AVX512DQ_FLAGS.
847 * doc/c-i386.texi: Document avx512dq/.avx512dq.
848
849 2014-07-22 Sergey Guriev <sergey.s.guriev@intel.com>
850 Alexander Ivchenko <alexander.ivchenko@intel.com>
851 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
852 Sergey Lega <sergey.s.lega@intel.com>
853 Anna Tikhonova <anna.tikhonova@intel.com>
854 Ilya Tocar <ilya.tocar@intel.com>
855 Andrey Turetskiy <andrey.turetskiy@intel.com>
856 Ilya Verbin <ilya.verbin@intel.com>
857 Kirill Yukhin <kirill.yukhin@intel.com>
858 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
859
860 * config/tc-i386.c (cpu_arch): Add .avx512bw, CPU_AVX512BW_FLAGS.
861 * doc/c-i386.texi: Document avx512bw/.avx512bw.
862
863 2014-07-22 Sergey Guriev <sergey.s.guriev@intel.com>
864 Alexander Ivchenko <alexander.ivchenko@intel.com>
865 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
866 Sergey Lega <sergey.s.lega@intel.com>
867 Anna Tikhonova <anna.tikhonova@intel.com>
868 Ilya Tocar <ilya.tocar@intel.com>
869 Andrey Turetskiy <andrey.turetskiy@intel.com>
870 Ilya Verbin <ilya.verbin@intel.com>
871 Kirill Yukhin <kirill.yukhin@intel.com>
872 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
873
874 * config/tc-i386.c (cpu_arch): Add .avx512vl, CPU_AVX512VL_FLAGS.
875 (build_vex_prefix): Don't abort on VEX.W.
876 (check_VecOperands): Support BROADCAST_1TO4 and BROADCAST_1TO2.
877 (check_VecOperations): Ditto.
878 * doc/c-i386.texi: Document avx512vl/.avx512vl.
879
880 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
881
882 Add or reactivate or1k-*-rtems*
883 * gas/configure.tgt (or1k-*-rtems*): Add.
884
885 2014-07-17 Ilya Tocar <ilya.tocar@intel.com>
886
887 * config/tc-i386.c (parse_register): Set need_vrex.
888
889 2014-07-15 Jiong Wang <jiong.wang@arm.com>
890
891 * config/tc-arm.c (add_to_lit_pool): Use "inst.operands[1].imm" for
892 sign extension. Casting the type of imm1 and imm2 to offsetT. Fix
893 one logic error when checking X_op.
894
895 2014-07-14 Andreas Schwab <schwab@linux-m68k.org>
896
897 * config/tc-m68k.c (md_convert_frag_1): Don't complain with
898 --pcrel about TAB (DBCCLBR, LONG) conversion.
899
900 2014-07-12 David Majnemer <david.majnemer@gmail.com>
901
902 * read.c (assign_symbol): Don't force "set" symbols local for PE.
903
904 2014-07-08 Jiong Wang <jiong.wang@arm.com>
905
906 * config/tc-arm.c (literal_pool): New field "alignment".
907 (find_or_make_literal_pool): Initialize "alignment" to 2.
908 (s_ltorg): Align the pool using value of "alignment"
909 (parse_big_immediate): New parameter "in_exp". Return
910 parsed expression if "in_exp" is not null.
911 (parse_address_main): Invoke "parse_big_immediate" for
912 constant parameter.
913 (add_to_lit_pool): Add one parameter 'nbytes'.
914 Split 8 byte entry into two 4 byte entry.
915 Add padding to align 8 byte entry to 8 byte boundary.
916 (encode_arm_cp_address): Generate literal pool entry if possible.
917 (move_or_literal_pool): Generate entry for vldr case.
918 (enum lit_type): New enum type.
919 (do_ldst): Use new enum type.
920 (do_ldstv4): Likewise.
921 (do_t_ldst): Likewise.
922 (neon_write_immbits): Support Thumb-2 mode.
923
924 2014-07-07 Barney Stratford <barney_stratford@fastmail.fm>
925
926 * config/tc-avr.c (avr_operand): Permit referring to r26-r31 by
927 name as [xyz][hl]. Permit using a symbol whoes name begins with
928 ‘r’ to refer to a register.
929 Allow arbitrary expressions for the P and p operators.
930 (md_apply_fix): Check the BFD_RELOC_AVR_PORT5 and
931 BFD_RELOC_AVR_PORT6 relocations.
932
933 2014-07-04 Alan Modra <amodra@gmail.com>
934
935 * doc/internals.texi: Update "configure.in" comments.
936 * acinclude.m4: Likewise.
937 * config/tc-sparc.c: Likewise.
938
939 2014-07-04 Alan Modra <amodra@gmail.com>
940
941 * configure.ac: Rename from configure.in.
942 * Makefile.in: Regenerate.
943 * config.in: Regenerate.
944 * doc/Makefile.in: Regenerate.
945
946 2014-07-04 Alan Modra <amodra@gmail.com>
947
948 * doc/Makefile.am (CONFIG_STATUS_DEPENDENCIES): Delete.
949 * doc/Makefile.in: Regenerate.
950
951 2014-07-04 Alan Modra <amodra@gmail.com>
952
953 * configure.in: Include bfd/version.m4.
954 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
955 (BFD_VERSION): Delete.
956 * configure.com: Get bfd version from bfd/version.m4.
957 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
958 * configure: Regenerate.
959 * Makefile.in: Regenerate.
960 * doc/Makefile.in: Regenerate.
961
962 2014-07-01 Barney Stratford <barney_stratford@fastmail.fm>
963 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
964 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
965 Soundararajan <Sounderarajan.D@atmel.com>
966
967 * config/tc-avr.c (mcu_types): Add avrtiny arch.
968 Add avrtiny arch devices attiny4, attiny5, attiny9, attiny10, attiny20
969 and attiny40.
970 (md_show_usage): Add avrtiny arch in usage message.
971 (avr_operand): validate and issue error for invalid register for
972 avrtiny.
973 add new reloc exp for 16 bit lds/sts instruction.
974 (md_apply_fix): check 16 bit lds/sts operand for out of range and
975 encode.
976 (md_assemble): check ISA for arch and issue diagnostic.
977 * NEWS: Mention new support.
978 * doc/c-avr.texi: Document support for avrtiny architecture.
979
980 2014-06-27 Alan Modra <amodra@gmail.com>
981
982 * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Don't set
983 SYM_MACHO_FIELDS_NOT_VALIDATED after reporting an error.
984 (obj_mach_o_frob_label): Avoid cascading errors.
985 (obj_mach_o_frob_symbol): Don't set SYM_MACHO_FIELDS_NOT_VALIDATED.
986
987 2014-06-18 DJ Delorie <dj@redhat.com>
988
989 * config/rx-parse.y (BSET, BCLR, BTST, BNOT, BMCMD): Make .B
990 suffix optional.
991
992 2014-06-17 Hans-Peter Nilsson <hp@bitrange.com>
993
994 * config/tc-mmix.c (loc_assert_s): New member frag.
995 (s_loc): Set it.
996 (mmix_md_end): If an error is reported for a LOC expression, patch
997 up the related frag.
998
999 2014-06-17 Chris Metcalf <cmetcalf@tilera.com>
1000
1001 PR gas/16908
1002 * macro.c (buffer_and_nest): Honour #line directives inside
1003 macros.
1004
1005 2014-06-17 Jiong Wang <jiong.wang@arm.com>
1006
1007 * config/tc-arm.c (depr_it_insns): New check for inc/dec sp.
1008
1009 2014-06-17 Hans-Peter Nilsson <hp@axis.com>
1010
1011 * config/tc-cris.c (cris_bad): New function.
1012 (cris_process_instruction): Where applicable, use it instead of
1013 as_bad.
1014
1015 2014-06-16 Nick Clifton <nickc@redhat.com>
1016
1017 * config/tc-aarch64.c (md_apply_fix): Ignore unused relocs.
1018
1019 2014-06-16 Jiong Wang <jiong.wang@arm.com>
1020
1021 * config/tc-aarch64.c (END_OF_INSN): New macro.
1022 (parse_operands): Handle operand given and in wrong format when
1023 operand is optional.
1024
1025 2014-06-16 Alan Modra <amodra@gmail.com>
1026
1027 * write.h (subsegs_finish): Delete declaration.
1028 * write.c (subsegs_finish): Make static.
1029 (write_object_file): Call subsegs_finish from here. Don't print
1030 warning and error count here..
1031 * as.c (main): ..do so here instead. Remove dead code for "no
1032 object file generated". Split out count strings to better support
1033 internationalisation. Don't call subsegs_finish. Tidy setting of
1034 "keep_it". Run write_object_file even after errors.
1035 (keep_it): Make static.
1036 * config/obj-elf.c (elf_frob_symbol): Remove assert.
1037 (elf_frob_file_before_adjust): Likewise.
1038
1039 2014-06-16 Alan Modra <amodra@gmail.com>
1040
1041 * config/tc-dlx.c (machine_ip): Move initialisation of the_insn
1042 earlier.
1043
1044 2014-06-16 Alan Modra <amodra@gmail.com>
1045
1046 * config/tc-i386.c (reloc): Don't avoid pcrel check for
1047 BFD_RELOC_SIZE64. Return NO_RELOC on failing pcrel check.
1048
1049 2014-06-16 Alan Modra <amodra@gmail.com>
1050
1051 * config/tc-tic6x.c (s_tic6x_ehtype): Clear after frag_more.
1052 (tic6x_output_exidx_entry): Likewise.
1053 (md_apply_fix): Simplify 1 byte md_number_to_chars.
1054
1055 2014-06-16 Alan Modra <amodra@gmail.com>
1056
1057 * config/tc-tic54x.c (tic54x_mlib): Don't write garbage past
1058 end of archive to temp file.
1059 (tic54x_start_line_hook): Start scan for parallel on next line,
1060 not one char into next line (which may overrun the buffer).
1061
1062 2014-06-16 Alan Modra <amodra@gmail.com>
1063
1064 * config/tc-vax.c (md_apply_fix): Rewrite.
1065 (tc_gen_reloc, vax_cons, vax_cons_fix_new): Style: Use NO_RELOC
1066 define rather than the equivalent BFD_RELOC_NONE.
1067
1068 2014-06-16 Alan Modra <amodra@gmail.com>
1069
1070 * config/tc-arm.c (s_arm_elf_cons): Initialise after frag_more.
1071 (md_apply_fix): Delete now unnecessary zeroing for BFD_RELOC_ARM_GOT*
1072 and BFD_RELOC_ARM_TLS* relocs. Simplify BFD_RELOC_8 case.
1073
1074 2014-06-16 Alan Modra <amodra@gmail.com>
1075
1076 * config/tc-cris.c (md_create_long_jump): Follow "short" jump
1077 with a nop rather than leaving uninitialised.
1078
1079 2014-06-13 Chen Gang <gang.chen.5i5j@gmail.com>
1080
1081 * config/tc-score7.c: Replace sprintf with strcpy where
1082 appropriate.
1083 (s7_b32_relax_to_b16): Use symbol_get_frag() to access a symbol's
1084 frag.
1085 * config/tc-score.c (s3_relax_branch_inst16): Likewise.
1086 (s3_relax_cmpbranch_inst32): Likewise.
1087
1088 2014-06-07 Alan Modra <amodra@gmail.com>
1089
1090 * config/tc-ppc.c (ppc_insert_operand): Handle PPC_OPERAND_SIGNOPT
1091 on unsigned fields. Comment on PPC_OPERAND_SIGNOPT signed fields
1092 in 64-bit mode.
1093
1094 2014-06-02 Martin Storsjo <martin@martin.st>
1095
1096 * doc/c-aarch64.texi: Fix the documentation on :pg_hi21:.
1097
1098 2014-06-05 Joel Brobecker <brobecker@adacore.com>
1099
1100 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
1101 bfd's development.sh.
1102 * Makefile.in, configure: Regenerate.
1103
1104 2014-06-03 Nick Clifton <nickc@redhat.com>
1105
1106 * config/tc-msp430.c (OPTION_WARN_INTR_NOPS): Use y instead of z.
1107 (OPTION_NO_WARN_INTR_NOPS): Use Y instead of Z.
1108 * doc/c-msp430.texi: Update command line option description.
1109
1110 2014-05-22 Alan Modra <amodra@gmail.com>
1111
1112 * listing.c (listing_warning, listing_error): Add space after colon.
1113 * messages.c (as_warn_internal, as_bad_internal): Use the same
1114 string as above.
1115
1116 2014-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
1117
1118 * config/tc-mips.c (file_mips_opts_checked): New static global.
1119 (s_module): New static function.
1120 (file_ase): Remove.
1121 (mips_pseudo_table): Add .module handler.
1122 (mips_set_ase): Add opts argument and use instead of mips_opts.
1123 (md_assemble): Use file_mips_check_options.
1124 (md_parse_option): Update to use file_mips_opts instead of mips_opts.
1125 (mips_set_architecture): Delete function. Moved to...
1126 (mips_after_parse_args): Here. All logic now applies to
1127 file_mips_opts first and then copies the final state to mips_opts.
1128 Move error checking and defaults inference to mips_check_options and
1129 file_mips_check_options.
1130 (mips_check_options): New static function. Common option checking for
1131 command line, .module and .set. Use .module values in error messages
1132 instead of refering to command line options.
1133 (file_mips_check_options): New static function. A wrapper for
1134 mips_check_options with file_mips_opts. Updates BFD arch based on
1135 final options.
1136 (s_mipsset): Split into s_mipsset and parse_code_option. Settings
1137 supported by both .set and .module are moved to parse_code_option.
1138 Warnings and errors are kept in s_mipsset because when
1139 parse_code_option is used with s_module the warnings are deferred
1140 until code is generated. Any setting supporting 'default' value is
1141 kept in s_mipsset as it is not applicable to s_module. Inferred
1142 settings are also kept in s_mipsset as s_module does not infer any
1143 settings. Use mips_check_options.
1144 (parse_code_option): New static function derived from s_mipsset.
1145 (s_module): New static function that implements .module. Allows file
1146 level settings to be changed until code is generated.
1147 (s_cpload, s_cpsetup, s_cplocal): Use file_mips_check_options.
1148 (s_cprestore, s_cpreturn, s_cpadd, mips_address_bytes): Likewise.
1149 (mips_elf_final_processing): Update file_ase to file_mips_opts.ase.
1150 (md_mips_end): Use file_mips_check_options.
1151 * doc/c-mips.texi: Document .module.
1152
1153 2014-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
1154
1155 * messages.c (as_warn_internal): Remove extra whitespace from
1156 warning messages.
1157
1158 2014-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
1159
1160 * config/tc-mips.c (FP64_ASES): Add ASE_MSA.
1161 (mips_after_parse_args): Do not select ASE_MSA without -mfp64.
1162
1163 2014-05-20 Mike Stump <mikestump@comcast.net>
1164
1165 * messages.c (as_warn_internal): Ensure we don't interleave output
1166 within a single line when make -j is used.
1167 (as_bad_internal): Likewise.
1168
1169 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1170
1171 * config/obj-elf.h (obj_elf_seen_attribute): Declare.
1172 * config/obj-elf.c (recorded_attribute_info): New structure.
1173 (recorded_attributes): New variable.
1174 (record_attribute, obj_elf_seen_attribute): New functions.
1175 (obj_elf_vendor_attribute): Record which attributes have been seen.
1176
1177 2014-05-20 Nick Clifton <nickc@redhat.com>
1178
1179 * config/tc-msp430.c (CHECK_RELOC_MSP430): Add OP parameter.
1180 Generate BFD_RELOC_MSP430_ABS_HI16 if vshift is 1.
1181 (msp430_srcoperand): Store vshift value in operand.
1182
1183 2014-05-19 Nick Clifton <nickc@redhat.com>
1184
1185 PR gas/16858
1186 * config/tc-i386.c (md_apply_fix): Improve the detection of code
1187 symbols for 32-bit PE targets.
1188
1189 2014-05-18 Richard Sandiford <rdsandiford@googlemail.com>
1190
1191 * config/tc-mips.c (md_obj_begin): Delete.
1192 (md_obj_end): Fold into...
1193 (md_mips_end): ...here. Move to end of file.
1194
1195 2014-05-17 Nick Clifton <nickc@redhat.com>
1196
1197 PR gas/16946
1198 * config/tc-v850.c (handle_ctoff): Generate an error if called
1199 when using the RH850 ABI.
1200
1201 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
1202
1203 * config/tc-rl78.c (enum options): Add OPTION_32BIT_DOUBLES
1204 and OPTION_64BIT_DOUBLES.
1205 (md_longopts): Add -m32bit-doubles and -m64bit-doubles.
1206 (md_parse_option): Parse -m32bit-doubles and -m64bit-doubles.
1207 (md_show_usage): Show all of the RL78 options.
1208 (rl78_float_cons): New static functions.
1209 (md_pseudo_table): Update handler for "double".
1210 * doc/c-rl78.texi: Document new options.
1211 * doc/as.texinfo: Likewise.
1212
1213 2014-05-13 Matthew Fortune <matthew.fortune@imgtec.com>
1214
1215 * config/tc-mips.c (mips_set_options): Rename gp32 to gp throughout.
1216 (HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.
1217 (HAVE_32BIT_FPRS, HAVE_64BIT_FPRS): Remove. Re-implement via FPR_SIZE.
1218 (GPR_SIZE, FPR_SIZE): New macros. Use throughout.
1219
1220 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
1221
1222 * config/tc-mips.c (md_parse_option): Update missed file_mips_isa
1223 references.
1224
1225 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
1226
1227 * config/tc-mips.c (mips_set_options): Rename fp32 field to fp.
1228 Update fp32 == 0 to fp == 64 and fp32 == 1 to fp != 64 throughout.
1229 (file_mips_gp32, file_mips_fp32, file_mips_soft_float,
1230 file_mips_single_float, file_mips_isa, file_mips_arch): Merge into
1231 one struct...
1232 (file_mips_opts): Here. New static global. Update throughout.
1233 (mips_opts): Update defaults for gp32 and fp.
1234
1235 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
1236
1237 * config/tc-mips.c (streq): Define.
1238 (mips_convert_symbolic_attribute): New function.
1239 * config/tc-mips.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
1240 (mips_convert_symbolic_attribute): New prototype.
1241
1242 2014-05-02 Max Filippov <jcmvbkbc@gmail.com>
1243
1244 * config/tc-xtensa.c (md_apply_fix): mark BFD_RELOC_XTENSA_DIFF*
1245 fixups as signed.
1246
1247 2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
1248
1249 * tc-mips.c (ISA_SUPPORTS_MIPS16E): Add mips32r3, mips32r5, mips64r3
1250 and mips64r5.
1251 (ISA_HAS_64BIT_FPRS): Likewise.
1252 (ISA_HAS_ROR): Likewise.
1253 (ISA_HAS_ODD_SINGLE_FPR): Likewise.
1254 (ISA_HAS_MXHC1): Likewise.
1255 (hilo_interlocks): Likewise.
1256 (md_longopts): Likewise.
1257 (ISA_HAS_64BIT_REGS): Add mips64r3 and mips64r5.
1258 (ISA_HAS_DROR): Likewise.
1259 (options): Add OPTION_MIPS32R3, OPTION_MIPS32R5, OPTION_MIPS64R3, and
1260 OPTION_MIPS64R5.
1261 (mips_isa_rev): Add support for mips32r3, mips32r5, mips64r3 and
1262 mips64r5.
1263 (md_parse_option): Likewise.
1264 (s_mipsset): Likewise.
1265 (mips_cpu_info_table): Add entries for mips32r3, mips32r5, mips64r3
1266 and mips64r5. Also change p5600 entry to be mips32r5.
1267 * configure.in: Add support for mips32r3, mips32r5, mips64r3 and
1268 mips64r5.
1269 * configure: Regenerate.
1270 * doc/c-mips.texi: Document the -mips32r3, -mips32r5, -mips64r3 and
1271 -mips64r5 command line options.
1272 * doc/as.texinfo: Likewise.
1273
1274 2014-04-28 Nick Clifton <nickc@redhat.com>
1275
1276 PR gas/16858
1277 * config/tc-i386.c (md_apply_fix): Do not adjust value of
1278 pc-relative fixes against weak symbols.
1279
1280 2014-04-26 Alan Modra <amodra@gmail.com>
1281
1282 * po/POTFILES.in: Regenerate.
1283
1284 2014-04-24 Nick Clifton <nickc@redhat.com>
1285
1286 * config/tc-arm.c (s_ltorg): Only create a mapping symbol for ELF
1287 based targets.
1288
1289 2014-04-23 Will Newton <will.newton@linaro.org>
1290
1291 * config/tc-arm.c (s_ltorg): Call make_mapping_symbol
1292 directly instead of mapping_state.
1293
1294 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
1295
1296 * config/tc-mips.c (options): Add OPTION_XPA and OPTION_NO_XPA.
1297 (md_longopts): Add xpa and no-xpa command line options.
1298 (mips_ases): Add MIPS XPA ASE.
1299 (mips_cpu_info_table): Update p5600 entry to allow the XPA ASE.
1300 * doc/as.texinfo: Document the MIPS XPA command line options.
1301 * doc/c-mips.texi: Document the MIPS XPA command line options,
1302 and assembler directives.
1303
1304 2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
1305
1306 * config/tc-nios2.c (nios2_consume_arg): Add case for 'E' to
1307 unbreak self-test mode.
1308
1309 2014-04-22 Max Filippov <jcmvbkbc@gmail.com>
1310
1311 * config/tc-xtensa.c (xtensa_handle_align): record alignment for the
1312 first section frag.
1313
1314 2014-04-22 Christian Svensson <blue@cmd.nu>
1315
1316 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
1317 * configure.in: Likewise.
1318 * configure.tgt: Likewise.
1319 * doc/as.texinfo: Likewise.
1320 * config/obj-coff.h: Likewise.
1321 * config/tc-or1k.c: New file.
1322 * config/tc-or1k.h: New file.
1323 * config/tc-openrisc.c: Delete.
1324 * config/tc-openrisc.h: Delete.
1325 * config/tc-or32.c: Delete.
1326 * config/tc-or32.h: Delete.
1327 * Makefile.in: Regenerate.
1328 * configure: Regenerate.
1329
1330 2014-04-16 Alan Modra <amodra@gmail.com>
1331
1332 * config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
1333 * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
1334
1335 2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1336
1337 * config/tc-avr.c: Add new flag mlink-relax.
1338 (md_show_usage): Add flag and help text.
1339 (md_parse_option): Record whether link relax is turned on.
1340 (relaxable_section): New.
1341 (avr_validate_fix_sub): New.
1342 (avr_force_relocation): New.
1343 (md_apply_fix): Generate DIFF reloc.
1344 (avr_allow_local_subtract): New.
1345
1346 * config/tc-avr.h (TC_LINKRELAX_FIXUP): Define to 0.
1347 (TC_FORCE_RELOCATION): Define.
1348 (TC_FORCE_RELOCATION_SUB_SAME): Define.
1349 (TC_VALIDATE_FIX_SUB): Define.
1350 (avr_force_relocation): Declare.
1351 (avr_validate_fix_sub): Declare.
1352 (md_allow_local_subtract): Define.
1353 (avr_allow_local_subtract): Declare.
1354
1355 2014-04-10 Andrew Bennett <andrew.bennett@imgtec.com>
1356
1357 * config/tc-mips.c (mips_cpu_info_table): Add P5600
1358 configuation.
1359 * doc/c-mips.texi: Document p5600.
1360
1361 2014-04-09 Nick Clifton <nickc@redhat.com>
1362
1363 * config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
1364 * config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
1365 * config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
1366 * read.c (emit_expr_fix): Mark the r parameter as potentially
1367 unused.
1368
1369 2014-04-09 Alan Modra <amodra@gmail.com>
1370
1371 * config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
1372 New static vars.
1373 (md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
1374 (ppc_elf_cons_fix_check): New function.
1375 (md_assemble): Set last_insn, last_seg, last_subseg.
1376 (ppc_byte, md_apply_fix): Handle warn_476.
1377 * config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
1378 (ppc_elf_cons_fix_check): Declare.
1379 * read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.
1380
1381 2014-04-09 Alan Modra <amodra@gmail.com>
1382
1383 * gas/config/tc-alpha.h (TC_CONS_FIX_NEW): Add RELOC parameter.
1384 * gas/config/tc-arc.c (arc_cons_fix_new): Add reloc parameter.
1385 * gas/config/tc-arc.h (arc_cons_fix_new): Update prototype.
1386 (TC_CONS_FIX_NEW): Add RELOC parameter.
1387 * gas/config/tc-arm.c (cons_fix_new_arm): Similarly
1388 * gas/config/tc-arm.h (cons_fix_new_arm, TC_CONS_FIX_NEW): Similarly.
1389 * gas/config/tc-cr16.c (cr16_cons_fix_new): Similarly.
1390 * gas/config/tc-cr16.h (cr16_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
1391 * gas/config/tc-crx.h (TC_CONS_FIX_NEW): Similarly.
1392 * gas/config/tc-m32c.c (m32c_cons_fix_new): Similarly.
1393 * gas/config/tc-m32c.h (m32c_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
1394 * gas/config/tc-mn10300.c (mn10300_cons_fix_new): Similarly.
1395 * gas/config/tc-mn10300.h (mn10300_cons_fix_new, TC_CONS_FIX_NEW):
1396 Similarly.
1397 * gas/config/tc-ns32k.c (cons_fix_new_ns32k): Similarly.
1398 * gas/config/tc-ns32k.h (cons_fix_new_ns32k): Similarly.
1399 * gas/config/tc-pj.c (pj_cons_fix_new_pj): Similarly.
1400 * gas/config/tc-pj.h (pj_cons_fix_new_pj, TC_CONS_FIX_NEW): Similarly.
1401 * gas/config/tc-rx.c (rx_cons_fix_new): Similarly.
1402 * gas/config/tc-rx.h (rx_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
1403 * gas/config/tc-sh.c (sh_cons_fix_new): Similarly.
1404 * gas/config/tc-sh.h (sh_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
1405 * gas/config/tc-tic54x.c (tic54x_cons_fix_new): Similarly.
1406 * gas/config/tc-tic54x.h (tic54x_cons_fix_new, TC_CONS_FIX_NEW):
1407 Similarly.
1408 * gas/config/tc-tic6x.c (tic6x_cons_fix_new): Similarly.
1409 * gas/config/tc-tic6x.h (tic6x_cons_fix_new, TC_CONS_FIX_NEW):
1410 Similarly.
1411 * gas/config/tc-arc.c (arc_parse_cons_expression): Return reloc.
1412 * gas/config/tc-arc.h (arc_parse_cons_expression): Update proto.
1413 * gas/config/tc-avr.c (exp_mod_data): Make global.
1414 (pexp_mod_data): Delete.
1415 (avr_parse_cons_expression): Return exp_mod_data pointer.
1416 (avr_cons_fix_new): Add exp_mod_data_t pointer param.
1417 (exp_mod_data_t): Move typedef..
1418 * gas/config/tc-avr.h: ..to here.
1419 (exp_mod_data): Declare.
1420 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
1421 (avr_parse_cons_expression, avr_cons_fix_new): Update prototype.
1422 (TC_CONS_FIX_NEW): Update.
1423 * gas/config/tc-hppa.c (hppa_field_selector): Delete static var.
1424 (cons_fix_new_hppa): Add hppa_field_selector param.
1425 (fix_new_hppa): Adjust.
1426 (parse_cons_expression_hppa): Return field selector.
1427 * gas/config/tc-hppa.h (parse_cons_expression_hppa): Update proto.
1428 (cons_fix_new_hppa): Likewise.
1429 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
1430 * gas/config/tc-i386.c (got_reloc): Delete static var.
1431 (x86_cons_fix_new): Add reloc param.
1432 (x86_cons): Return got reloc.
1433 * gas/config/tc-i386.h (x86_cons, x86_cons_fix_new): Update proto.
1434 (TC_CONS_FIX_NEW): Add RELOC param.
1435 * gas/config/tc-ia64.c (ia64_cons_fix_new): Add reloc param. Adjust
1436 calls.
1437 * gas/config/tc-ia64.h (ia64_cons_fix_new): Update prototype.
1438 (TC_CONS_FIX_NEW): Add reloc param.
1439 * gas/config/tc-microblaze.c (parse_cons_expression_microblaze):
1440 Return reloc.
1441 (cons_fix_new_microblaze): Add reloc param.
1442 * gas/config/tc-microblaze.h: Formatting.
1443 (parse_cons_expression_microblaze): Update proto.
1444 (cons_fix_new_microblaze): Likewise.
1445 * gas/config/tc-nios2.c (nios2_tls_ldo_reloc): Delete static var.
1446 (nios2_cons): Return ldo reloc.
1447 (nios2_cons_fix_new): Delete.
1448 * gas/config/tc-nios2.h (nios2_cons): Update prototype.
1449 (nios2_cons_fix_new, TC_CONS_FIX_NEW): Delete.
1450 * gas/config/tc-ppc.c (md_pseudo_table): Remove quad, long, word,
1451 short. Make llong use cons.
1452 (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
1453 (ppc_elf_cons): Delete.
1454 (ppc_elf_parse_cons): New function.
1455 (ppc_elf_validate_fix): Don't check for BFD_RELOC_UNUSED.
1456 (md_assemble): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
1457 * gas/config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): Define
1458 (ppc_elf_parse_cons): Declare.
1459 * gas/config/tc-sparc.c (sparc_cons_special_reloc): Delete static var.
1460 (sparc_cons): Return reloc specifier.
1461 (cons_fix_new_sparc): Add reloc specifier param.
1462 (sparc_cfi_emit_pcrel_expr): Use emit_expr_with_reloc.
1463 * gas/config/tc-sparc.h (TC_PARSE_CONS_RETURN_TYPE): Define.
1464 (TC_PARSE_CONS_RETURN_NONE): Define.
1465 (sparc_cons, cons_fix_new_sparc): Update prototype.
1466 * gas/config/tc-v850.c (hold_cons_reloc): Delete static var.
1467 (v850_reloc_prefix): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
1468 (md_assemble): Likewise.
1469 (parse_cons_expression_v850): Return reloc.
1470 (cons_fix_new_v850): Add reloc parameter.
1471 * gas/config/tc-v850.h (parse_cons_expression_v850): Update proto.
1472 (cons_fix_new_v850): Likewise.
1473 * gas/config/tc-vax.c (vax_cons_special_reloc): Delete static var.
1474 (vax_cons): Return reloc.
1475 (vax_cons_fix_new): Add reloc parameter.
1476 * gas/config/tc-vax.h (vax_cons, vax_cons_fix_new): Update proto.
1477 * gas/config/tc-xstormy16.c (xstormy16_cons_fix_new): Add reloc param.
1478 * gas/config/tc-xstormy16.h (xstormy16_cons_fix_new): Update proto.
1479 * gas/dwarf2dbg.c (TC_PARSE_CONS_RETURN_NONE): Provide default.
1480 (emit_fixed_inc_line_addr): Adjust exmit_expr_fix calls.
1481 * gas/read.c (TC_PARSE_CONS_EXPRESSION): Return value.
1482 (do_parse_cons_expression): Adjust.
1483 (cons_worker): Pass return value from TC_PARSE_CONS_EXPRESSION
1484 to emit_expr_with_reloc.
1485 (emit_expr_with_reloc): New function handling reloc, mostly
1486 extracted from..
1487 (emit_expr): ..here.
1488 (emit_expr_fix): Add reloc param. Adjust TC_CONS_FIX_NEW invocation.
1489 Handle reloc.
1490 (parse_mri_cons): Convert to ISO.
1491 * gas/read.h (TC_PARSE_CONS_RETURN_TYPE): Define.
1492 (TC_PARSE_CONS_RETURN_NONE): Define.
1493 (emit_expr_with_reloc): Declare.
1494 (emit_expr_fix): Update prototype.
1495 * gas/write.c (write_object_file): Update TC_CONS_FIX_NEW invocation.
1496
1497 2014-04-03 Ilya Tocar <ilya.tocar@intel.com>
1498
1499 * config/tc-i386.c (cpu_arch): Add .se1.
1500 * doc/c-i386.texi: Document .se1/se1.
1501
1502 2014-04-02 DJ Delorie <dj@redhat.com>
1503
1504 * config/tc-rl78.c (md_apply_fix): Add overflow warnings for
1505 pc-relative branches.
1506
1507 2014-04-02 Nick Clifton <nickc@redhat.com>
1508
1509 PR gas/16765
1510 * config/tc-arm.c (create_unwind_entry): Report an error if an
1511 attempt to recreate an unwind directive is encountered.
1512
1513 2014-03-27 Nick Clifton <nickc@redhat.com>
1514
1515 * config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
1516 sprintf in order to avoid a compile time warning.
1517
1518 2014-03-26 Nick Clifton <nickc@redhat.com>
1519
1520 * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
1521 relocation is used on an 8-bit operand or vice versa.
1522 (tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
1523 (md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.
1524
1525 2014-03-25 Nick Clifton <nickc@redhat.com>
1526
1527 * config/obj-coff-seh.c (obj_coff_seh_code): New function -
1528 switches the current segment back to the code segment recorded
1529 when seh_proc was last invoked.
1530 * config/obj-coff-seh.h (SEH_CMDS): Add seh_code.
1531
1532 2014-03-25 Alan Modra <amodra@gmail.com>
1533
1534 * config/tc-ppc.c (ppc_is_toc_sym): Revert 2014-03-05.
1535 (md_assemble): Likewise. Warn.
1536
1537 2014-03-21 David Weatherford <weath@cadence.com>
1538 Max Filippov <jcmvbkbc@gmail.com>
1539
1540 * config/tc-xtensa.c (xtensa_check_frag_count)
1541 xtensa_create_trampoline_frag,
1542 xtensa_maybe_create_trampoline_frag, init_trampoline_frag,
1543 find_trampoline_seg, search_trampolines, get_best_trampoline,
1544 check_and_update_trampolines, add_jump_to_trampoline,
1545 dump_trampolines): New functions.
1546 (md_parse_option): Add cases for --[no-]trampolines options.
1547 (md_assemble, finish_vinsn, xtensa_end): Add call to
1548 xtensa_check_frag_count.
1549 (xg_assemble_vliw_tokens): Add call to
1550 xtensa_maybe_create_trampoline_frag.
1551 (xtensa_relax_frag): Relax fragments with RELAX_TRAMPOLINE state.
1552 (relax_frag_immed): Relax jump instructions that cannot reach its
1553 target.
1554 * config/tc-xtensa.h (xtensa_relax_statesE::RELAX_TRAMPOLINE): New
1555 relax state.
1556 * doc/as.texinfo: Document --[no-]trampolines command-line options.
1557 * doc/c-xtensa.texi: Document trampolines relaxation and command
1558 line options.
1559 * frags.c (get_frag_count, clear_frag_count): New function.
1560 (frag_alloc): Increment totalfrags counter.
1561 * frags.h (get_frag_count, clear_frag_count): New function.
1562
1563 2014-03-20 DJ Delorie <dj@redhat.com>
1564
1565 * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
1566 * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call
1567 rl78_relax().
1568 * config/tc-rl78.h (md_relax_frag): Define.
1569 (rl78_relax_frag): Declare.
1570 * config/tc-rl78.c (rl78_relax): Add.
1571 (md_assemble): Set up the variable frags also when relaxing.
1572 (op_type_T): New.
1573 (rl78_opcode_type): New.
1574 (rl78_frag_fix_value): New.
1575 (md_estimate_size_before_relax): New-ish.
1576 (rl78_relax_frag): New.
1577 (md_convert_frag): New-ish.
1578
1579 2014-03-20 Richard Sandiford <rdsandiford@googlemail.com>
1580
1581 * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
1582 * config/tc-mips.c (md_pcrel_from): Remove error message.
1583 (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
1584 BFD_RELOC_32_PCREL. Report a specific error message for unhandled
1585 PC-relative expressions. Handle BFD_RELOC_8.
1586
1587 2014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
1588
1589 * config/tc-sparc.c (hpriv_reg_table): Added entries for
1590 %hstick_offset and %hstick_enable.
1591 * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
1592 %hstick_enable hyperprivileged registers.
1593
1594 2014-03-19 Daniel Gutson <daniel.gutson@tallertechnologies.com>
1595 Nick Clifton <nickc@redhat.com>
1596
1597 * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
1598 CCS syntax compatibility mode is on or off.
1599 (asmfunc_states): New enum to represent the asmfunc directive state.
1600 (asmfunc_state): New variable holding the asmfunc directive state.
1601 (comment_chars): Rename to arm_comment_chars.
1602 (line_separator_chars): Rename to arm_line_separator_chars.
1603 (s_ccs_ref): New function that handles the .ref directive.
1604 (asmfunc_debug): New function.
1605 (s_ccs_asmfunc): New function that handles the .asmfunc directive.
1606 (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
1607 (s_ccs_def): New function that handles the .def directive.
1608 (tc_start_label_without_colon): New function.
1609 (md_pseudo_table): Added new CCS directives.
1610 (arm_ccs_mode): New function that handles the -mccs command line option.
1611 (arm_long_opts): Added new -mccs command line option.
1612 * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
1613 (TC_START_LABEL_WITHOUT_COLON): New macro.
1614 (tc_start_label_without_colon): Added extern function declaration.
1615 (tc_comment_chars): Define.
1616 (tc_line_separator_chars): Define.
1617 * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
1618 * read.c (read_begin): Likewise.
1619 * doc/as.texinfo: Add documentation for the -mccs command line
1620 option.
1621 * doc/c-arm.texi: Likewise.
1622 * doc/internals.texi: Document tc_line_separator_chars.
1623 * NEWS: Mention the new feature.
1624
1625 2014-03-18 Jiong Wang <jiong.wang@arm.com>
1626
1627 * config/tc-aarch64.c (aarch64_opts): Add new option
1628 "mno-verbose-error".
1629 (verbose_error_p): Initialize to 1.
1630 * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
1631 and -mno-verbose-error.
1632
1633 2014-03-17 Nick Clifton <nickc@redhat.com>
1634
1635 PR gas/16694
1636 * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
1637 registers as well.
1638
1639 2014-03-13 Richard Earnshaw <rearnsha@arm.com>
1640 Jiong Wang <Jiong.Wang@arm.com>
1641
1642 * doc/c-aarch64.texi: Clean up some formatting issues.
1643 (AArch64 Options): Document -mcpu and -march.
1644 (AArch64 Extensions): New node.
1645
1646 2014-03-13 Tristan Gingold <gingold@adacore.com>
1647
1648 * config/tc-i386.c (use_big_obj): Declare.
1649 (OPTION_MBIG_OBJ): Define.
1650 (md_longopts): Add -mbig-obj option.
1651 (md_parse_option): Handle it.
1652 (md_show_usage): Display help for this option.
1653 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
1654 * doc/c-i386.texi: Document the option.
1655
1656 2014-03-12 Nick Clifton <nickc@redhat.com>
1657
1658 PR gas/16688
1659 * config/tc-aarch64.c (literal_expression): New structure.
1660 (literal_pool): Replace exp array with literal_expression array.
1661 (add_to_lit_pool): When adding a bignum cache the big value.
1662 (s_ltorg): When emitting a bignum initialise the global bignum
1663 array from the cached value.
1664
1665 2014-03-12 Alan Modra <amodra@gmail.com>
1666
1667 * Makefile.in: Regenerate.
1668 * config.in: Regenerate.
1669 * doc/Makefile.in: Regenerate.
1670
1671 2014-03-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1672 Vishnu KS <Vishnu.k_s@atmel.com>
1673 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1674 Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
1675
1676 * gas/tc-avr.c: Add new devices
1677 avr25: ata5272, attiny828
1678 avr35: ata5505, attiny1634
1679 avr4: atmega8a, ata6285, ata6286, atmega48pa
1680 avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
1681 atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
1682 atmega16hva2
1683 avr51: atmega128a, atmega1284
1684 avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
1685 atxmega32e5, atxmega16e5, atxmega8e5
1686 avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
1687 atxmega64c3, atxmega64d4
1688 avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
1689 atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
1690 atxmega256c3, atxmega384c3, atxmega384d3
1691 avrxmega7: atxmega128a4u
1692 * doc/c-avr.texi: Ditto.
1693
1694 2014-03-05 Alan Modra <amodra@gmail.com>
1695
1696 Update copyright years.
1697
1698 2014-03-05 Alan Modra <amodra@gmail.com>
1699
1700 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
1701 (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
1702
1703 2014-03-05 Alan Modra <amodra@gmail.com>
1704
1705 * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
1706 later. Merge absolute and relative branch reloc selection.
1707 Generate 16-bit relocs for most 16-bit insn fields given a
1708 non-constant expression.
1709
1710 2014-03-05 Alan Modra <amodra@gmail.com>
1711
1712 * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
1713 (md_assemble): Don't call ppc_is_toc_sym for ELF.
1714
1715 2014-03-04 Heiher <r@hev.cc>
1716
1717 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
1718 Loongson-3A.
1719
1720 2014-03-03 Nick Clifton <nickc@redhat.com>
1721
1722 * config/msp430/msp430.c: Replace known mcu array with known
1723 msp430 ISA mcu name array.
1724 Accept any name for -mmcu option.
1725 Add -mz option to warn about missing NOP following an interrupt
1726 status change.
1727 (check_for_nop): New.
1728 (msp430_operands): Emit a warning, if requested, when an interrupt
1729 changing instruction is not followed by a NOP.
1730 * doc/c-msp430.c: Document -mz option.
1731
1732 2014-03-03 Alan Modra <amodra@gmail.com>
1733
1734 * config/bfin-lex-wrapper.c: Correct copyright date.
1735 * config/obj-fdpicelf.c: Likewise.
1736 * config/obj-fdpicelf.h: Likewise.
1737 * config/tc-frv.c: Correct copyright punctuation.
1738 * config/tc-ip2k.c: Likewise.
1739 * config/tc-iq2000.c: Likewise.
1740 * config/tc-mep.c: Likewise.
1741 * config/tc-tic4x.c: Likewise.
1742 * config/tc-tic4x.h: Likewise.
1743
1744 2014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1745
1746 * config/tc-avr.c: Remove atxmega16x1.
1747
1748 2014-02-28 Alan Modra <amodra@gmail.com>
1749
1750 * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
1751 field for 64-bit dwarf.
1752
1753 2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
1754
1755 * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
1756 * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
1757
1758 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
1759
1760 * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
1761 * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
1762 clflushopt/.clfushopt.
1763
1764 2014-02-10 Alan Modra <amodra@gmail.com>
1765
1766 * po/POTFILES.in: Regenerate.
1767 * po/gas.pot: Regenerate.
1768
1769 2014-02-03 Sandra Loosemore <sandra@codesourcery.com>
1770
1771 * config/tc-nios2.c (md_apply_fix): Test for new relocs.
1772 (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
1773 %got_hiadj relocation operators. Sort table and add comment
1774 to explain ordering.
1775 (nios2_fix_adjustable): Test for new relocs.
1776 * doc/c-nios2.texi (Nios II Relocations): Document new relocation
1777 operators.
1778
1779 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
1780
1781 * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
1782 (nios2_assemble_args_m): Likewise.
1783 (md_assemble): Likewise.
1784
1785 2014-01-24 DJ Delorie <dj@redhat.com>
1786
1787 * config/tc-msp430.c (msp430_section): Always flag data sections,
1788 regardless of -md.
1789 (msp430_frob_section): New. Make sure all sections are noticed if
1790 they have content.
1791 (msp430_lcomm): New. Flag bss if .lcomm is seen.
1792 (msp430_comm): New. Likewise.
1793 (md_pseudo_table): Add them.
1794 * config/tc-msp430.h (msp430_frob_section): Declare.
1795 (tc_frob_section): Define.
1796
1797 2014-01-23 Nick Clifton <nickc@redhat.com>
1798
1799 * config/tc-msp430.c (show_mcu_list): Delete.
1800 (md_parse_option): Accept any MCU name. Accept several more
1801 variants for the -mcpu option.
1802 (md_show_usage): Do not call show_mcu_list.
1803
1804 2014-01-22 DJ Delorie <dj@redhat.com>
1805
1806 * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
1807 * doc/c-msp430.texi (MSP430 Directives): Document it.
1808
1809 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
1810
1811 * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
1812 gather assert.
1813
1814 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
1815
1816 PR gas/16489
1817 * config/tc-i386.c (check_VecOperands): Add check for invalid
1818 register set in AVX512 gathers.
1819
1820 2014-01-22 Alan Modra <amodra@gmail.com>
1821
1822 * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
1823
1824 2014-01-21 DJ Delorie <dj@redhat.com>
1825
1826 * config/tc-rl78.c (require_end_of_expr): New.
1827 (md_operand): Call it.
1828 (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
1829 as not overflowing.
1830
1831 2014-01-17 Will Newton <will.newton@linaro.org>
1832
1833 * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
1834 for the s32.f64 flavours of VCVT.
1835
1836 2014-01-14 Nick Clifton <nickc@redhat.com>
1837
1838 PR gas/16434
1839 * config/tc-z80.c (wrong_match): Provide format string to
1840 as_warn.
1841 (parse_exp_not_indexed): Delete unused variable dummy.
1842 (emit_byte): Delete unused variable fixp.
1843
1844 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
1845
1846 * config/tc-i386.c (regbnd): Removed.
1847 (vec_disp8): Likewise.
1848
1849 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
1850
1851 * as.c (parse_args): Update copyright year to 2014.
1852
1853 2014-01-07 Tom Tromey <tromey@redhat.com>
1854
1855 * config/tc-tic30.c (debug): Avoid old VA_* compatibility
1856 wrappers.
1857
1858 2014-01-07 Tom Tromey <tromey@redhat.com>
1859
1860 * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
1861 use PARAMS.
1862
1863 2014-01-07 Tom Tromey <tromey@redhat.com>
1864
1865 * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
1866
1867 2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
1868
1869 * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
1870
1871 For older changes see ChangeLog-2013
1872 \f
1873 Copyright (C) 2014 Free Software Foundation, Inc.
1874
1875 Copying and distribution of this file, with or without modification,
1876 are permitted in any medium without royalty provided the copyright
1877 notice and this notice are preserved.
1878
1879 Local Variables:
1880 mode: change-log
1881 left-margin: 8
1882 fill-column: 74
1883 version-control: never
1884 End:
This page took 0.079004 seconds and 3 git commands to generate.