]> Git Repo - binutils.git/blob - gas/ChangeLog
* configure.tgt: Fix mep cpu case.
[binutils.git] / gas / ChangeLog
1 2010-02-26  Doug Evans  <[email protected]>
2
3         * configure.tgt: Fix mep cpu case.
4
5 2010-02-26  Jie Zhang  <[email protected]>
6
7         * config/tc-arm.c (do_t_strexd): Remove
8         operand[1] != operand[2] contraint.
9
10 2010-02-26  Jie Zhang  <[email protected]>
11
12         * config/tc-arm.c (neon_select_shape): No need to match
13         the remaining operands in the shape when one operand does
14         not match.
15
16 2010-02-26  Jie Zhang  <[email protected]>
17
18         * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
19         alignment.
20
21 2010-02-25  Doug Evans  <[email protected]>
22
23         * cgen.c: Whitespace fixes.
24         (weak_operand_overflow_check): Formatting fix.
25
26 2010-02-25  H.J. Lu  <[email protected]>
27
28         * config/tc-i386.c (match_template): Update error messages.
29
30 2010-02-25  H.J. Lu  <[email protected]>
31
32         * config/tc-i386.c (_i386_insn): Add err_msg.
33         (operand_size_match): Set err_msg on failure.
34         (operand_type_match): Likewise.
35         (operand_type_register_match): Likewise.
36         (VEX_check_operands): Likewise.
37         (match_template): Likewise.  Use i.err_msg with as_bad.
38
39 2010-02-25  Wu Zhangjin <[email protected]>
40
41         * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
42         mips_fix_loongson2f_jump): New variables.
43         (md_longopts): Add New options -mfix-loongson2f-nop/jump,
44         -mno-fix-loongson2f-nop/jump.
45         (md_parse_option): Initialize variables via above options.
46         (options): New enums for the above options.
47         (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
48         (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
49         New functions.
50         (append_insn): call fix_loongson2f().
51         (mips_handle_align): Replace the implicit nops.
52         * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
53         for the new mips_handle_align().
54         * doc/c-mips.texi: Document the new options.
55
56 2010-02-23  Daniel Gutson  <[email protected]>
57
58         * config/tc-arm.c (do_rd_rm_rn): Added warning
59         for obsolete insns.
60
61 2010-02-23  Andrew Zabolotny  <[email protected]>
62
63         PR binutils/11297
64         * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
65         (avr_cons_fix_new): Handle fixups of a single byte.
66
67 2010-02-22  Matthew Gretton-Dann  <[email protected]>
68
69         PR 9861
70         * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
71         compiler's predefines.
72
73 2010-02-19  Alan Modra  <[email protected]>
74
75         * configure.tgt: Whiltespace.  Sort moxie entry.
76
77 2010-02-18  Matthew Gretton-Dann  <[email protected]>
78
79         * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
80         * doc/c-arm.texi: Likewise.
81
82 2010-02-12  Daniel Gutson <[email protected]>
83
84         * config/tc-arm.c (asm_opcode): operands type
85         change.
86         (BAD_PC_ADDRESSING): New macro message.
87         (BAD_PC_WRITEBACK): Likewise.
88         (MIX_ARM_THUMB_OPERANDS): New macro.
89         (operand_parse_code): Added enum values.
90         (parse_operands): Added thumb/arm distinction,
91         plus new enum values handling.
92         (encode_arm_addr_mode_2): Validations enhanced.
93         (encode_arm_addr_mode_3): Likewise.
94         (do_rm_rd_rn): Likewise.
95         (encode_thumb32_addr_mode): Likewise.
96         (do_t_ldrex): Likewise.
97         (do_t_ldst): Likewise.
98         (do_t_strex): Likewise.
99         (md_assemble): Call parse_operands with
100         a new parameter.
101         (OPS_1): New macro.
102         (OPS_2): Likewise.
103         (OPS_3): Likewise.
104         (OPS_4): Likewise.
105         (OPS_5): Likewise.
106         (OPS_6): Likewise.
107         (insns): Updated insns operands.
108
109 2010-02-12  Tristan Gingold  <[email protected]>
110             Douglas B Rupp  <[email protected]>
111
112         * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
113         (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
114         (pseudo_func): Add an entry for slotcount.
115         (md_begin): Initialize slotcount pseudo symbol.
116         (ia64_parse_name): Handle @slotcount parameter.
117         (ia64_gen_real_reloc_type): Handle slotcount.
118         (md_apply_fix): Ditto.
119         * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
120
121 2010-02-11  Sterling Augustine  <[email protected]>
122
123         * config/tc-xtensa.c (istack_init): Don't call memset.
124
125 2010-02-11  Sterling Augustine  <[email protected]>
126
127         * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
128         well as suffixes.
129
130 2010-02-11  Sterling Augustine  <[email protected]>
131
132         * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
133
134 2010-02-11  H.J. Lu  <[email protected]>
135
136         * config/tc-i386.c (build_modrm_byte): Reformat.
137
138 2010-02-11  H.J. Lu  <[email protected]>
139
140         * config/tc-i386.c: Update copyright.
141
142 2010-02-10  Quentin Neill  <[email protected]>
143             Sebastian Pop  <[email protected]>
144
145         * config/tc-i386.c (vec_imm4) New operand type.
146         (fits_in_imm4): New.
147         (VEX_check_operands): New.
148         (check_reverse): Call VEX_check_operands.
149         (build_modrm_byte): Reintroduce code for 5
150         operand insns.  Fix whitespace.
151
152 2010-02-10  Richard Sandiford  <[email protected]>
153
154         * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
155         -mpwr6 and -mpwr7.
156
157 2010-02-09  Sterling Augustine  <[email protected]>
158
159         * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
160         (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
161         (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
162
163 2010-02-08  Christophe Lyon  <[email protected]>
164
165         * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
166         non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
167         BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
168         BFD_RELOC_ARM_PCREL_CALL)
169
170 2010-02-08  Sterling Augustine  <[email protected]>
171
172         * config/tc-xtensa.c (frag_format_size): Generalize logic to
173         handle more instruction sizes and fetch widths.
174         (branch_align_power): Likewise.
175         (text_align_power): Likewise.
176         (bytes_to_stretch): Likewise.
177
178 2010-02-08  Philipp Tomsich  <[email protected]>
179
180         * config/tc-ppc.c (md_show_usage): Mention -mtitan.  Don't use tabs.
181         (ppc_mach): Handle titan.
182         * doc/c-ppc.texi: Mention -mtitan.
183
184 2010-02-05  Sterling Augustine  <[email protected]>
185
186         * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
187         replace with...
188         (xtensa_fetch_width) ...this.
189
190 2010-02-05  Joseph Myers  <[email protected]>
191
192         * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
193         MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
194         * Makefile.in: Regenerate.
195
196 2010-02-03  Quentin Neill  <[email protected]>
197
198         * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
199         (i386_align_code): Rename  PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
200         * config/tc-i386.h (processor_type): Same.
201         * doc/c-i386.texi: Change amdfam15 to bdver1.
202
203 2010-01-29  Nick Clifton  <[email protected]>
204
205         PR 11136
206         * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
207         NS_NULL.
208
209 2010-01-27  Dave Korn  <[email protected]>
210
211         * NEWS: Mention new feature.
212         * config/obj-coff.c (obj_coff_section): Accept digits and use
213         to override default section alignment power if specified.
214         * doc/as.texinfo (.section directive): Update documentation.
215
216 2010-01-27  H.J. Lu  <[email protected]>
217
218         * config/tc-i386.c (avxscalar): New.
219         (OPTION_MAVXSCALAR): Likewise.
220         (build_vex_prefix): Select vector_length for scalar instructions
221         based on avxscalar.
222         (md_longopts): Add OPTION_MAVXSCALAR.
223         (md_parse_option): Handle OPTION_MAVXSCALAR.
224         (md_show_usage): Add -mavxscalar=.
225
226         * doc/c-i386.texi: Document -mavxscalar=.
227
228 2010-01-24  H.J. Lu  <[email protected]>
229
230         * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
231         0xc4 individually.
232
233 2010-01-23  Richard Sandiford  <[email protected]>
234
235         * write.h (fix_at_start): Declare.
236         * write.c (fix_new_internal): Add at_beginning parameter.
237         Use it instead of REVERSE_SORT_RELOCS.  Fix the handling of
238         seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
239         (fix_new, fix_new_exp): Update accordingly.
240         (fix_at_start): New function.
241         * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
242         (ppc_ref): New function, for OBJ_XCOFF.
243         (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
244         * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
245
246 2010-01-21  Rainer Orth  <[email protected]>
247
248         * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
249         on 64-bit Solaris/x86.
250         Include obj-format.h earlier.
251
252 2010-01-21  Andreas Krebbel  <[email protected]>
253
254         * config/tc-s390.c (s390_elf_final_processing): New function.
255         * config/tc-s390.h (elf_tc_final_processing): New macro definition.
256         (s390_elf_final_processing): Added prototype.
257
258
259 2010-01-20  Nick Clifton  <[email protected]>
260
261         PR 11109
262         * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1.  Add
263         code to handle round-to-zero for VCVT conversions.
264         (do_neon_cvt): New.  Call do_neon_cvt_1.
265         (do_neon_cvtr): New.  Call do_neon_cvt_1.
266         (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
267         insn.
268
269 2010-01-18  Tristan Gingold  <[email protected]>
270
271         * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
272
273 2010-01-15  Sebastian Pop  <[email protected]>
274
275         * config/tc-i386.c (md_assemble): Before accessing the IMM field
276         check that it's not an XOP insn.
277
278 2010-01-14  Jie Zhang  <[email protected]>
279
280         * config/bfin-aux.h: Remove argument names in function
281         declarations.
282         * config/bfin-lex.l (parse_int): Fix shadowed variable name
283         warning.
284         * config/bfin-parse.y (value_match): Remove argument names
285         in declaration.
286         (notethat): Likewise.
287         (yyerror): Likewise.
288
289 2010-01-13  Daniel Jacobowitz  <[email protected]>
290
291         * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
292
293 2010-01-13  Nick Clifton  <[email protected]>
294
295         * config/tc-h8300.c (h8300_elf_section): New function - issue a
296         warning message if a new section is created without setting any
297         attributes for it.
298         (md_pseudo_table): Intercept section creation pseudos.
299         (md_pcrel_from): Replace abort with an error message.
300         * config/obj-elf.c (obj_elf_section_name): Export this function.
301         * config/obj-elf.h (obj_elf_section_name): Prototype.
302
303 2010-01-12  Alan Modra  <[email protected]>
304
305         PR 11122
306         * listing.c (print_source): Add one to line number.
307
308 2010-01-09  Ralf Wildenhues  <[email protected]>
309
310         * Makefile.in: Regenerate.
311         * configure: Regenerate.
312         * doc/Makefile.in: Regenerate.
313
314 2010-01-08  H.J. Lu  <[email protected]>
315
316         * version.c (parse_args): Change to "Copyright 2010".
317
318 2010-01-06  Quentin Neill  <[email protected]>
319
320         * config/tc-i386.c (cpu_arch): Add amdfam15.
321         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
322         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
323         * doc/c-i386.texi: Add amdfam15.
324
325 2010-01-04  Daniel Gutson  <[email protected]>
326
327         * config/tc-arm.c (do_neon_logic): Accept imm value
328         in the third operand too.
329         (operand_parse_code): OP_RNDQ_IMVNb renamed to
330         OP_RNDQ_Ibig.
331         (parse_operands): OP_NILO case removed, applied renaming.
332         (insns): Neon shape changed for some logic instructions.
333
334 2010-01-04  Daniel Gutson  <[email protected]>
335
336         * config/tc-arm.c (do_neon_ldx_stx): Added
337         validation for vector load/store insns.
338
339 2010-01-04  Edmar Wienskoski  <[email protected]>
340
341         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
342
343 2010-01-03  Daniel Gutson  <[email protected]>
344
345         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
346         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
347         (NEON_ENCODE): New macro.
348         (check_neon_suffixes): New macro.
349         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
350         (do_vfp_nsyn_opcode): Likewise.
351         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
352         (do_vfp_nsyn_cmp): Likewise.
353         (do_neon_shl_imm): Likewise.
354         (do_neon_qshl_imm): Likewise.
355         (neon_dyadic_misc): Likewise.
356         (do_neon_mac_maybe_scalar): Likewise.
357         (do_neon_qdmulh): Likewise.
358         (do_neon_qmovn): Likewise.
359         (do_neon_qmovun): Likewise.
360         (do_neon_movn): Likewise.
361         (neon_mac_reg_scalar_long): Likewise.
362         (do_neon_vmull): Likewise.
363         (do_neon_trn): Likewise.
364         (do_neon_ldx_stx): Likewise.
365         (neon_dp_fixup): Changed signature and set the flag.
366         (neon_three_same): Call the above with new signature.
367         (neon_two_same): Likewise.
368         (neon_imm_shift): Likewise.
369         (neon_mul_mac): Likewise.
370         (do_neon_abs_neg): Likewise.
371         (neon_mixed_length): Likewise.
372         (do_neon_ext): Likewise.
373         (do_neon_mov): Likewise.
374         (do_neon_tbl_tbx): Likewise.
375         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
376         (neon_compare): Likewise.
377         (do_neon_shll): Likewise.
378         (do_neon_cvt): Likewise.
379         (do_neon_mvn): Likewise.
380         (do_neon_dup): Likewise.
381         (md_assemble): Call check_neon_suffixes ().
382
383 For older changes see ChangeLog-2009
384 \f
385 Local Variables:
386 mode: change-log
387 left-margin: 8
388 fill-column: 74
389 version-control: never
390 End:
This page took 0.048252 seconds and 4 git commands to generate.