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