summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-mdreloc-aarch64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Refactor shared code in ARM and AArch64Ryan Long2022-08-081-80/+1
| | | | | | | | rtl-mdreloc-arm.c was used as the basis for rtl-mdreloc-aarch64.c. This lead to some code being shared by the two files. The code was consolidated into rtl-unwind-arm.c. Closes #4686
* cpukit/libdl: Add support for AArch64Ryan Long2022-07-291-0/+599
rtl-mdreloc-aarch64.c and elf_machdep.h came from NetBSD. Updates #4682