]> Git Repo - binutils.git/blob - gas/ChangeLog
gas:
[binutils.git] / gas / ChangeLog
1 2010-04-27  Joseph Myers  <[email protected]>
2
3         * config/tc-tic6x.h (tic6x_label_list): New.
4         (tic6x_segment_info_type): Keep a list of labels and a current
5         frag instead of a boolean for whether labels seen and a count of
6         instructions.
7         (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
8         md_do_align, tic6x_do_align, md_end, tic6x_end): New.
9         * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
10         (tic6x_cleanup): Correct comment.
11         (tic6x_free_label_list): New.
12         (tic6x_cons_align): Free label list and update for
13         tic6x_segment_info_type changes.
14         (tic6x_do_align): New.
15         (md_assemble): Handle list of labels and saved frag for execute
16         packet.  Create machine-dependent frag for new execute packet and
17         adjust labels accordingly.
18         (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
19         (md_convert_frag, md_estimate_size_before_relax): Update comments.
20
21 2010-04-24  H.J. Lu  <[email protected]>
22
23         PR gas/11535
24         * config/tc-i386-intel.c (intel_state): Add is_indirect.
25         (i386_intel_operand): Initialize intel_state.is_indirect.  Check
26         intel_state.is_indirect for "call|jmp [symbol]".
27
28 2010-04-22  Nick Clifton  <[email protected]>
29
30         * po/gas.pot: Updated by the Translation project.
31
32 2010-04-21  H.J. Lu  <[email protected]>
33
34         * config/tc-i386.c (i386_is_register): Removed.
35         (x86_cons): Don't use i386_is_register.
36         (parse_register): Likewise.
37         * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
38         (i386_intel_operand): Likewise.
39
40 2010-04-21  H.J. Lu  <[email protected]>
41
42         * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
43         i386_is_register.
44
45 2010-04-21  H.J. Lu  <[email protected]>
46
47         * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
48         (x86_cons): Updated.
49         (parse_register): Likewise.
50         (tc_x86_parse_to_dw2regnum): Likewise.
51         * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
52         (i386_intel_operand): Likewise.
53
54 2010-04-21  H.J. Lu  <[email protected]>
55
56         PR gas/11509
57         * config/tc-i386-intel.c (i386_intel_simplify_register): New.
58         (i386_intel_simplify): Use i386_is_register and
59         i386_intel_simplify_register. Set X_md for O_register and
60         check X_md for O_constant.
61         (i386_intel_operand): Use i386_is_register.
62
63         * config/tc-i386.c (i386_is_register): New.
64         (x86_cons): Initialize the X_md field.  Use i386_is_register.
65         (parse_register): Use i386_is_register.
66         (tc_x86_parse_to_dw2regnum): Likewise.
67
68 2010-04-21  H.J. Lu  <[email protected]>
69
70         * expr.c (expr): Initialize the X_md field.
71
72 2010-04-20  Joseph Myers  <[email protected]>
73
74         * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
75         (md_longopts): Add -mgenerate-rel.
76         (tic6x_generate_rela): New.
77         (md_parse_option): Handle -mgenerate-rel.
78         (md_show_usage): Add comment that -mgenerate-rel is undocumented.
79         (tic6x_init_after_args): New.
80         (md_apply_fix): Correct shift calculations for SB-relative
81         relocations.
82         (md_pcrel_from): Change to tic6x_pcrel_from_section.  Do not
83         adjust addresses for relocations referencing symbols in other
84         sections.
85         (tc_gen_reloc): Adjust addend calculations for REL relocations.
86         * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
87         tic6x_pcrel_from_section, tc_init_after_args,
88         tic6x_init_after_args): New.
89
90 2010-04-20  Nick Clifton  <[email protected]>
91
92         PR gas/11507
93         * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
94         altmacro mode if found inside a quoted string.
95
96 2010-04-20  Mike Frysinger  <[email protected]>
97
98         * config/bfin-lex.l (parse_int): Change index() to strchr().
99
100 2010-04-16  Nick Clifton  <[email protected]>
101
102         PR gas/11395
103         * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
104         matcher to accept and unconditional 32-bit add instruction.
105         (pa_build_unwind_subspace): Cope with error conditions not
106         allowing the start symbol to be set.
107
108 2010-04-15  Matthew Gretton-Dann  <[email protected]>
109
110         * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
111         new tag names in v2.08 of ARM ABI.
112         * doc/c-arm.texi: Document new tag names in ABI.
113
114 2010-04-14  Tristan Gingold  <[email protected]>
115
116         * config/tc-alpha.c: Includes vms/egps.h on EVAX.
117         (s_alpha_comm): Used new EGPS macros from egps.h
118         (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
119         (s_alpha_section_word): Add comments.  Use new EGPS macros.
120         Adjust for modified bfd_vms_set_section_flags function.
121
122 2010-04-10  Alan Modra  <[email protected]>
123
124         PR gas/11486
125         * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
126
127 2010-04-09  Nick Clifton  <[email protected]>
128
129         * as.c (create_obj_attrs_section): Remove unused variable addr.
130         * listing.c (listing_listing): Remove unused variable message.
131         * read.c: Remove unnecessary register type qualifiers.
132         (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
133         defined.
134
135 2010-04-07  Eric B. Weddington  <[email protected]>
136
137         * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
138         atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
139         atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
140         atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
141         atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
142         atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
143         atmega88pa, attiny461a, attiny84a, m3000.
144         Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
145         atmega8hvd, attiny327, m3000f, m3000s, m3001b.
146         * doc/c-avr.texi: Same.
147
148 2010-04-07  Jie Zhang  <[email protected]>
149
150         * config/tc-arm.c (make_mapping_symbol): Handle the case
151         that multiple mapping symbols have the same value 0.
152
153 2010-04-07  Alan Modra  <[email protected]>
154
155         * configure: Regenerate.
156
157 2010-04-06  Nick Clifton  <[email protected]>
158
159         * po/ru.po: New Russian translation.
160         * configure.in (ALL_LINGUAS): Add ru.
161         * configure: Regenerate.
162
163 2010-03-30  H.J. Lu  <[email protected]>
164
165         PR gas/11456
166         * input-scrub.c (input_scrub_next_buffer): Use memmove instead
167         of memcpy to copy overlap memory.
168
169 2010-03-25  Joseph Myers  <[email protected]>
170
171         * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
172         (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
173         * Makefile.in: Regenerate.
174         * NEWS: Add news entry for TI C6X support.
175         * app.c (do_scrub_chars): Handle "||^" for TI C6X.  Handle
176         TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR.  Keep spaces in
177         operands if TC_KEEP_OPERAND_SPACES.
178         * configure.tgt (tic6x-*-*): New.
179         * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
180         TC_PREDICATE_END_CHAR): Define.
181         * config/tc-tic6x.c, config/tc-tic6x.h: New.
182         * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
183         * doc/Makefile.in: Regenerate.
184         * doc/all.texi (TIC6X): Define.
185         * doc/as.texinfo: Add TI C6X documentation.  Include c-tic6x.texi.
186         * doc/c-tic6x.texi: New.
187
188 2010-03-22  H.J. Lu  <[email protected]>
189
190         * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
191
192 2010-03-21  H.J. Lu  <[email protected]>
193
194         * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
195         with operand_size_mismatch.
196         (operand_size_match): Updated.
197         (match_template): Likewise.
198
199 2010-03-21  H.J. Lu  <[email protected]>
200
201         * config/tc-i386.c (i386_error): New.
202         (_i386_insn): Replace err_msg with error.
203         (operand_size_match): Set error instead of err_msg on failure.
204         (operand_type_match): Likewise.
205         (operand_type_register_match): Likewise.
206         (VEX_check_operands): Likewise.
207         (match_template): Likewise.  Use error instead of err_msg with
208         as_bad.
209
210 2010-03-19  Jie Zhang  <[email protected]>
211
212         * config/tc-arm.c (make_mapping_symbol): Hanle the case
213         that two mapping symbols have the same value.
214
215 2010-03-18  Daniel Jacobowitz  <[email protected]>
216
217         * doc/c-arm.texi (.setfp): Correct example.
218
219 2010-03-18  Wei Guozhi  <[email protected]>
220
221         PR gas/11323
222         * config/tc-arm.c (reloc_names): New relocation names.
223         (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
224         (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
225         * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
226
227 2010-03-15  Thomas Schwinge  <[email protected]>
228
229         * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
230         cases, and not only for .eh_frame.
231
232         * dw2gencfi.c (output_cie): Make it more explicit which code paths
233         belong to .eh_frame only.
234
235 2010-03-13  Segher Boessenkool  <[email protected]>
236
237         * config/tc-v850.c (v850_insert_operand): Handle out-of-range
238         assembler constants on 64-bit hosts.
239
240 2010-03-10  Mike Frysinger  <[email protected]>
241
242         * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
243         Strip trailing whitespace.
244
245 2010-03-10  Mike Frysinger  <[email protected]>
246
247         * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
248         * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
249         BFIN_CPU_BF506.
250         (bfin_cpus[]): Add 0.0 for bf504 and bf506.
251
252 2010-03-10  Jie Zhang  <[email protected]>
253
254         * doc/as.texinfo: Add Blackfin options.
255         * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
256         * config/tc-bfin.c (md_show_usage): Show usage for all
257         Blackfin specific options.
258
259 2010-03-09  Alan Modra  <[email protected]>
260
261         PR gas/11356
262         * listing.c (listing_newline): Correct backslash quote logic.
263
264 2010-03-08  Rainer Orth  <[email protected]>
265
266         * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
267         (ELF_TARGET_FORMAT64): Define.
268
269 2010-03-05  Paul Brook  <[email protected]>
270
271         * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
272
273 2010-03-02  Andrew Stubbs  <[email protected]>
274
275         * config/tc-sh.c (get_specific): Move overflow checking code to avoid
276         reading uninitialized data.
277
278 2010-03-01  Tristan Gingold  <[email protected]>
279
280         * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
281
282 2010-02-26  Doug Evans  <[email protected]>
283
284         * configure.tgt: Fix mep cpu case.
285
286 2010-02-26  Jie Zhang  <[email protected]>
287
288         * config/tc-arm.c (do_t_strexd): Remove
289         operand[1] != operand[2] contraint.
290
291 2010-02-26  Jie Zhang  <[email protected]>
292
293         * config/tc-arm.c (neon_select_shape): No need to match
294         the remaining operands in the shape when one operand does
295         not match.
296
297 2010-02-26  Jie Zhang  <[email protected]>
298
299         * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
300         alignment.
301
302 2010-02-25  Doug Evans  <[email protected]>
303
304         * cgen.c: Whitespace fixes.
305         (weak_operand_overflow_check): Formatting fix.
306
307 2010-02-25  H.J. Lu  <[email protected]>
308
309         * config/tc-i386.c (match_template): Update error messages.
310
311 2010-02-25  H.J. Lu  <[email protected]>
312
313         * config/tc-i386.c (_i386_insn): Add err_msg.
314         (operand_size_match): Set err_msg on failure.
315         (operand_type_match): Likewise.
316         (operand_type_register_match): Likewise.
317         (VEX_check_operands): Likewise.
318         (match_template): Likewise.  Use i.err_msg with as_bad.
319
320 2010-02-25  Wu Zhangjin <[email protected]>
321
322         * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
323         mips_fix_loongson2f_jump): New variables.
324         (md_longopts): Add New options -mfix-loongson2f-nop/jump,
325         -mno-fix-loongson2f-nop/jump.
326         (md_parse_option): Initialize variables via above options.
327         (options): New enums for the above options.
328         (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
329         (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
330         New functions.
331         (append_insn): call fix_loongson2f().
332         (mips_handle_align): Replace the implicit nops.
333         * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
334         for the new mips_handle_align().
335         * doc/c-mips.texi: Document the new options.
336
337 2010-02-23  Daniel Gutson  <[email protected]>
338
339         * config/tc-arm.c (do_rd_rm_rn): Added warning
340         for obsolete insns.
341
342 2010-02-23  Andrew Zabolotny  <[email protected]>
343
344         PR binutils/11297
345         * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
346         (avr_cons_fix_new): Handle fixups of a single byte.
347
348 2010-02-22  Matthew Gretton-Dann  <[email protected]>
349
350         PR 9861
351         * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
352         compiler's predefines.
353
354 2010-02-19  Alan Modra  <[email protected]>
355
356         * configure.tgt: Whiltespace.  Sort moxie entry.
357
358 2010-02-18  Matthew Gretton-Dann  <[email protected]>
359
360         * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
361         * doc/c-arm.texi: Likewise.
362
363 2010-02-12  Daniel Gutson <[email protected]>
364
365         * config/tc-arm.c (asm_opcode): operands type
366         change.
367         (BAD_PC_ADDRESSING): New macro message.
368         (BAD_PC_WRITEBACK): Likewise.
369         (MIX_ARM_THUMB_OPERANDS): New macro.
370         (operand_parse_code): Added enum values.
371         (parse_operands): Added thumb/arm distinction,
372         plus new enum values handling.
373         (encode_arm_addr_mode_2): Validations enhanced.
374         (encode_arm_addr_mode_3): Likewise.
375         (do_rm_rd_rn): Likewise.
376         (encode_thumb32_addr_mode): Likewise.
377         (do_t_ldrex): Likewise.
378         (do_t_ldst): Likewise.
379         (do_t_strex): Likewise.
380         (md_assemble): Call parse_operands with
381         a new parameter.
382         (OPS_1): New macro.
383         (OPS_2): Likewise.
384         (OPS_3): Likewise.
385         (OPS_4): Likewise.
386         (OPS_5): Likewise.
387         (OPS_6): Likewise.
388         (insns): Updated insns operands.
389
390 2010-02-12  Tristan Gingold  <[email protected]>
391             Douglas B Rupp  <[email protected]>
392
393         * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
394         (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
395         (pseudo_func): Add an entry for slotcount.
396         (md_begin): Initialize slotcount pseudo symbol.
397         (ia64_parse_name): Handle @slotcount parameter.
398         (ia64_gen_real_reloc_type): Handle slotcount.
399         (md_apply_fix): Ditto.
400         * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
401
402 2010-02-11  Sterling Augustine  <[email protected]>
403
404         * config/tc-xtensa.c (istack_init): Don't call memset.
405
406 2010-02-11  Sterling Augustine  <[email protected]>
407
408         * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
409         well as suffixes.
410
411 2010-02-11  Sterling Augustine  <[email protected]>
412
413         * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
414
415 2010-02-11  H.J. Lu  <[email protected]>
416
417         * config/tc-i386.c (build_modrm_byte): Reformat.
418
419 2010-02-11  H.J. Lu  <[email protected]>
420
421         * config/tc-i386.c: Update copyright.
422
423 2010-02-10  Quentin Neill  <[email protected]>
424             Sebastian Pop  <[email protected]>
425
426         * config/tc-i386.c (vec_imm4) New operand type.
427         (fits_in_imm4): New.
428         (VEX_check_operands): New.
429         (check_reverse): Call VEX_check_operands.
430         (build_modrm_byte): Reintroduce code for 5
431         operand insns.  Fix whitespace.
432
433 2010-02-10  Richard Sandiford  <[email protected]>
434
435         * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
436         -mpwr6 and -mpwr7.
437
438 2010-02-09  Sterling Augustine  <[email protected]>
439
440         * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
441         (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
442         (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
443
444 2010-02-08  Christophe Lyon  <[email protected]>
445
446         * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
447         non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
448         BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
449         BFD_RELOC_ARM_PCREL_CALL)
450
451 2010-02-08  Sterling Augustine  <[email protected]>
452
453         * config/tc-xtensa.c (frag_format_size): Generalize logic to
454         handle more instruction sizes and fetch widths.
455         (branch_align_power): Likewise.
456         (text_align_power): Likewise.
457         (bytes_to_stretch): Likewise.
458
459 2010-02-08  Philipp Tomsich  <[email protected]>
460
461         * config/tc-ppc.c (md_show_usage): Mention -mtitan.  Don't use tabs.
462         (ppc_mach): Handle titan.
463         * doc/c-ppc.texi: Mention -mtitan.
464
465 2010-02-05  Sterling Augustine  <[email protected]>
466
467         * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
468         replace with...
469         (xtensa_fetch_width) ...this.
470
471 2010-02-05  Joseph Myers  <[email protected]>
472
473         * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
474         MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
475         * Makefile.in: Regenerate.
476
477 2010-02-03  Quentin Neill  <[email protected]>
478
479         * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
480         (i386_align_code): Rename  PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
481         * config/tc-i386.h (processor_type): Same.
482         * doc/c-i386.texi: Change amdfam15 to bdver1.
483
484 2010-01-29  Nick Clifton  <[email protected]>
485
486         PR 11136
487         * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
488         NS_NULL.
489
490 2010-01-27  Dave Korn  <[email protected]>
491
492         * NEWS: Mention new feature.
493         * config/obj-coff.c (obj_coff_section): Accept digits and use
494         to override default section alignment power if specified.
495         * doc/as.texinfo (.section directive): Update documentation.
496
497 2010-01-27  H.J. Lu  <[email protected]>
498
499         * config/tc-i386.c (avxscalar): New.
500         (OPTION_MAVXSCALAR): Likewise.
501         (build_vex_prefix): Select vector_length for scalar instructions
502         based on avxscalar.
503         (md_longopts): Add OPTION_MAVXSCALAR.
504         (md_parse_option): Handle OPTION_MAVXSCALAR.
505         (md_show_usage): Add -mavxscalar=.
506
507         * doc/c-i386.texi: Document -mavxscalar=.
508
509 2010-01-24  H.J. Lu  <[email protected]>
510
511         * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
512         0xc4 individually.
513
514 2010-01-23  Richard Sandiford  <[email protected]>
515
516         * write.h (fix_at_start): Declare.
517         * write.c (fix_new_internal): Add at_beginning parameter.
518         Use it instead of REVERSE_SORT_RELOCS.  Fix the handling of
519         seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
520         (fix_new, fix_new_exp): Update accordingly.
521         (fix_at_start): New function.
522         * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
523         (ppc_ref): New function, for OBJ_XCOFF.
524         (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
525         * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
526
527 2010-01-21  Rainer Orth  <[email protected]>
528
529         * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
530         on 64-bit Solaris/x86.
531         Include obj-format.h earlier.
532
533 2010-01-21  Andreas Krebbel  <[email protected]>
534
535         * config/tc-s390.c (s390_elf_final_processing): New function.
536         * config/tc-s390.h (elf_tc_final_processing): New macro definition.
537         (s390_elf_final_processing): Added prototype.
538
539
540 2010-01-20  Nick Clifton  <[email protected]>
541
542         PR 11109
543         * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1.  Add
544         code to handle round-to-zero for VCVT conversions.
545         (do_neon_cvt): New.  Call do_neon_cvt_1.
546         (do_neon_cvtr): New.  Call do_neon_cvt_1.
547         (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
548         insn.
549
550 2010-01-18  Tristan Gingold  <[email protected]>
551
552         * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
553
554 2010-01-15  Sebastian Pop  <[email protected]>
555
556         * config/tc-i386.c (md_assemble): Before accessing the IMM field
557         check that it's not an XOP insn.
558
559 2010-01-14  Jie Zhang  <[email protected]>
560
561         * config/bfin-aux.h: Remove argument names in function
562         declarations.
563         * config/bfin-lex.l (parse_int): Fix shadowed variable name
564         warning.
565         * config/bfin-parse.y (value_match): Remove argument names
566         in declaration.
567         (notethat): Likewise.
568         (yyerror): Likewise.
569
570 2010-01-13  Daniel Jacobowitz  <[email protected]>
571
572         * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
573
574 2010-01-13  Nick Clifton  <[email protected]>
575
576         * config/tc-h8300.c (h8300_elf_section): New function - issue a
577         warning message if a new section is created without setting any
578         attributes for it.
579         (md_pseudo_table): Intercept section creation pseudos.
580         (md_pcrel_from): Replace abort with an error message.
581         * config/obj-elf.c (obj_elf_section_name): Export this function.
582         * config/obj-elf.h (obj_elf_section_name): Prototype.
583
584 2010-01-12  Alan Modra  <[email protected]>
585
586         PR 11122
587         * listing.c (print_source): Add one to line number.
588
589 2010-01-09  Ralf Wildenhues  <[email protected]>
590
591         * Makefile.in: Regenerate.
592         * configure: Regenerate.
593         * doc/Makefile.in: Regenerate.
594
595 2010-01-08  H.J. Lu  <[email protected]>
596
597         * version.c (parse_args): Change to "Copyright 2010".
598
599 2010-01-06  Quentin Neill  <[email protected]>
600
601         * config/tc-i386.c (cpu_arch): Add amdfam15.
602         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
603         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
604         * doc/c-i386.texi: Add amdfam15.
605
606 2010-01-04  Daniel Gutson  <[email protected]>
607
608         * config/tc-arm.c (do_neon_logic): Accept imm value
609         in the third operand too.
610         (operand_parse_code): OP_RNDQ_IMVNb renamed to
611         OP_RNDQ_Ibig.
612         (parse_operands): OP_NILO case removed, applied renaming.
613         (insns): Neon shape changed for some logic instructions.
614
615 2010-01-04  Daniel Gutson  <[email protected]>
616
617         * config/tc-arm.c (do_neon_ldx_stx): Added
618         validation for vector load/store insns.
619
620 2010-01-04  Edmar Wienskoski  <[email protected]>
621
622         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
623
624 2010-01-03  Daniel Gutson  <[email protected]>
625
626         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
627         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
628         (NEON_ENCODE): New macro.
629         (check_neon_suffixes): New macro.
630         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
631         (do_vfp_nsyn_opcode): Likewise.
632         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
633         (do_vfp_nsyn_cmp): Likewise.
634         (do_neon_shl_imm): Likewise.
635         (do_neon_qshl_imm): Likewise.
636         (neon_dyadic_misc): Likewise.
637         (do_neon_mac_maybe_scalar): Likewise.
638         (do_neon_qdmulh): Likewise.
639         (do_neon_qmovn): Likewise.
640         (do_neon_qmovun): Likewise.
641         (do_neon_movn): Likewise.
642         (neon_mac_reg_scalar_long): Likewise.
643         (do_neon_vmull): Likewise.
644         (do_neon_trn): Likewise.
645         (do_neon_ldx_stx): Likewise.
646         (neon_dp_fixup): Changed signature and set the flag.
647         (neon_three_same): Call the above with new signature.
648         (neon_two_same): Likewise.
649         (neon_imm_shift): Likewise.
650         (neon_mul_mac): Likewise.
651         (do_neon_abs_neg): Likewise.
652         (neon_mixed_length): Likewise.
653         (do_neon_ext): Likewise.
654         (do_neon_mov): Likewise.
655         (do_neon_tbl_tbx): Likewise.
656         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
657         (neon_compare): Likewise.
658         (do_neon_shll): Likewise.
659         (do_neon_cvt): Likewise.
660         (do_neon_mvn): Likewise.
661         (do_neon_dup): Likewise.
662         (md_assemble): Call check_neon_suffixes ().
663
664 For older changes see ChangeLog-2009
665 \f
666 Local Variables:
667 mode: change-log
668 left-margin: 8
669 fill-column: 74
670 version-control: never
671 End:
This page took 0.064463 seconds and 4 git commands to generate.