e93a30cbcbf42d2becd15b231d5ca752955e4f79
[external/binutils.git] / gas / ChangeLog
1 2010-01-12  Alan Modra  <amodra@gmail.com>
2
3         PR 11122
4         * listing.c (print_source): Add one to line number.
5
6 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7
8         * Makefile.in: Regenerate.
9         * configure: Regenerate.
10         * doc/Makefile.in: Regenerate.
11
12 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
13
14         * version.c (parse_args): Change to "Copyright 2010".
15
16 2010-01-06  Quentin Neill  <quentin.neill@amd.com>
17
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.
22
23 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
24
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
28         OP_RNDQ_Ibig.
29         (parse_operands): OP_NILO case removed, applied renaming.
30         (insns): Neon shape changed for some logic instructions.
31
32 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
33
34         * config/tc-arm.c (do_neon_ldx_stx): Added
35         validation for vector load/store insns.
36
37 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
38
39         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
40
41 2010-01-03  Daniel Gutson  <dgutson@codesourcery.com>
42
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 ().
80
81 For older changes see ChangeLog-2009
82 \f
83 Local Variables:
84 mode: change-log
85 left-margin: 8
86 fill-column: 74
87 version-control: never
88 End: