summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 11:10:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 11:10:23 +0000
commit275999f515626dcd912db0096405b9affa89b250 (patch)
treec715a8025a1d1314640d4b8fac6aa01e4ef9906a /testsuites/itrontests
parentUse "long"s for "time"s (16bit compliance). (diff)
downloadrtems-275999f515626dcd912db0096405b9affa89b250.tar.bz2
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* itrontime01/init.c: Use "long"s for "time"s (16bit compliance). * itrontask04/task3.c: Add missing prototypes. * itrontask02/system.h, itrontask03/system.h, itrontask04/system.h: Add missing prototypes. * itrontask02/dormant.c: Add missing prototypes. * itrontask01/task1.c: Add missing prototypes. * itrontask01/system.h: Add missing prototypes. * itronsem01/init.c: Use PRId32 to print INT's. * itronmbf01/init.c: Add missing prototypes.
Diffstat (limited to 'testsuites/itrontests')
-rw-r--r--testsuites/itrontests/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index af07cddbfc..23b8b698e0 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,15 @@
+2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * itrontime01/init.c: Use "long"s for "time"s (16bit compliance).
+ * itrontask04/task3.c: Add missing prototypes.
+ * itrontask02/system.h, itrontask03/system.h, itrontask04/system.h:
+ Add missing prototypes.
+ * itrontask02/dormant.c: Add missing prototypes.
+ * itrontask01/task1.c: Add missing prototypes.
+ * itrontask01/system.h: Add missing prototypes.
+ * itronsem01/init.c: Use PRId32 to print INT's.
+ * itronmbf01/init.c: Add missing prototypes.
+
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.