From fb0851e6238ce7056f91e6f5c5c404811a88b72f Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 7 Sep 2021 09:50:43 -0400 Subject: [PATCH] dwflpp.h: add conditional EM_RISCV define .... for use on older elfutils --- dwflpp.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dwflpp.h b/dwflpp.h index b0d43fd9b..72b30cb18 100644 --- a/dwflpp.h +++ b/dwflpp.h @@ -32,6 +32,11 @@ #define EM_AARCH64 183 #endif +#ifndef EM_RISCV +#define EM_RISCV 243 +#endif + + extern "C" { #include -- 2.43.5