summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-30 14:18:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-30 14:18:22 +0000
commit524ff1cf45aa781e6ccd6e9903f184bb9acc1428 (patch)
tree20843e37b5da84c5f9ff5bcd82a964929d86e908 /cpukit/ChangeLog
parentAdded format string to fprintf(). (diff)
downloadrtems-524ff1cf45aa781e6ccd6e9903f184bb9acc1428.tar.bz2
Spaces to tabs.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e207a4e61c..85ed663289 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,13 +1,13 @@
2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
- * score/include/rtems/score/protectedheap.h,
- score/src/pheapallocate.c: Changed base implementation of protected
- heap allocations to use _Heap_Allocate_aligned_with_boundary().
+ * score/include/rtems/score/protectedheap.h,
+ score/src/pheapallocate.c: Changed base implementation of protected
+ heap allocations to use _Heap_Allocate_aligned_with_boundary().
* libcsupport/include/rtems/malloc.h, libcsupport/src/rtems_malloc.c:
Check system state. Process deferred frees. Renamed rtems_malloc() in
rtems_heap_allocate_aligned_with_boundary().
- * score/src/pheapallocatealigned.c: Removed file.
- * score/Makefile.am: Update for removed file.
+ * score/src/pheapallocatealigned.c: Removed file.
+ * score/Makefile.am: Update for removed file.
2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
@@ -3234,7 +3234,7 @@
* configure.ac: Check for functions in newlib.
* posix/Makefile.am: Unconditionally compile files which now
- are in newlib.
+ are in newlib.
* libcsupport/Makefile.am: Unconditionally compile files which now
are in newlib.