summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/ChangeLog')
-rw-r--r--testsuites/sptests/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index f2dc7041e1..fb7cfca87a 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,14 @@
+2008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sp09/screen07.c: Use INT_MAX as number of messages so always
+ properly sized and no overflow on constant.
+ * sp09/screen10.c: Delay so on targets with simulator idle clock
+ tick driver this will work.
+ * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
+ byte boundaries rather than two byte boundaries.
+ * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
+ allocate more memory than size_t holds on m32c.
+
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,