Add --dyn-syms to readelf
[binutils.git] / gas / ChangeLog
blob8715b46b32c3f82b5e252da5237e2d4b49e8be11
1 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3         * Makefile.in: Regenerate.
4         * configure: Regenerate.
5         * doc/Makefile.in: Regenerate.
7 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
9         * version.c (parse_args): Change to "Copyright 2010".
11 2010-01-06  Quentin Neill  <quentin.neill@amd.com>
13         * config/tc-i386.c (cpu_arch): Add amdfam15.
14         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
15         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
16         * doc/c-i386.texi: Add amdfam15.
18 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
20         * config/tc-arm.c (do_neon_logic): Accept imm value
21         in the third operand too.
22         (operand_parse_code): OP_RNDQ_IMVNb renamed to
23         OP_RNDQ_Ibig.
24         (parse_operands): OP_NILO case removed, applied renaming.
25         (insns): Neon shape changed for some logic instructions.
27 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
29         * config/tc-arm.c (do_neon_ldx_stx): Added
30         validation for vector load/store insns.
32 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
34         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
36 2010-01-03  Daniel Gutson  <dgutson@codesourcery.com>
38         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
39         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
40         (NEON_ENCODE): New macro.
41         (check_neon_suffixes): New macro.
42         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
43         (do_vfp_nsyn_opcode): Likewise.
44         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
45         (do_vfp_nsyn_cmp): Likewise.
46         (do_neon_shl_imm): Likewise.
47         (do_neon_qshl_imm): Likewise.
48         (neon_dyadic_misc): Likewise.
49         (do_neon_mac_maybe_scalar): Likewise.
50         (do_neon_qdmulh): Likewise.
51         (do_neon_qmovn): Likewise.
52         (do_neon_qmovun): Likewise.
53         (do_neon_movn): Likewise.
54         (neon_mac_reg_scalar_long): Likewise.
55         (do_neon_vmull): Likewise.
56         (do_neon_trn): Likewise.
57         (do_neon_ldx_stx): Likewise.
58         (neon_dp_fixup): Changed signature and set the flag.
59         (neon_three_same): Call the above with new signature.
60         (neon_two_same): Likewise.
61         (neon_imm_shift): Likewise.
62         (neon_mul_mac): Likewise.
63         (do_neon_abs_neg): Likewise.
64         (neon_mixed_length): Likewise.
65         (do_neon_ext): Likewise.
66         (do_neon_mov): Likewise.
67         (do_neon_tbl_tbx): Likewise.
68         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
69         (neon_compare): Likewise.
70         (do_neon_shll): Likewise.
71         (do_neon_cvt): Likewise.
72         (do_neon_mvn): Likewise.
73         (do_neon_dup): Likewise.
74         (md_assemble): Call check_neon_suffixes ().
76 For older changes see ChangeLog-2009
78 Local Variables:
79 mode: change-log
80 left-margin: 8
81 fill-column: 74
82 version-control: never
83 End: