summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl09/dl09.doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-12testsuites/libtests/[a-l]*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns1-1/+1
- Load symbols before allocation. - Parse reloc records and place any reloc recs in a cache to use while the allocator is locked. - Relocate symbols after section allocation. - Split section loading into allocation/locating and loading. - Update all arch back-ends with a new reloc interface to control tramp handling. - Add `-a` and `-t` to the object list shell command. Closes #3741
2019-02-09libdl: Add support for trampolinesChris Johns1-5/+7
- Trampolines or fixups for veneers provide long jump support for instruciton sets that implement short relative address branches. The linker provides trampolines when creating a static image. This patch adds trampoline support to libdl and the ARM architecture. - The dl09 test requires enough memory so modules are outside the relative branch instruction ranges for the architecture. Updates #3685
2016-08-15testsuite: Add libdl/dl04 cache test.Chris Johns1-9/+7
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-11-30added documentationThomas Doerfler1-0/+26
corrections in block tests added Makefile.am