]> git.pld-linux.org Git - packages/kernel-tools.git/blame - kernel-tools-perf-update.patch
- added binutils2.35 patch (adjust Makefile for nm output change); release 3
[packages/kernel-tools.git] / kernel-tools-perf-update.patch
CommitLineData
32b75768
JB
1--- linux-4.12/tools/perf/util/libunwind/x86_32.c.orig 2017-07-03 01:07:02.000000000 +0200
2+++ linux-4.12/tools/perf/util/libunwind/x86_32.c 2017-07-13 18:03:18.986458842 +0200
3@@ -25,6 +25,7 @@
4 #include "libunwind-x86.h"
5 #include <../../../../arch/x86/include/uapi/asm/perf_regs.h>
6
7+#define EINVAL 22
8 /* HAVE_ARCH_X86_64_SUPPORT is used in'arch/x86/util/unwind-libunwind.c'
9 * for x86_32, we undef it to compile code for x86_32 only.
10 */
678217c0
JB
11--- linux-4.19/tools/perf/arch/x86/tests/arch-tests.c.orig 2018-10-22 08:37:37.000000000 +0200
12+++ linux-4.19/tools/perf/arch/x86/tests/arch-tests.c 2018-12-19 21:33:34.463629513 +0100
13@@ -24,7 +24,7 @@
14 .func = test__insn_x86,
15 },
16 #endif
17-#if defined(__x86_64__)
18+#if defined(__x86_64__) && !defined(__ILP32__)
19 {
20 .desc = "x86 bp modify",
21 .func = test__bp_modify,
This page took 0.09259 seconds and 4 git commands to generate.