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