summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl09/dl-load.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/libtests/dl*: Change license to BSD-2Joel Sherrill2022-04-071-3/+22
| | | | Updates #3053.
* libdl: Add support for trampolinesChris Johns2019-02-091-0/+21
- 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