summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-28 22:13:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-28 22:13:55 +0000
commit1d33ecab00b86b4eca5fa78d538b92f49e4293ed (patch)
tree9294a4cdf51e6d7ecc7abf6adc80108e5b17020a /cpukit/ChangeLog
parent2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1d33ecab00b86b4eca5fa78d538b92f49e4293ed.tar.bz2
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.
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.