From: Andreas Schwab Date: Fri, 27 Sep 2019 15:59:02 +0000 (+0200) Subject: Remove traces of riscv64 mpers X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fb807685d1193d0e4bab1f59703b16d9f0cfb04;p=strace Remove traces of riscv64 mpers * tests/options-syntax.test: Remove riscv64. * tests/qualify_personality.sh: Likewise. * tests/strace-V.test: Likewise. Fixes: v5.3~18 "riscv64: remove mpers support" --- 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@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 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