From 5500232a8989ecad90a44a1051896ad9b53d6732 Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Mon, 8 Aug 2022 09:23:48 -0500 Subject: libdl: Refactor shared code in ARM and AArch64 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 --- spec/build/cpukit/objdlaarch64.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build/cpukit/objdlaarch64.yml') diff --git a/spec/build/cpukit/objdlaarch64.yml b/spec/build/cpukit/objdlaarch64.yml index 2909a902f2..1715eefd3a 100644 --- a/spec/build/cpukit/objdlaarch64.yml +++ b/spec/build/cpukit/objdlaarch64.yml @@ -12,4 +12,5 @@ install: [] links: [] source: - cpukit/libdl/rtl-mdreloc-aarch64.c +- cpukit/libdl/rtl-unwind-arm.c type: build -- cgit v1.2.3