mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
x86: Add NT_X86_CET note
Define NT_X86_CET which is the proposed note for x86 CET state to support Intel CET in Linux kernel. Double check it after Intel CET patches have been merged into Linux kernel. binutils/ * readelf.c (get_note_type): Support NT_X86_CET. include/ * elf/common.h (NT_X86_CET): New.
This commit is contained in:
@ -619,6 +619,8 @@
|
||||
/* note name must be "LINUX". */
|
||||
#define NT_X86_XSTATE 0x202 /* x86 XSAVE extended state */
|
||||
/* note name must be "LINUX". */
|
||||
#define NT_X86_CET 0x203 /* x86 CET state. */
|
||||
/* note name must be "LINUX". */
|
||||
#define NT_S390_HIGH_GPRS 0x300 /* S/390 upper halves of GPRs */
|
||||
/* note name must be "LINUX". */
|
||||
#define NT_S390_TIMER 0x301 /* S390 timer */
|
||||
|
Reference in New Issue
Block a user