* config/tc-sh.c (allow_dollar_register_prefix): New variable.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0153d9e3590ba3d9e60d759ec303acd6bd5a5026..446cf70900557ad9dd3b84db35a00454f085169c 100644 (file)
@@ -1,3 +1,461 @@
+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  Sterling Augustine  <sterling@tensilica.com>
+           Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xtensa_frob_label): Disallow labels in bundles.
+
+2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Likewise.
+
+2005-09-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * as.c (main): Use expandargv.
+
+2005-09-30  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past
+       (removed) comma.
+
+2005-09-30  Catherine Moore  <clm@cm00re.com>
+
+       * Makefile.am: Bfin support.
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Regenerated.
+       * configure: Regenerated.
+       * configure.in: Bfin support.
+       * configure.tgt: Bfin support.
+       * config/bfin-aux.h: New file.
+       * config/bfin-defs.h: New file.
+       * config/bfin-lex.l: New file.
+       * config/bfin-parse.y: New file.
+       * config/tc-bfin.c: New file.
+       * config/tc-bfin.h: New file.
+       * doc/Makefile.am: Recognize c-bfin.texi.
+       * doc/Makefile.in: Regenerated.
+       * doc/all.texi: Bfin support.
+       * doc/as.texinfo: Likewise.
+       * doc/c-bfin.texi: Document bfin-specific syntax and
+       directives.
+
+2005-09-30  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (opcode_tag): Add OT_cinfix3_legacy.
+       (opcode_lookup): Handle OT_cinfix3_legacy.  Revert earlier change for
+       normal infix conditions.
+       (C3E): Include Thumb-2 definition.
+       (CL, cCL): Define.
+       (insns): Use them for legacy mnemonics.
+
+2005-09-30  Matthias Kurz  <mk@baerlap.north.de>
+
+       * asintl.h: Prevent the inclusion of <libintl.h> from the Solaris
+       version of <locale.h> when ENABLE_NLS is not defined.
+
+2005-09-29  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (parse_operands): Always parse first operand of
+       alloc.
+
+2005-09-29  Arnold Metselaar <arnold.metselaar@planet.nl>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * app.c (do_scrub_chars): Match open and close quote of strings.
+       Remove redundant EOF test in case 7.
+
+2005-09-28  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (reloc): Disable signedness check for 4-byte
+       relocations in 16- and 32-bit modes.
+       (i386_displacement): Make pc-relative branch handling dependent
+       upon operand (rather than address) size.
+
+2005-09-28  Jan Beulich  <jbeulich@novell.com>
+
+       * dw2gencfi.c (dot_cfi): Call ignore_rest_of_line when not fully
+       parsing the input.
+       (dot_cfi_startproc): Likewise.
+       (dot_cfi_endproc): Likewise. Also check no extra input was given.
+       (dot_cfi_escape): Likewise.
+
+2005-09-28  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.h (x86_cons_fix_new): Declare unconditionally.
+       (TC_CONS_FIX_NEW): Define unconditionally.
+       (x86_pe_cons_fix_new): Remove.
+       * config/tc-i386.c (signed_cons): New.
+       (md_pseudo_table): Add slong.
+       (x86_cons_fix_new): Declare unconditionally.
+       (x86_pe_cons_fix_new): Merge into x86_cons_fix_new.
+       (tc_gen_reloc): Also consider BFD_RELOC_X86_64_32S for gotpc
+       conversion.
+
+2005-09-28  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * app.c (do_scrub_chars <LEX_IS_SYMBOL_COMPONENT>): Check for full
+       buffer after copying string.
+
+2005-09-27  Paul Brook  <paul@codesourcery.com>
+
+       * config/arm.c (arm_cpus): Add more cpu names.
+       * doc/c-arm.texi: Document them.
+
+2005-09-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * read.c (pseudo_set): Don't set undefined symbols to expr_section.
+
+2005-09-20  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2dbg.c (process_entries): Fix uninitialized variable warning.
+
+2005-09-20  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs
+       with label.
+       (dwarf2_loc_mark_labels): New.
+       (dwarf2_gen_line_info_1): Split out of ...
+       (dwarf2_gen_line_info): ... here.  Create the temp symbol here.
+       (dwarf2_emit_label): New.
+       (dwarf2_directive_loc_mark_labels): New.
+       (out_set_addr): Take a symbol instead of frag+ofs.
+       (relax_inc_line_addr): Likewise.
+       (emit_inc_line_addr): Assert delta non-negative.
+       (process_entries): Remove dead code.  Update to work with temp
+       symbols instead of frag+ofs.
+       * dwarf2dbg.h (dwarf2_directive_loc_mark_labels): Declare.
+       (dwarf2_emit_label, dwarf2_loc_mark_labels): Declare.
+       * config/obj-elf.c (elf_pseudo_tab): Add loc_mark_labels.
+       * config/obj-elf.h (obj_frob_label): New.
+       * config/tc-alpha.c (alpha_define_label): Call dwarf2_emit_label.
+       * config/tc-arm.c, config/tc-hppa.c, config/tc-m68k.c,
+       config/tc-mips.c, config/tc-ppc.c, config/tc-sh.c, config/tc-xtensa.c:
+       Similarly in the respective tc_frob_label implementation functions.
+       * config/tc-i386.c (md_pseudo_table): Move file and loc to
+       non-elf section; add loc_mark_labels.
+       * config/tc-ia64.c (struct label_fix): Add dw2_mark_labels.
+       (ia64_flush_insns): Check for marked labels; emit line entry if so.
+       (emit_one_bundle): Similarly.
+       (ia64_frob_label): Record marked labels.
+       * config/tc-m68hc11.h (tc_frob_label): Remove.
+       * config/tc-ms1.c (md_pseudo_table): Remove file and loc.
+       * config/tc-sh.h (tc_frob_label): Pass sym to sh_frob_label.
+       * config/tc-sh64.h (tc_frob_label): Likewise.
+       * doc/as.texinfo (LNS directives): Docuement .loc_mark_blocks.
+
+2005-09-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * read.c (pseudo_set): Set segment of expression syms to expr_section.
+
+2005-09-14  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Add selector
+       registers, floating point control and status words, and mxcsr as
+       well as (for 64-bit code) segment base registers and rflags.
+
+2005-09-09  Dmitry Diky  <diwil@spec.ru>
+
+       * config/tc-msp430.c (msp430_operands): Undo last changes. Instead...
+       (msp430_relax_frag): add a guard check to ensure that final fr_subtype
+       has been reached.
+
+2005-09-08  Chao-ying Fu  <fu@mips.com>
+
+       * doc/as.texinfo: Document -mdsp and -mno-dsp options.
+       * doc/c-mips.texi: Likewise, and document ".set dsp" and ".set nodsp"
+       directives.
+
+2005-09-08  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (do_smi, do_t_smi): Rename ...
+       (do_smc, do_t_smc): ... to this.
+       (insns): Remane smi to smc.
+       (md_apply_fix, tc_gen_reloc): Rename BFD_RELOC_ARM_SMI to
+       BFD_RELOC_ARM_SMC.
+
+2005-09-07  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2dbg.c (dwarf2_where): Set line->isa.
+       (dwarf2_set_isa): New.
+       (dwarf2_directive_loc): Rearrange to allow all options on one line.
+       * dwarf2dbg.h (dwarf2_set_isa): Declare.
+       * doc/as.texinfo: Update .loc documentation.
+
+2005-09-07  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2dbg.c: Include safe-ctype.h.
+       (DWARF2_LINE_OPCODE_BASE): Bump to 13.
+       (current): Initialize.
+       (dwarf2_emit_insn): Clear DWARF2_FLAG_BASIC_BLOCK,
+       DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN.
+       (dwarf2_directive_file): Cope with invalid filename.
+       (dwarf2_directive_loc): Add handling for basic_block, prologue_end,
+       epilogue_begin, is_stmt, isa.
+       (emit_inc_line_addr): Move line_delta == 0, addr_delta == 0 special
+       case down lower.
+       (process_entries): Handle isa, DWARF2_FLAG_PROLOGUE_END,
+       and DWARF2_FLAG_EPILOGUE_BEGIN.
+       (out_debug_line): Emit sizes for DW_LNS_set_prologue_end,
+       DW_LNS_set_epilogue_begin, DW_LNS_set_isa.
+       * dwarf2dbg.h (DWARF2_FLAG_IS_STMT): Rename from DWARF2_FLAG_BEGIN_STMT.
+       (DWARF2_FLAG_BASIC_BLOCK): Rename from DWARF2_FLAG_BEGIN_BLOCK.
+       (DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN): New.
+       (struct dwarf2_line_info): Add isa member.
+       * doc/as.texinfo (LNS directives): New node.
+
+2005-09-07  David Ung  <davidu@mips.com>
+
+       * config/tc-mips.c (append_insn): Undo last change.  Instead add
+       guard to suppress calling frag_grow if the current instruction is
+       one that allows a delay slot.
+
+2005-09-06  Chao-ying Fu  <fu@mips.com>
+
+       * config/tc-mips.c (mips_set_options): Add ase_mt for MT instructions.
+       (mips_opts): Add -1 to initialize ase_mt.
+       (file_ase_mt): New variable for -mmt.
+       (CPU_HAS_MT): New define.
+       (validate_mips_insn): Add supports for +t, +T, !, $, *, &, g operand
+       formats.
+       (mips_ip): Check ase_mt to enable MT instructions.
+       Handle !, $, *, &, +T, +t, g operand formats.
+       For "mftc1", "mfthc1", "cftc1", "mttc1", "mtthc1", "cttc1", we allow
+       odd float registers.
+       (OPTION_MT, OPTION_NO_MT): New define.
+       (OPTION_COMPAT_ARCH_BASE): Change because of inserting MT define.
+       (md_parse_option): Parse OPTION_MT and OPTION_NO_MT.
+       (mips_after_parse_args): Set ase_mt based on CPU.
+       (s_mipsset): Handle ".set mt" and ".set nomt".
+       (mips_elf_final_processing): Remind of adding new flag for MT ASE.
+       (md_show_usage): Show usage of -mmt and -mno-mt.
+       * doc/as.texinfo: Document -mmt and -mno-mt options.
+       * doc/c-mips.texi: Likewise, and document ".set mt" and ".set nomt"
+       directives.
+
+2005-09-06  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (arm_it): Add relax field.
+       (T16_32_TAB): Add addi, addis, add_pc, add_sp, dec_sp, inc_sp,
+       b, bcond, ldr_pc, ldr_pc2, ldr_sp, str_sp, subi, subis.
+       (do_t_add_sub, do_t_addr, do_t_branch, do_t_ldst,
+       do_t_mov_cmp): Allow relaxation.
+       (output_relax_insn): New function.
+       (put_thumb32_insn): New function.
+       (output_inst): Use new functions.
+       (md_assemble): Don't throw error on relaxable instructions.
+       (insns): Change "b" entry from TCE(...) to tCE(...).
+       (md_estimate_size_before_relax): Return 2.
+       (md_convert_frag, relax_immediate, relax_adr, relax_addsub,
+       relax_branch, arm_relax_frag): New functions.
+       (arm_force_relocation): Return 0 for Thumb-2 immediate operand
+       relocations.
+       * config/tc-arm.h (md_convert_frag): Remove definition.
+       (md_relax_frag): Define.
+       (arm_relax_frag): Add prototype.
+
+2005-09-02  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (do_rn_rd): Enforce SWP operand constraints.
+
+2005-09-02  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (encode_arm_cp_address): Use
+       BFD_RELOC_ARM_T32_CP_OFF_IMM in thumb mode.
+       (do_iwmmxt_wldstbh): Use BFD_RELOC_ARM_T32_CP_OFF_IMM_S2 in thumb
+       mode.
+       (md_assemble): Only allow coprocessor instructions when Thumb-2 is
+       available.
+       (cCE, cC3): Define.
+       (insns): Use them for coprocessor instructions.
+       (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM.
+       (get_thumb32_insn): New function.
+       (put_thumb32_insn): New function.
+       (md_apply_fix): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM and
+       BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
+
+2005-09-02  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (opcode_lookup): Look for infix opcode when
+       incorrect suffix matches.
+
+2005-09-01  David Ung  <davidu@mips.com>
+
+       * config/tc-mips.c (append_insn): Correctly handle mips16 case
+       when the frags are different for the 2 instructions we want to
+       swap.  If the lengths of the 2 instructions are not the same, we
+       won't do the swap but emit an nop.
+
+2005-09-01  Dmitry Diky  <diwil@spec.ru>
+
+       * config/tc-msp430.c (msp430_operands): Emit dwarf2_emit_insn()
+       as appropriate. Change frag_variant() to frag_var() for relaxes.
+
+2005-08-29  Nick Clifton  <nickc@redhat.com>
+
+       * write.c (generic_force_reloc): Do not call S_FORCE_RELOC if
+       there is no symbol.
+
+2005-08-26  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (intel_e09): Set JumpAbsolute when seeing a PTR-
+       qualified operand of a branch.
+       (intel_bracket_expr): Set JumpAbsolute here...
+       (intel_e11): ... rather than here.
+
+2005-08-26  Christian Groessler  <chris@groessler.org>
+
+       * configure.tgt: Set bfd_gas also for z8k cpu.
+       * config/tc-z8k.c (s_segm): Use bfd_set_arch_mach to set machine
+       type.
+       (newfix): Adapt to bfd reloc types.
+       (build_bytes): Adapt to bfd reloc types.  Ensure that enough space
+       is available in the current frag.
+       (md_convert_frag): Adapt function parameters.
+       (tc_gen_reloc): New function.
+       (md_section_align): Use bfd_get_section_alignment.
+       (md_apply_fix): Adapt to bfd reloc types.  Fix handling of
+       BFD_RELOC_Z8K_IMM4L, BFD_RELOC_8, BFD_RELOC_16, and BFD_RELOC_32
+       relocations.
+       * config/tc-z8k.h (TARGET_ARCH): Define.
+       (tc_fix_adjustable): Define.
+
+2005-08-25  Chao-ying Fu  <fu@mips.com>
+
+       * config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
+       (mips_opts): Add -1 to initialize ase_dsp.
+       (file_ase_dsp): New variable for -mdsp.
+       (CPU_HAS_DSP): New define.
+       (validate_mips_insn): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, ', :, @
+       operand formats.
+       (mips_ip): Add min_range and max_range for checking singed numbers.
+       Check ase_dsp to enable DSP instructions.
+       Handle 3, 4, 5, 6, 7, 8, 9, 0, ', :, @ operand formats.
+       (OPTION_DSP, OPTION_NO_DSP): New define.
+       (OPTION_COMPAT_ARCH_BASE): Change because of inserting DSP define.
+       (md_parse_option): Parse OPTION_DSP and OPTION_NO_DSP.
+       (mips_after_parse_args): Set ase_dsp based on CPU.
+       (s_mipsset): Handle ".set dsp" and ".set nodsp".
+       (mips_elf_final_processing): Remind of adding new flag for DSP ASE.
+       (md_show_usage): Show usage of -mdsp and -mno-dsp.
+
+2005-08-23  David Ung  <davidu@mips.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
+       cpu names.
+
+2005-08-23  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 1036
+       * config/tc-ppc.c (ppc_symbol_chars): Add '%' and '['.
+
+2005-08-23  Phil Edwards  <phil@codesourcery.com>
+
+       * configure.tgt (*-*-vxworks):  Match vxworks* instead.
+
+2005-08-22  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (object_64bit): New.
+       (i386_target_format): Initialize it.
+       (output_disp): Use object_64bit for relocation type determination.
+       (output_imm): Likewise.
+       (i386_validate_fix): Likewise.
+       (tc_gen_reloc): Likewise.
+       (lex_got): Likewise. Remove static mode_name. Change array size
+       of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
+       (x86_cons): Use object_64bit for deciding whether quad fields can
+       have relocations.
+
+2005-08-18  Christian Groessler  <chris@groessler.org>
+
+       * config/tc-h8300.h: Remove TC_RELOC_MANGLE/tc_reloc_mangle.
+       * config/tc-mcore.h: Likewise.
+       * config/tc-z8k.h: Likewise.
+       * config/tc-z8k.c: Likewise.
+       * config/tc-sh.h: Remove TC_RELOC_MANGLE and
+       sh_coff_reloc_mangle declaration.
+       * config/tc-sh.c: (md_apply_fix): Fix comment for case
+       BFD_RELOC_SH_USES.
+
+2005-08-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * config/tc-sh64.c (sh64_target_format): Check preset_target_arch
+       to confirm that no ISA is specified.
+
+2005-08-18  Nick Clifton  <nickc@redhat.com>
+
+       * write.c (relax_segment): Count the number of frags being
+       processed and use this to compute a maximum limit on the number of
+       iterations that will be allowed when attempting to relax the
+       segment.
+
+2005-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * config/obj-coff.c (obj_coff_weak): Set auxiliary record
+       of NT weak externals to IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY.
+
+2005-08-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (ppc_set_cpu): Don't select 64-bit based on
+       default cpu.
+
+2005-08-15  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (do_t_mov_cmp): Fix encoding of i16-bit conditional
+       instructions.
+       (do_t_mvn_tst, do_t_neg, do_t_shift): Ditto.
+
+2005-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/tc-ppc.c (parse_cpu): Add -me300 support.
+       (md_show_usage): Likewise.
+       * doc/c-ppc.texi (PowerPC-Opts): Document it.
+
+2005-08-12 Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * config/tc-s390.c (md_parse_option):  Add cpu type z9-109.
+       (md_gather_operands): Add support for optional operands.
+
+2005-08-12  Dmitry Diky <diwil@spec.ru>
+       * config/tc-msp430.c (msp430_enable_relax): New flag.
+       (msp430_enable_polys): Likewise.
+       (OPTION_RELAX): New option.
+       (OPTION_POLYMORPHS): Likewise.
+       (md_longopts): New long options.
+       (md_show_usage): Updated.
+       (md_parse_option): Add new options handler.
+       (msp430_operands): Add check if polymorph insns are enabled.
+       (msp430_force_relocation_local): New function.
+       (md_apply_fix): Now delete relocs according to new flags combination.
+       (msp430_relax_frag): Convert long branches to short branches only if
+       flag msp430_enable_relax is set.
+       * config/tc-msp430.h (TC_FORCE_RELOCATION_LOCAL): Defined.
+       (msp430_force_relocation_local): Likewise.
+       * doc/c-msp430.texi: Describe new options.
+
+2005-08-11  Ian Lance Taylor  <ian@airs.com>
+
+       * Makefile.am ($(srcdir)/make-gas.com): Remove target.
+       (stamp-mk.com): Likewise.
+       (EXTRA_DIST): Remove make-gas.com from list.
+       (MOSTLYCLEANFILES): Remove stamp-mk.com from list.
+       * Makefile.in: Regenerate.
+
 2005-08-11  Hans-Peter Nilsson  <hp@axis.com>
 
        * subsegs.c (subseg_change): Move declaration of seginfo to before
        * doc/as.texinfo: Add text for the M32C-specific options and line
        comment characters, and refer to c-m32c.texi.
        * doc/c-m32c.texi: New file.
-       
+
 2005-07-14  Nick Clifton  <nickc@redhat.com>
 
        PR 1069
This page took 0.02929 seconds and 4 git commands to generate.