summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl06 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dl06/dl06-o1.c: Remove set, not used warningJoel Sherrill2018-08-151-1/+4
|
* libtests: Use CONFIGURE_INIT_TASK_TABLE_SIZESebastian Huber2018-07-301-4/+3
| | | | | | | | Using CONFIGURE_MINIMUM_TASK_STACK_SIZE increases also the interrupt stack size. This is an issue on some BSPs. Use CONFIGURE_INIT_TASK_TABLE_SIZE instead. Update #3433.
* testsuites/dl06: Add a test for RAP format.Chris Johns2018-04-128-0/+349
This test loads a RAP format file that contains calls that are not in the kernel and linked from libm. It uses and test rtems-ld. Update #2769