diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/elf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/elf.h b/include/linux/elf.h index 0a05051a8924..dc62da7447ca 100644 --- a/include/linux/elf.h +++ b/include/linux/elf.h | |||
| @@ -372,6 +372,11 @@ typedef struct elf64_shdr { | |||
| 372 | #define NT_PRPSINFO 3 | 372 | #define NT_PRPSINFO 3 |
| 373 | #define NT_TASKSTRUCT 4 | 373 | #define NT_TASKSTRUCT 4 |
| 374 | #define NT_AUXV 6 | 374 | #define NT_AUXV 6 |
| 375 | /* | ||
| 376 | * Note to userspace developers: size of NT_SIGINFO note may increase | ||
| 377 | * in the future to accomodate more fields, don't assume it is fixed! | ||
| 378 | */ | ||
| 379 | #define NT_SIGINFO 0x53494749 | ||
| 375 | #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */ | 380 | #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */ |
| 376 | #define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */ | 381 | #define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */ |
| 377 | #define NT_PPC_SPE 0x101 /* PowerPC SPE/EVR registers */ | 382 | #define NT_PPC_SPE 0x101 /* PowerPC SPE/EVR registers */ |
