summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-08 23:14:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-08 23:14:23 +0000
commitdad723f4311d370a227b0ad7504d25c499f49b30 (patch)
tree4f216a1965fd5e31660424933ab86167096e88d6 /cpukit/ChangeLog
parent2008-09-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dad723f4311d370a227b0ad7504d25c499f49b30.tar.bz2
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add debug information for per task allocations. * score/src/objectextendinformation.c: Do not allocate memory for name tables because we do not use name tables any longer.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 477dc2398c..ea89e8e94f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * sapi/include/confdefs.h: Add debug information for
+ per task allocations.
+ * score/src/objectextendinformation.c: Do not allocate memory for name
+ tables because we do not use name tables any longer.
+
+2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/src/threadinitialize.c: _Stack_Ensure_minimum was being called
here and in _Thread_Stack_Allocate.