diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2010-11-22 14:42:13 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2010-11-22 14:42:13 +0000 |
| commit | 7f08176ee8b672feebd8a12572b43dddcb88046e (patch) | |
| tree | 8831ac1227984e07e03c6ac1b5cf30bba847610f /contrib/binutils/include/elf | |
| parent | 7a3923c00eb666a0fe0aedeef6fbfb9b6573acb1 (diff) | |
Notes
Diffstat (limited to 'contrib/binutils/include/elf')
| -rw-r--r-- | contrib/binutils/include/elf/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/binutils/include/elf/common.h b/contrib/binutils/include/elf/common.h index bf233f61dfdb..544e06c16d5c 100644 --- a/contrib/binutils/include/elf/common.h +++ b/contrib/binutils/include/elf/common.h @@ -366,6 +366,7 @@ #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ #define NT_TASKSTRUCT 4 /* Contains copy of task struct */ #define NT_AUXV 6 /* Contains copy of Elfxx_auxv_t */ +#define NT_THRMISC 7 /* Contains copy of thrmisc struct */ #define NT_PRXFPREG 0x46e62b7f /* Contains a user_xfpregs_struct; */ /* note name must be "LINUX". */ |
