summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-08 21:43:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-08 21:43:05 +0000
commit8583f82da05bd7e8ff5dd305e3668c8d620d0756 (patch)
tree56f2420371567f9ae00b9bc4f4fd1ddb2bbe00da /cpukit/ChangeLog
parent2007-03-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8583f82da05bd7e8ff5dd305e3668c8d620d0756.tar.bz2
2007-03-08 Joel Sherrill <joel@OARcorp.com>
* libmisc/stackchk/check.c, libmisc/stackchk/internal.h, libmisc/stackchk/stackchk.h: Change dump usage to report usage.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 52c486d382..c2fcd5cadd 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2007-03-08 Joel Sherrill <joel@OARcorp.com>
+ * libmisc/stackchk/check.c, libmisc/stackchk/internal.h,
+ libmisc/stackchk/stackchk.h: Change dump usage to report usage.
+
+2007-03-08 Joel Sherrill <joel@OARcorp.com>
+
* rtems/Makefile.am, rtems/src/msgqsend.c, rtems/src/msgqurgent.c:
Remove wrapper for message queue send and urgent and implement them
directly. There was an unnecessary function call layer in addition to