diff options
Diffstat (limited to 'experimental/elfutils/test-disable-biarch.patch')
-rw-r--r-- | experimental/elfutils/test-disable-biarch.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/experimental/elfutils/test-disable-biarch.patch b/experimental/elfutils/test-disable-biarch.patch new file mode 100644 index 000000000..809c3df1e --- /dev/null +++ b/experimental/elfutils/test-disable-biarch.patch @@ -0,0 +1,9 @@ +https://sourceware.org/PR24158 + +Tets fails when 32-bit elfutils tries to dump 64-bit process. +--- a/tests/run-backtrace-native-biarch.sh ++++ b/tests/run-backtrace-native-biarch.sh +@@ -17,2 +17,3 @@ + ++ELFUTILS_DISABLE_BIARCH=yes # https://sourceware.org/PR24158 + if test -n "$ELFUTILS_DISABLE_BIARCH"; then |