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