diff options
author | dim <dim@FreeBSD.org> | 2010-11-22 20:52:18 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-11-22 20:52:18 +0000 |
commit | 71b42433f68a7680bcd07cef6c81b5a9bbe4e948 (patch) | |
tree | 09b00ba0fbac964aa5e3af51d7a50e20465b2577 /contrib/binutils/include | |
parent | 29458224998b52266f5d890a3d9bff4c1f5d3ccb (diff) | |
parent | 11b4830687fabb0a27817feb05bf835db82f3147 (diff) | |
download | FreeBSD-src-71b42433f68a7680bcd07cef6c81b5a9bbe4e948.zip FreeBSD-src-71b42433f68a7680bcd07cef6c81b5a9bbe4e948.tar.gz |
Sync: merge r215464 through r215708 from ^/head.
Diffstat (limited to 'contrib/binutils/include')
-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 2eb6853..bb50a5c 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". */ |