ChangeLog-2021 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. 2021-04-08 Mike Frysinger <vapier@gentoo.org>
  2. * allinsn.exp (arch): Delete.
  3. * fr400/allinsn.exp, fr500/allinsn.exp, fr550/allinsn.exp,
  4. interrupts.exp, misc.exp, parallel.exp: Likewise.
  5. 2021-02-13 Mike Frysinger <vapier@gentoo.org>
  6. * allinsn.exp, fr400/allinsn.exp, fr500/allinsn.exp,
  7. fr550/allinsn.exp, interrupts.exp, misc.exp,
  8. parallel.exp: Define arch.
  9. 2021-01-15 Mike Frysinger <vapier@gentoo.org>
  10. * cache.ms: New testcase from ../../frv-elf/.
  11. * exit47.ms, grloop.ms, hello.ms: Likewise.
  12. * misc.exp: New file.
  13. 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
  14. * allinsn.exp (all_machs): Add fr405 and fr450.
  15. * fr400/allinsn.exp (all_machs): Likewise.
  16. * fr400/addss.cgs (mach): Change to "fr405 fr450".
  17. * fr400/scutss.cgs (mach): Likewise.
  18. * fr400/slass.cgs (mach): Likewise.
  19. * fr400/smass.cgs (mach): Likewise.
  20. * fr400/smsss.cgs (mach): Likewise.
  21. * fr400/smu.cgs (mach): Likewise.
  22. * fr400/subss.cgs (mach): Likewise.
  23. * interrupts/fp_exception.cgs: Replace fmadds with .word.
  24. * interrupts/fp_exception-fr550.cgs: Likewise.
  25. * mqlclrhs.cgs: New test.
  26. * mqlmths.cgs: New test.
  27. * mqsllhi.cgs: New test.
  28. * mqsrahi.cgs: New test.
  29. 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
  30. * fr400/scutss.cgs: Fix tests to account for rounding.
  31. Add some new ones.
  32. 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
  33. * {rstb,rsth,rst,rstd,rstq}.cgs: Delete.
  34. * {rstbf,rsthf,rstf,rstdf,rstqf}.cgs: Delete.
  35. 2003-10-10 Dave Brolley <brolley@redhat.com>
  36. * testutils.inc (or_gr_immed): New macro.
  37. * fp_exception-fr550.cgs: Write insns using
  38. unaligned registers into the program in order to
  39. cause the required exceptions.
  40. * fp_exception.cgs: Ditto.
  41. * regalign.cgs: Ditto.
  42. 2003-10-06 Dave Brolley <brolley@redhat.com>
  43. * fr550: New subdirectory.
  44. * fr400/*.cgs: Add fr550 as appropriate.
  45. * fr500/*.cgs: Add fr550 as appropriate.
  46. * interrupts/*.cgs: Add fr550 as appropriate.
  47. * interrupts/*-fr550.cgs: New test cases for fr550.
  48. 2003-09-19 Michael Snyder <msnyder@redhat.com>
  49. * nldqi.cgs: Remove. This insn was never implemented
  50. by Fujitsu.
  51. 2003-09-19 Dave Brolley <brolley@redhat.com>
  52. * rstqf.cgs: Use nldq instead of nldqi.
  53. * rstq.cgs: Use nldq instead of nldqi.
  54. 2003-09-11 Michael Snyder <msnyder@redhat.com>
  55. * movgs.cgs: Change lcr to spr[273],
  56. which according to the comments seems to be the intent.
  57. 2003-09-09 Dave Brolley <brolley@redhat.com>
  58. * maddaccs.cgs: move to fr400 subdirectory.
  59. * msubaccs.cgs: move to fr400 subdirectory.
  60. * masaccs.cgs: move to fr400 subdirectory.
  61. 2003-09-03 Michael Snyder <msnyder@redhat.com>
  62. * fr500/mclracc.cgs: Change mach to 'all', to be
  63. consistent with other tests in the directory.
  64. 2003-09-03 Michael Snyder <msnyder@redhat.com>
  65. * interrupts/Ipipe-fr400.cgs: New file.
  66. * interrupts/Ipipe-fr500.cgs: New file.
  67. * interrupts/Ipipe.cgs: Remove (replaced by above).