summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-25 07:45:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-25 07:45:47 +0000
commit95008c6dc4d1c4cdf63554512ed78b07142da969 (patch)
tree09282f98a224d5f9a3fc72c9c2e8de35a8366fd8 /cpukit/ChangeLog
parent2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-95008c6dc4d1c4cdf63554512ed78b07142da969.tar.bz2
2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/Makefile.am: Add src/status.c. * rtems/include/rtems/rtems/status.h: Make _Status_Object_name_errors_to_status an external variable. * rtems/src/status.c: New (split out from rtems/include/rtems/rtems/status.h).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 72305576ea..3068780384 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * rtems/Makefile.am: Add src/status.c.
+ * rtems/include/rtems/rtems/status.h: Make
+ _Status_Object_name_errors_to_status an external variable.
+ * rtems/src/status.c: New (split out from
+ rtems/include/rtems/rtems/status.h).
+
+2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* rtems/Makefile.am: Reformat.
2011-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>