summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl09/dl09.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Add support for trampolinesChris Johns2019-02-091-0/+390
- 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