Second part of ms1 to mt renaming.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 531391959fdaf4319e0473044149fe182c3d0f88..69ac6830b36e5716ece82b3079b4192fda017e7e 100644 (file)
@@ -1,3 +1,138 @@
+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>
 
 
This page took 0.027194 seconds and 4 git commands to generate.