From 971a381356031f7681278dfd552e7d52573193c7 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Mon, 23 Sep 2024 22:14:36 +0800 Subject: [PATCH] Add macro for shadow stack as well --- src/c-api.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/c-api.adoc b/src/c-api.adoc index 72c51b5..48e7e88 100644 --- a/src/c-api.adoc +++ b/src/c-api.adoc @@ -32,6 +32,7 @@ a| | `+__riscv_landing_pad+` | 1 | Defined if the landing pad is enabled. | `+__riscv_landing_pad_unlabeled+` | 1 | Defined if the unlabeled labeling scheme is enabled. | `+__riscv_landing_pad_func_sig+` | 1 | Defined if the function signature based labeling scheme is enabled. +| `+__riscv_shadow_stack+` | 1 | Defined if the shadow stack is enabled. |=== [id=__riscv_v_min_vlen]