[0/4] Multiple sparc fixes

Message ID 20240118160228.741832-1-adhemerval.zanella@linaro.org
Headers
Series Multiple sparc fixes |

Message

Adhemerval Zanella Jan. 18, 2024, 4:02 p.m. UTC
  This patchset fixes multiple issues on sparc64 and sparcv9.

Adhemerval Zanella (4):
  Use --disable-default-pie for sparc in build-many-glibcs.py
  sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)
  sparc64: Remove unwind information from signal return stubs [BZ#31244]
  sparc: Fix sparc64 memmove length comparison (BZ 31266)

 scripts/build-many-glibcs.py                        | 10 ++++++----
 sysdeps/sparc/sparc32/bits/wordsize.h               | 13 ++++---------
 sysdeps/sparc/sparc64/memmove.S                     |  2 +-
 .../unix/sysv/linux/sparc/sparc64/sigreturn_stub.S  |  7 +++++--
 4 files changed, 16 insertions(+), 16 deletions(-)