Files
rtems/testsuites/libtests
Chris Johns 6c9f0176a9 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
2019-02-09 10:06:34 +11:00
..
2018-08-07 07:17:19 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-08-07 07:17:19 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00

This directory contains tests for some of the items in
the lib directories.  The intent is to be able to
verify the basic functionality of a library.  For example,
it is important to know that the stack checker successfully
detects tasks which both stay within and exceed their
stack limits.