Second part of ms1 to mt renaming.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index a4fcec42927bb63bb38113b0ac0f12934ee257fc..69ac6830b36e5716ece82b3079b4192fda017e7e 100644 (file)
@@ -1,3 +1,364 @@
+2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       Second part of ms1 to mt renaming.
+       * configure: Rebuilt.
+       * configure.in (mt): Remove special case.
+       * config/tc-mt.c (opcodes/mt-desc.h, opcodes/mt-opc.h): Change
+       #includes.
+       (mt_insn, mt_mach, mt_mach_bitmask, mt_flags, mt_architectures):
+       Rename, adjust.
+       (md_parse_option, md_show_usage, md_begin, md_assemble,
+       md_cgen_lookup_reloc, md_atof): Adjust.
+       (mt_force_relocation, mt_apply_fix, mt_fix_adjustable): Rename, adjust.
+       * config/tc-mt.h (TC_MT): Rename.
+       (LISTING_HEADER, TARGET_ARCH, TARGET_FORMAT): Adjust.
+       (md_apply_fix): Adjust.
+       (mt_apply_fix, mt_fix_adjustable, mt_force_relocation): Rename.
+       (TC_FORCE_RELOCATION, tc_fix_adjustable): Adjust.
+
+2005-12-14  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (add_prefix): More fine-grained handling of
+       REX prefixes. Or new prefix value into i.prefix instead of
+       assigning.
+
+2005-12-13  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-m32c.c (m32c_md_end): Only pad code sections.
+
+2005-12-12  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (do_branch): Generate EABI branch relocations.
+       (do_bl): New function.
+       (do_blx): Generate BFD_RELOC_ARM_PCREL_CALL relocation.
+       (do_t_blx): Generate BFD_RELOC_THUMB_PCREL_BRANCH23.
+       (insns): Use do_bl.
+       (md_pcrel_from_section): Add BFD_RELOC_ARM_PCREL_CALL and
+       BFD_RELOC_ARM_PCREL_JUMP.
+       (md_apply_fix): Merge BFD_RELOC_ARM_PCREL_BRANCH and
+       BFD_RELOC_ARM_PCREL_BLX cases.  Handle BFD_RELOC_ARM_PCREL_CALL and
+       BFD_RELOC_ARM_PCREL_JUMP.
+       (tc_gen_reloc): Handle BFD_RELOC_ARM_PCREL_CALL and
+       BFD_RELOC_ARM_PCREL_JUMP.
+       gas/testsuite/
+       * gas/arm/pic.d: Allow R_ARM_CALL relocations.
+
+2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * configure.in: Replace ms1 arch with mt arch.
+       * configure: Rebuilt.
+       * configure.tgt: Replace ms1 arch with mt arch.
+       * config/tc-mt.c: Renamed from tc-ms1.c: Update include files.
+       * doc/Makefile.am (CPU_DOCS): Replace ms1 files with mt files.
+       * doc/Makefile.in: Rebuilt.
+
+2005-12-07  Hans-Peter Nilsson  <hp@axis.com>
+
+       Change 32-bit-branch expansion for --pic.
+       * config/tc-cris.c (STATE_COND_BRANCH_PIC): New relaxation state.
+       (md_cris_relax_table): Add entry for STATE_COND_BRANCH_PIC.
+       (cris_any_v0_v10_long_jump_size_pic): New macro.
+       (md_estimate_size_before_relax): Handle STATE_COND_BRANCH_PIC.
+       (md_convert_frag): Similar.
+       (md_create_long_jump): Change 32-bit-branch expansion for --pic.
+       (md_assemble, gen_cond_branch_32): Adjust similarly.
+       (md_parse_option) <case OPTION_PIC>: Adjust md_long_jump_size.
+       <case OPTION_ARCH>: Similar, if --pic.
+
+2005-12-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/1874
+       * config/tc-i386.c (match_template): Handle monitor.
+       (process_suffix): Likewise.
+
+2005-12-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       Bug gas/1948
+       * symbols.c (colon): Also check if now_seg is bss_section when a symbol
+       is being redefined.
+
+2005-12-02  Arnold Metselaar  <arnoldm@sourceware.org>
+
+       * config/tc-z80.c (emit_ldreg): fix bug in ld rr,<xx>
+
+2005-11-26  Arnold Metselaar  <arnoldm@sourceware.org>
+
+       * config/tc-z80.c (z80_start_line_hook): issue an error when
+       redefining a symbol with equ
+       * doc/as.texinfo(equ<z80>): mention difference with .equiv 
+       * doc/as.texinfo(err): fix typo 
+       * doc/c-z80.texi(equ): redefining a symbol with equ is no longer 
+       allowed
+
+2005-11-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       Bug gas/1896
+       * config/tc-hppa.c (hppa_fix_adjustable): Don't reject for reduction
+       R_HPPA relocations that are 32-bits wide.
+
+2005-11-23  Daniel Jacobowitz  <dan@codesourcery.com>
+           Thiemo Seufer <ths@networkno.de>
+
+       * config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL_S2.
+       (macro_build): Complain for invalid branch displacements.
+       (mips_validate_fix): Delete.
+       (md_apply_fix): Re-add pcrel support for branches.  Use consistent
+       text for misaligned branch targets.
+       (tc_gen_reloc: Re-add pcrel support for branches.  Handle strange
+       BFD pcrel processing.  Remove error for unresolved branches.
+       * config/tc-mips.h (TC_VALIDATE_FIX, mips_validate_fix): Delete.
+
+2005-11-22  James E Wilson  <wilson@specifix.com>
+
+       * config/tc-ia64.c (emit_one_bundle): Perform last_slot < 0 check
+       even when manual_bundling isn't set.
+
+       * config/tc-ia64.c (slot_index): Emit an error instead of a warning
+       when the frag chain is broken by section switching.
+
+2005-11-18  Jie Zhang  <jie.zhang@analog.com>
+
+       * config/bfin-defs.h (IS_BREG, IS_LREG): New macros.
+       * config/bfin-parse.y (asm_1): Check register type for load immediate
+       instruction.
+
+2005-11-17  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-ppc.c (ppc_frob_file_before_adjust): Do not reference
+       dotname.
+       * write.c (write_object_file): Do not remove used weakrefd.
+
+2005-11-17  Jan Beulich  <jbeulich@novell.com>
+
+       * dw2gencfi.c (dot_cfi): Put argument parsing for cases
+       DW_CFA_restore and DW_CFA_undefined in a loop.
+
+2005-11-17  Jan Beulich  <jbeulich@novell.com>
+
+
+       * symbols.h (S_CLEAR_VOLATILE): Declare.
+       * symbols.c (colon): Also accept redefinable symbols for
+       redefinition. Clone them before modifying.
+       (S_CLEAR_VOLATILE): Define.
+       * cond.c (s_ifdef): Also test for equated symbols.
+       * read.c (s_comm_internal): Also exclude non-redefinable
+       equated symbols. Clone redefinable ones before modifying.
+       (s_weakref): Clone redefinable symbols before modifying.
+       * doc/internals.texi: Document sy_volatile, sy_forward_ref,
+       S_IS_VOLATILE, S_SET_VOLATILE, S_CLEAR_VOLATILE,
+       S_IS_FORWARD_REF, and S_SET_FORWARD_REF.
+
+2005-11-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-hppa.c (pa_comm): Set bfd_com_section segment.
+
+2005-11-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.tgt (i386-*-gnu*): Set em=gnu.
+       * config/te-gnu.h: New file.
+       * config/tc-i386.c: Don't use '/' as comment char for TE_GNU.
+
+2005-11-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (ppc_pe_comm): Set bfd_com_section segment.
+       * config/tc-alpha.c (s_alpha_comm): Likewise.  Also, remove
+       redundant check.
+       * read.c (s_lsym): Remove non-BFD assembler sym handling.
+
+2005-11-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * read.c (s_comm_internal): Set bfd_com_section segment.
+       (s_mri_common): Likewise.
+       * write.c (write_object_file): Remove non-BFD assembler common
+       sym handling.
+
+2005-11-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/tc-arm.c (s_arm_unwind_save_core): Don't emit an extra
+       opcode if r4-r15 are not saved.
+
+2005-11-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * symbols.c (S_GET_VALUE): Remove non-BFD assembler recursion guard.
+
+2005-11-14  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (AR_FCR, AR_EFLAG, AR_CSD, AR_SSD, AR_CFLG,
+       AR_FSR, AR_FIR, AR_FDR, AR_CCV, AR_EC): Define.
+       (ar): Use AR_* instead of literals.
+       (CR_DCR, CR_ITM, CR_IVA, CR_PTA, CR_GPTA, CR_LID, CR_ITV,
+       CR_PMV, CR_CMCV): Define.
+       (cr): Use CR_* instead of literals.
+
+2005-11-14  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (md): Rename regsym to indregsym and move
+       it to the end of the structure.
+       (ar): Field regnum is unsigned.
+       (cr): Likewise:
+       (indirect_reg): Likewise.
+       (declare_register_set): Parameter regnum is unsigned.
+       (declare_register): Parameter numregs and base_regnum are
+       unsigned. So is the local loop variable.
+       (md_begin): Restrict scope of local variable regnum, which
+       also is unsigned. Replace loops with function calls where
+       possible. Re-order things so that register groups are kept
+       together. Remove all uses of regsym except for indirect
+       registers. Replace use of regsym by indregsym for indirect
+       registers.
+       (ia64_optimize_expr): Replace use of regsym by indregsym for
+       indirect registers, with appropriate bias.
+
+2005-11-14  David Ung  <davidu@mips.com>
+
+       * config/tc-mips.c (mips16_ip): Add handling of 'm' and 'M' codes
+       for the MIPS16e save/restore instructions.
+
+2005-11-11  Jan Beulich  <jbeulich@novell.com>
+
+       * doc/Makefile.am: Make asconfig.texi writeable before trying
+       to write to it.
+       * doc/Makefile.in: Refresh.
+
+2005-11-10  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (intel_e11): Don't special-case segment
+       registers in brackets.
+
+2005-11-10  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (BAD_ADDR_MODE): Define.
+       (arm_reg_parse_multi): Return NULL rather than FAIL.
+       (arm_reg_parse): Fix comment, the function returns FAIL rather
+       than NULL if it is unable to parse the register name.
+       (do_ldrex): Use BAD_ADDR_MODE.
+       Change error message for PC-relative addressing.
+       (do_strex): Likewise.
+       (do_t_ldrex): Use BAD_ADDR_MODE.
+       (do_t_strex): Likewise.
+
+2005-11-08   Jean-Jacques Metayer  <jean-jacques.metayer@thomson.net>
+
+       * config/tc-sparc.c (isoctal): Fix thinko.
+
+2005-11-08  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * expr.c (operand <case '$'>): Use DOLLAR_AMBIGU rather than
+       flag_mri_m68k as condition for parsing the '$' as a prefix.
+       * as.h (DOLLAR_AMBIGU): Define if needed.
+
+2005-11-08  Nathan Sidwell  <nathan@codesourcery.com>
+
+       Add ms2 support.
+       * config/tc-ms1.c (ms1_mach_bitmask): Initialize to MS1.
+       (ms1_architectures): Add ms2.
+       (md_parse_option): Add ms2.
+       (md_show_usage): Add ms2.
+       (md_assemble): Add JAL_HAZARD detection logic.
+       (md_cgen_lookup_reloc): Add MS1_OPERAND_LOOPSIZE case.
+       * doc/c-ms1.texi: New.
+       * doc/all.texi: Add MS1.
+       * doc/Makefile.am (CPU_DOCS): Add c-ms1.texi.
+       * doc/Makefile.in: Rebuilt.
+       * doc/Makefile: Rebuilt.
+
+2005-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure: Regenerate after modifying bfd/warning.m4.
+
+2005-11-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR gas/1804
+       * config/tc-hppa.c (md_apply_fix): Use number_to_chars_bigendian to
+       output constant data.
+
+2005-11-07  Mark Mitchell  <mark@codesourcery.com>
+
+       * doc/Makefile.am (asconfig.texi): Set top_srcdir.
+       * doc/Makefile.in: Regenerated.
+       * doc/as.texinfo: Document "@FILE".
+
+2005-11-07  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/1568
+       * config/obj-coff.c (obj_coff_section): Set readonly flag with the
+       'x' attribute.  Remember the actions of the 'w' and 'n' attributes
+       and do not allow the 'x','s' or 'd' attributes to change them.
+
+2005-11-07  John Levon  <levon@movementarian.org>
+
+       * config/tc-i386.h (tc_comment_chars): Define.
+       * config/tc-i386.c (line_comment_chars): Use '/' unconditionally.
+       (i386_comment_chars): Add.
+       (md_parse_options): Process OPTION_DIVIDE.
+       (md_show_usage): Describe --divide option.
+       * doc/c-i386.texi: Document --divide option.
+
+2005-11-07  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * expr.c (op_encoding): Map '=' to O_SINGLE_EQ, if defined.
+       * config/tc-z80.h: Define O_SINGLE_EQ as O_eq.
+
+2005-11-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * macro.c (buffer_and_nest): Skip labels regardless of
+       NO_PSEUDO_DOT and flag_m68k_mri.
+
+2005-11-07  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * expr.c (integer_constant): Match only 'B' as binary suffix if
+       NUMBERS_WITH_SUFFIX and LOCAL_LABELS_FB.  Allow both 'b' and 'B'
+       otherwise.
+
+2005-11-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * read.c (s_weakref): Do not permit redefinitions.
+       * symbols.c (colon): Do not permit redefinitions of equated
+       symbols.
+
+2005-11-01  Thiemo Seufer  <ths@networkno.de>
+
+       PR gas/1299
+       * Makefile.am: Disable -Werror for the itbl-lex.o rule.
+       * Makefile.in: Regenerate.
+
+2005-11-01  Thiemo Seufer  <ths@networkno.de>
+
+       * config/tc-mips.c (md_parse_option): Fix typo in comment.
+
+2005-10-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * as.c (show_usage): Document "@FILE".
+
+2005-10-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (OBJ_FORMATS): Remove vms.
+       Run "make dep-am".
+       * Makefile.in: Regenerated.
+
+       * dep-in.sed: Replace " ./" with " ".
+
+2005-10-28  Dave Brolley  <brolley@redhat.com>
+
+       Contribute the following change:
+       2005-09-19  Dave Brolley  <brolley@redhat.com>
+
+       * config/tc-m32c.c (default_isa): New static variable.
+       (m32c_isa): Now of type CGEN_BITSET.
+       (md_begin): Pass &m32c_isa to m32c_cgen_cpu_open.
+
+2005-10-28  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (aeabi_set_public_attributes): Use selected_cpu
+       instead of mcpu_cpu_opt.
+
+2005-10-27  Sterling Augustine  <sterling@tensilica.com>
+
+       * config/tc-xtensa.c (find_vinsn_conflicts): Change error messages to
+       refer to "ports" instead of "queues".
+       (check_t1_t2_reads_and_writes): Pass correct interface values to
+       xtensa_interface_inout.
+
 2005-10-27  Jan Beulich  <jbeulich@novell.com>
 
        * read.c (assign_symbol): Also consider equates already defined.
 
        * config/tc-m32c.c (md_relax_table, subtype_mappings,
        md_convert_frag): Add jsr.w support.
-       
+
        * config/tc-m32c.c (md_assemble): Don't use errmsg as the format
        itself.
        (md_cgen_lookup_reloc): Add m32c bitbase operands.  Add 8-s24
 
        * Makefile.am: Add Z80 cpu.
        * Makefile.in: Regenerated.
-       * app.c (do_scrub_chars)<TC_Z80>: Correctly scrub "ex af,af'" 
+       * app.c (do_scrub_chars)<TC_Z80>: Correctly scrub "ex af,af'"
        and disallow newlines in quoted strings.
        * configure.tgt: Add z80-*-coff.
        * config/obj-coff.h: Add format "coff-z80".
        * doc/c-arm.texi: Document .cpu, .arch, .fpu and .eabi_attribute.
 
 2005-10-06  Khem Raj  <kraj@mvista.com>
-            NIIBE Yutaka  <gniibe@m17n.org>
+           NIIBE Yutaka  <gniibe@m17n.org>
 
        * config/tc-sh.c (allow_dollar_register_prefix): New variable.
        (parse_reg_without_prefix): New function.
This page took 0.033199 seconds and 4 git commands to generate.