* config/tc-h8300.c (h8300_elf_section): New function - issue a
[binutils.git] / gas / ChangeLog
blobf899ae98e57869cc05190dd046479332a078e3ba
1 2010-01-13  Nick Clifton  <nickc@redhat.com>
3         * config/tc-h8300.c (h8300_elf_section): New function - issue a
4         warning message if a new section is created without setting any
5         attributes for it.
6         (md_pseudo_table): Intercept section creation pseudos.
7         (md_pcrel_from): Replace abort with an error message.
8         * config/obj-elf.c (obj_elf_section_name): Export this function.
9         * config/obj-elf.h (obj_elf_section_name): Prototype.
11 2010-01-12  Alan Modra  <amodra@gmail.com>
13         PR 11122
14         * listing.c (print_source): Add one to line number.
16 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18         * Makefile.in: Regenerate.
19         * configure: Regenerate.
20         * doc/Makefile.in: Regenerate.
22 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
24         * version.c (parse_args): Change to "Copyright 2010".
26 2010-01-06  Quentin Neill  <quentin.neill@amd.com>
28         * config/tc-i386.c (cpu_arch): Add amdfam15.
29         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
30         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
31         * doc/c-i386.texi: Add amdfam15.
33 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
35         * config/tc-arm.c (do_neon_logic): Accept imm value
36         in the third operand too.
37         (operand_parse_code): OP_RNDQ_IMVNb renamed to
38         OP_RNDQ_Ibig.
39         (parse_operands): OP_NILO case removed, applied renaming.
40         (insns): Neon shape changed for some logic instructions.
42 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
44         * config/tc-arm.c (do_neon_ldx_stx): Added
45         validation for vector load/store insns.
47 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
49         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
51 2010-01-03  Daniel Gutson  <dgutson@codesourcery.com>
53         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
54         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
55         (NEON_ENCODE): New macro.
56         (check_neon_suffixes): New macro.
57         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
58         (do_vfp_nsyn_opcode): Likewise.
59         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
60         (do_vfp_nsyn_cmp): Likewise.
61         (do_neon_shl_imm): Likewise.
62         (do_neon_qshl_imm): Likewise.
63         (neon_dyadic_misc): Likewise.
64         (do_neon_mac_maybe_scalar): Likewise.
65         (do_neon_qdmulh): Likewise.
66         (do_neon_qmovn): Likewise.
67         (do_neon_qmovun): Likewise.
68         (do_neon_movn): Likewise.
69         (neon_mac_reg_scalar_long): Likewise.
70         (do_neon_vmull): Likewise.
71         (do_neon_trn): Likewise.
72         (do_neon_ldx_stx): Likewise.
73         (neon_dp_fixup): Changed signature and set the flag.
74         (neon_three_same): Call the above with new signature.
75         (neon_two_same): Likewise.
76         (neon_imm_shift): Likewise.
77         (neon_mul_mac): Likewise.
78         (do_neon_abs_neg): Likewise.
79         (neon_mixed_length): Likewise.
80         (do_neon_ext): Likewise.
81         (do_neon_mov): Likewise.
82         (do_neon_tbl_tbx): Likewise.
83         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
84         (neon_compare): Likewise.
85         (do_neon_shll): Likewise.
86         (do_neon_cvt): Likewise.
87         (do_neon_mvn): Likewise.
88         (do_neon_dup): Likewise.
89         (md_assemble): Call check_neon_suffixes ().
91 For older changes see ChangeLog-2009
93 Local Variables:
94 mode: change-log
95 left-margin: 8
96 fill-column: 74
97 version-control: never
98 End: