diff options
author | Roland McGrath <roland@gnu.org> | 2008-11-26 09:15:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-11-26 09:15:38 +0000 |
commit | 01a746457facb1f178e829980c485b13c1c1bd07 (patch) | |
tree | ae5c88b346296c8fda61d2a312e7a597375849d9 /elf | |
parent | c0439b95b88bccacb5562e372f881beb23376a72 (diff) | |
download | glibc-01a746457facb1f178e829980c485b13c1c1bd07.tar glibc-01a746457facb1f178e829980c485b13c1c1bd07.tar.gz glibc-01a746457facb1f178e829980c485b13c1c1bd07.tar.bz2 glibc-01a746457facb1f178e829980c485b13c1c1bd07.zip |
* elf/elf.h (NT_386_IOPERM): New macro.
(NT_PPC_VSX): New macro.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -608,7 +608,9 @@ typedef struct #define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */ #define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */ #define NT_PPC_SPE 0x101 /* PowerPC SPE/EVR registers */ +#define NT_PPC_VSX 0x102 /* PowerPC VSX registers */ #define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */ +#define NT_386_IOPERM 0x201 /* x86 io permission bitmap (1=deny) */ /* Legal values for the note segment descriptor types for object files. */ |