[PATCH 0/4] OpenRISC fixes for 2.39

Stafford Horne shorne@gmail.com
Tue Mar 19 21:42:40 GMT 2024


I am preparing to get OpenRISC hard-float patches ready for upsteam and took
some time to make sure all the nofpu port tests are clean.  Running the latest
tests I found a few issues.  This series contains a few fixes for these issues.

Also, during reviewing the Linux signal ABI after Linux floating point support
went upstream I found the OpenRISC ucontext definition is missing one field.
This series includes a fix the this ucontext ABI breakage.

Stafford Horne (4):
  or1k: Fix Linux user space signal ABI
  or1k: Update libm test ulps
  or1k: Only define fpu rouding and exceptions with hard-float
  or1k: Add prctl wrapper to unwrap variadic args

 sysdeps/or1k/bits/fenv.h                    | 19 ++++++++++
 sysdeps/or1k/libm-test-ulps                 |  1 +
 sysdeps/unix/sysv/linux/or1k/prctl.c        | 42 +++++++++++++++++++++
 sysdeps/unix/sysv/linux/or1k/sys/ucontext.h |  1 +
 4 files changed, 63 insertions(+)
 create mode 100644 sysdeps/unix/sysv/linux/or1k/prctl.c

-- 
2.44.0



More information about the Libc-alpha mailing list