[PATCH] Remove traces of riscv64 mpers
Andreas Schwab
schwab at linux-m68k.org
Fri Sep 27 15:59:02 UTC 2019
* tests/options-syntax.test: Remove riscv64.
* tests/qualify_personality.sh: Likewise.
* tests/strace-V.test: Likewise.
---
tests/options-syntax.test | 2 +-
tests/qualify_personality.sh | 2 +-
tests/strace-V.test | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/options-syntax.test b/tests/options-syntax.test
index df3cebd8..90511c3c 100755
--- a/tests/options-syntax.test
+++ b/tests/options-syntax.test
@@ -59,7 +59,7 @@ x32)
check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd at 32
check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd at x32
;;
-aarch64|powerpc64|riscv64|s390x|sparc64|tile)
+aarch64|powerpc64|s390x|sparc64|tile)
check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd at 64
check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd at 32
check_h "incorrect personality designator 'x32' in qualification 'getcwd at x32'" -e trace=getcwd at x32
diff --git a/tests/qualify_personality.sh b/tests/qualify_personality.sh
index 0e8c8415..e2677f58 100644
--- a/tests/qualify_personality.sh
+++ b/tests/qualify_personality.sh
@@ -25,7 +25,7 @@ x86_64)
x32)
supported_pers='x32 32'
;;
-aarch64|powerpc64|riscv64|s390x|sparc64|tile)
+aarch64|powerpc64|s390x|sparc64|tile)
supported_pers='64 32'
;;
*)
diff --git a/tests/strace-V.test b/tests/strace-V.test
index 1f5e6825..9b8d7bcf 100755
--- a/tests/strace-V.test
+++ b/tests/strace-V.test
@@ -51,7 +51,7 @@ x86_64)
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
--
2.23.0
--
Andreas Schwab, schwab at linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
More information about the Strace-devel
mailing list