summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index be4ee79d74..3da3366ea0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/include/rtems/error.h, libcsupport/src/error.c: Clean up
+ so rtems_panic() can be a noreturn method. This eliminates some
+ unreachable and thus untestable code.
+
2010-06-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libcsupport/src/termios.c: Formatting.