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