diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-11-22 20:52:18 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-11-22 20:52:18 +0000 |
| commit | a35d3535ee28d2b9eda4e9b0eeedf8bf31f95ca3 (patch) | |
| tree | 09b00ba0fbac964aa5e3af51d7a50e20465b2577 /contrib/binutils/include/elf | |
| parent | 678206c05666972a89f30f968424c37de9230c8c (diff) | |
| parent | 95353459aee95191a27232173bc1b12774453ddf (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 2eb6853e6669..bb50a5c21ee0 100644 --- a/contrib/binutils/include/elf/common.h +++ b/contrib/binutils/include/elf/common.h @@ -388,6 +388,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". */ |
