summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/c4x
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-21 04:10:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-21 04:10:51 +0000
commitb7b6100115ee2c7eefa24c538a1e39bc49dd4d30 (patch)
tree5be688d9fdff17b4f7cefd57e0e7f076fbba5c9a /cpukit/score/cpu/c4x
parentInclude stdbool.h. Use bool as base-type for boolean. (diff)
downloadrtems-b7b6100115ee2c7eefa24c538a1e39bc49dd4d30.tar.bz2
2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Include stdbool.h. Use bool as base-type for boolean.
Diffstat (limited to 'cpukit/score/cpu/c4x')
-rw-r--r--cpukit/score/cpu/c4x/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog
index 6a0d5d1198..64a8b1834f 100644
--- a/cpukit/score/cpu/c4x/ChangeLog
+++ b/cpukit/score/cpu/c4x/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * rtems/score/types.h: Include stdbool.h.
+ Use bool as base-type for boolean.
+
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.