Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f21bec9c2f | ||
|
|
1fce9e8494 |
2 changed files with 6 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 <law@redhat.com> - 0.1.4-20
|
||||
- Remove xfail for aarch64 in testsuite (#1334124)
|
||||
|
||||
* Wed Feb 17 2016 Jeff Law <law@redhat.com> - 0.1.4-19
|
||||
- Build with -O0 to avoid GCC optimizing away checks we want to keep.
|
||||
(#1307767)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue