summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 06:12:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 06:12:41 +0000
commit845770a30b748f3f735e250008b48ffc71fc0053 (patch)
treee7ed76bc8f15dee9fcc877b86712e6618c5eba01
parentPass UINTPTR_MAX instead of 0xffffffff to _Heap_Allocate for 16bit compliance. (diff)
downloadrtems-845770a30b748f3f735e250008b48ffc71fc0053.tar.bz2
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to _Heap_Allocate for 16bit compliance.
-rw-r--r--testsuites/sptests/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 665d9333ce..733d371468 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,5 +1,7 @@
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to
+ _Heap_Allocate for 16bit compliance.
* sp44/init.c: Another printf format fix.
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>