PR gas/2117
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 9d47ab498ca4e88b3f8e883b713b66771b10b684..5457111d9a7ab628a7d8c2ba7483ed17a3905798 100644 (file)
@@ -1,3 +1,798 @@
+2009-10-07  Alan Modra  <amodra@bigpond.net.au>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/2117
+       * config/tc-ia64.c (parse_operand): Use expression rather than
+       expression_and_evalute.
+       (parse_operand_and_eval): New function.  Replace all uses of
+       parse_operand outside of parse_operands with this function.
+       (parse_operans_maybe_eval): New function.  Replace uses of
+       parse_operand in parse_operands, except for the dummy, with
+       this function.
+
+2009-10-06  Alan Modra  <amodra@bigpond.net.au>
+
+       PR gas/10704
+       * symbols.c (snapshot_symbol): Revert 2006-01-09 patch for PR2117.
+
+2009-10-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * read.c (s_reloc): Don't use expression_and_evaluate.
+
+2009-10-02  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * config/tc-ppc.c (md_show_usage): Document -m476.
+       * doc/c-ppc.texi (PowerPC-Opts): Document -m476.
+
+2009-10-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * dw2gencfi.c: Include dwarf2dbg.h.
+       (DWARF2_FORMAT): Define if not defined.
+       (dot_cfi_sections): New function.
+       (cfi_pseudo_table): Handle .cfi_sections.
+       (CFI_EMIT_eh_frame, CFI_EMIT_debug_frame): Define.
+       (cfi_sections): New variable.
+       (output_cie, output_fde, select_cie_for_fde): Add eh_frame
+       argument, add supporting for outputting .debug_frame
+       section.
+       (cfi_change_reg_numbers): New function or macro.
+       (cfi_finish): Only emit .eh_frame if
+       cfi_sections & CFI_EMIT_eh_frame.  Emit .debug_frame if
+       cfi_sections & CFI_EMIT_debug_frame.
+       * config/tc-ppc.h (md_reg_eh_frame_to_debug_frame): Define.
+       * doc/as.texinfo (CFI directives): Document .cfi_sections.
+
+2009-10-01  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * config/tc-ppc.c (md_show_usage): Rename "ppca2" to "a2".
+       * doc/c-ppc.texi (PowerPC-Opts): Likewise.
+
+2009-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (x86_cons): Reformat.
+
+2009-09-29  DJ Delorie  <dj@redhat.com>
+
+       * Makefile.am: Add RX target.
+       * configure.in: Likewise.
+       * configure.tgt: Likewise.
+       * read.c (do_repeat_with_expander): New function.
+       * read.h: Provide a prototype for do_repeat_with_expander.
+       * doc/Makefile.am: Add RX target documentation.
+       * doc/all.texi: Likewise.
+       * doc/as.texinfo: Likewise.
+       * Makefile.in: Regenerate.
+       * NEWS: Mention support for RX architecture.
+       * configure: Regenerate.
+       * doc/Makefile.in: Regenerate.
+       * config/rx-defs.h: New file.
+       * config/rx-parse.y: New file.
+       * config/tc-rx.h: New file.
+       * config/tc-rx.c: New file.
+       * doc/c-rx.texi: New file.
+
+2009-09-25  Martin Thuresson  <martint@google.com>
+
+       Update sources to make alpha, arc and arm targets compile cleanly
+       with -Wc++-compat:
+       * config/tc-alpha.c: Add casts.
+       (extended_bfd_reloc_code_real_type): New type. Used to avoid
+       enumeration conversion warnings.
+       (struct alpha_fixup, void assemble_insn, assemble_insn)
+       (assemble_tokens): Use new type.
+       * ecoff.c: Add casts. (mark_stabs): Use enumeration names.
+       * config/obj-elf.c: Add cast
+       * config/tc-arc.c: Add casts.
+       * config/obj-aout.h (text_section,data_section,bss_section):
+       Make extern.
+       * config/obj-elf.c: Add cast.
+       * config/tc-arm.c: Add casts.
+       (X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE)
+       (cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the
+       need for keywords as arguments.
+
+2009-09-25  Nick Hudson  <nick.hudson@gmx.co.uk>
+
+       * doc/c-mips.texi: Fix the singlefloat and doublefloat kindex
+       entries
+
+2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (build_vex_prefix): Check vex == 2 instead
+       of vex256.
+
+2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/10677
+       * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Return true
+       for BFD_RELOC_X86_64_GOTPCREL.
+
+2009-09-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Don't check
+       BFD_RELOC_386_GOT32.
+
+2009-09-23  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
+
+       * config/tc-xtensa.c (md_apply_fix): Remove check for constant with
+       difference of of two symbols.
+       (xtensa_fix_adjustable): Likewise.
+
+2009-09-23  Tim E. Sneddon  <tsneddon@kednos.com>
+
+       * configure.com: Fix a typo.
+
+2009-09-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * symbols.c (define_sym_at_dot): New function, extracted from..
+       (colon): ..here.  Define error case cloned symbol.
+
+2009-09-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c: Remove white spaces.
+
+2009-09-21  Ben Elliston  <bje@au.ibm.com>
+           Peter Bergner  <bergner@vnet.ibm.com>
+
+       * config/tc-ppc.c (md_show_usage): Document -mpcca2.
+       * doc/c-ppc.texi (PowerPC-Opts): Document -mppca2.
+
+2009-09-18  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+
+2009-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (offset_in_range): Sign extend offset only
+       if BFD64 is defined.
+
+2009-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386-intel.c (i386_intel_operand): Initialize
+       intel_state.has_offset to 0.
+
+2009-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (offset_in_range): Sign extend offset only
+       for 32bit address mode.
+
+2009-09-15  Tristan Gingold  <gingold@adacore.com>
+
+       * makefile.vms (OBJS): Compile te-vms.c only on Itanium.
+
+2009-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/10637
+       * config/tc-i386-intel.c (intel_state): Add has_offset.
+       (i386_intel_simplify): Set intel_state.has_offset to 1 for
+       O_offset.
+       (i386_intel_operand): Turn on intel_state.is_mem if
+       intel_state.has_offset is 0 and the last char is ']'.
+
+2009-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/10636
+       * config/tc-i386.c (optimize_disp): Set disp32 for 64bit only
+       if there is an ADDR_PREFIX.
+       (i386_finalize_displacement): Repor error if signed 32bit
+       displacement is out of range.
+
+2009-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (MIPS_JALR_HINT_P): Take an expr argument.
+       Require the target to be a bare symbol on targets with
+       in-place addends.
+       (macro_build_jalr): Update accordingly.
+       (mips_fix_adjustable): Don't reduce R_MIPS_JALRs on targets
+       with in-place addends.
+
+2009-09-11  Nick Clifton  <nickc@redhat.com>
+
+       * po/gas.pot: Updated by the Translation project.
+
+2009-09-11  Martin Thuresson  <martint@google.com>
+
+       * as.c (main): Call dwarf2_init.
+       * config/obj-elf.c (struct group_list): New field.
+       (build_group_lists): Use hash lookup.
+       (free_section_idx): New function.
+       (elf_frob_file): Adjust.
+       * dwarf2dbg.c (all_segs_hash, last_seg_ptr): New variables.
+       (get_line_subseg): Adjust.
+       (dwarf2_init): New function.
+       * dwarf2dbg.h (dwarf2_init): New declaration.
+
+2009-09-11  Martin Thuresson  <martint@google.com>
+
+       Updated sources to compile cleanly with -Wc++-compat:
+       * app.c: Add casts.
+       * as.c: Add casts.
+       * config/obj-elf.c: Add casts.
+       (obj_elf_type): Rename variable typename to type_name.
+       * config/tc-i386-intel.c (i386_operators): Rename member operator to op.
+       * config/tc-i386.c: Add casts.
+       (check_cpu_arch_compatible): Rename argument new to new_flag.
+       (gotrel): Update variable to use enum name instead of integer value.
+       * dw2gencfi.c: Add casts.
+       (struct cfi_escape_data): Move to top level.
+       * dwarf2dbg.c: Add cast.
+       * dwarf2dbg.h (dwarf2_loc_directive_seen): Make variable extern.
+       * ehopt.c Add casts.
+       (enum frame_state): Move to top level.
+       * expr.c (operatorf): Rename function operator to operatorf.
+       (operand): Rename variable operator to op.
+       (expr_set_rank): Rename argument operator to op.
+       * frags.c: Add cast.
+       * hash.c: Add casts.
+       * input-scrub.c: Add cast.
+       * listing.c: Add casts.
+       (enum edict_enum): Move to top level.
+       * macro.c: Add casts.
+       * macro.h (enum formal_type): Move to top level.
+       * read.c: Add casts.
+       (s_include): Rename variable try to try_file.
+       * remap.c: Add cast.
+       * stabs.c: Add casts.
+       * subsegs.c: Add casts.
+       * symbols.c: Add casts.
+       * write.c: Add casts.
+
+2009-09-11  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       PR gas/10623
+       * config/tc-mmix.c (md_assemble) <case mmix_operands_xyz_opt>:
+       Allow register operands for SWYM as for TRIP and TRAP.  Correct
+       operand handling and error checking.  Never emit
+       BFD_RELOC_MMIX_REG_OR_BYTE for operands to these insns.
+
+2009-09-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-d10v.c: Include dwarf2dbg.h.
+       (write_long, write_1_short, write_2_short): Call dwarf2_emit_insn.
+       (d10v_frob_label): New function.
+       * config/tc-d10v.h (d10v_frob_label): Declare.
+       (tc_frob_label): Define as d10v_frob_label.
+
+2009-09-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-d30v.c (d30v_frob_label): Call dwarf2_emit_label.
+       * config/tc-frv.c (frv_frob_label): Likewise.
+
+2009-09-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-coff.h (USE_UNIQUE): Don't define.
+       * config/obj-coff.c (weak_uniquify): Use an_external_name when TE_PE.
+       * symbols.c (an_external_name): Define when TE_PE.
+       (S_SET_EXTERNAL): Assign an_external_name when TE_PE.
+       * tc.h (an_external_name): Declare when TE_PE.
+
+       * config/tc-i386.c (i386_target_format): Avoid duplicate case label.
+
+2009-09-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * configure.tgt (sh*-*-netbsdelf*): Set endian according to cpu.
+
+2009-09-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * read.c (emit_expr_fix): Handle size 3.
+       * config/tc-avr.c (md_assemble): Call dwarf2_emit_insn.
+       * config/tc-d30v.c (write_long, write_1_short,
+       write_2_short, md_assemble): Likewise.
+       * config/tc-dlx.c (md_assemble): Likewise.
+       * config/tc-i860.c (md_assemble): Likewise.
+       * config/tc-mn10200.c (md_assemble): Likewise.
+       * config/tc-pj.c (md_assemble): Likewise.
+       * config/tc-vax.c (md_assemble): Likewise.
+
+2009-09-07  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * config/tc-arm.c (arm_cpus): cortex-r4f CPU added.
+       * doc/c-arm.texi: cortex-r4f CPU added.
+
+2009-09-07  Tristan Gingold  <gingold@adacore.com>
+
+       * po/POTFILES.in: Regenerate.
+       * po/gas.pot: Regenerate.
+
+       * Makefile.am (TARG_ENV_CFILES): New variable.  Set to te-vms.c
+       (POTFILES): Add $(TARG_ENV_CFILES) in definition.
+       (EXTRA_as_new_SOURCES): Ditto.
+       * Makefile: Regenerate.
+       * acinclude.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
+       BFD_HAVE_SYS_STAT_TYPE_MEMBER): New macro created from bfd/bfd.m4.
+       * configure.in: Add Tests for tm_gmtoff, st_mtim.tv_sec and
+       st_mtim.tv_nsec (from bfd/configure.in).  Check for time.h and
+       sys/stat.h headers.
+       Add te-vms.o in extra_objects if te_file is vms.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+       * config/te-vms.c: New file, from bfd/vmsutil.c
+       (vms_dwarf2_file_time_name, vms_dwarf2_file_size_name)
+       (vms_dwarf2_file_name): New functions.
+       (vms_file_stats_name): Make it static, add a dirname parameter to
+       locally create the full pathname.
+       * config/te-vms.h: Add a copyright header.
+       Declare the above functions.
+       (DWARF2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILE_NAME): Use
+       the above functions in the definition.
+       * makefile.vms (OBJS): Add te-vms.obj.
+       (te-vms.obj): Create a specific target.
+       * configure.com: Create targ-env.h using a per target value.
+       Compile te-vms.c for ia64.
+
+2009-09-05  Jie Zhang  <jie.zhang@analog.com>
+
+       * doc/as.texinfo: Document that Blackfin GAS does not
+       accept SYMBOL = VALUE.
+
+2009-09-05  Martin Thuresson  <martin@mtme.org>
+
+       * config/tc-arc.c (struct syntax_classes): Rename member class
+       to s_class. (arc_extinst): Rename variable class to
+       s_class. Update code to use renamed members.
+       * config/tc-mips.c (insn_uses_reg): Rename argument class to
+       regclass.
+       * config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
+       (ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
+       (ppc_fix_adjustable, md_apply_fix): Update code to use renamed
+       members.
+       * config/tc-ppc.h (struct ppc_tc_sy): Change name of member
+       from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
+       code to use renamed members.
+       * config/tc-score.c (s3_adjust_paritybit): Rename argument
+       class to i_class.
+       * config/tc-score7.c (s7_adjust_paritybit): Rename argument
+       class to i_class.
+
+2009-09-04  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add marker for 2.20.
+
+2009-09-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-parse.y (asm_1): Implement HLT instruction.
+       Fix comments for DBGA, DBGAH and DBGAL.
+       * config/tc-bfin.c (bfin_gen_pseudodbg_assert): Change according
+       to the new encoding of DBGA, DBGAH, and DBGAL.
+
+2009-09-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * doc/all.texi: Replace BFIN with Blackfin.
+       * doc/as.texinfo: Likewise.
+       * doc/c-bfin.texi: Likewise.
+       * doc/asconfig.texi: Likewise.
+
+       * doc/c-bfin.texi: Update -mcpu= option with bf512, bf514,
+       bf516 and bf518.
+
+2009-09-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * Makefile.am (bfin-parse.o): Remove bfin-parse.h from
+       the prerequisite. Add $(srcdir)/config/bfin-aux.h to the
+       prerequisite.
+       (bfin-defs.h, $(srcdir)/config/bfin-defs.h): Rename to ...
+       (bfin-parse.h, $(srcdir)/config/bfin-parse.h): ... these.
+       (bfin-lex.o): Add bfin-parse.h and $(srcdir)/config/bfin-defs.h
+       to the prerequisite.
+       * Makefile.in: Regenerate.
+
+2009-09-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (itbl-lex.o): Depend on itbl-parse.h.
+       (itbl-ops.o, itbl-tops.o): Likewise.
+       (itbl-parse.h): Use separate rule.
+       * Makefile.in: Regenerate.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/tc-bfin.c (md_parse_option): Call as_fatal for bad
+       -mcpu= option.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-lex.l: Remove V as STATUS_REG.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-parse.y: Remove trailing whitespace.
+       (ccstat): Indent.
+       * config/tc-bfin.c (struct bfin_reg_entry): Remove.
+       (bfin_reg_info[]): Remove.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-defs.h (F_REG_ALL): Remove macro.
+       (F_REG_HIGH): Redefine.
+       (F_REG_NONE): New macro.
+       (F_REG_LOW): New macro.
+       (REG_CLASS): Enclose macro argument in parentheses when used.
+       (REG_EVEN): Likewise.
+       (IS_H): Use flags.
+       (IS_HCOMPL): Use flags.
+       * config/bfin-lex.l (SP.L, SP.H, FP.L, FP.H): Set flags.
+       (parse_reg): Set flags.
+       (parse_halfreg): Set flags.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
+       05000074 only when both slot1 and slot2 are filled.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/tc-bfin.c (md_assemble): Bump line counters if there is
+       EOL in the instruction.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-defs.h (IS_GENREG): Define.
+       (IS_DAGREG): Define.
+       (IS_SYSREG): Define.
+       * config/bfin-parse.y (asm_1): Check illegal register move
+       instructions.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-parse.y (asm_1): Fix a typo.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-parse.y (asm_1): Add LOOP_BEGIN and LOOP_END.
+       * config/tc-bfin.c (bfin_start_line_hook): Remove.
+       (bfin_loop_beginend): New.
+       * config/tc-bfin.h (bfin_start_line_hook): Don't declare.
+       (md_start_line_hook): Don't define.
+       * config/bfin-aux.h (bfin_loop_beginend): Declare.
+
+2009-09-03  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-ia64.c (ia64_vms_note): Use lbasename instead of basename.
+       Call xstrdup on the result and free the buffer after use.
+
+2009-09-03  Tristan Gingold  <gingold@adacore.com>
+
+       * as.h (__PRETTY_FUNCTION__): Use the same definition as bfd/libbfd.h.
+
+2009-09-02  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-parse.y (value_match): Use int instead of long.
+
+       From  Michael Frysinger  <michael.frysinger@analog.com>
+       * config/bfin-defs.h (Expr_Node_Value): Declare the i_value
+       member as long long.
+
+2009-09-02  Jie Zhang  <jie.zhang@analog.com>
+
+       From  Bernd Schmidt  <bernd.schmidt@analog.com>
+       * config/bfin-parse.y (asm_1): Clean up and unify error handling
+       for load and store insns.
+       (neg_value): Delete function.
+
+2009-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o):
+       Supply correct source file name for generated files which may be
+       in $(srcdir).
+       * Makefile.in: Regenerate.
+
+2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * version.c (parse_args): Change to "Copyright 2009".
+
+2009-09-01  Tristan Gingold  <gingold@adacore.com>
+
+       * makefile.vms: Adjust include pathes.  Remove useless vaxctrl
+       library.
+       * configure.com: Ported to Itanium VMS.  Create build.com DCL script.
+       Make edit silent.
+
+2009-09-01  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-parse.y (asm_1): Only PREG and DREG are allowed
+       in comparison.
+
+2009-09-01  Jie Zhang  <jie.zhang@analog.com>
+
+       2007-09-28  Bernd Schmidt  <bernd.schmidt@analog.com>
+       * config/tc-bfin.c (bfin_fix_adjustable): Partially revert the
+       2007-08-23 change; BFD_RELOC_BFIN_GOT is not adjustable.
+
+       2007-08-23  Jie Zhang  <jie.zhang@analog.com>
+       * config/tc-bfin.c (bfin_fix_adjustable): Adjust
+       BFD_RELOC_BFIN_GOT, BFD_RELOC_BFIN_GOT17M4 and
+       BFD_RELOC_BFIN_FUNCDESC_GOT17M4.
+
+2009-09-01  Jie Zhang  <jie.zhang@analog.com>
+
+       * read.c (TC_START_LABEL): Add a new argument.
+       (read_a_source_file): Pass the beginning of the symbol through
+       the new argument of TC_START_LABEL.
+       * config/tc-arm.h (TC_START_LABEL): Add a new argument.
+       * config/tc-bfin.c (bfin_start_label): Only search '(' and '['
+       from the beginning of the symbol.
+       * config/tc-bfin.h (TC_START_LABEL): Add the new argument.
+       * config/tc-d30v.h (TC_START_LABEL): Likewise.
+       * config/tc-fr30.h (TC_START_LABEL): Likewise.
+       * config/tc-m32c.h (TC_START_LABEL): Likewise.
+       * config/tc-m32r.h (TC_START_LABEL): Likewise.
+       * config/tc-mep.h (TC_START_LABEL): Likewise.
+
+2009-08-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/10570
+       * write.c (write_object_file): Revert the accidental change
+       made in revision 1.124 on 2009-08-17.
+
+2009-08-31  Jan Beulich  <jbeulich@novell.com>
+
+       * config/obj-elf.c (obj_elf_change_section): Set default type
+       by calling bfd_elf_get_default_section_type.
+
+2009-08-31  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-aux.h: Change format from DOS to UNIX.
+
+2009-08-29  Martin Thuresson  <martin@mtme.org>
+
+       * config/tc-arm.c (struct asm_cond, struct asm_psr, struct
+       asm_barrier_opt): Change member template to
+       template_name. (md_begin): Update code to reflect new member
+       names.
+       * config/tc-i386.c (struct templates, struct _i386_insn)
+       (match_template, cpu_flags_match, match_reg_size, match_mem_size)
+       (operand_size_match, md_begin, i386_print_statistics, pi)
+       (build_vex_prefix, md_assemble, parse_insn, optimize_imm)
+       (optimize_disp): Updated code to use new names. (parse_insn):
+       Added casts.
+       * config/tc-ia64.c (dot_template, emit_one_bundle): Updated
+       code to use new names.
+       * config/tc-score.c (struct s3_asm_opcode): Renamed member
+       template to template_name. (s3_parse_16_32_inst, s3_parse_48_inst,
+       s3_do_macro_ldst_label, s3_build_score_ops_hsh): Update code to
+       use new names.
+       * config/tc-score7.c (struct s7_asm_opcode): Renamed member
+       template to template_name. (s7_parse_16_32_inst,
+       s7_do_macro_ldst_label, s7_build_score_ops_hsh): Update code to
+       use new names.
+       * config/tc-tic30.c (md_begin, struct tic30_insn)
+       (md_assemble): Update code to use new names.
+       * config/tc-tic54x.c (struct _tic54x_insn, md_begin)
+       (optimize_insn, tic54x_parse_insn, next_line_shows_parallel):
+       Update code to use new names.
+       * config/tc-arm.c (insert_reg_alias): Rename variable new to
+       new_reg.
+       * config/tc-dlx.c (parse_operand): Rename variable new to
+       new_pos.
+       * config/tc-ia64.c (ia64_gen_real_reloc_type): Rename variable
+       new to newr.
+       * config/tc-mcore.c (parse_exp, parse_imm): Rename variable
+       new to new_pointer.
+       * config/tc-microblaze.c (parse_exp, parse_imm, check_got):
+       Change name from new to new_pointer.
+       * config/tc-or32.c (parse_operand): Rename variable new to
+       new_pointer.
+       * config/tc-pdp11.c (md_assemble): Rename variable new to
+       new_pointer.
+       * config/tc-pj.c (alias): Change argument new to new_name.
+       * config/tc-score.c (s3_build_score_ops_hsh): Rename variable
+       new to new_opcode. (s3_build_dependency_insn_hsh) Rename variable
+       new to new_i2n. (s3_convert): Rename variables old and new to
+       r_old and r_new.
+       * config/tc-score7.c (s7_build_score_ops_hsh): Rename variable
+       new to new_opcode. (s7_build_dependency_insn_hsh): Rename variable
+       new to new_i2d. (s7_b32_relax_to_b16, s7_convert_frag): Rename
+       variables old and new to r_old and r_new.
+       * config/tc-sh.c (parse_exp): Rename variable new to
+       new_pointer.
+       * config/tc-sh64.c (shmedia_parse_exp): Rename variable new to
+       new_pointer.
+       * config/tc-tic4x.c (tic4x_operand_parse): Rename variable new
+       to new_pointer.
+       * config/tc-z8k.c (parse_exp): Rename variable new to
+       new_pointer.
+       * listing.c (listing_newline): Rename variable new to new_i.
+
+2009-08-29  Matt Fleming  <matt@console-pimps.org>
+
+       * config/tc-sh.c (md_apply_fix): Extend sign of the offset value
+       for 64-bit host.
+
+2009-08-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (cpu_arch): Use PROCESSOR_L1OM on "l1om".
+       (i386_align_code): Handle PROCESSOR_L1OM.
+       (check_cpu_arch_compatible): Fix a typo in comments.
+       (set_cpu_arch): Check cpu_arch_isa instead of
+       cpu_arch_isa_flags.bitfield.cpul1om.
+       (i386_mach): Likewise.
+       (i386_target_format): Likewise.
+
+       * config/tc-i386.h (processor_type): Add PROCESSOR_L1OM.
+
+2009-08-26  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-mep.c (md_pcrel_from_section): Handle any other
+       forced-relocation cases.
+
+2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (TARGET_CPU_CFILES): Add config/tc-moxie.c.
+       * config/tc-moxie.c (md_assemble): Fix typos in strings.  Fix
+       syntax error.
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Likewise.
+       * po/gas.pot: Likewise.
+
+2009-08-26  Nick Clifton  <nickc@redhat.com>
+
+       * config/obj-coff-seh.c (seh_arm_write_pdata): Test for
+       seh_ctx_root being NULL.
+
+2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (am__skiplex, am__skipyacc): New.
+       * Makefile.in: Regenerate.
+
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (YFLAGS): Remove, not needed any more.
+       (AM_CPPFLAGS): Renamed from ...
+       (INCLUDES): ... this.
+       * Makefile.in: Regenerate.
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8 cygnus, add 1.11,
+       foreign and no-dist.
+       (all): Remove now-unneeded dependency upon info.
+       (DIST_SUBDIRS, MKDEP, DEP_INCLUDES, DEP_FLAGS, CLEANFILES)
+       (DEP_FILE_DEPS): Remove variables.
+       (OBJ_FORMAT_CFILES): Add config/obj-multi.c.
+       (OBJ_FORMAT_HFILES): Add config/obj-multi.h.
+       ($(OBJS), ecoff.o): Remove now-unneeded manual dependencies.
+       ($(TARG_CPU_O), $(ATOF_TARG_O), obj-aout.o, obj-coff.o obj-ecoff.o)
+       (obj-elf.o obj-evax.o, obj-fdpicelf.o, obj-multi.o, obj-som.o)
+       (e-mipself.o, e-mipsecoff.o, e-i386aout.o, e-i386coff.o, e-i386elf.o)
+       (e-crisaout.o, e-criself.o, tc-i386.o, xtensa-relax.o): Remove
+       now-unneeded rules.
+       (EXTRA_as_new_SOURCES): Add $(CFILES), $(HFILES), $(TARGET_CPU_CFILES),
+       $(TARGET_CPU_HFILES), $(OBJ_FORMAT_CFILES), $(OBJ_FORMAT_HFILES),
+       $(CONFIG_ATOF_CFILES), $(MULTI_CFILES), so their dependency fragments
+       are picked up in the Makefile.
+       (itbl-lex.c, itbl-ops.o): Remove manual dependencies.
+       (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o, itbl-tops.o)
+       (itbl-test.o): Rewrite using automake-style dependency
+       tracking rules; only list the dependency upon the primary source
+       file, but no included headers.
+       (DEP, DEP1, DEPTC, DEPOBJ, DEP2, dep.sed, dep, dep-in, dep-am):
+       Remove.
+       (mkdep section): Remove.
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in, po/gas.pot: Regenerate.
+
+       * Makefile.am (install-pdf, install-pdf-recursive, install-html)
+       (install-html-recursive): Remove.
+       * Makefile.in: Regenerate.
+       * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
+       (html__strip_dir, install-html, install-html-am): Remove.
+       * doc/Makefile.in: Regenerate.
+
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Likewise.
+       * config.in: Likewise.
+       * configure: Likewise.
+       * doc/Makefile.in: Likewise.
+
+2009-08-21  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
+
+       * config/tc-xtensa.c (config_max_slots): New global variable.
+       (md_begin): Set config_max_slots.
+       (total_frag_text_expansion): Use config_max_slots instead of
+       MAX_SLOTS.
+       (xg_init_vinsn): Likewise.
+       (xg_clear_vinsn): Likewise.
+       (xg_free_vinsn): Likewise.
+
+2009-08-20  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
+
+       * config/tc-xtensa.c (xg_copy_vinsn): New function.
+       (finish_vinsn): Call xg_copy_vinsn.
+
+2009-08-19  Sterling Augustine  <sterling@tensilica.com>
+
+       * config/tc-xtensa.h (xtensa_frag_data): Rename unused field fr_prev
+       to no_transform_end.
+       * config/tc-xtensa.c (xtensa_mark_difference_of_two_symbols): Set
+       and use no_transform_end.
+
+2009-08-18  Kai Tietz  <kai.tietz@onevision.com>
+
+       * config/obj-coff-seh.c: Add copyright notice.
+       * config/obj-coff-seh.h: Add copyright notice.
+       Add x64 specific macros from coff/pe.h header.
+
+2009-08-18  Sterling Augustine  <sterling@tensilica.com>
+
+       * config/tc-xtensa.c (xtensa_create_xproperty_segments): Use
+       sizeof instead of hard-coded value.
+       (add_xt_block_frags): Remove unused local variable.
+       (frag_flags_to_number): Change return type to flagword.  Remove
+       unused local variable.
+
+2009-08-17  Sterling Augustine  <sterling@tensilica.com>
+
+       * config/tc-xtensa.c (xtensa_frob_label): move call to
+       do_align_targets to set frag_type only.
+
+2009-08-17  Kai Tietz  <kai.tietz@onevision.com>
+
+       * config/obj-coff-seh.c: New file.
+       * config/obj-coff-seh.h: Likewise.
+       * config/obj-coff.c (obj-coff-seh.c): Add include.
+       (coff_pseudo_table): Add new .seh... commands.
+       * config/obj-coff.h (obj_coff_seh_do_final): Add new
+       function prototype.
+       (obj_coff_generate_pdata): New obj-coff hook.
+       * write.c (size_seg): Avoid sizing of already sized
+       sections.
+       (write_object_file): Call conditional hook
+       objc_coff_generate_pdata.
+       * Makefile.am: Add dependencies for new files.
+       * Makefile.in: Regenerated.
+
+2009-08-17  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-microblaze.c: Include safe-ctype.h instad of ctype.h.
+       (parse_reg): Use safe-ctype.h macros.
+       (parse_exp): Likewise.
+       (md_assemble): Likewise.
+
+2009-08-11  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-mep.c (md_estimate_size_before_relax): Handle weak
+       symbols correctly.
+       (md_convert_frag): Likewise.
+       (md_pcrel_from_section): Likewise.
+       (mep_force_relocation): Likewise.
+
+2009-08-11  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * config/bfin-parse.y (gen_multi_instr_1): New function.
+       (asm): Use it instead of bfin_gen_multi_instr.
+       (error): Add a format string when calling as_bad.
+       * config/bfin-defs.h (insn_regmask): Declare.
+       * config/tc-bfin.c (DREG_MASK, DREGH_MASK, DREGL_MASK, IREG_MASK): New
+       macros.
+       (decode_ProgCtrl_0, decode_LDSTpmod_0, decode_dagMODim_0,
+       decode_dagMODik_0, decode_dspLDST_0, decode_LDST_0, decode_LDSTiiFP_0,
+       decode_LDSTii_0, decode_dsp32mac_0, decode_dsp32mult_0,
+       decode_dsp32alu_0, decode_dsp32shift_0, decode_dsp32shitimm_0,
+       insn_regmask): New functions.
+
+       From Jie Zhang  <jie.zhang@analog.com>
+       * config/tc-bfin.h (bfin_anomaly_checks): Declare.
+       (AC_05000074): Define.
+       (ENABLE_AC_05000074): Define.
+       * config/tc-bfin.c (enum bfin_cpu_type): New.
+       (bfin_cpu_t): Typedef.
+       (bfin_cpu_type): Define.
+       (bfin_si_revision): Define.
+       (bfin_anomaly_checks): Define.
+       (struct bfin_cpu): New.
+       (bfin_cpus[]): New. (struct bfin_cpu_isa): Define.
+       (bfin_isa): New global variable.
+       (OPTION_MCPU): Define.
+       (md_longopts[]): Add -mcpu option.
+       (md_parse_option): Deal with -mcpu option and initialize
+       bfin_anomaly_checks.
+       * doc/c-bfin.texi: Rename BFIN to Blackfin throughout.  Document
+       -mcpu option.
+       * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
+       05000074.
+
+2009-08-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * config/bfin-parse.y (binary): Change "compiler" to "assembler".
+       (unary): Likewise.
+
 2009-08-11  Nick Clifton  <nickc@redhat.com>
 
        PR 10443
 2009-08-06  Michael Eager <eager@eagercon.com>
 
        * Makefile.am: add microblaze to CPU_TYPES, config/tc-microblaze.c to
-       TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add 
+       TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add
        DEP_microblaze_elf target.
        * Makefile.in: Regenerate.
        * config/tc-microblaze.c: Add MicroBlaze assembler.
        * config/tc-microblaze.h: Add header for tc-microblaze.c.
        * configure.in: Add microblaze target.
        * configure: Regenerate.
-       * configure.tgt: Same. 
+       * configure.tgt: Same.
        * doc/Makefile.am: Add c-microblaze.texi to CPU_DOCS.
        * doc/Makefile.in: Same.
        * doc/all.texi: Set MICROBLAZE.
        * config/tc-cr16.c (md_apply_fix): Put the addend value alone in to
        object file without symbol values.
        (tc_gen_reloc): For local symbols resolved or its absolute symbol,
-       then set the relocation type as NULL. 
+       then set the relocation type as NULL.
 
 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
 
 
 2009-06-22  Martin Thuresson  <martin@mtme.org>
 
-       * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
-       gas/config/atof-ieee.c, gas/config/obj-aout.c,
-       gas/config/obj-coff.c, gas/config/obj-ecoff.c,
-       gas/config/obj-elf.c, gas/config/obj-som.c, gas/config/tc-alpha.c,
-       gas/config/tc-arc.c, gas/config/tc-arm.c, gas/config/tc-cr16.c,
-       gas/config/tc-cris.c, gas/config/tc-crx.c, gas/config/tc-d30v.c,
-       gas/config/tc-dlx.c, gas/config/tc-hppa.c, gas/config/tc-i370.c,
-       gas/config/tc-i386-intel.c, gas/config/tc-i386.c,
-       gas/config/tc-i860.c, gas/config/tc-i960.c, gas/config/tc-ia64.c,
-       gas/config/tc-iq2000.c, gas/config/tc-m32c.c,
-       gas/config/tc-m32r.c, gas/config/tc-m68hc11.c,
-       gas/config/tc-m68k.c, gas/config/tc-maxq.c, gas/config/tc-mcore.c,
-       gas/config/tc-mep.c, gas/config/tc-mips.c, gas/config/tc-mmix.c,
-       gas/config/tc-mn10300.c, gas/config/tc-moxie.c,
-       gas/config/tc-ns32k.c, gas/config/tc-pj.c, gas/config/tc-ppc.c,
-       gas/config/tc-s390.c, gas/config/tc-score.c,
-       gas/config/tc-score7.c, gas/config/tc-sh.c, gas/config/tc-sparc.c,
-       gas/config/tc-spu.c, gas/config/tc-tic30.c, gas/config/tc-vax.c,
-       gas/config/tc-xtensa.c, gas/config/xtensa-relax.c,
-       gas/dw2gencfi.c, gas/dwarf2dbg.c, gas/ehopt.c, gas/expr.c,
-       gas/frags.c, gas/input-file.c, gas/read.c, gas/sb.c,
-       gas/subsegs.c, gas/symbols.c, gas/write.c: Change the name of the
+       * app, as.c, as.h, atof-generic.c, cgen.c,
+       config/atof-ieee.c, config/obj-aout.c,
+       config/obj-coff.c, config/obj-ecoff.c,
+       config/obj-elf.c, config/obj-som.c, config/tc-alpha.c,
+       config/tc-arc.c, config/tc-arm.c, config/tc-cr16.c,
+       config/tc-cris.c, config/tc-crx.c, config/tc-d30v.c,
+       config/tc-dlx.c, config/tc-hppa.c, config/tc-i370.c,
+       config/tc-i386-intel.c, config/tc-i386.c,
+       config/tc-i860.c, config/tc-i960.c, config/tc-ia64.c,
+       config/tc-iq2000.c, config/tc-m32c.c,
+       config/tc-m32r.c, config/tc-m68hc11.c,
+       config/tc-m68k.c, config/tc-maxq.c, config/tc-mcore.c,
+       config/tc-mep.c, config/tc-mips.c, config/tc-mmix.c,
+       config/tc-mn10300.c, config/tc-moxie.c,
+       config/tc-ns32k.c, config/tc-pj.c, config/tc-ppc.c,
+       config/tc-s390.c, config/tc-score.c,
+       config/tc-score7.c, config/tc-sh.c, config/tc-sparc.c,
+       config/tc-spu.c, config/tc-tic30.c, config/tc-vax.c,
+       config/tc-xtensa.c, config/xtensa-relax.c,
+       dw2gencfi.c, dwarf2dbg.c, ehopt.c, expr.c,
+       frags.c, input-file.c, read.c, sb.c,
+       subsegs.c, symbols.c, write.c: Change the name of the
        gas macro `assert' to `gas_assert'.
 
 2009-06-22  Daniel Gutson <dgutson@codesourcery.com>
 2009-06-18  Nick Clifton  <nickc@redhat.com>
 
        PR 10169
-       * gas/tc-arm.c (do_t_ssat): Move common code from here...
+       * tc-arm.c (do_t_ssat): Move common code from here...
        (do_t_usat): ... and here to...
        (do_t_ssat_usat): New function: ... here.  Add code to check that
        the shift value, if present, is in range.
This page took 0.046479 seconds and 4 git commands to generate.