summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-08 18:55:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-08 18:55:45 +0000
commit1ff385c21492aac01d71c2af07aefe6c167e67d9 (patch)
treea5b8a668035d7f6cf5fc772e6840fb8cd566bccb /cpukit/ChangeLog
parent2006-03-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1ff385c21492aac01d71c2af07aefe6c167e67d9.tar.bz2
2006-03-08 Joel Sherrill <joel@OARcorp.com>
PR 761/rtems * score/src/threadhandler.c: Add volatile cast so test is weak function is present will do something. Otherwise, it can be assume by gcc to always be a true condition.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ca082e4de3..2dabcc833d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2006-03-08 Joel Sherrill <joel@OARcorp.com>
+ PR 761/rtems
+ * score/src/threadhandler.c: Add volatile cast so test is weak function
+ is present will do something. Otherwise, it can be assume by gcc to
+ always be a true condition.
+
+2006-03-08 Joel Sherrill <joel@OARcorp.com>
+
* itron/macros/rtems/itron/semaphore.inl,
itron/macros/rtems/itron/task.inl: Fix warnings.
* posix/macros/rtems/posix/cond.inl: Fix typo.