]> sourceware.org Git - systemtap.git/commitdiff
dwflpp.h: add conditional EM_RISCV define
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 7 Sep 2021 13:50:43 +0000 (09:50 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 7 Sep 2021 13:50:43 +0000 (09:50 -0400)
.... for use on older elfutils

dwflpp.h

index b0d43fd9be3971ad432632840c32a3179654a257..72b30cb1841eda749938dc1957076567462eab09 100644 (file)
--- a/dwflpp.h
+++ b/dwflpp.h
 #define EM_AARCH64 183
 #endif
 
+#ifndef EM_RISCV
+#define EM_RISCV 243
+#endif
+
+
 
 extern "C" {
 #include <elfutils/libdwfl.h>
This page took 0.030674 seconds and 5 git commands to generate.