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