Spaces to tabs.

This commit is contained in:
Joel Sherrill
2009-11-30 14:18:22 +00:00
parent 8bca4fcaa4
commit 524ff1cf45

View File

@@ -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.