diff --git a/memstomp-rh1133815.patch b/memstomp-rh1133815.patch index 47b8e8c..5f05de9 100644 --- a/memstomp-rh1133815.patch +++ b/memstomp-rh1133815.patch @@ -111,8 +111,8 @@ diff -Nrup a/testsuite/memstomp.lineinfo/linenumber.exp b/testsuite/memstomp.lin + pass "$src compilation $results" + } + -+ # ARM's unwinder seems broken, assuming aarch64 is broken as well -+ setup_xfail arm*-*-* aarch64-*-* ++ # ARM's unwinder seems broken ++ setup_xfail arm*-*-* + catch {exec /bin/bash -c "LD_PRELOAD=$libmemstomp:$libmemstomp_backtrace_symbols ./a.out"} results + if {[regexp "linenumber.c:8" $results]} { + pass "$src found overlap on right line $results" diff --git a/memstomp.spec b/memstomp.spec index e9170af..ac5ce1f 100644 --- a/memstomp.spec +++ b/memstomp.spec @@ -1,7 +1,7 @@ %global githash 38573e7d Name: memstomp Version: 0.1.4 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Warns of memory argument overlaps to various functions Group: Development/Debuggers # The entire source code is LGPLV3+ with the exception of backtrace-symbols.c which @@ -70,6 +70,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/memstomp.1.gz %changelog +* Mon May 9 2016 Jeff Law - 0.1.4-20 +- Remove xfail for aarch64 in testsuite (#1334124) + * Wed Feb 17 2016 Jeff Law - 0.1.4-19 - Build with -O0 to avoid GCC optimizing away checks we want to keep. (#1307767)