]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* elf/elf.h (NT_386_IOPERM): New macro.
authorRoland McGrath <roland@gnu.org>
Wed, 26 Nov 2008 09:15:38 +0000 (09:15 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 26 Nov 2008 09:15:38 +0000 (09:15 +0000)
(NT_PPC_VSX): New macro.

ChangeLog
elf/elf.h

index 18c755e305ea8015261f68e5d744d6ab08868b50..dd62c9ddd35a5dd7d0a20c783474caf65cd7d2ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-26  Roland McGrath  <roland@redhat.com>
+
+       * elf/elf.h (NT_386_IOPERM): New macro.
+       (NT_PPC_VSX): New macro.
+
 2008-11-25  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
index 51d4e6cca7183c83bd8d3676e6f2b4ee205271af..b4d34754a57cb85571f3c3d896974bc892d60359 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -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.  */