From 5dee78118a69a67d98760ca6be4247b39d785575 Mon Sep 17 00:00:00 2001
From: Jason Xu <40355221+JasonBrave@users.noreply.github.com>
Date: Thu, 10 Jul 2025 19:13:40 -0400
Subject: [PATCH] RISC-V PE Relocation Types
---
desktop-src/Debug/pe-format.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/desktop-src/Debug/pe-format.md b/desktop-src/Debug/pe-format.md
index caba4f1b097..cc1312fb5a1 100644
--- a/desktop-src/Debug/pe-format.md
+++ b/desktop-src/Debug/pe-format.md
@@ -780,6 +780,11 @@ The following relocation type indicators are defined for the Mitsubishi M32R pro
| IMAGE\_REL\_M32R\_TOKEN
| 0x000E
| The CLR token.
|
+
+
+##### RISC-V Processors
+
+The following relocation type indicators are defined for RISC-V processors.