summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/objdlaarch64.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/libdl: AARCH64 unwind uses DWARF 2 tablesChris Johns2023-08-121-1/+0
| | | | Closes #4943
* libdl: Refactor shared code in ARM and AArch64Ryan Long2022-08-081-0/+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/+15
rtl-mdreloc-aarch64.c and elf_machdep.h came from NetBSD. Updates #4682