[PATCH] libdl: Add support for LDST128_ABS_LO12_NC

2023-05-19 Thread Kinsey Moore
--- cpukit/libdl/rtl-mdreloc-aarch64.c | 4 1 file changed, 4 insertions(+) diff --git a/cpukit/libdl/rtl-mdreloc-aarch64.c b/cpukit/libdl/rtl-mdreloc-aarch64.c index 25057ce9d7..46f87e9178 100644 --- a/cpukit/libdl/rtl-mdreloc-aarch64.c +++ b/cpukit/libdl/rtl-mdreloc-aarch64.c @@ -329,6 +3

Re: [PATCH rtems-source-builder] rtems-gcc-12-newlib-head.cfg: Update to include true long double math

2023-05-19 Thread Joel Sherrill
Patch posted. Thanks. --joel On Fri, May 19, 2023 at 1:51 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 17.05.23 23:13, Joel Sherrill wrote: > > Previously newlib only had long double math functions when the > > sizeof(double) was equal to sizeof(long double). Newlib now

[PATCH rtems-source-builder] rtems-gcc-*-newlib-head.cfg: Update to include true long double math

2023-05-19 Thread Joel Sherrill
Previously newlib only had long double math functions when the sizeof(double) was equal to sizeof(long double). Newlib now includes support for true long double on x86, x86_64, and aarch64. These files were not included in the previous commit. --- rtems/config/tools/rtems-gcc-10-newlib-head.cfg