Re: [PATCH] libdl: Refactor shared code in Arm and AArch64

2022-07-28 Thread Chris Johns
OK Nice change and clean up. Thanks Chris On 29/7/2022 1:04 am, Ryan Long wrote: > 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

[PATCH] libdl: Refactor shared code in Arm and AArch64

2022-07-28 Thread Ryan Long
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/rtl-mdreloc-aarch64.c | 79 +- cpukit/libdl/rtl-mdreloc-arm.c | 7