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