* tests/options-syntax.test: Remove riscv64.
* tests/qualify_personality.sh: Likewise.
* tests/strace-V.test: Likewise.
Fixes: v5.3~18 "riscv64: remove mpers support"
check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@32
check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@x32
;;
-aarch64|powerpc64|riscv64|s390x|sparc64|tile)
+aarch64|powerpc64|s390x|sparc64|tile)
check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@64
check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@32
check_h "incorrect personality designator 'x32' in qualification 'getcwd@x32'" -e trace=getcwd@x32
x32)
supported_pers='x32 32'
;;
-aarch64|powerpc64|riscv64|s390x|sparc64|tile)
+aarch64|powerpc64|s390x|sparc64|tile)
supported_pers='64 32'
;;
*)
option_m32=$(getoption HAVE_M32_MPERS ' m32-mpers' ' no-m32-mpers')
option_mx32=$(getoption HAVE_MX32_MPERS ' mx32-mpers' ' no-mx32-mpers')
;;
-aarch64|powerpc64|riscv64|s390x|sparc64|tile|x32)
+aarch64|powerpc64|s390x|sparc64|tile|x32)
option_m32=$(getoption HAVE_M32_MPERS ' m32-mpers' ' no-m32-mpers')
;;
esac