From 64f1df3259e1fe0bb2987cdcf61bea2883078318 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Dec 2008 14:50:25 +0000 Subject: 2008-12-15 Joel Sherrill * malloctest/init.c: Change sizes of heap/region and allocated objects in heap to intptr_t so they can be larger than a single allocatable object (e.g. size_t). --- testsuites/libtests/ChangeLog | 6 ++++++ testsuites/libtests/malloctest/init.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 2e99ffbcba..d439e80682 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,9 @@ +2008-12-15 Joel Sherrill + + * malloctest/init.c: Change sizes of heap/region and allocated objects + in heap to intptr_t so they can be larger than a single allocatable + object (e.g. size_t). + 2008-10-14 Joel Sherrill * malloctest/init.c: Do not generate alignment factors larger that will diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c index db973e2377..37c9e4d762 100644 --- a/testsuites/libtests/malloctest/init.c +++ b/testsuites/libtests/malloctest/init.c @@ -119,7 +119,7 @@ void test_heap_init() void test_heap_cases_1() { void *p1, *p2, *p3, *p4; - uint32_t u1, u2; + intptr_t u1, u2; Heap_Resize_status rsc; /* -- cgit v1.2.3