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> 2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/include/rtems/score/protectedheap.h, * score/include/rtems/score/protectedheap.h,
score/src/pheapallocate.c: Changed base implementation of protected score/src/pheapallocate.c: Changed base implementation of protected
heap allocations to use _Heap_Allocate_aligned_with_boundary(). heap allocations to use _Heap_Allocate_aligned_with_boundary().
* libcsupport/include/rtems/malloc.h, libcsupport/src/rtems_malloc.c: * libcsupport/include/rtems/malloc.h, libcsupport/src/rtems_malloc.c:
Check system state. Process deferred frees. Renamed rtems_malloc() in Check system state. Process deferred frees. Renamed rtems_malloc() in
rtems_heap_allocate_aligned_with_boundary(). rtems_heap_allocate_aligned_with_boundary().
* score/src/pheapallocatealigned.c: Removed file. * score/src/pheapallocatealigned.c: Removed file.
* score/Makefile.am: Update for removed file. * score/Makefile.am: Update for removed file.
2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de> 2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
@@ -3234,7 +3234,7 @@
* configure.ac: Check for functions in newlib. * configure.ac: Check for functions in newlib.
* posix/Makefile.am: Unconditionally compile files which now * posix/Makefile.am: Unconditionally compile files which now
are in newlib. are in newlib.
* libcsupport/Makefile.am: Unconditionally compile files which now * libcsupport/Makefile.am: Unconditionally compile files which now
are in newlib. are in newlib.