* configure.ac (mips*-sde-elf*): Move in front of generic machine
[deliverable/binutils-gdb.git] / sim / mips / ChangeLog
index 53dc86c317377571d4020cc1f490e12814c60fd6..c6b058934e55b5bacc460cddbf788b97ce6e843f 100644 (file)
@@ -1,3 +1,179 @@
+2007-02-17  Thiemo Seufer  <ths@mips.com>
+
+       * configure.ac (mips*-sde-elf*): Move in front of generic machine
+       configuration.
+       * configure: Regenerate.
+
+2007-02-17  Thiemo Seufer  <ths@mips.com>
+
+       * configure.ac (mips*-sde-elf*, mipsisa32r2*-*-*, mipsisa64r2*-*-*):
+       Add mdmx to sim_igen_machine.
+       (mipsisa64*-*-*): Likewise. Remove dsp.
+       (mipsisa32*-*-*): Remove dsp.
+       * configure: Regenerate.
+
+2007-02-13  Thiemo Seufer  <ths@mips.com>
+
+       * configure.ac: Add mips*-sde-elf* target.
+       * configure: Regenerate.
+
+2006-12-21  Hans-Peter Nilsson  <hp@axis.com>
+
+       * acconfig.h: Remove.
+       * config.in, configure: Regenerate.
+
+2006-11-07  Thiemo Seufer  <ths@mips.com>
+
+       * dsp.igen (do_w_op): Fix compiler warning.
+
+2006-08-29  Thiemo Seufer  <ths@mips.com>
+            David Ung  <davidu@mips.com>
+
+       * configure.ac (mipsisa32r2*-*-*, mipsisa32*-*-*): Add smartmips to
+       sim_igen_machine.
+       * configure: Regenerate.
+       * mips.igen (model): Add smartmips.
+       (MADDU): Increment ACX if carry.
+       (do_mult): Clear ACX.
+       (ROR,RORV): Add smartmips.
+       (include): Include smartmips.igen.      
+       * sim-main.h (ACX): Set to REGISTERS[89].
+       * smartmips.igen: New file.
+
+2006-08-29  Thiemo Seufer  <ths@mips.com>
+            David Ung  <davidu@mips.com>
+
+       * Makefile.in (IGEN_INCLUDE): Add missing includes for m16e.igen and
+       mips3264r2.igen. Add missing dependency rules.
+       * m16e.igen: Support for mips16e save/restore instructions.
+
+2006-06-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       * configure: Regenerated.
+
+2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure: Regenerated.
+
+2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure: Regenerated.
+
+2006-05-15 Chao-ying Fu  <fu@mips.com>
+
+       * dsp.igen (do_ph_shift, do_w_shra): Fix bugs for rounding instructions.
+
+2006-04-18  Nick Clifton  <nickc@redhat.com>
+
+       * dv-tx3904tmr.c (deliver_tx3904tmr_tick): Add missing break
+       statement.
+
+2006-03-29  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure: Regenerate.
+
+2005-12-14  Chao-ying Fu  <fu@mips.com>
+
+       * Makefile.in (SIM_OBJS): Add dsp.o.
+       (dsp.o): New dependency.
+       (IGEN_INCLUDE): Add dsp.igen.
+       * configure.ac (mipsisa32r2*-*-*, mipsisa32*-*-*, mipsisa64r2*-*-*,
+       mipsisa64*-*-*): Add dsp to sim_igen_machine.
+       * configure: Regenerate.
+       * mips.igen: Add dsp model and include dsp.igen.
+       (MFHI, MFLO, MTHI, MTLO): Remove mips32, mips32r2, mips64, mips64r2,
+       because these instructions are extended in DSP ASE.
+       * sim-main.h (LAST_EMBED_REGNUM): Change from 89 to 96 because of
+       adding 6 DSP accumulator registers and 1 DSP control register.
+       (AC0LOIDX, AC0HIIDX, AC1LOIDX, AC1HIIDX, AC2LOIDX, AC2HIIDX, AC3LOIDX,
+       AC3HIIDX, DSPLO, DSPHI, DSPCRIDX, DSPCR, DSPCR_POS_SHIFT,
+       DSPCR_POS_MASK, DSPCR_POS_SMASK, DSPCR_SCOUNT_SHIFT, DSPCR_SCOUNT_MASK,
+       DSPCR_SCOUNT_SMASK, DSPCR_CARRY_SHIFT, DSPCR_CARRY_MASK,
+       DSPCR_CARRY_SMASK, DSPCR_CARRY, DSPCR_EFI_SHIFT, DSPCR_EFI_MASK,
+       DSPCR_EFI_SMASK, DSPCR_EFI, DSPCR_OUFLAG_SHIFT, DSPCR_OUFLAG_MASK,
+       DSPCR_OUFLAG_SMASK, DSPCR_OUFLAG4, DSPCR_OUFLAG5, DSPCR_OUFLAG6,
+       DSPCR_OUFLAG7, DSPCR_CCOND_SHIFT, DSPCR_CCOND_MASK,
+       DSPCR_CCOND_SMASK): New define.
+       (DSPLO_REGNUM, DSPHI_REGNUM): New array for DSP accumulators.
+       * dsp.c, dsp.igen: New files for MIPS DSP ASE.
+
+2005-07-08  Ian Lance Taylor  <ian@airs.com>
+
+       * tconfig.in (SIM_QUIET_NAN_NEGATED): Define.
+
+2005-06-16  David Ung  <davidu@mips.com>
+            Nigel Stephens  <nigel@mips.com>
+
+        * mips.igen: New mips16e model and include m16e.igen.
+        (check_u64): Add mips16e tag.
+        * m16e.igen: New file for MIPS16e instructions.
+        * configure.ac (mipsisa32*-*-*, mipsisa32r2*-*-*, mipsisa64*-*-*,
+        mipsisa64r2*-*-*): Change sim_gen to M16, add mips16 and mips16e
+        models.
+        * configure: Regenerate.
+
+2005-05-26  David Ung  <davidu@mips.com>
+       * mips.igen (mips32r2, mips64r2): New ISA models.  Add new model
+       tags to all instructions which are applicable to the new ISAs.
+       (do_ror, do_dror, ROR, RORV, DROR, DROR32, DRORV): Add, moved from
+       vr.igen.
+       * mips3264r2.igen: New file for MIPS 32/64 revision 2 specific
+       instructions. 
+       * vr.igen (do_ror, do_dror, ROR, RORV, DROR, DROR32, DRORV): Move
+       to mips.igen.
+       * configure.ac (mipsisa32r2*-*-*, mipsisa64r2*-*-*): Add new targets.
+       * configure: Regenerate.
+2005-03-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure: Regenerate.
+
+2005-01-14  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: Sinclude aclocal.m4 before common.m4.  Add
+       explicit call to AC_CONFIG_HEADER.
+       * configure: Regenerate.
+
+2005-01-12  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: Update to use ../common/common.m4.
+       * configure: Re-generate.
+
+2005-01-11  Andrew Cagney  <cagney@localhost.localdomain>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+2005-01-07  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: Rename configure.in, require autoconf 2.59.
+       * configure: Re-generate.
+
+2004-12-08  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure: Regenerate for ../common/aclocal.m4 update.
+
+2004-09-24  Monika Chaddha  <monika@acmet.com>
+       
+       Committed by Andrew Cagney.
+       * m16.igen (CMP, CMPI): Fix assembler.
+
+2004-08-18  Chris Demetriou  <cgd@broadcom.com>
+
+       * configure.in (mipsisa64sb1*-*-*): Add mips3d to sim_igen_machine.
+       * configure: Regenerate.
+
+2004-06-25  Chris Demetriou  <cgd@broadcom.com>
+
+       * configure.in (sim_m16_machine): Include mipsIII.
+       * configure: Regenerate.
+
+2004-05-11  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * mips/interp.c (decode_coproc): Sign-extend the address retrieved 
+       from COP0_BADVADDR.
+       * mips/sim-main.h (COP0_BADVADDR): Remove a cast.
+
 2004-04-10  Chris Demetriou  <cgd@broadcom.com>
 
        * sb1.igen (DIV.PS, RECIP.PS, RSQRT.PS, SQRT.PS): New.
This page took 0.046864 seconds and 4 git commands to generate.