PR ld/11621
[binutils.git] / gas / ChangeLog
blob028388d15eaf148161fb240c953aa6eeb3739a7d
1 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
3         PR ld/11621
4         * Makefile.am: Replace all occurences of .o with .@OBJEXT@
5         * Makefile.in: Regenerate.
7 2010-05-25  Alan Modra  <amodra@gmail.com>
9         * config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
11 2010-05-19  Nick Clifton  <nickc@redhat.com>
13         * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
14         of known section prefixes.
16 2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
18         PR gas/11600
19         * obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE.
20         (obj_elf_parse_section_letters): Likewise.
21         (obj_elf_section_word): Likewise.
23         * config/tc-ppc.c (ppc_section_letter): Removed.
24         (ppc_section_word): Likewise.
25         * config/tc-ppc.h (ppc_section_letter): Likewise.
26         (ppc_section_word): Likewise.
27         (md_elf_section_letter): Likewise.
28         (md_elf_section_word): Likewise.
30         * doc/as.texinfo: Document `e' and `#exclude'.
32 2010-05-13  Nathan Sidwell  <nathan@codesourcery.com>
34         * config/tc-arm.c (md_assemble): Clarify current mode in error
35         messages about unsupported instructions.
36         (UT): Delete #define.
37         (insns): Adjust cbnz, cbz appropriately.
39 2010-05-11  Andrew Stubbs  <ams@codesourcery.com>
41         * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.
43 2010-05-11  Jie Zhang  <jie@codesourcery.com>
45         * config/tc-arm.c (aeabi_set_public_attributes): Set
46         Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.
48 2010-05-07  Tristan Gingold  <gingold@adacore.com>
50         * Makefile.in: Regenerate with automake 1.11.1.
51         * aclocal.m4: Ditto.
52         * doc/Makefile.in: Ditto.
54 2010-05-05  Nick Clifton  <nickc@redhat.com>
56         * po/es.po: Updated Spanish translation.
58 2010-05-05  Julian Brown  <julian@codesourcery.com>
60         * read.c (cons_worker): Detect and reject unexpected string argument.
62 2010-05-04  Nick Clifton  <nickc@redhat.com>
64         * write.c (fixup_segment): Revert previous delta.
65         * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the
66         generation of relocations for fixups against weak symbols.
68 2010-04-29  Nathan Sidwell  <nathan@codesourcery.com>
70         * write.c (fixup_segment): Do not assume we know the section a
71         defined weak symbol is in.
72         * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
73         weak symbols as not known to be in the same section, even if they
74         are defined.
76 2010-04-27  Joseph Myers  <joseph@codesourcery.com>
78         * config/tc-tic6x.h (tic6x_label_list): New.
79         (tic6x_segment_info_type): Keep a list of labels and a current
80         frag instead of a boolean for whether labels seen and a count of
81         instructions.
82         (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
83         md_do_align, tic6x_do_align, md_end, tic6x_end): New.
84         * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
85         (tic6x_cleanup): Correct comment.
86         (tic6x_free_label_list): New.
87         (tic6x_cons_align): Free label list and update for
88         tic6x_segment_info_type changes.
89         (tic6x_do_align): New.
90         (md_assemble): Handle list of labels and saved frag for execute
91         packet.  Create machine-dependent frag for new execute packet and
92         adjust labels accordingly.
93         (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
94         (md_convert_frag, md_estimate_size_before_relax): Update comments.
96 2010-04-24  H.J. Lu  <hongjiu.lu@intel.com>
98         PR gas/11535
99         * config/tc-i386-intel.c (intel_state): Add is_indirect.
100         (i386_intel_operand): Initialize intel_state.is_indirect.  Check
101         intel_state.is_indirect for "call|jmp [symbol]".
103 2010-04-22  Nick Clifton  <nickc@redhat.com>
105         * po/gas.pot: Updated by the Translation project.
107 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
109         * config/tc-i386.c (i386_is_register): Removed.
110         (x86_cons): Don't use i386_is_register.
111         (parse_register): Likewise.
112         * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
113         (i386_intel_operand): Likewise.
115 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
117         * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
118         i386_is_register.
120 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
122         * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
123         (x86_cons): Updated.
124         (parse_register): Likewise.
125         (tc_x86_parse_to_dw2regnum): Likewise.
126         * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
127         (i386_intel_operand): Likewise.
129 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
131         PR gas/11509
132         * config/tc-i386-intel.c (i386_intel_simplify_register): New.
133         (i386_intel_simplify): Use i386_is_register and
134         i386_intel_simplify_register. Set X_md for O_register and
135         check X_md for O_constant.
136         (i386_intel_operand): Use i386_is_register.
138         * config/tc-i386.c (i386_is_register): New.
139         (x86_cons): Initialize the X_md field.  Use i386_is_register.
140         (parse_register): Use i386_is_register.
141         (tc_x86_parse_to_dw2regnum): Likewise.
143 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
145         * expr.c (expr): Initialize the X_md field.
147 2010-04-20  Joseph Myers  <joseph@codesourcery.com>
149         * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
150         (md_longopts): Add -mgenerate-rel.
151         (tic6x_generate_rela): New.
152         (md_parse_option): Handle -mgenerate-rel.
153         (md_show_usage): Add comment that -mgenerate-rel is undocumented.
154         (tic6x_init_after_args): New.
155         (md_apply_fix): Correct shift calculations for SB-relative
156         relocations.
157         (md_pcrel_from): Change to tic6x_pcrel_from_section.  Do not
158         adjust addresses for relocations referencing symbols in other
159         sections.
160         (tc_gen_reloc): Adjust addend calculations for REL relocations.
161         * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
162         tic6x_pcrel_from_section, tc_init_after_args,
163         tic6x_init_after_args): New.
165 2010-04-20  Nick Clifton  <nickc@redhat.com>
167         PR gas/11507
168         * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
169         altmacro mode if found inside a quoted string.
171 2010-04-20  Mike Frysinger  <vapier@gentoo.org>
173         * config/bfin-lex.l (parse_int): Change index() to strchr().
175 2010-04-16  Nick Clifton  <nickc@redhat.com>
177         PR gas/11395
178         * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
179         matcher to accept and unconditional 32-bit add instruction.
180         (pa_build_unwind_subspace): Cope with error conditions not
181         allowing the start symbol to be set.
183 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
185         * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
186         new tag names in v2.08 of ARM ABI.
187         * doc/c-arm.texi: Document new tag names in ABI.
189 2010-04-14  Tristan Gingold  <gingold@adacore.com>
191         * config/tc-alpha.c: Includes vms/egps.h on EVAX.
192         (s_alpha_comm): Used new EGPS macros from egps.h
193         (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
194         (s_alpha_section_word): Add comments.  Use new EGPS macros.
195         Adjust for modified bfd_vms_set_section_flags function.
197 2010-04-10  Alan Modra  <amodra@gmail.com>
199         PR gas/11486
200         * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
202 2010-04-09  Nick Clifton  <nickc@redhat.com>
204         * as.c (create_obj_attrs_section): Remove unused variable addr.
205         * listing.c (listing_listing): Remove unused variable message.
206         * read.c: Remove unnecessary register type qualifiers.
207         (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
208         defined.
210 2010-04-07  Eric B. Weddington  <eric.weddington@atmel.com>
212         * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
213         atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
214         atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
215         atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
216         atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
217         atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
218         atmega88pa, attiny461a, attiny84a, m3000.
219         Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
220         atmega8hvd, attiny327, m3000f, m3000s, m3001b.
221         * doc/c-avr.texi: Same.
223 2010-04-07  Jie Zhang  <jie@codesourcery.com>
225         * config/tc-arm.c (make_mapping_symbol): Handle the case
226         that multiple mapping symbols have the same value 0.
228 2010-04-07  Alan Modra  <amodra@gmail.com>
230         * configure: Regenerate.
232 2010-04-06  Nick Clifton  <nickc@redhat.com>
234         * po/ru.po: New Russian translation.
235         * configure.in (ALL_LINGUAS): Add ru.
236         * configure: Regenerate.
238 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
240         PR gas/11456
241         * input-scrub.c (input_scrub_next_buffer): Use memmove instead
242         of memcpy to copy overlap memory.
244 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
246         * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
247         (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
248         * Makefile.in: Regenerate.
249         * NEWS: Add news entry for TI C6X support.
250         * app.c (do_scrub_chars): Handle "||^" for TI C6X.  Handle
251         TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR.  Keep spaces in
252         operands if TC_KEEP_OPERAND_SPACES.
253         * configure.tgt (tic6x-*-*): New.
254         * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
255         TC_PREDICATE_END_CHAR): Define.
256         * config/tc-tic6x.c, config/tc-tic6x.h: New.
257         * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
258         * doc/Makefile.in: Regenerate.
259         * doc/all.texi (TIC6X): Define.
260         * doc/as.texinfo: Add TI C6X documentation.  Include c-tic6x.texi.
261         * doc/c-tic6x.texi: New.
263 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
265         * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
267 2010-03-21  H.J. Lu  <hongjiu.lu@intel.com>
269         * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
270         with operand_size_mismatch.
271         (operand_size_match): Updated.
272         (match_template): Likewise.
274 2010-03-21  H.J. Lu  <hongjiu.lu@intel.com>
276         * config/tc-i386.c (i386_error): New.
277         (_i386_insn): Replace err_msg with error.
278         (operand_size_match): Set error instead of err_msg on failure.
279         (operand_type_match): Likewise.
280         (operand_type_register_match): Likewise.
281         (VEX_check_operands): Likewise.
282         (match_template): Likewise.  Use error instead of err_msg with
283         as_bad.
285 2010-03-19  Jie Zhang  <jie@codesourcery.com>
287         * config/tc-arm.c (make_mapping_symbol): Hanle the case
288         that two mapping symbols have the same value.
290 2010-03-18  Daniel Jacobowitz  <dan@codesourcery.com>
292         * doc/c-arm.texi (.setfp): Correct example.
294 2010-03-18  Wei Guozhi  <carrot@google.com>
296         PR gas/11323
297         * config/tc-arm.c (reloc_names): New relocation names.
298         (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
299         (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
300         * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
302 2010-03-15  Thomas Schwinge  <thomas@codesourcery.com>
304         * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
305         cases, and not only for .eh_frame.
307         * dw2gencfi.c (output_cie): Make it more explicit which code paths
308         belong to .eh_frame only.
310 2010-03-13  Segher Boessenkool  <segher@kernel.crashing.org>
312         * config/tc-v850.c (v850_insert_operand): Handle out-of-range
313         assembler constants on 64-bit hosts.
315 2010-03-10  Mike Frysinger  <michael.frysinger@analog.com>
317         * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
318         Strip trailing whitespace.
320 2010-03-10  Mike Frysinger  <michael.frysinger@analog.com>
322         * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
323         * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
324         BFIN_CPU_BF506.
325         (bfin_cpus[]): Add 0.0 for bf504 and bf506.
327 2010-03-10  Jie Zhang  <jie@codesourcery.com>
329         * doc/as.texinfo: Add Blackfin options.
330         * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
331         * config/tc-bfin.c (md_show_usage): Show usage for all
332         Blackfin specific options.
334 2010-03-09  Alan Modra  <amodra@gmail.com>
336         PR gas/11356
337         * listing.c (listing_newline): Correct backslash quote logic.
339 2010-03-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
341         * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
342         (ELF_TARGET_FORMAT64): Define.
344 2010-03-05  Paul Brook  <paul@codesourcery.com>
346         * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
348 2010-03-02  Andrew Stubbs  <ams@codesourcery.com>
350         * config/tc-sh.c (get_specific): Move overflow checking code to avoid
351         reading uninitialized data.
353 2010-03-01  Tristan Gingold  <gingold@adacore.com>
355         * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
357 2010-02-26  Doug Evans  <dje@sebabeach.org>
359         * configure.tgt: Fix mep cpu case.
361 2010-02-26  Jie Zhang  <jie@codesourcery.com>
363         * config/tc-arm.c (do_t_strexd): Remove
364         operand[1] != operand[2] contraint.
366 2010-02-26  Jie Zhang  <jie@codesourcery.com>
368         * config/tc-arm.c (neon_select_shape): No need to match
369         the remaining operands in the shape when one operand does
370         not match.
372 2010-02-26  Jie Zhang  <jie@codesourcery.com>
374         * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
375         alignment.
377 2010-02-25  Doug Evans  <dje@sebabeach.org>
379         * cgen.c: Whitespace fixes.
380         (weak_operand_overflow_check): Formatting fix.
382 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
384         * config/tc-i386.c (match_template): Update error messages.
386 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
388         * config/tc-i386.c (_i386_insn): Add err_msg.
389         (operand_size_match): Set err_msg on failure.
390         (operand_type_match): Likewise.
391         (operand_type_register_match): Likewise.
392         (VEX_check_operands): Likewise.
393         (match_template): Likewise.  Use i.err_msg with as_bad.
395 2010-02-25  Wu Zhangjin <wuzhangjin@gmail.com>
397         * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
398         mips_fix_loongson2f_jump): New variables.
399         (md_longopts): Add New options -mfix-loongson2f-nop/jump,
400         -mno-fix-loongson2f-nop/jump.
401         (md_parse_option): Initialize variables via above options.
402         (options): New enums for the above options.
403         (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
404         (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
405         New functions.
406         (append_insn): call fix_loongson2f().
407         (mips_handle_align): Replace the implicit nops.
408         * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
409         for the new mips_handle_align().
410         * doc/c-mips.texi: Document the new options.
412 2010-02-23  Daniel Gutson  <dgutson@codesourcery.com>
414         * config/tc-arm.c (do_rd_rm_rn): Added warning
415         for obsolete insns.
417 2010-02-23  Andrew Zabolotny  <anpaza@mail.ru>
419         PR binutils/11297
420         * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
421         (avr_cons_fix_new): Handle fixups of a single byte.
423 2010-02-22  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
425         PR 9861
426         * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
427         compiler's predefines.
429 2010-02-19  Alan Modra  <amodra@gmail.com>
431         * configure.tgt: Whiltespace.  Sort moxie entry.
433 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
435         * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
436         * doc/c-arm.texi: Likewise.
438 2010-02-12  Daniel Gutson <dgutson@codesourcery.com>
440         * config/tc-arm.c (asm_opcode): operands type
441         change.
442         (BAD_PC_ADDRESSING): New macro message.
443         (BAD_PC_WRITEBACK): Likewise.
444         (MIX_ARM_THUMB_OPERANDS): New macro.
445         (operand_parse_code): Added enum values.
446         (parse_operands): Added thumb/arm distinction,
447         plus new enum values handling.
448         (encode_arm_addr_mode_2): Validations enhanced.
449         (encode_arm_addr_mode_3): Likewise.
450         (do_rm_rd_rn): Likewise.
451         (encode_thumb32_addr_mode): Likewise.
452         (do_t_ldrex): Likewise.
453         (do_t_ldst): Likewise.
454         (do_t_strex): Likewise.
455         (md_assemble): Call parse_operands with
456         a new parameter.
457         (OPS_1): New macro.
458         (OPS_2): Likewise.
459         (OPS_3): Likewise.
460         (OPS_4): Likewise.
461         (OPS_5): Likewise.
462         (OPS_6): Likewise.
463         (insns): Updated insns operands.
465 2010-02-12  Tristan Gingold  <gingold@adacore.com>
466             Douglas B Rupp  <rupp@gnat.com>
468         * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
469         (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
470         (pseudo_func): Add an entry for slotcount.
471         (md_begin): Initialize slotcount pseudo symbol.
472         (ia64_parse_name): Handle @slotcount parameter.
473         (ia64_gen_real_reloc_type): Handle slotcount.
474         (md_apply_fix): Ditto.
475         * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
477 2010-02-11  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
479         * config/tc-xtensa.c (istack_init): Don't call memset.
481 2010-02-11  Sterling Augustine  <sterling@tensilica.com>
483         * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
484         well as suffixes.
486 2010-02-11  Sterling Augustine  <sterling@tensilica.com>
488         * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
490 2010-02-11  H.J. Lu  <hongjiu.lu@intel.com>
492         * config/tc-i386.c (build_modrm_byte): Reformat.
494 2010-02-11  H.J. Lu  <hongjiu.lu@intel.com>
496         * config/tc-i386.c: Update copyright.
498 2010-02-10  Quentin Neill  <quentin.neill@amd.com>
499             Sebastian Pop  <sebastian.pop@amd.com>
501         * config/tc-i386.c (vec_imm4) New operand type.
502         (fits_in_imm4): New.
503         (VEX_check_operands): New.
504         (check_reverse): Call VEX_check_operands.
505         (build_modrm_byte): Reintroduce code for 5
506         operand insns.  Fix whitespace.
508 2010-02-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
510         * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
511         -mpwr6 and -mpwr7.
513 2010-02-09  Sterling Augustine  <sterling@tensilica.com>
515         * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
516         (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
517         (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
519 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
521         * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
522         non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
523         BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
524         BFD_RELOC_ARM_PCREL_CALL)
526 2010-02-08  Sterling Augustine  <sterling@tensilica.com>
528         * config/tc-xtensa.c (frag_format_size): Generalize logic to
529         handle more instruction sizes and fetch widths.
530         (branch_align_power): Likewise.
531         (text_align_power): Likewise.
532         (bytes_to_stretch): Likewise.
534 2010-02-08  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
536         * config/tc-ppc.c (md_show_usage): Mention -mtitan.  Don't use tabs.
537         (ppc_mach): Handle titan.
538         * doc/c-ppc.texi: Mention -mtitan.
540 2010-02-05  Sterling Augustine  <sterling@tensilica.com>
542         * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
543         replace with...
544         (xtensa_fetch_width) ...this.
546 2010-02-05  Joseph Myers  <joseph@codesourcery.com>
548         * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
549         MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
550         * Makefile.in: Regenerate.
552 2010-02-03  Quentin Neill  <quentin.neill@amd.com>
554         * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
555         (i386_align_code): Rename  PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
556         * config/tc-i386.h (processor_type): Same.
557         * doc/c-i386.texi: Change amdfam15 to bdver1.
559 2010-01-29  Nick Clifton  <nickc@redhat.com>
561         PR 11136
562         * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
563         NS_NULL.
565 2010-01-27  Dave Korn  <dave.korn.cygwin@gmail.com>
567         * NEWS: Mention new feature.
568         * config/obj-coff.c (obj_coff_section): Accept digits and use
569         to override default section alignment power if specified.
570         * doc/as.texinfo (.section directive): Update documentation.
572 2010-01-27  H.J. Lu  <hongjiu.lu@intel.com>
574         * config/tc-i386.c (avxscalar): New.
575         (OPTION_MAVXSCALAR): Likewise.
576         (build_vex_prefix): Select vector_length for scalar instructions
577         based on avxscalar.
578         (md_longopts): Add OPTION_MAVXSCALAR.
579         (md_parse_option): Handle OPTION_MAVXSCALAR.
580         (md_show_usage): Add -mavxscalar=.
582         * doc/c-i386.texi: Document -mavxscalar=.
584 2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>
586         * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
587         0xc4 individually.
589 2010-01-23  Richard Sandiford  <r.sandiford@uk.ibm.com>
591         * write.h (fix_at_start): Declare.
592         * write.c (fix_new_internal): Add at_beginning parameter.
593         Use it instead of REVERSE_SORT_RELOCS.  Fix the handling of
594         seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
595         (fix_new, fix_new_exp): Update accordingly.
596         (fix_at_start): New function.
597         * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
598         (ppc_ref): New function, for OBJ_XCOFF.
599         (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
600         * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
602 2010-01-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
604         * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
605         on 64-bit Solaris/x86.
606         Include obj-format.h earlier.
608 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
610         * config/tc-s390.c (s390_elf_final_processing): New function.
611         * config/tc-s390.h (elf_tc_final_processing): New macro definition.
612         (s390_elf_final_processing): Added prototype.
615 2010-01-20  Nick Clifton  <nickc@redhat.com>
617         PR 11109
618         * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1.  Add
619         code to handle round-to-zero for VCVT conversions.
620         (do_neon_cvt): New.  Call do_neon_cvt_1.
621         (do_neon_cvtr): New.  Call do_neon_cvt_1.
622         (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
623         insn.
625 2010-01-18  Tristan Gingold  <gingold@adacore.com>
627         * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
629 2010-01-15  Sebastian Pop  <sebastian.pop@amd.com>
631         * config/tc-i386.c (md_assemble): Before accessing the IMM field
632         check that it's not an XOP insn.
634 2010-01-14  Jie Zhang  <jie.zhang@analog.com>
636         * config/bfin-aux.h: Remove argument names in function
637         declarations.
638         * config/bfin-lex.l (parse_int): Fix shadowed variable name
639         warning.
640         * config/bfin-parse.y (value_match): Remove argument names
641         in declaration.
642         (notethat): Likewise.
643         (yyerror): Likewise.
645 2010-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
647         * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
649 2010-01-13  Nick Clifton  <nickc@redhat.com>
651         * config/tc-h8300.c (h8300_elf_section): New function - issue a
652         warning message if a new section is created without setting any
653         attributes for it.
654         (md_pseudo_table): Intercept section creation pseudos.
655         (md_pcrel_from): Replace abort with an error message.
656         * config/obj-elf.c (obj_elf_section_name): Export this function.
657         * config/obj-elf.h (obj_elf_section_name): Prototype.
659 2010-01-12  Alan Modra  <amodra@gmail.com>
661         PR 11122
662         * listing.c (print_source): Add one to line number.
664 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
666         * Makefile.in: Regenerate.
667         * configure: Regenerate.
668         * doc/Makefile.in: Regenerate.
670 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
672         * version.c (parse_args): Change to "Copyright 2010".
674 2010-01-06  Quentin Neill  <quentin.neill@amd.com>
676         * config/tc-i386.c (cpu_arch): Add amdfam15.
677         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
678         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
679         * doc/c-i386.texi: Add amdfam15.
681 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
683         * config/tc-arm.c (do_neon_logic): Accept imm value
684         in the third operand too.
685         (operand_parse_code): OP_RNDQ_IMVNb renamed to
686         OP_RNDQ_Ibig.
687         (parse_operands): OP_NILO case removed, applied renaming.
688         (insns): Neon shape changed for some logic instructions.
690 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
692         * config/tc-arm.c (do_neon_ldx_stx): Added
693         validation for vector load/store insns.
695 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
697         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
699 2010-01-03  Daniel Gutson  <dgutson@codesourcery.com>
701         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
702         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
703         (NEON_ENCODE): New macro.
704         (check_neon_suffixes): New macro.
705         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
706         (do_vfp_nsyn_opcode): Likewise.
707         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
708         (do_vfp_nsyn_cmp): Likewise.
709         (do_neon_shl_imm): Likewise.
710         (do_neon_qshl_imm): Likewise.
711         (neon_dyadic_misc): Likewise.
712         (do_neon_mac_maybe_scalar): Likewise.
713         (do_neon_qdmulh): Likewise.
714         (do_neon_qmovn): Likewise.
715         (do_neon_qmovun): Likewise.
716         (do_neon_movn): Likewise.
717         (neon_mac_reg_scalar_long): Likewise.
718         (do_neon_vmull): Likewise.
719         (do_neon_trn): Likewise.
720         (do_neon_ldx_stx): Likewise.
721         (neon_dp_fixup): Changed signature and set the flag.
722         (neon_three_same): Call the above with new signature.
723         (neon_two_same): Likewise.
724         (neon_imm_shift): Likewise.
725         (neon_mul_mac): Likewise.
726         (do_neon_abs_neg): Likewise.
727         (neon_mixed_length): Likewise.
728         (do_neon_ext): Likewise.
729         (do_neon_mov): Likewise.
730         (do_neon_tbl_tbx): Likewise.
731         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
732         (neon_compare): Likewise.
733         (do_neon_shll): Likewise.
734         (do_neon_cvt): Likewise.
735         (do_neon_mvn): Likewise.
736         (do_neon_dup): Likewise.
737         (md_assemble): Call check_neon_suffixes ().
739 For older changes see ChangeLog-2009
741 Local Variables:
742 mode: change-log
743 left-margin: 8
744 fill-column: 74
745 version-control: never
746 End: