diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-08-08 03:33:44 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-08-08 03:33:44 +0000 |
commit | addc96410e6eae47a28314aeaace3228bd70b9cd (patch) | |
tree | 3998870b58279b308d8ea678debce30da103dd5e /experimental/elfutils/test-disable-biarch.patch | |
parent | 6e8939f34d9bcc8294a64b64e5fce9ce16668070 (diff) | |
parent | 6722ef49445b3fbe7665fc487733a8710a98fb5f (diff) | |
download | packages-addc96410e6eae47a28314aeaace3228bd70b9cd.tar.gz packages-addc96410e6eae47a28314aeaace3228bd70b9cd.tar.bz2 packages-addc96410e6eae47a28314aeaace3228bd70b9cd.tar.xz packages-addc96410e6eae47a28314aeaace3228bd70b9cd.zip |
Merge branch 'sr.2019.08.07' into 'master'
Misc changes, 2019.08.07
See merge request adelie/packages!315
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 |