]> granicus.if.org Git - strace/commitdiff
Remove traces of riscv64 mpers
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 27 Sep 2019 15:59:02 +0000 (17:59 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 27 Sep 2019 22:03:43 +0000 (22:03 +0000)
* tests/options-syntax.test: Remove riscv64.
* tests/qualify_personality.sh: Likewise.
* tests/strace-V.test: Likewise.

Fixes: v5.3~18 "riscv64: remove mpers support"
tests/options-syntax.test
tests/qualify_personality.sh
tests/strace-V.test

index df3cebd8ca46063585feca871168c987e36fe96a..90511c3c01ee1603b6854506300270c9dde7c3d4 100755 (executable)
@@ -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
index 0e8c84158c2f1d0a4af24edcfebd9cee10612879..e2677f58d8f514f72375beeed816ae2cc91b20f5 100644 (file)
@@ -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'
        ;;
 *)
index 1f5e6825e1f8d92715ecdc07022cccefc8854a02..9b8d7bcf2e6e3a6caeb1bfb5bc9c93ae3b380d53 100755 (executable)
@@ -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