summaryrefslogtreecommitdiff
path: root/testsuites/libtests/dl07/init.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-02-02 15:09:53 +1100
committerChris Johns <chrisj@rtems.org>2019-02-09 10:06:34 +1100
commit6c9f0176a916cdbe88e04417e7aa1405d80c500f (patch)
tree1846dd800a123e682f15e49a893426a9a6a064c4 /testsuites/libtests/dl07/init.c
parent194eb403c39f5ad346e63dc3352e29570857fd93 (diff)
libdl: Add powerpc large memory and small data support.
- Add support for architecure sections that can be handled by the architecture back end. - Add trampoline/fixup support for PowerPC. This means the PowerPC now supports large memory loading of applications. - Add a bit allocator to manage small block based regions of memory. - Add small data (sdata/sbss) support for the PowerPC. The support makes the linker allocated small data region of memory a global resource available to libdl loaded object files. Updates #3687 Updates #3685
Diffstat (limited to 'testsuites/libtests/dl07/init.c')
-rw-r--r--testsuites/libtests/dl07/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/dl07/init.c b/testsuites/libtests/dl07/init.c
index 7c482c4944..e398b58b63 100644
--- a/testsuites/libtests/dl07/init.c
+++ b/testsuites/libtests/dl07/init.c
@@ -56,7 +56,7 @@ static void Init(rtems_task_argument arg)
exit (1);
}
- for (i = 0; i < 100; ++i)
+ for (i = 0; i < 1; ++i)
{
printf ("--------------------------------------------------\n");
printf (" Run: %d\n", i);