4 * listing.c (print_source): Add one to line number.
8 * Makefile.in: Regenerate.
9 * configure: Regenerate.
10 * doc/Makefile.in: Regenerate.
14 * version.c (parse_args): Change to "Copyright 2010".
18 * config/tc-i386.c (cpu_arch): Add amdfam15.
19 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
20 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
21 * doc/c-i386.texi: Add amdfam15.
25 * config/tc-arm.c (do_neon_logic): Accept imm value
26 in the third operand too.
27 (operand_parse_code): OP_RNDQ_IMVNb renamed to
29 (parse_operands): OP_NILO case removed, applied renaming.
30 (insns): Neon shape changed for some logic instructions.
34 * config/tc-arm.c (do_neon_ldx_stx): Added
35 validation for vector load/store insns.
39 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
43 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
44 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
45 (NEON_ENCODE): New macro.
46 (check_neon_suffixes): New macro.
47 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
48 (do_vfp_nsyn_opcode): Likewise.
49 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
50 (do_vfp_nsyn_cmp): Likewise.
51 (do_neon_shl_imm): Likewise.
52 (do_neon_qshl_imm): Likewise.
53 (neon_dyadic_misc): Likewise.
54 (do_neon_mac_maybe_scalar): Likewise.
55 (do_neon_qdmulh): Likewise.
56 (do_neon_qmovn): Likewise.
57 (do_neon_qmovun): Likewise.
58 (do_neon_movn): Likewise.
59 (neon_mac_reg_scalar_long): Likewise.
60 (do_neon_vmull): Likewise.
61 (do_neon_trn): Likewise.
62 (do_neon_ldx_stx): Likewise.
63 (neon_dp_fixup): Changed signature and set the flag.
64 (neon_three_same): Call the above with new signature.
65 (neon_two_same): Likewise.
66 (neon_imm_shift): Likewise.
67 (neon_mul_mac): Likewise.
68 (do_neon_abs_neg): Likewise.
69 (neon_mixed_length): Likewise.
70 (do_neon_ext): Likewise.
71 (do_neon_mov): Likewise.
72 (do_neon_tbl_tbx): Likewise.
73 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
74 (neon_compare): Likewise.
75 (do_neon_shll): Likewise.
76 (do_neon_cvt): Likewise.
77 (do_neon_mvn): Likewise.
78 (do_neon_dup): Likewise.
79 (md_assemble): Call check_neon_suffixes ().
81 For older changes see ChangeLog-2009
87 version-control: never