3 * config/tc-i386.c (i386_error): New.
4 (_i386_insn): Replace err_msg with error.
5 (operand_size_match): Set error instead of err_msg on failure.
6 (operand_type_match): Likewise.
7 (operand_type_register_match): Likewise.
8 (VEX_check_operands): Likewise.
9 (match_template): Likewise. Use error instead of err_msg with
14 * config/tc-arm.c (make_mapping_symbol): Hanle the case
15 that two mapping symbols have the same value.
19 * doc/c-arm.texi (.setfp): Correct example.
24 * config/tc-arm.c (reloc_names): New relocation names.
25 (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
26 (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
27 * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
31 * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
32 cases, and not only for .eh_frame.
34 * dw2gencfi.c (output_cie): Make it more explicit which code paths
35 belong to .eh_frame only.
39 * config/tc-v850.c (v850_insert_operand): Handle out-of-range
40 assembler constants on 64-bit hosts.
44 * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
45 Strip trailing whitespace.
49 * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
50 * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
52 (bfin_cpus[]): Add 0.0 for bf504 and bf506.
56 * doc/as.texinfo: Add Blackfin options.
57 * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
58 * config/tc-bfin.c (md_show_usage): Show usage for all
59 Blackfin specific options.
64 * listing.c (listing_newline): Correct backslash quote logic.
68 * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
69 (ELF_TARGET_FORMAT64): Define.
73 * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
77 * config/tc-sh.c (get_specific): Move overflow checking code to avoid
78 reading uninitialized data.
82 * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
86 * configure.tgt: Fix mep cpu case.
90 * config/tc-arm.c (do_t_strexd): Remove
91 operand[1] != operand[2] contraint.
95 * config/tc-arm.c (neon_select_shape): No need to match
96 the remaining operands in the shape when one operand does
101 * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
106 * cgen.c: Whitespace fixes.
107 (weak_operand_overflow_check): Formatting fix.
111 * config/tc-i386.c (match_template): Update error messages.
115 * config/tc-i386.c (_i386_insn): Add err_msg.
116 (operand_size_match): Set err_msg on failure.
117 (operand_type_match): Likewise.
118 (operand_type_register_match): Likewise.
119 (VEX_check_operands): Likewise.
120 (match_template): Likewise. Use i.err_msg with as_bad.
124 * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
125 mips_fix_loongson2f_jump): New variables.
126 (md_longopts): Add New options -mfix-loongson2f-nop/jump,
127 -mno-fix-loongson2f-nop/jump.
128 (md_parse_option): Initialize variables via above options.
129 (options): New enums for the above options.
130 (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
131 (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
133 (append_insn): call fix_loongson2f().
134 (mips_handle_align): Replace the implicit nops.
135 * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
136 for the new mips_handle_align().
137 * doc/c-mips.texi: Document the new options.
141 * config/tc-arm.c (do_rd_rm_rn): Added warning
147 * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
148 (avr_cons_fix_new): Handle fixups of a single byte.
153 * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
154 compiler's predefines.
158 * configure.tgt: Whiltespace. Sort moxie entry.
162 * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
163 * doc/c-arm.texi: Likewise.
167 * config/tc-arm.c (asm_opcode): operands type
169 (BAD_PC_ADDRESSING): New macro message.
170 (BAD_PC_WRITEBACK): Likewise.
171 (MIX_ARM_THUMB_OPERANDS): New macro.
172 (operand_parse_code): Added enum values.
173 (parse_operands): Added thumb/arm distinction,
174 plus new enum values handling.
175 (encode_arm_addr_mode_2): Validations enhanced.
176 (encode_arm_addr_mode_3): Likewise.
177 (do_rm_rd_rn): Likewise.
178 (encode_thumb32_addr_mode): Likewise.
179 (do_t_ldrex): Likewise.
180 (do_t_ldst): Likewise.
181 (do_t_strex): Likewise.
182 (md_assemble): Call parse_operands with
190 (insns): Updated insns operands.
195 * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
196 (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
197 (pseudo_func): Add an entry for slotcount.
198 (md_begin): Initialize slotcount pseudo symbol.
199 (ia64_parse_name): Handle @slotcount parameter.
200 (ia64_gen_real_reloc_type): Handle slotcount.
201 (md_apply_fix): Ditto.
202 * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
206 * config/tc-xtensa.c (istack_init): Don't call memset.
210 * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
215 * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
219 * config/tc-i386.c (build_modrm_byte): Reformat.
223 * config/tc-i386.c: Update copyright.
228 * config/tc-i386.c (vec_imm4) New operand type.
230 (VEX_check_operands): New.
231 (check_reverse): Call VEX_check_operands.
232 (build_modrm_byte): Reintroduce code for 5
233 operand insns. Fix whitespace.
237 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
242 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
243 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
244 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
248 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
249 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
250 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
251 BFD_RELOC_ARM_PCREL_CALL)
255 * config/tc-xtensa.c (frag_format_size): Generalize logic to
256 handle more instruction sizes and fetch widths.
257 (branch_align_power): Likewise.
258 (text_align_power): Likewise.
259 (bytes_to_stretch): Likewise.
263 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
264 (ppc_mach): Handle titan.
265 * doc/c-ppc.texi: Mention -mtitan.
269 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
271 (xtensa_fetch_width) ...this.
275 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
276 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
277 * Makefile.in: Regenerate.
281 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
282 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
283 * config/tc-i386.h (processor_type): Same.
284 * doc/c-i386.texi: Change amdfam15 to bdver1.
289 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
294 * NEWS: Mention new feature.
295 * config/obj-coff.c (obj_coff_section): Accept digits and use
296 to override default section alignment power if specified.
297 * doc/as.texinfo (.section directive): Update documentation.
301 * config/tc-i386.c (avxscalar): New.
302 (OPTION_MAVXSCALAR): Likewise.
303 (build_vex_prefix): Select vector_length for scalar instructions
305 (md_longopts): Add OPTION_MAVXSCALAR.
306 (md_parse_option): Handle OPTION_MAVXSCALAR.
307 (md_show_usage): Add -mavxscalar=.
309 * doc/c-i386.texi: Document -mavxscalar=.
313 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
318 * write.h (fix_at_start): Declare.
319 * write.c (fix_new_internal): Add at_beginning parameter.
320 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
321 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
322 (fix_new, fix_new_exp): Update accordingly.
323 (fix_at_start): New function.
324 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
325 (ppc_ref): New function, for OBJ_XCOFF.
326 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
327 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
331 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
332 on 64-bit Solaris/x86.
333 Include obj-format.h earlier.
337 * config/tc-s390.c (s390_elf_final_processing): New function.
338 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
339 (s390_elf_final_processing): Added prototype.
345 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
346 code to handle round-to-zero for VCVT conversions.
347 (do_neon_cvt): New. Call do_neon_cvt_1.
348 (do_neon_cvtr): New. Call do_neon_cvt_1.
349 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
354 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
358 * config/tc-i386.c (md_assemble): Before accessing the IMM field
359 check that it's not an XOP insn.
363 * config/bfin-aux.h: Remove argument names in function
365 * config/bfin-lex.l (parse_int): Fix shadowed variable name
367 * config/bfin-parse.y (value_match): Remove argument names
369 (notethat): Likewise.
374 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
378 * config/tc-h8300.c (h8300_elf_section): New function - issue a
379 warning message if a new section is created without setting any
381 (md_pseudo_table): Intercept section creation pseudos.
382 (md_pcrel_from): Replace abort with an error message.
383 * config/obj-elf.c (obj_elf_section_name): Export this function.
384 * config/obj-elf.h (obj_elf_section_name): Prototype.
389 * listing.c (print_source): Add one to line number.
393 * Makefile.in: Regenerate.
394 * configure: Regenerate.
395 * doc/Makefile.in: Regenerate.
399 * version.c (parse_args): Change to "Copyright 2010".
403 * config/tc-i386.c (cpu_arch): Add amdfam15.
404 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
405 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
406 * doc/c-i386.texi: Add amdfam15.
410 * config/tc-arm.c (do_neon_logic): Accept imm value
411 in the third operand too.
412 (operand_parse_code): OP_RNDQ_IMVNb renamed to
414 (parse_operands): OP_NILO case removed, applied renaming.
415 (insns): Neon shape changed for some logic instructions.
419 * config/tc-arm.c (do_neon_ldx_stx): Added
420 validation for vector load/store insns.
424 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
428 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
429 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
430 (NEON_ENCODE): New macro.
431 (check_neon_suffixes): New macro.
432 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
433 (do_vfp_nsyn_opcode): Likewise.
434 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
435 (do_vfp_nsyn_cmp): Likewise.
436 (do_neon_shl_imm): Likewise.
437 (do_neon_qshl_imm): Likewise.
438 (neon_dyadic_misc): Likewise.
439 (do_neon_mac_maybe_scalar): Likewise.
440 (do_neon_qdmulh): Likewise.
441 (do_neon_qmovn): Likewise.
442 (do_neon_qmovun): Likewise.
443 (do_neon_movn): Likewise.
444 (neon_mac_reg_scalar_long): Likewise.
445 (do_neon_vmull): Likewise.
446 (do_neon_trn): Likewise.
447 (do_neon_ldx_stx): Likewise.
448 (neon_dp_fixup): Changed signature and set the flag.
449 (neon_three_same): Call the above with new signature.
450 (neon_two_same): Likewise.
451 (neon_imm_shift): Likewise.
452 (neon_mul_mac): Likewise.
453 (do_neon_abs_neg): Likewise.
454 (neon_mixed_length): Likewise.
455 (do_neon_ext): Likewise.
456 (do_neon_mov): Likewise.
457 (do_neon_tbl_tbx): Likewise.
458 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
459 (neon_compare): Likewise.
460 (do_neon_shll): Likewise.
461 (do_neon_cvt): Likewise.
462 (do_neon_mvn): Likewise.
463 (do_neon_dup): Likewise.
464 (md_assemble): Call check_neon_suffixes ().
466 For older changes see ChangeLog-2009
472 version-control: never