Skip to content

Commit

Permalink
* elf/elf.h (NT_PPC_SPE): New macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Feb 9, 2008
1 parent 708ef8a commit 85202a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-02-08 Roland McGrath <roland@redhat.com>

* elf/elf.h (NT_PPC_SPE): New macro.

2008-02-06 Roland McGrath <roland@redhat.com>

* Makerules ($(common-objpfx)sysd-rules):
Expand Down
1 change: 1 addition & 0 deletions elf/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ typedef struct
#define NT_PRFPXREG 20 /* Contains copy of fprxregset 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_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */

/* Legal values for the note segment descriptor types for object files. */
Expand Down

0 comments on commit 85202a2

Please sign in to comment.