Home | History | Annotate | Line # | Download | only in mips
      1 2021-04-08  Mike Frysinger  <vapier (a] gentoo.org>
      2 
      3 	* basic.exp (arch): Delete.
      4 
      5 2021-02-13  Mike Frysinger  <vapier (a] gentoo.org>
      6 
      7 	* basic.exp: Define arch.
      8 
      9 2016-01-06  Joel Brobecker  <brobecker (a] adacore.com>
     10 
     11 	* hilo-hazard-4.s: Change copyright ownder to FSF.
     12 
     13 2015-09-25  Andrew Bennett  <andrew.bennett (a] imgtec.com>
     14 	    Ali Lown  <ali.lown (a] imgtec.com>
     15 
     16 	* basic.exp (run_micromips_test, run_sim_tests): New functions
     17 	Add support for micromips tests.
     18 	* hilo-hazard-4.s: New file.
     19 	* testutils.inc (_dowrite): Changed reserved instruction encoding.
     20 	(writemsg): Moved the la and li instructions before the data they are
     21 	assigned to, which prevents a bug where MIPS32 relocations are used
     22 	instead of micromips relocations when building for micromips.
     23 
     24 2015-04-13  Hans-Peter Nilsson  <hp (a] axis.com>
     25 
     26 	* basic.exp: Don't unset target ldscript here.
     27 
     28 2011-01-06  Hans-Peter Nilsson  <hp (a] axis.com>
     29 
     30 	* testutils.inc: Correct comment syntax fallout from
     31 	copyright update.
     32 	* utils-dsp.inc, utils-fpu.inc, utils-mdmx.inc: Ditto.
     33 
     34 	* mips32-dsp.s: Update copyright year.
     35 
     36 2010-04-26  Mike Frysinger  <vapier (a] gentoo.org>
     37 
     38 	* basic.exp: Delete sim target check.
     39 
     40 2007-08-27  Joel Brobecker  <brobecker (a] adacore.com>
     41 
     42 	* testutils.inc: Change license to GPL version 3.
     43 	* utils-dsp.inc: Change license to GPL version 3.
     44 	* utils-fpu.inc: Change license to GPL version 3.
     45 	* utils-mdmx.inc: Change license to GPL version 3.
     46 
     47 2007-02-20  Thiemo Seufer  <ths (a] mips.com>
     48 	    Chao-Ying Fu  <fu (a] mips.com>
     49 	* basic.exp: Run the dsp2 test.
     50 	* utils-dsp.inc (dspckacc_astio, dspck_tsimm): New macro.
     51 	* mips32-dsp2.s: New test.
     52 
     53 2007-02-17  Thiemo Seufer  <ths (a] mips.com>
     54 
     55 	* basic.exp: Add case for mips*-sde-elf*.
     56 	(mdmxmodels): Run mdmx tests only on mdmx capable configurations.
     57 
     58 2007-02-13  Thiemo Seufer  <ths (a] mips.com>
     59 
     60 	* mips32-dsp.s: Run DSP testcase only for release 2 architecture.
     61 
     62 2007-02-13  Thiemo Seufer  <ths (a] mips.com>
     63 
     64 	* mdmx-ob.s: Delete extraneous include.
     65 
     66 2006-11-08  Thiemo Seufer  <ths (a] mips.com>
     67 
     68 	* basic.exp: Fix spelling in comment. Use canonical form of target
     69 	patterns. Run DSP test only for DSP-capable ISAs. Check also mips32r2
     70 	and mips64r2 if supported by the target.
     71 
     72 2006-08-08  Chris Dearman  <chris (a] mips.com>
     73 
     74 	* testutils.inc (setup): __start is also a valid start symbol.
     75 
     76 2006-05-15  Chao-ying Fu  <fu (a] mips.com>
     77 
     78 	* mips32-dsp.s: Add some tests for shra_r.ph, shrav_r.ph, shra_r.w,
     79 	shrav_r.w.
     80 
     81 2005-12-14  Chao-ying Fu  <fu (a] mips.com>
     82 
     83 	* basic.exp: Run the dsp test.
     84 	* utils-dsp.inc: New file.
     85 	* mips32-dsp.s: New test.
     86 
     87 2004-04-11  Chris Demetriou  <cgd (a] broadcom.com>
     88 
     89 	* utils-fpu.inc (enable_fpu, ckm_fp_cc): New macros.
     90 	(clrset_fp_cc): Fix mask used for upper 7 condition codes.
     91 	* utils-mdmx.inc: Include utils-fpu.inc.
     92 	(enable_mdmx): Use enable_fpu.
     93 
     94 2004-04-10  Chris Demetriou  <cgd (a] broadcom.com>
     95 
     96 	* utils-fpu.inc: New file.
     97 	* utils-mdmx.inc: New file.
     98 	* mdmx-ob.s: New file.
     99 	* mdmx-ob-sb1.s: New file.
    100 	* basic.exp: Run new mdmx-ob and mdmx-ob-sb1 tests.
    101 
    102 2004-04-10  Chris Demetriou  <cgd (a] broadcom.com>
    103 
    104 	* fpu64-ps-sb1.s: New file.
    105 	* basic.exp: Recognize mipsisa64sb1 targets, and run fpu64-ps-sb1.s
    106 	if appropriate.
    107 
    108 2004-04-10  Chris Demetriou  <cgd (a] broadcom.com>
    109 
    110 	* fpu64-ps.s: New file.
    111 	* basic.exp: Run fpu64-ps.s.
    112 
    113 2004-03-29  Richard Sandiford  <rsandifo (a] redhat.com>
    114 
    115 	* hilo-hazard-[123].s: New files.
    116 	* basic.exp (run_hilo_test): New procedure.
    117 	(models): Only list models that are included in the configuration.
    118 	(submodels): New variable, set to submodels of the above.
    119 	(mips64vr-*-elf, mips64vrel-*-elf): New configuration stanza.
    120 	Run hilo-hazard-[123].s.
    121 
    122 2004-01-26  Chris Demetriou  <cgd (a] broadcom.com>
    123 
    124 	* basic.exp: New file.
    125 	* testutils.inc: New file.
    126 	* sanity.s: New file.
    127