summaryrefslogtreecommitdiffstats
path: root/c/src/ada/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 16:37:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 16:37:49 +0000
commitc783c777421748a2497638b595cbb150fd75eb07 (patch)
treecc0cb06c5cc3d2335800f64b6b5c3a751e8c2afd /c/src/ada/ChangeLog
parent2008-12-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c783c777421748a2497638b595cbb150fd75eb07.tar.bz2
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1345/Ada * rtems.ads: RTEMS boolean type is now C99 bool which is not an unsigned32.
Diffstat (limited to '')
-rw-r--r--c/src/ada/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/ada/ChangeLog b/c/src/ada/ChangeLog
index 6dfd01e19e..9357e697f3 100644
--- a/c/src/ada/ChangeLog
+++ b/c/src/ada/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1345/Ada
+ * rtems.ads: RTEMS boolean type is now C99 bool which is not an
+ unsigned32.
+
2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1339/Ada