From 59ceceb4f217347f8e007ab1fd3648c263ad960a Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Mon, 26 Feb 2024 20:42:30 +0800 Subject: [PATCH] Update simple labeling scheme to use 0 --- riscv-elf.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv-elf.adoc b/riscv-elf.adoc index 846cf663..e2ce1fdc 100644 --- a/riscv-elf.adoc +++ b/riscv-elf.adoc @@ -1434,7 +1434,7 @@ a different features. sections are built to be compatible with the landing pad mechanism provided by the `Zicfilp` extension. An executable or shared library with this bit set is required to generate PLTs with the landing pad (`lpad`) instruction, and all -label are set to `1`. +label are set to `0`. `GNU_PROPERTY_RISCV_FEATURE_1_CFI_SS`: This bit indicate that all executable sections are built to be compatible with the shadow stack mechanism provided by