From: Debian Elfutils Maintainers Date: Wed, 29 Oct 2025 05:57:58 +0000 (+0100) Subject: perf_regs X-Git-Tag: archive/raspbian/0.194-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3d4079e2e9da5a0eb9a388b8d9996676dec5ca0b;p=elfutils.git perf_regs Gbp-Pq: Name perf_regs.diff --- diff --git a/backends/libebl_PERF_FLAGS.h b/backends/libebl_PERF_FLAGS.h index 51c20ea..403c876 100644 --- a/backends/libebl_PERF_FLAGS.h +++ b/backends/libebl_PERF_FLAGS.h @@ -32,9 +32,8 @@ #define _LIBEBL_PERF_FLAGS_H 1 #if defined(__linux__) +#if defined(__linux__) && !defined(__alpha__) && !defined(__hppa__) && !defined(__m68k__) && !defined(__sh__) && !defined(__sparc__) /* XXX Need to exclude __linux__ arches without perf_regs.h. */ -#if defined(__x86_64__) || defined(__i386__) -/* || defined(other_architecture)... */ # include #endif #endif