Add changelog entries for PR 11109. Patch itself was accidentally committed earlier.
[binutils.git] / gas / ChangeLog
bloba1195e8087aec45262417a1840b04f22628ef717
1 2010-01-20  Nick Clifton  <nickc@redhat.com>
3         PR 11109
4         * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1.  Add
5         code to handle round-to-zero for VCVT conversions.
6         (do_neon_cvt): New.  Call do_neon_cvt_1.
7         (do_neon_cvtr): New.  Call do_neon_cvt_1.
8         (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
9         insn.
11 2010-01-18  Tristan Gingold  <gingold@adacore.com>
13         * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
15 2010-01-15  Sebastian Pop  <sebastian.pop@amd.com>
17         * config/tc-i386.c (md_assemble): Before accessing the IMM field
18         check that it's not an XOP insn.
20 2010-01-14  Jie Zhang  <jie.zhang@analog.com>
22         * config/bfin-aux.h: Remove argument names in function
23         declarations.
24         * config/bfin-lex.l (parse_int): Fix shadowed variable name
25         warning.
26         * config/bfin-parse.y (value_match): Remove argument names
27         in declaration.
28         (notethat): Likewise.
29         (yyerror): Likewise.
31 2010-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
33         * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
35 2010-01-13  Nick Clifton  <nickc@redhat.com>
37         * config/tc-h8300.c (h8300_elf_section): New function - issue a
38         warning message if a new section is created without setting any
39         attributes for it.
40         (md_pseudo_table): Intercept section creation pseudos.
41         (md_pcrel_from): Replace abort with an error message.
42         * config/obj-elf.c (obj_elf_section_name): Export this function.
43         * config/obj-elf.h (obj_elf_section_name): Prototype.
45 2010-01-12  Alan Modra  <amodra@gmail.com>
47         PR 11122
48         * listing.c (print_source): Add one to line number.
50 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
52         * Makefile.in: Regenerate.
53         * configure: Regenerate.
54         * doc/Makefile.in: Regenerate.
56 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
58         * version.c (parse_args): Change to "Copyright 2010".
60 2010-01-06  Quentin Neill  <quentin.neill@amd.com>
62         * config/tc-i386.c (cpu_arch): Add amdfam15.
63         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
64         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
65         * doc/c-i386.texi: Add amdfam15.
67 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
69         * config/tc-arm.c (do_neon_logic): Accept imm value
70         in the third operand too.
71         (operand_parse_code): OP_RNDQ_IMVNb renamed to
72         OP_RNDQ_Ibig.
73         (parse_operands): OP_NILO case removed, applied renaming.
74         (insns): Neon shape changed for some logic instructions.
76 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
78         * config/tc-arm.c (do_neon_ldx_stx): Added
79         validation for vector load/store insns.
81 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
83         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
85 2010-01-03  Daniel Gutson  <dgutson@codesourcery.com>
87         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
88         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
89         (NEON_ENCODE): New macro.
90         (check_neon_suffixes): New macro.
91         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
92         (do_vfp_nsyn_opcode): Likewise.
93         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
94         (do_vfp_nsyn_cmp): Likewise.
95         (do_neon_shl_imm): Likewise.
96         (do_neon_qshl_imm): Likewise.
97         (neon_dyadic_misc): Likewise.
98         (do_neon_mac_maybe_scalar): Likewise.
99         (do_neon_qdmulh): Likewise.
100         (do_neon_qmovn): Likewise.
101         (do_neon_qmovun): Likewise.
102         (do_neon_movn): Likewise.
103         (neon_mac_reg_scalar_long): Likewise.
104         (do_neon_vmull): Likewise.
105         (do_neon_trn): Likewise.
106         (do_neon_ldx_stx): Likewise.
107         (neon_dp_fixup): Changed signature and set the flag.
108         (neon_three_same): Call the above with new signature.
109         (neon_two_same): Likewise.
110         (neon_imm_shift): Likewise.
111         (neon_mul_mac): Likewise.
112         (do_neon_abs_neg): Likewise.
113         (neon_mixed_length): Likewise.
114         (do_neon_ext): Likewise.
115         (do_neon_mov): Likewise.
116         (do_neon_tbl_tbx): Likewise.
117         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
118         (neon_compare): Likewise.
119         (do_neon_shll): Likewise.
120         (do_neon_cvt): Likewise.
121         (do_neon_mvn): Likewise.
122         (do_neon_dup): Likewise.
123         (md_assemble): Call check_neon_suffixes ().
125 For older changes see ChangeLog-2009
127 Local Variables:
128 mode: change-log
129 left-margin: 8
130 fill-column: 74
131 version-control: never
132 End: