index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-20 10:32:47 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-20 10:32:47 +0200 |
commit | d12ccfc9e9d74544c05ea08f79c2b5de6839d7ae (patch) | |
tree | 32d9bcfe12edc79e7cba5bd796b671c89eec498e /core/elfutils/elfutils-backtrace-test-printf-fix.patch | |
parent | 0a1b1b63394aaa4e687770b88dc56a5d3069158a (diff) |
-rw-r--r-- | core/elfutils/elfutils-backtrace-test-printf-fix.patch | 11 |
diff --git a/core/elfutils/elfutils-backtrace-test-printf-fix.patch b/core/elfutils/elfutils-backtrace-test-printf-fix.patch deleted file mode 100644 index f8fa3784..00000000 --- a/core/elfutils/elfutils-backtrace-test-printf-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- elfutils-0.176/tests/backtrace.c 2019-02-15 16:46:47.000000000 +0100 -+++ elfutils-git/tests/backtrace.c 2019-07-29 17:43:34.963057739 +0200 -@@ -185,7 +185,7 @@ - symname = dwfl_module_addrname (mod, pc_adjusted); - - printf ("#%2d %#" PRIx64 "%4s\t%s\n", *framenop, (uint64_t) pc, -- ! isactivation ? "- 1" : "", symname); -+ ! isactivation ? "- 1" : "", symname ?: "<null>"); - pid_t tid = dwfl_thread_tid (thread); - callback_verify (tid, *framenop, pc, symname, dwfl); - (*framenop)++; |