summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-06-17 22:58:19 +0000
committerChris Johns <chrisj@rtems.org>2009-06-17 22:58:19 +0000
commitf9eb21d8639910bde675e1365cfd94432c5b8588 (patch)
tree319c258c3a6d2d526002572b3795ce4182e0b315 /testsuites/psxtests/ChangeLog
parent2009-06-18 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-f9eb21d8639910bde675e1365cfd94432c5b8588.tar.bz2
2009-06-18 Chris Johns <chrisj@rtems.org>
* psx04/task3.c: Declare unions volatile to workaround the H8300 gcc bug.
Diffstat (limited to 'testsuites/psxtests/ChangeLog')
-rw-r--r--testsuites/psxtests/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 156acda893..51d9754f17 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-18 Chris Johns <chrisj@rtems.org>
+
+ * psx04/task3.c: Declare unions volatile to workaround the H8300
+ gcc bug.
+
2009-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add mq_send to full queue from ISR case.