ChangeLog-2021 3.7 KB

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