summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel <3840695+am11@users.noreply.github.com>2022-07-31 21:32:52 +0300
committerStephen M. Webb <stephen.webb@bregmasoft.ca>2022-08-05 16:23:23 -0400
commitb7d796e5a3c68ae84cc2f9d4c8e663557dbacf01 (patch)
tree09ab981156a42587e4b34de4a66194ad3e0cb4d4
parent91021e748ecd226ca006583fc2cc320b5039a09d (diff)
downloadlibunwind-b7d796e5a3c68ae84cc2f9d4c8e663557dbacf01.tar.gz
Add RISC-V machine value in remote unwind
-rw-r--r--include/remote/freebsd-elf_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/remote/freebsd-elf_common.h b/include/remote/freebsd-elf_common.h
index b53ffdc8..080a52d6 100644
--- a/include/remote/freebsd-elf_common.h
+++ b/include/remote/freebsd-elf_common.h
@@ -169,6 +169,7 @@ typedef struct {
#define EM_TINYJ 61 /* Advanced Logic Corp. TinyJ processor. */
#define EM_X86_64 62 /* Advanced Micro Devices x86-64 */
#define EM_AMD64 EM_X86_64 /* Advanced Micro Devices x86-64 (compat) */
+#define EM_RISCV 243 /* RISC-V. */
/* Non-standard or deprecated. */
#define EM_486 6 /* Intel i486. */