]> Git Repo - binutils.git/blob - gas/ChangeLog
* Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
[binutils.git] / gas / ChangeLog
1 2010-02-05  Joseph Myers  <[email protected]>
2
3         * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
4         MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
5         * Makefile.in: Regenerate.
6
7 2010-02-03  Quentin Neill  <[email protected]>
8
9         * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
10         (i386_align_code): Rename  PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
11         * config/tc-i386.h (processor_type): Same.
12         * doc/c-i386.texi: Change amdfam15 to bdver1.
13
14 2010-01-29  Nick Clifton  <[email protected]>
15
16         PR 11136
17         * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
18         NS_NULL.
19
20 2010-01-27  Dave Korn  <[email protected]>
21
22         * NEWS: Mention new feature.
23         * config/obj-coff.c (obj_coff_section): Accept digits and use
24         to override default section alignment power if specified.
25         * doc/as.texinfo (.section directive): Update documentation.
26
27 2010-01-27  H.J. Lu  <[email protected]>
28
29         * config/tc-i386.c (avxscalar): New.
30         (OPTION_MAVXSCALAR): Likewise.
31         (build_vex_prefix): Select vector_length for scalar instructions
32         based on avxscalar.
33         (md_longopts): Add OPTION_MAVXSCALAR.
34         (md_parse_option): Handle OPTION_MAVXSCALAR.
35         (md_show_usage): Add -mavxscalar=.
36
37         * doc/c-i386.texi: Document -mavxscalar=.
38
39 2010-01-24  H.J. Lu  <[email protected]>
40
41         * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
42         0xc4 individually.
43
44 2010-01-23  Richard Sandiford  <[email protected]>
45
46         * write.h (fix_at_start): Declare.
47         * write.c (fix_new_internal): Add at_beginning parameter.
48         Use it instead of REVERSE_SORT_RELOCS.  Fix the handling of
49         seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
50         (fix_new, fix_new_exp): Update accordingly.
51         (fix_at_start): New function.
52         * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
53         (ppc_ref): New function, for OBJ_XCOFF.
54         (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
55         * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
56
57 2010-01-21  Rainer Orth  <[email protected]>
58
59         * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
60         on 64-bit Solaris/x86.
61         Include obj-format.h earlier.
62
63 2010-01-21  Andreas Krebbel  <[email protected]>
64
65         * config/tc-s390.c (s390_elf_final_processing): New function.
66         * config/tc-s390.h (elf_tc_final_processing): New macro definition.
67         (s390_elf_final_processing): Added prototype.
68
69
70 2010-01-20  Nick Clifton  <[email protected]>
71
72         PR 11109
73         * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1.  Add
74         code to handle round-to-zero for VCVT conversions.
75         (do_neon_cvt): New.  Call do_neon_cvt_1.
76         (do_neon_cvtr): New.  Call do_neon_cvt_1.
77         (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
78         insn.
79
80 2010-01-18  Tristan Gingold  <[email protected]>
81
82         * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
83
84 2010-01-15  Sebastian Pop  <[email protected]>
85
86         * config/tc-i386.c (md_assemble): Before accessing the IMM field
87         check that it's not an XOP insn.
88
89 2010-01-14  Jie Zhang  <[email protected]>
90
91         * config/bfin-aux.h: Remove argument names in function
92         declarations.
93         * config/bfin-lex.l (parse_int): Fix shadowed variable name
94         warning.
95         * config/bfin-parse.y (value_match): Remove argument names
96         in declaration.
97         (notethat): Likewise.
98         (yyerror): Likewise.
99
100 2010-01-13  Daniel Jacobowitz  <[email protected]>
101
102         * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
103
104 2010-01-13  Nick Clifton  <[email protected]>
105
106         * config/tc-h8300.c (h8300_elf_section): New function - issue a
107         warning message if a new section is created without setting any
108         attributes for it.
109         (md_pseudo_table): Intercept section creation pseudos.
110         (md_pcrel_from): Replace abort with an error message.
111         * config/obj-elf.c (obj_elf_section_name): Export this function.
112         * config/obj-elf.h (obj_elf_section_name): Prototype.
113
114 2010-01-12  Alan Modra  <[email protected]>
115
116         PR 11122
117         * listing.c (print_source): Add one to line number.
118
119 2010-01-09  Ralf Wildenhues  <[email protected]>
120
121         * Makefile.in: Regenerate.
122         * configure: Regenerate.
123         * doc/Makefile.in: Regenerate.
124
125 2010-01-08  H.J. Lu  <[email protected]>
126
127         * version.c (parse_args): Change to "Copyright 2010".
128
129 2010-01-06  Quentin Neill  <[email protected]>
130
131         * config/tc-i386.c (cpu_arch): Add amdfam15.
132         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
133         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
134         * doc/c-i386.texi: Add amdfam15.
135
136 2010-01-04  Daniel Gutson  <[email protected]>
137
138         * config/tc-arm.c (do_neon_logic): Accept imm value
139         in the third operand too.
140         (operand_parse_code): OP_RNDQ_IMVNb renamed to
141         OP_RNDQ_Ibig.
142         (parse_operands): OP_NILO case removed, applied renaming.
143         (insns): Neon shape changed for some logic instructions.
144
145 2010-01-04  Daniel Gutson  <[email protected]>
146
147         * config/tc-arm.c (do_neon_ldx_stx): Added
148         validation for vector load/store insns.
149
150 2010-01-04  Edmar Wienskoski  <[email protected]>
151
152         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
153
154 2010-01-03  Daniel Gutson  <[email protected]>
155
156         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
157         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
158         (NEON_ENCODE): New macro.
159         (check_neon_suffixes): New macro.
160         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
161         (do_vfp_nsyn_opcode): Likewise.
162         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
163         (do_vfp_nsyn_cmp): Likewise.
164         (do_neon_shl_imm): Likewise.
165         (do_neon_qshl_imm): Likewise.
166         (neon_dyadic_misc): Likewise.
167         (do_neon_mac_maybe_scalar): Likewise.
168         (do_neon_qdmulh): Likewise.
169         (do_neon_qmovn): Likewise.
170         (do_neon_qmovun): Likewise.
171         (do_neon_movn): Likewise.
172         (neon_mac_reg_scalar_long): Likewise.
173         (do_neon_vmull): Likewise.
174         (do_neon_trn): Likewise.
175         (do_neon_ldx_stx): Likewise.
176         (neon_dp_fixup): Changed signature and set the flag.
177         (neon_three_same): Call the above with new signature.
178         (neon_two_same): Likewise.
179         (neon_imm_shift): Likewise.
180         (neon_mul_mac): Likewise.
181         (do_neon_abs_neg): Likewise.
182         (neon_mixed_length): Likewise.
183         (do_neon_ext): Likewise.
184         (do_neon_mov): Likewise.
185         (do_neon_tbl_tbx): Likewise.
186         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
187         (neon_compare): Likewise.
188         (do_neon_shll): Likewise.
189         (do_neon_cvt): Likewise.
190         (do_neon_mvn): Likewise.
191         (do_neon_dup): Likewise.
192         (md_assemble): Call check_neon_suffixes ().
193
194 For older changes see ChangeLog-2009
195 \f
196 Local Variables:
197 mode: change-log
198 left-margin: 8
199 fill-column: 74
200 version-control: never
201 End:
This page took 0.037498 seconds and 4 git commands to generate.