[PATCH v2 1/2] Reset note name of NT_RISCV_CSR to "GDB" to be consistent with the intent described in commit db6092f3aec43ea4d10efc5ff74274f04cdc0ad6
Greg Savin
greg.savin@sifive.com
Thu Aug 10 22:11:21 GMT 2023
---
include/elf/common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/elf/common.h b/include/elf/common.h
index ffa6b60bd2b..e7eede23a07 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -714,7 +714,7 @@
#define NT_LARCH_LBT 0xa04 /* LoongArch Binary Translation registers */
/* note name must be "CORE". */
#define NT_RISCV_CSR 0x900 /* RISC-V Control and Status Registers */
- /* note name must be "LINUX". */
+ /* note name must be "GDB". */
#define NT_SIGINFO 0x53494749 /* Fields of siginfo_t. */
#define NT_FILE 0x46494c45 /* Description of mapped files. */
--
2.25.1
More information about the Binutils
mailing list