include/opcode/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 7aad732aac4371bcb3829b62c05121fb878e13b6..eeb4ac4a232fe175f3ee609133bdde27831176c4 100644 (file)
@@ -1,9 +1,202 @@
+2005-10-24  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (enum reg_symbol): Delete IND_MEM.
+       (dot_rot): Change type of num_* variables. Check for positive count.
+       (ia64_optimize_expr): Re-structure.
+       (md_operand): Check for general register.
+
+2005-10-24  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (declare_register): Call symbol_create.
+       (md_begin): Remove local variables total, ar_base, and cr_base.
+       Start loops for registers at their respective first one. Don't
+       update md.regsym for alias names. Generate alias name tp for r13.
+
+2005-10-21  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-m32c.c (md_cgen_lookup_reloc): Add more relocs.  Print
+       names unstead of numbers.
+
+2005-10-19  David Ung  <davidu@mips.com>
+
+       * config/tc-mips.c (append_insn): Convert MIPS16 jr/jalr jumps
+       into jrc/jalrc versions if ISA_MIPS32+ and not doing the swap,
+       hence avoiding to emit a nop.
+
+2005-10-19  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/tc-bfin.c (md_begin): Let the lex_type of '(' be
+       LEX_BEGIN_NAME.
+       (bfin_start_line_hook): Remove the workaround for LSETUP(.
+       (bfin_name_is_register): Remove the workarounds for LSETUP(
+       and SAA(.
+       (bfin_start_label): Ditto.
+
+2005-10-18  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xtensa_end_directive): Restore
+       default_lit_sections regardless of use_literal_section.
+
+2005-10-18  Jie Zhang  <jie.zhang@analog.com>
+
+       * Makefile.am (bfin-lex.c): Update ylwrap invocation.
+       * Makefile.in: Regenerated.
+
+2005-10-18  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * doc/as.texinfo (.loc) Fix placement of '@end table'.
+
+2005-10-17  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa-istack.h (TInsn): Replace dwarf2_line_info with an
+       unsigned line number.  Do not include "dwarf2dbg.h".
+       * config/tc-xtensa.c (md_pseudo_table): Remove entry for "loc".
+       (xtensa_dwarf2_directive_loc, xtensa_dwarf2_emit_insn): Delete.
+       (xg_build_to_insn, xg_build_token_insn): Update TInsn uses.
+       (md_assemble): Use as_where instead of dwarf2_where.
+       (xg_assemble_vliw_tokens): Use unsigned line numbers instead of
+       dwarf2_line_infos.  Change to call new_logical_line followed by
+       dwarf2_emit_insn.
+
+2005-10-14  Mike Frysinger <vapier@gentoo.org>
+
+       * doc/as.texinfo (Section): Add missing ']' to .section example.
+
+2005-10-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR binutils/941
+       * config/tc-hppa.c (pa_ip): Use as_bad instead of as_fatal when an
+       unknown opcode is found.
+
+2005-10-12  Mark Mitchell  <mark@codesourcery.com>
+
+       * NEWS: Mention @file.
+
+2005-10-12  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-avr.c: Convert to ISO C90 format.  Fix formatting and
+       generally tidy up the code.
+       * config/tc-avr.h: Likewise.
+
+2005-10-12  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (dot_reg_val): Use expression_and_evaluate.
+       (dot_pred_rel): Likewise.
+       (parse_operand): Likewise.
+       (ia64_unrecognized_line): Likewise.
+       (md_operand): Likewise.
+
+2005-10-11  Jan Beulich  <jbeulich@novell.com>
+
+       * expr.h (enum expr_mode): New.
+       (expression): Pass third argument to expr.
+       (expression_and_evaluate): New.
+       (deferred_expression): New.
+       (expr): Add third parameter.
+       (resolve_expression): New.
+       * struc-symbol.h (struct symbol): New members sy_volatile and
+       sy_forward_ref.
+       * symbols.c, symbols.h (symbol_clone): New.
+       (symbol_clone_if_forward_ref): New.
+       (snapshot_symbol): New.
+       (S_IS_VOLATILE): New.
+       (S_IS_FORWARD_REF): New.
+       (S_SET_VOLATILE): New.
+       (S_SET_FORWARD_REF): New.
+       * as.c (macro_expr): Use expression_and_evaluate.
+       * cond.c (s_if): Likewise.
+       (s_elseif): Likewise.
+       * dw2gencfi.c (cfi_parse_reg): Likewise.
+       * expr.c (operand): Add second parameter. Optionally call
+       deferred_expression. Pass mode argument to itself and md_parse_name.
+       Check mode before trying to evaluate symbol. Call
+       symbol_clone_if_forward_ref for both operands.
+       (expr): Add third parameter. Pass mode to operand and itself.
+       Optionally call resolve_expression.
+       (resolve_expression): New.
+       (get_single_number): Pass second argument to operand.
+       * read.c (potable): New entry for .eqv.
+       (read_a_source_file): Handle new == operator.
+       (get_absolute_expr): Use expression_and_evaluate.
+       (s_lsym): Likewise.
+       (assign_symbol): Rename second parameter. Call symbol_clone on
+       legal and illegal redefinition. Call S_SET_VOLATILE and
+       S_SET_FORWARD_REF depending on mode.
+       (s_set): Update description.
+       (s_space): Call resolve_expression.
+       (pseudo_set): Optionally call deferred_expression. Check
+       S_IS_FORWARD_REF before trying to simplify/resolve an expression.
+       (equals): Handle ==.
+       * config/tc-ia64.h (md_parse_name): Add mode parameter.
+       * config/tc-arc.c (arc_parse_cons_expression): Likewise.
+       * config/tc-m32r.h (md_parse_name): Likewise.
+       (m32r_parse_name): Likewise.
+       * config/tc-mmix.h (md_parse_name): Likewise.
+       * config/tc-mn10300.h (md_parse_name): Likewise.
+       (mn10300_parse_name): Likewise.
+       * config/tc-ppc.h (md_parse_name): Likewise.
+       * config/tc-sh.h (md_parse_name): Likewise.
+       (sh_parse_name): Likewise.
+       * config/tc-sh64.h (md_parse_name): Likewise.
+       (sh64_consume_datalabel): Likewise.
+       * config/tc-tic54x.h (md_parse_name): Likewise.
+       * config/tc-m32r.c (m32r_parse_name): Add mode parameter. Check it
+       before trying to evaluate symbol.
+       * config/tc-mn10300.c (mn10300_parse_name): Likewise.
+       * config/tc-sh.c (sh_parse_name): Likewise.
+       * config/tc-sh64.c (sh64_consume_datalabel): Add mode parameter. Pass
+       second argument to operandf. Pass mode parameter to sh_parse_name.
+       * doc/as.texinfo: Document .eqv and the == assignment operator.
+
+2005-10-10  Ian Lance Taylor  <ian@airs.com>
+
+       * Makefile.am (EXTRA_DIST): Remove bfin-lex.l and bfin-defs.h.
+       * Makefile.in: Regenerate.
+
+2005-10-10  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * expr.c (operator): Allow "!=" as a synonym for "<>".
+       * doc/as.texinfo (Infix Op): Mention "!=".
+
+2005-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/tc-hppa.c (strict): Don't initialize.  Update comment.
+       (pa_ip): Promote from PA 1.0 to 1.1 immediately when 1.1 match is
+       found.  Simplify handling of "ma" and "mb" completers.
+
+2005-10-08  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c: Don't provide fallback default for CPU_DEFAULT.
+       (arm_arch_used, thumb_arch_used, selected_cpu, selected_cpu_name):
+       New variables.
+       (arm_cpu_option_table): Add canonical_name.
+       (arm_cpus): Populate canonical_name field.
+       (s_arm_eabi_attribute, s_arm_arch, s_arm_cpu, s_arm_fpu,
+       aeabi_set_public_attributes, arm_md_end): New functions.
+       (md_pseudo_table): Add "cpu", "arch", "fpu" and "eabi_attribute".
+       (md_assemble): Set thumb_arch_used and arm_arch_used.
+       (md_begin): Set defaut cpu if CPU_DEFAULT not defined.
+       * config/tc-arm.h (md_end): Define.
+       * doc/c-arm.texi: Document .cpu, .arch, .fpu and .eabi_attribute.
+
+2005-10-06  Khem Raj  <kraj@mvista.com>
+            NIIBE Yutaka  <gniibe@m17n.org>
+
+       * config/tc-sh.c (allow_dollar_register_prefix): New variable.
+       (parse_reg_without_prefix): New function.
+       (parse_reg): Check for '$' register prefix if --allow-reg-prefix is
+       set.
+       (option md_longopts): Add allow-reg-prefix option.
+       * doc/c-sh.texi: Document --allow-reg-prefix option.
+       * NEWS: Mention the new switch.
+
 2005-10-03  Arnold Metselaar  <arnold.metselaar@planet.nl>
 
        * doc/as.texinfo (Infix Ops):  '<' and '>' are not shift
        operators.
 
-2005-09-30  Bob Wilson  <bob.wilson@acm.org>
+2005-09-30  Sterling Augustine  <sterling@tensilica.com>
+           Bob Wilson  <bob.wilson@acm.org>
 
        * config/tc-xtensa.c (xtensa_frob_label): Disallow labels in bundles.
 
This page took 0.053712 seconds and 4 git commands to generate.