Skip to content

Commit

Permalink
* elf/elf.h (NT_386_IOPERM): New macro.
Browse files Browse the repository at this point in the history
	(NT_PPC_VSX): New macro.
  • Loading branch information
Roland McGrath committed Nov 26, 2008
1 parent c0439b9 commit 01a7464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 2 additions & 0 deletions elf/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit 01a7464

Please sign in to comment.