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